Page Optimize

Page Optimize Install Statistics

46
483.33%
Today: 58 Yesterday: 12 All-time: 30,267 downloads
Page Optimize Icon

Try plugin: Page Optimize

We'll create fresh WordPress site with Page Optimize installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Page Optimize

Optimize pages for faster load and render in the browser.

2


0


1


0


2

updated: 3 months ago
since: 4 years ago
author: Automattic

Description

This plugin supports a few features that may improve the performance of page loading and rendering in the browser:

  • Concatenate CSS
  • Concatenate JavaScript
  • Execution timing of non-critical scripts
    • Note: Changing script execution timing can be risky and will not work well for all sites.

Testing

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. Values: ‘defer’ for deferred, ‘async’ for async loading, any other value indicates the feature should be disabled.