WPThumbs
Themes Plugins By purpose By industry Best-of lists Fix it guides
Free Plugin by FluxPress v2.6.5

Easy Optimizer

All-in-one speed plugin: page cache, unused CSS, delay JS, lazy load, LCP preload, WebP & Core Web Vitals. Free, no premium-locked features.

Easy Optimizer

The facts

Rating
4.5★ from 14
Active installs
700+
Price
Free
Last updated
27 Aug 2026
Added
Jan 2023
Requires WP
6.4
Tested up to
WP 7.1
Requires PHP
7.4
Downloads
12,653

Our analysis

AI-assisted

Easy Optimizer is a WordPress plugin designed to enhance the performance of your site by improving your Google PageSpeed score. It consolidates multiple speed optimization functions into a single dashboard, allowing you to manage page caching, remove unused CSS, delay JavaScript, and enable lazy loading, among other features. This plugin is suitable for users looking to streamline their site's performance without needing multiple separate plugins.

The plugin is compatible with various server types and is aware of WooCommerce. It allows you to enable or disable specific features based on your needs, ensuring that only the necessary optimizations are applied to your site. This flexibility makes it a good option for those who want to tailor their performance enhancements without complicating their setup.

Best for: This plugin is best for WordPress site owners looking to improve performance without using multiple plugins.

What it does well

  • Consolidates multiple speed optimization features into one plugin
  • Allows toggling of features to suit user preferences
  • Compatible with various server types including Apache and Nginx
  • Includes options for caching, compression, and lazy loading
  • Supports modern image formats like WebP and AVIF

Where it falls short

  • Limited information on specific performance improvements
  • No details on user support or documentation

Verdict

Easy Optimizer provides a comprehensive solution for performance enhancement in WordPress, but the lack of detailed performance metrics may require users to test its effectiveness themselves.

From the developer

FluxPress's own description of Easy Optimizer, lightly tidied.

Speed up your WordPress site and improve your Google PageSpeed score from a single dashboard. Easy Optimizer is a free, all-in-one performance plugin that can replace the 3–5 separate speed plugins most sites run today — page caching, unused-CSS removal, JavaScript delay/defer, image lazy loading, LCP preloading, WebP/AVIF delivery and more — to help you pass Core Web Vitals: Largest Contentful Paint (LCP), Cumulative Layout Shift (CLS) and Interaction to Next Paint (INP). It runs on Apache, Nginx, LiteSpeed and OpenLiteSpeed, and is fully WooCommerce-aware.

One cache plugin, one dashboard, no premium upsells for core features. Prefer to keep your current cache plugin? Turn off the modules that overlap and use only the tools you want (see the FAQ).

Every toggle maps to a specific Google Lighthouse recommendation — enable it, save, and your Core Web Vitals improve immediately. Features you don’t enable never touch your page load or your admin.

Core Features

  • Full Page Caching: Serve static HTML with sub-millisecond TTFB, with separate mobile and desktop caches and automatic sitemap-based preloading that warms your pages in the background.
  • Compression & Browser Caching: Turn on Gzip or Brotli text compression and long-lived browser-cache (Expires) headers to shrink transfer size and stop repeat visitors re-downloading the same assets — resolving Lighthouse’s “Enable text compression” and “Serve static assets with an efficient cache policy”.
  • Redis Object Cache: Add a persistent object cache that keeps repeated database and option lookups in Redis, cutting MySQL load on dynamic, logged-in and WooCommerce pages. Works with Relay, PhpRedis or the bundled Predis client (no PHP extension required) and reads your host’s WP_REDIS_* constants automatically. It defers to any object-cache drop-in already installed instead of overwriting it, never edits wp-config.php, and includes a one-click flush plus a live status panel (connection, memory, Redis version).
  • Remove Unused CSS: Fix Lighthouse’s “Reduce unused CSS” by serving a slim, per-page-type stylesheet — eliminating render-blocking CSS and lifting your LCP. A built-in fail-safe keeps your original styles until a valid stylesheet is generated, so pages never render unstyled.
  • Minify CSS & JavaScript: Strip comments and whitespace from your local CSS and JS files, caching each minified file on disk so it is processed only once. Already-minified files are skipped, and relative url()/@import paths are rewritten so assets keep resolving. Works independently of Remove Unused CSS and Delay JS.
  • Delay & Defer JavaScript: Cut Total Blocking Time and improve INP by delaying script execution until user interaction, or by deferring scripts natively. jQuery is excluded by default, and you can exclude any script that needs to run early.
  • Smart Lazy Loading: Defer offscreen images, iframes, videos and CSS background images, and add missing width/height attributes to prevent layout shift (CLS).
  • Automatic LCP Preload: Detect each page’s Largest Contentful Paint image and preload it — including responsive srcset, <picture> and CSS background heroes — stored per URL so every page preloads its own correct hero for faster visual loading.
  • Image CDN (WebP & AVIF): Rewrite your image URLs to a global CDN that serves modern WebP/AVIF formats and every responsive size, addressing Lighthouse’s “Serve images in next-gen formats”. Optional and off until you enable it.
  • Prefetch Pages: Pre-fetch links as visitors hover — with rate limiting and automatic back-off on a struggling server — making navigation feel like an instant single-page app.
  • Font Optimization: Add font-display: swap so text stays visible during webfont loads, with optional per-device font preloading learned from a lightweight beacon.
  • Bloat Removal: 15 independent toggles to safely switch off unused WordPress core scripts and features (emojis, embeds, XML-RPC, jQuery Migrate, Dashicons, Block Library CSS and more).
  • Database Cleanup & Optimization: Schedule cleanups of revisions, auto-drafts, trashed posts, spam and transients — each with a pre-cleanup snapshot so you can restore safely. The built-in Autoload Health auditor finds the heaviest autoloaded options and lets you switch off the ones you don’t need, directly resolving the Site Health warning “Autoloaded options could affect performance.”
  • Heartbeat & Cron Manager: Limit WordPress Heartbeat frequency and throttle WP-Cron from the dashboard (no wp-config.php edits), and view, run or delete scheduled cron events.
  • Cloudflare Integration: Purge your Cloudflare edge cache (tag-based or full zone) whenever the page cache clears, and test your API connection instantly without saving credentials first.
  • Hosting Integrations: Detect your environment and purge server-level cache on managed hosts including Kinsta, WP Engine, SiteGround, Cloudways, GridPane, RunCloud, SpinupWP, Rocket.net and WordPress.com.
  • Accessibility & SEO Fixes: Resolve common Lighthouse accessibility warnings in real time — missing form labels, ARIA names, iframe titles and un-crawlable links — without editing your theme.
  • PageSpeed Speed Test: Run a Google PageSpeed test from your dashboard and compare your score with and without Easy Optimizer, for both mobile and desktop, including Core Web Vitals (LCP, CLS, INP). Works out of the box, or add your own free Google API key for unlimited tests.
  • Debug Issues Panel: If a page ever looks wrong, switch individual optimizations off for a single page load and find the cause in a couple of clicks — no settings changed, no cache cleared, and no private browsing window needed. It tells you which feature caused it and takes you straight to the exclusion field that makes the fix permanent.
  • Find Slow Plugins & Themes (Backend Analyzer): Profile any page or your admin area on demand to see exactly which plugins, themes and database queries take the most time — so you can pinpoint what is slowing your site down. Nothing runs for real visitors, so there is no added overhead.

