Site Kit is a one-stop solution for WordPress users to use everything Google has to offer to make…
About Page Optimize
This plugin can help improve the performance of your website by combining and optimizing CSS and JavaScript files. It also allows you to test these features on specific pages by appending query parameters to the URL.Frequently asked questions
What does Page Optimize do?
Page Optimize is a WordPress plugin designed to improve page loading and rendering performance in the browser. It offers features like concatenating CSS and JavaScript, and managing the execution timing of non-critical scripts.
How can I test the plugin's features without affecting my live site?
You can test features by appending specific query parameters to a WordPress post or page URL. For example, to test JavaScript concatenation, you can add '?concat-js=1' to your URL.
What are the risks associated with changing script execution timing?
Changing script execution timing can be risky and may not work well for all websites. It's recommended to test this feature carefully.
Which query parameters are available for testing?
You can use 'concat-css' and 'concat-js' to control CSS and JavaScript concatenation, and 'load-mode-js' to manage how non-critical JavaScript loads. Values like 'defer' or 'async' can be used for 'load-mode-js'.
Changelog
0.5.7
- Update Tested Up To Version to 6.8.
0.5.6
- Update Tested Up To version to 6.7.
0.5.5
- Fix: Stop skipping inline scripts when src is empty.
0.5.4
- Bail when editing pages or posts in the Editor. Increased the max concatenated file limit.
0.5.1
- Bail when editing pages in Brizy Editor (it errors when JavaScript load mode is
async).
0.5.0
- Apply the
script_loader_tagfilter for scripts that are concatenate-able but have no neighbors to concatenate with. This fixes a case where the TwentyTwenty theme wanted to apply adeferattribute to its script but was never given the opportunity.
0.4.5, 0.4.6
- Force absolute paths for CSS replacements.
- Lower required PHP version to 7.0.
0.4.4
- Don’t queue the cache cleaning WP Cron job if we aren’t caching.
- Cleanup cache if we turned caching off or directory changed.
0.4.3
- gzip in PHP slows stuff down a bit. Simply don’t do this. Any web server can handle this better.
- also remove the output buffering, no need for that anymore
- CSS Minification can sometimes slow things down significantly. Add constant to enable/disable.
0.4.2
- Initial release. No changes yet. ?