Optimize pages for faster load and render in the browser.
As of April 2026, Page Optimize is a WordPress performance plugin with 200K+ active installations and a 3/5 rating from 5 reviews. It has been downloaded 77K+ times in total. Requires WordPress 5.3+ and PHP 7.4+. Available on WordPress.org since 2020. Recently updated within the last 3 months. Downloads are down 9% this week. Top alternative: LiteSpeed Cache.
This plugin supports a few features that may improve the performance of page loading and rendering in the browser:
To test features without enabling them for the entire site, you may append query params to a WordPress post or page URL. For example, to test enabling JavaScript concatenation for https://example.com/blog/, you can use the URL https://example.com/blog/?concat-js=1.
Supported query params:
concat-css controls CSS concatenation. Values: 1 for ON and 0 for OFF.concat-js controls JavaScript concatenation. Values: 1 for ON and 0 for OFF.load-mode-js controls how non-critical JavaScript are loaded.…When the plugin’s Concatenate JavaScript function is checked, it will interfere with WP’s visual editor. Rendering the visual editor invisible. Disabling this function will enable you to use the WP Visual Editor again.
self explanatory
Without mentioning the need for CDN, Cache, …, Page Optimize (for aggregating CSS) with Jetpack Boost (for deferring JS) gave me the best results for free. It does the job in simple way. I summarize my experience with this plugin and similars on: https://mohamadkarbi.com/why-i-host-with-wordpress/
Integrated w/ native wp installation, just unistall & go look for something else.
Please add the code below in page_optimize_bail() .
if( is_admin() ){
return true;
}
if( class_exists('\Elementor\Plugin') &&
( ( isset($_REQUEST['action']) && $_REQUEST['action'] === 'elementor' ) || isset( $_REQUEST['elementor-preview'] ) ) ){
return true;
}| WordPress | 5.3+ requiredTested up to 6.9.4 |
| PHP | 7.4+ required |
@import hoisting to preserve long Google Fonts-style URLs with semicolons and avoid false positives from @import-like substrings in rule bodies/URL paths.Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.