开发者 | fernandot |
---|---|
更新时间 | 2024年9月5日 23:09 |
捐献地址: | 去捐款 |
PHP版本: | 7.4 及以上 |
WordPress版本: | 6.6.1 |
版权: | GPLv2+ |
版权网址: | 版权信息 |
WPO is short for Web Performance Optimization. It measures a bunch of several improvements in the optimization and improvement of the performance and times of load of web pages
Use one of the tools above and make al least two tests to measure your site performance. That’s because the cache systems don’t load the first time your site is tested with this tools. Always test your site with the same tool and measure your site performance over time, not just only one time. And always remember that no tool can replace human perception. If you see that your web loads faster than ever no tool is going to tell you what you and your visitors feel in real life. Don’t go crazy with tools, they’re machines and, i.e. Google PageSpeed can show you a 100/100 measure when your site is broken, and that’s far away from an optimised web, isn’t it?
This plugin is compatible with all WordPress JavaScript functions (wp_localize_script()
, js in header, in footer...) and works with all well coded plugins and themes. If a plugin or a theme is not properly enqueuing scripts, your site may not work. If your host doesn’t support any of the tweaks, usually due to security restrictions, is possible that something fails. If anything fails please access to your /wp-content/plugins/wpo-tweaks/
directory via your favourite FTP client or hosting panel (cPanel, Plesk, etc.) and rename the plugin folder to deactivate it.
If you get an Error 500 (server error) then go to your host panel and edit the .htaccess file to remove the lines added by the plugin (they begin with 'WordPress WPO Tweaks by Fernando Tellado') and save changes or delete the file and create it again from Dashboard > Settings > Permalinks > Save Changes.
I’ll be including for next updates every new performance tweak I test for better results in order to speed out WordPress.
No. WordPress WPO Tweaks plugin is intended for users that want to safely obtain optimizations and speed with one click. If you are a developer and know what you're doing, then please check my friend Nilo Velez's Machete plugin, a complete suite to decide how to solve common WordPress issues and annoyances. And yes, it has a huge settings page!
script_loader_tag
filter method to Defer Parsing of JavaScript in order to solve AMP issues with Google's CDN and parsing of scripts in several themes.