Descripción
If you want to enable your WordPress site to send HTTP 103 Early Hints header, you can do so by installing this plugin.
It will:
1. Check if the server supports HTTP 103 Early Hints.
2. If it does, the plugin will prepare everything needed to send the header.
Right now, this plugin supports recent versions of Apache web server – 2.4.58 and newer, and FrankenPHP web server –
v1.2 and newer.
Also, your site needs to be served over HTTP/2 protocol. (If it’s not, the browsers would ignore the header.)
License
This plugin is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 2 of the License, or
(at your option) any later version.
This plugin is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this plugin. If not, see https://www.gnu.org/licenses/.
FAQ
-
What about support for web servers other than Apache and FrankenPHP?
-
We are working on it. Nginx in the newest versions should support HTTP 103, but we are still trying to figure out an
elegant way to communicate with it from PHP. -
Does this plugin work on WP versions older than 6.8?
-
It might, but we haven’t tested them (yet).
Reseñas
No hay reseñas para este plugin.
Colaboradores & Desarrolladores
“Easy HTTP 103” es software de código abierto. Las siguientes personas han contribuido a este plugin.
ColaboradoresTraduce “Easy HTTP 103” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN, o suscríbete al registro de desarrollo por RSS .
Historial de cambios
1.0.0
- Initial release.
1.0.1
- Slight improvements to the plugin’s code from the wordpress.org review process.
1.0.2
- Fixed a problem when regenerating .htaccess file.
1.1.0
- Detects and warns the user if the .htaccess file needs to be regenerated.
1.2.0
- Wizard is now aware of nginx, but there is still no elegant way to support it.
- Added FrankenPHP support. This is actually the web server that has the best support for sending HTTP 103 headings.