Descripción
The Better Website Performance plugin adds advanced features to improve website performance.
Main features include HTML Head optimization, javascript async, CSS concat and inline, resource hints, etc.
Descriptions of features
HTML Head optimization
Manage meta tags and rel=link output by WordPress
Emoji resource
Manage WordPress Emoji features and resources
image srcset
Manage image srcset (Responsive image)
JavaScript async
Asynchronous JavaScript managed by WordPress
jQuery
Manage jQuery loading
CSS concat and inline
Concating, inlining or minify stylesheets
Custom CSS
Place Custom CSS output by WordPress in the footer.
Resource Hints
Manage resource prefetching
Preload
Manage resource prefetching
Support
If you have any trouble, you can use the forums or report bugs.
- Forum: https://wordpress.org/support/plugin/better-website-performance/
- Issues: https://github.com/thingsym/better-website-performance/issues
Contribution
Small patches and bug reports can be submitted a issue tracker in Github. Forking on Github is another good way. You can send a pull request.
Translating a plugin takes a lot of time, effort, and patience. I really appreciate the hard work from these contributors.
If you have created or updated your own language pack, you can send gettext PO and MO files to author. I can bundle it into plugin.
You can also contribute by answering issues on the forums.
- Forum: https://wordpress.org/support/plugin/better-website-performance/
- Issues: https://github.com/thingsym/better-website-performance/issues
Patches and Bug Fixes
Forking on Github is another good way. You can send a pull request.
- Fork Better Website Performance from GitHub repository
- Create a feature branch: git checkout -b my-new-feature
- Commit your changes: git commit -am ‘Add some feature’
- Push to the branch: git push origin my-new-feature
- Create new Pull Request
Contribute guidlines
If you would like to contribute, here are some notes and guidlines.
- All development happens on the main branch, so it is always the most up-to-date
- If you are going to be submitting a pull request, please submit your pull request to the main branch
- See about forking and pull requests
Test Matrix
For operation compatibility between PHP version and WordPress version, see below Github Actions.
Instalación
- Download and unzip files. Or install Better Website Performance plugin using the WordPress plugin installer. In that case, skip 2.
- Upload «better-website-performance» to the «/wp-content/plugins/» directory.
- Activate the plugin through the ‘Plugins’ menu in WordPress.
- Access Customizer Panel
Performance Settings (Better Website Performance)
. - Have fun!
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
«Better Website Performance» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
Colaboradores«Better Website Performance» ha sido traducido a 1 idioma local. Gracias a los traductores por sus contribuciones.
Traduce «Better Website Performance» 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.
Registro de cambios
1.1.1
- update japanese translation
- update pot
- tested up to 6.4.1
- fix workflows
- phpunit-polyfills bump up
- improve sanitize_key function for dot
- remove @charset «UTF-8»; into css
1.1.0
- add test case
- add uninstall process
- add public class property
- fix test case
- ci support php version 8.0 later
- add github actions for deploy to wordpress.org
1.0.1 for review
- imporve code with phpcs
- change plugin name to Better Website Performance
1.0.0
- Initial release