Page Optimize

Page Optimize

Optimize pages for faster load and render in the browser.

  • Frequently updated
    Very good! This plugin is actively maintained and the last update was released 86 days ago.
  • This plugin is tested with the last major release of WordPress
    Content for list item
  • Compatible with the latest major PHP release
    This plugin requieres PHP 7.4 or higher. The latest stable PHP 8.4.3 was released on 16 January 2025
  • No information about vulnerabilities and unfixed security issues is available.
    Content for list item

Ratings

5

Active installs

100K

Total Downloads

42K

Support Threads

0

Last updated

23 October 2024

Added

27 February 2020

Versions

100%
  • Version 0.5

About Page Optimize

Changelog

0.5.6

0.5.5

0.5.4

0.5.1

0.5.0

0.4.5, 0.4.6

0.4.4

0.4.3

0.4.2

How to install Page Optimize

This plugin uses sensible defaults so it can operate without configuration, but there are a number of constants you may use for a custom configuration.

PAGE_OPTIMIZE_CACHE_DIR

Page Optimize caches concatenated scripts and styles by default, and this constant controls where the cache files are stored. The default directory is cache/page_optimize under your site’s wp-content folder.

To change the cache location, set this constant to the absolute filesystem path of that location.

To disable caching, set this constant to false. Please note that disabling Page Optimize caching may negatively impact performance unless you are caching elsewhere.

PAGE_OPTIMIZE_CSS_MINIFY

Page Optimize has CSS Minification capabilities which are off by default.

If you’re using caching, and not minifying CSS elsewhere, it is recommended to enable it by setting it to true.