BLACK FRIDAY
Save 59% on PageForge Annual $191/year $485/year
Claim 59% Off →
JCH Optimize icon
Actively maintained Tested with WP 7.1 #52 in cache

JCH Optimize

This plugin automatically performs several front end optimizations to your site to boost performance and increase PageSpeed scores.

Active installs4K+1K+ tier
Downloads · 30d845▼ -32.1% vs prev. 30d
Rating4.4/569 reviews
Health score82/100Excellent
All-time downloads357.3KSince Nov 2014
Support resolved—No recent threads
RequiresWP 6.7.0PHP 8.0+
Downloads · 7d185▼ -6.1% week over week
Our verdict

Safe pick

Yes — JCH Optimize is a safe, well-maintained plugin to use in 2026. It runs on 4K+ sites, is rated 4.4/5 and was last updated 1 month ago, and scores 82/100 on our health check.

  • Tested with the latest WordPress (7.1)

How does it stack up?

Side-by-side on installs, updates, ratings & support

Daily downloads

123247370Jun 28Aug 11Sep 25
Yesterday30
Daily average (1y)32
Peak day534Dec 6, 2025
Last 12 months11.7K

Download spikes usually follow a new release — each site that auto-updates counts as a download.

Rankings

Where JCH Optimize stands today

WordPress.org search rankings

Live position in the plugin search, top 100
KeywordPositionCompeting pluginsCategory
cache >100 8,489 Best cache plugins →
Optimize #12 3,150 Best Optimize plugins →
pagespeed #44 591 Best pagespeed plugins →
performance >100 10,000 Best performance plugins →
seo >100 8,183 Best seo plugins →

Version adoption

Share of active sites per release.

  • 6.029.0%
  • 4.210.2%
  • 2.28.9%
  • 4.07.5%
  • 5.17.2%
  • 2.65.8%
  • Other31.4%

Rating breakdown

★★★★★★★★★★ 4.4 from 69 reviews

  • 5★78.3%
  • 4★4.3%
  • 3★2.9%
  • 2★5.8%
  • 1★8.7%

About JCH Optimize

From the official readme · v6.0.2

Description

JCH Optimize improves the performance of your website by performing several optimizations to the HTML page aimed at improving the Web Vitals measured by PageSpeed Insights, such as First Contentful Paint (FCP), Largest Contentful Paint (LCP), Speed Index (SI), Cumulative Layout Shift (CLS), Time to Interactive (TTI), and Total Blocking Time (TBT). These metrics attempt to quantify the quality of the user experience. JCH Optimize can improve these metrics to provide a better experience for your users and improve your PageSpeed scores.

Optimizations Performed By JCH Optimize

JCH Optimize optimizes your pages by automatically performing some recommended strategies offered by PageSpeed, which include:

  • Minify CSS and JavaScript files and the HTML. Unnecessary whitespaces and other characters are removed to reduce network payload sizes and script parse times.
  • Eliminate Render-Blocking Resources. Inline critical JavaScript and CSS and defer all non-critical resources to prevent resources from blocking the first paint of your page.
  • Defer offscreen images. Offscreen and hidden images are lazy-loaded after all critical resources have finished loading to lower Time To Interactive (TTI).
  • Add Width and Height attributes to images. Set an explicit width and height on image elements to reduce layout shifts and improve CLS.
  • Enable text compression. Boilerplate codes are placed in the .htaccess files at the site’s directory root to instruct the server to serve text-based resources with compression (deflate or brotli) to minimize total network bytes.
  • Preload critical resources. Automatically analyzes each page to identify critical resources to load with a high priority by HTTP/2 enabled servers to improve LCP time.
  • Reduce initial server response. A page cache feature is included in the plugin that integrates well with the other optimization features and significantly reduces time-to-first-byte.

Benefits of Using JCH Optimize