PageSpeed Insights & Lighthouse Recommendations Addressed

Lighthouse 13 renamed and merged many performance audits. Where the name changed, the previous wording is shown in brackets so you can match either against your report.

Performance

  • Render blocking requests (was: Eliminate render-blocking resources)
  • Reduce unused CSS
  • Minimize main-thread work
  • Improve image delivery (was: Serve images in next-gen formats / Properly size images)
  • Layout shift culprits (was: Image elements do not have explicit width and height)
  • LCP request discovery (was: Preload Largest Contentful Paint image)
  • Font display (was: Ensure text remains visible during webfont load)
  • Use efficient cache lifetimes (was: Serve static assets with an efficient cache policy)
  • Document request latency (was: Enable text compression / Reduce server response time)
  • Network dependency tree (was: Preconnect to required origins)

Accessibility

  • Form elements do not have associated labels
  • Links do not have a discernible name
  • Buttons do not have an accessible name
  • [user-scalable=”no”] in viewport or [maximum-scale] < 5
  • Frame or iframe elements do not have a title
  • ARIA progressbar elements do not have accessible names
  • Some elements have a [tabindex] value greater than 0
  • Image elements do not have [alt] attributes

SEO

  • Links are not crawlable
  • Image elements do not have [alt] attributes.

Works With Your Setup

  • WordPress & PHP: WP 6.4+ and PHP 7.4+
  • Web Servers: Apache, Nginx, LiteSpeed, OpenLiteSpeed
  • WooCommerce: Fully compatible. Cart, checkout, and my-account pages are automatically excluded from caching and optimization to protect the purchase flow.
  • Page Builders: Elementor, Beaver Builder, Divi, Gutenberg, Bricks, Oxygen, Breakdance.

A Free Alternative to Premium Speed Plugins

Read the full description on the official page →

Tagged as

Alternatives

Other plugins for making sites fast.

WP-Optimize

Get caching and more with this powerful cache plugin. Cache, optimize images, clean your database and minify f...

Free 1M+ installs 4.8★ (2,606)
LiteSpeed Cache

All-in-one unbeatable acceleration &amp; PageSpeed improvement: caching, image/CSS/JS optimization...

Free 7M+ installs 4.8★ (2,764)
EWWW Image Optimizer

Comprehensive image optimization with WebP, AVIF, Lazy Load, and more. Optimize images automatically for Faste...

Free 1M+ installs 4.8★ (1,838)
Under Construction

Easy to use Under Construction Page &amp; Coming Soon Page. Enable Under Construction Mode in seconds &amp; sh...

Free 600k+ installs 4.8★ (1,285)
Smush

Smush

93

Compress and optimize images, enable lazy load, serve WebP &amp; AVIF, and speed up your site with a global im...

Free 1M+ installs 4.8★ (6,051)
Converter for Media

Speed up your website by using our WebP &amp; AVIF Converter. Optimize images and serve WebP and AVIF images i...

Free 500k+ installs 4.9★ (1,097)