Research has confirmed that 40% of visitors will leave a website if it takes more than 4 seconds to download. Also, Google and other search engines have indicated that their ranking algorithm increasingly factors website download speed. The benefits of using JCH Optimize then include:

  • Improved user experience. Your users will have a pleasant experience as they browse your site.
  • Improved SEO. Your rankings in Google search pages can increase and improve organic visibility in internet searches.
  • Improved conversions. Your website revenue also increases with increased traffic volume and visitor retention.

Pro Version available

There is a pro version available with more optimization features and options and premium support with assistance to configure plugin to resolve conflicts and improve performance on our website.

How to use

To use, first temporarily deactivate all page caching features and plugins, then use the ‘Automatic Settings’ (Minimum – Optimum) to configure the plugin. The ‘Automatic Settings’ are concerned with the combining of the CSS and javascript files, and the management of the combined files, and automatically sets the options in the ‘Automatic Settings Groups’. Use the Exclude options to exclude files or plugins that don’t work so well when combined with JCH Optimize. You can then try the other optimization features in turn such as Sprite Generator, Add Image Attributes, Lazy Load Images, CDN/Cookieless Domain, Optimize CSS Delivery, etc., based on the optimization needs of your site. Flush all your cache before re-enabling caching features and plugins.

Documentation

Visit our documentation on the main plugin site for more information on how the plugin works and how to configure it to improve your scores on GtMetrix and PageSpeed Insights

Advanced Features and Premium Support

If you need assistance on your website in configuring the plugin to resolve any conflicts or if you need access to more advanced features such as Http/2 support, Remove unused CSS, Lazy-load iframes, Optimize Images, using multiple domains with CDN, then there’s a Pro version available on a subscription basis. With an active subscription you get premium technical support through our ticket system, access to downloads of new versions, and access to our Optimize Image API.

Installation

Just install from your WordPress “Plugins|Add New” screen. Manual installation is as follows:

  1. Upload the zip-file and unzip it in the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings -> JCH Optimize and enable the options you want
  4. Use the Automatic Settings (Minimum – Optimum) to configure the plugin. This automatically sets the options in the ‘Automatic Settings Groups’. You can then try the other manual options to further configure the plugin and optimize your site. Use the Exclude options to exclude files/plugins/images that don’t work so well with the plugin.

Frequently asked questions

How does the plugin speed up your site?

The plugin modifies the generated HTML of your website in ways that makes it faster to download and parsed by the browser. Simply put, the changes makes the webpage and resources smaller, and reduces the number of http requests the browser has to make to render the page. The result is a better user experience and higher search engine rankings.

How do I know if it’s working?

After installing and activating the plugin, combining CSS and javascript files are selected by default so it should start working right away. If you look at your web page and it doesn’t look any different that’s a good sign…maybe. To confirm if it’s working, take a look at the HTML page source. You can do that in most browsers by right clicking on the page and selecting that option. You should see the links to your CSS/Js files removed and replaced by the aggregated file URL in the source that looks like this…

There’s no CSS Formatting after enabling the plugin

The combined files are accessed by the browser via a jscss.php file in the /wp-content/plugins/jch-optimize/assets/ directory. If you’re not seeing any formatting on your page it means that the browser is not accessing this file for some reason. View the source of your page and try to access the JCH generated url to the combined file in your browser. You should see an error message that can guide you in fixing the problem. Generally it’s a file permission issue so ensure the file at ‘/wp-content/plugins/jch-optimize/assets/jscss.php` has the same permission setting as your /index.php file…

How do I reverse the change JCH Optimize makes to my website?

Simply deactivate or uninstall the plugin to reverse any changes it has made. The plugin doesn’t modify any existing file or code but merely manipulates the HTML before it is sent to the browser. Any apparent persistent change after the plugin is deactivated is due to caching so ensure to flush all your WordPress, third party or browser cache.

Changelog

6.0.2

  • Added browser caching controls for Page Cache and Capture Cache, honoring the configured cache lifetime.
  • Added mobile client detection support to Capture Cache.
  • Improved Capture Cache header generation and configuration guidance for Apache and Nginx.
  • Improved automatic LCP image selection and matching, including responsive and background images.
  • Improved Dynamic CSS Selectors detection for dynamically added and hidden elements.
  • [MEDIUM] Fixed browser caching for logged-in users, POST requests and submitted-form activity.
  • [LOW] Fixed the combiner to use the canonical Debug Plugin setting.
  • Updated the build and development tooling for Phing 3 and corrected platform path definitions.

6.0.1

  • [HIGH] Fixed an authenticated access-control security issue affecting administrative actions. Reported by Artus KG.
  • [HIGH] Hardened settings import validation and processing.
  • [MEDIUM] Added direct capability checks to privileged administrative actions.
  • [MEDIUM] Improved validation of custom CSS settings output.
  • Updated the plugin URI metadata to use HTTPS.
  • [LOW] Fixed dashboard icon spacing.

6.0.0

  • Redesigned the Dashboard, Configurations, Page Cache and Optimize Images admin pages for the updated WordPress 7.0 admin UI.
  • Updated WordPress compatibility metadata to test up to WordPress 7.0 and require at least WordPress 6.7.
  • Added dashboard optimization snapshot.
  • Added new Dynamic CSS Selectors setting.
  • Added Cloudflare development mode edit support.
  • Re-added Smart Combine optimized bundling for Pro.
  • Improved Optimize CSS Delivery, including dynamic selector handling, pseudo-element support, dynamic hydration scheduling, cache-key stability and stale cache alias handling.
  • Improved image optimization and LCP handling, including responsive image width configuration, auto-LCP lazy-load cleanup, retry diagnostics and websocket disconnect handling.
  • Refactored page cache architecture and improved page cache list output, cache adapter error messaging and page URL escaping.
  • Improved URI handling and validation, including malformed server values, URI candidate transformations and HTTP_HOST hardening.
  • [MEDIUM] Fixed JavaScript Configure Helper issues with Smart Combine and container setup.
  • [MEDIUM] Fixed lazy-load CSS empty URL handling, multiline URL attributes, failed external combine assets and scoped Bootstrap source map handling.
  • [LOW] Fixed Bootstrap toggle focus styling, dashboard icon CSS, dynamic selector detection and Optimize CSS Delivery excluded CSS handling.

5.1.4

  • [HIGH] Fixed issue with plugin sometimes mutating .htaccess files causing errors on some servers.
  • More Bootstrap usage on Configurations page.

5.1.3

  • Improve modeswitcher menu
  • Use scoped bootstrap to render form elements
  • Use selectors to capture crossorigin value on the Preloads tab.
  • Added image/avif to htaccess optimization
  • Fix bug with processing scripts containing backslashes

5.1.2

  • @font-face broken in some CSS files

Full changelog on WordPress.org →

For developers

Is this your plugin? Show off the numbers.

Add a live badge to your site, docs or GitHub README. It updates on its own — no account needed.

Active installs badge Rating badge Health score badge

Best JCH Optimize alternatives

All cache plugins →
Alternatives
Rank Plugin Active installs Rating Updated Health
1 WP Super Cache WP Super Cache A very fast caching engine for WordPress that produces static html files. by Automattic 1M+ ★★★★★★★★★★ 4.3 (1.3K) 1 month ago 95
2 WP Fastest Cache – WordPress Cache Plugin WP Fastest Cache – WordPress Cache Plugin The simplest and fastest WP Cache system by Emre Vona 1M+ ★★★★★★★★★★ 4.9 (4.2K) 2 weeks ago 88
3 WP-Optimize – Cache, Compress images, Minify & Clean database to boost page speed & performance WP-Optimize Get caching and more with this powerful cache plugin. Cache, optimize images, clean your… by David Anderson / Team Updraft 1M+ ★★★★★★★★★★ 4.8 (2.6K) 5 days ago 97
4 SpeedyCache – Cache, Optimization, Performance SpeedyCache – Cache, Optimization, Performance SpeedyCache is a WordPress cache plugin that helps you improve performance of your… by Softaculous 600K+ ★★★★★★★★★★ 4.4 (30) 3 days ago 90
5 Breeze Cache Breeze Cache Breeze is a caching plugin developed by Cloudways. Breeze uses advance caching systems to… by Cloudways 300K+ ★★★★★★★★★★ 3.6 (126) 2 days ago 84
6 OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy. OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy. The original Google Fonts self-hosting plugin. Automagically caches your fonts locally — no… by Daan van den Bergh 300K+ ★★★★★★★★★★ 4.7 (212) 4 days ago 76
7 Jetpack Boost – Website Speed, Performance and Critical CSS Jetpack Boost – Website Speed, Performance and Critical CSS Speed up your WordPress site with one-click optimizations like Page Cache, Critical CSS… by Automattic 200K+ ★★★★★★★★★★ 4.7 (607) 1 week ago 91
8 Aruba HiSpeed Cache Aruba HiSpeed Cache Aruba HiSpeed Cache interfaces directly with an Aruba hosting platform's HiSpeed Cache… by Aruba.it Dev 100K+ ★★★★★★★★★★ 3 (10) 4 days ago 83
9 Cache Enabler Cache Enabler A lightweight caching plugin for WordPress that makes your website faster by generating… by KeyCDN 100K+ ★★★★★★★★★★ 4.3 (139) 7 months ago 61
10 NitroPack – Performance, Page Speed & Cache Plugin for Core Web Vitals, CDN & Image Optimization NitroPack Boost site speed and performance with an all-in-one cache and speed optimization plugin… by NitroPack 90K+ ★★★★★★★★★★ 4.3 (311) 1 day ago 78

FAQ

JCH Optimize: quick answers

Straight answers, pulled from live WordPress.org data.

Live data from WordPress.org · checked Sep 26, 2026

Is JCH Optimize free?

Yes. JCH Optimize is free to download and use from the official WordPress.org plugin directory.

Is JCH Optimize safe to use in 2026?

Yes — JCH Optimize is a safe, well-maintained plugin to use in 2026. It runs on 4K+ sites, is rated 4.4/5 and was last updated 1 month ago, and scores 82/100 on our health check.

How many websites use JCH Optimize?

JCH Optimize is active on 4K+ WordPress websites and has been downloaded 357,348 times since it launched in November 2014. It was downloaded 845 times in the last 30 days.

Does JCH Optimize work with WordPress 7.1?

Yes. The developer has tested JCH Optimize up to WordPress 7.1.2, the latest release. It requires WordPress 6.7.0 or newer.

What PHP version does JCH Optimize need?

JCH Optimize requires PHP 8.0 or higher. Most hosts run PHP 8.x today, so it works on any modern WordPress hosting.

When was JCH Optimize last updated?

The latest version, 6.0.2, was released on August 23, 2026 (1 month ago).

Who makes JCH Optimize?

JCH Optimize is developed and maintained by codealfa.

What are the best alternatives to JCH Optimize?

The most popular alternatives to JCH Optimize are WP Super Cache (1M+ installs), WP Fastest Cache (1M+ installs) and WP-Optimize (1M+ installs).

Powered by PageForge

Want thousands of pages that rank like these? Build them in an afternoon.

This directory runs on the same engine as PageForge. Turn any spreadsheet, CSV or API into thousands of fast, SEO-ready WordPress pages — with schema, internal links and AI-written copy baked in.

  • CSV, Google Sheets & API data sources
  • AI content, schema & internal links per page
  • Works with Elementor, Gutenberg, Yoast & Rank Math
  • Free on WordPress.org — no credit card
Sarah is here to help!
Hi there! 👋 Need help finding what you're looking for?
Sarah
Sarah
Online & Ready to Help
Hi there! 👋 Need help finding what you're looking for?

We'll use this to continue our conversation

Just now ✓ Verified

Join 500+ SEO Pros Scaling Their Strategy

Get exclusive programmatic SEO tactics, AI content workflows, and the latest PageForge updates delivered straight to your inbox. Stay ahead of the algorithm.

We care about your data in our privacy policy.