Plugin info

Total downloads: 156,071
Active installs: 2,000
Total reviews: 32
Average rating: 5
Support threads opened: 1
Support threads resolved: 1 (100%)
Available in: 1 language(s)
Contributors: 3
Last updated: 11/30/2025 (30 days ago)
Added to WordPress: 10/17/2017 (8 years old)
Minimum WordPress version: 5.0
Tested up to WordPress version: 6.9
Minimum PHP version: 7.4

Maintenance & Compatibility

Maintenance score

Actively maintained • Last updated 30 days ago • Support resolved 100% • 32 reviews

84/100

Is WPO Tweaks & Performance Optimizations abandoned?

Likely maintained (last update 30 days ago).

Compatibility

Requires WordPress: 5.0
Tested up to: 6.9
Requires PHP: 7.4

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Prevent Browser Caching
Rating 4.9/5 (28 reviews)Active installs 10,000
reBusted!
Rating 5.0/5 (11 reviews)Active installs 6,000
Disable Version Caching – Khanakia
Rating 5.0/5 (3 reviews)Active installs 200
Version Assets
Rating 5.0/5 (1 reviews)Active installs 100
Auto Update Cache
Rating 0.0/5 (0 reviews)Active installs 10
In-Browser Cache
Rating 0.0/5 (0 reviews)Active installs 0

Description

WPO Tweaks is the most complete performance optimization plugin for WordPress. It combines the best WPO (Web Performance Optimization) practices in a single easy-to-use tool. No configuration needed: activate and enjoy a faster WordPress.

By default, WordPress loads several functions, services and scripts that are not mandatory and usually slow down your installation and consume hosting resources. For years I have been testing tweaks to save hosting resources and improve WordPress performance and loading times. After thousands of tests, this plugin includes my best speed and performance optimizations with a single click.

With this plugin you can safely disable those annoying services, unnecessary codes and scripts to save resources and hosting costs, and speed up WordPress to get better results in tools like Google PageSpeed, Pingdom Tools, GTMetrix, WebPageTest and others.

New version 2.1.x with modular architecture and enhanced reliability!

NEW FEATURES V2.1.x

Modular Architecture:
* Complete Code Refactoring: Plugin rebuilt with modular architecture for better maintainability and performance
* Separated Components: Each optimization is now in its own module for easier debugging and updates
* Enhanced Reliability: Improved error handling and better compatibility across different hosting environments

File Management System:
* Automatic Backups: Creates secure backups of wp-config.php and .htaccess before modifications
* Safe Restoration: Automatic restoration of original files on plugin deactivation
* Intelligent Installation: Detects and resolves conflicts with existing configurations

Image Optimizations:
* Missing Image Dimensions: Automatically detects and adds width/height attributes to images and picture elements without dimensions, improving Cumulative Layout Shift (CLS) scores
* Picture Element Support: First plugin to automatically add dimensions to elements (more comprehensive than most optimization plugins)
* Enhanced Lazy Loading: Improved lazy loading system with better Gravatar support

Configuration Management:
* wp-config.php Optimization: Direct wp-config.php modifications for guaranteed trash retention settings (7 days)
* Conflict Resolution: Automatically removes conflicting existing configurations
* Clean Deactivation: Complete cleanup of all modifications when plugin is deactivated

User Experience:
* Activation Notice: Informative welcome message showing all applied optimizations
* Admin Dashboard: Clean interface with optimization summary
* Developer Friendly: Enhanced filter system for advanced customization

INCLUDED OPTIMIZATIONS

Classic Optimizations (since v1.0):
* Browser cache rules in .htaccess
* GZIP compression in .htaccess
* Remove Dashicons in admin bar (non-logged users only)
* Remove Emojis styles and scripts
* Disable REST API (completely disabled)
* Control Heartbeat API interval (60s instead of 15s)
* Remove Query Strings from static resources
* Defer JavaScript parsing
* Remove Query Strings from Gravatar
* Remove Really Simple Discovery link from header
* Remove wlwmanifest.xml (Windows Live Writer) from header
* Remove URL Shortlink from header
* Remove WordPress Generator version from header
* Remove DNS Prefetch from s.w.org
* Remove unnecessary links from header
* Remove RSS feeds generator name
* Remove Capital P Dangit filter
* Disable PDF thumbnails previews
* Disable internal Self Pingbacks

Advanced Optimizations (since v2.0):
* Automatic Critical CSS with smart cache
* Deferred CSS Loading for non-critical styles
* Automatic preconnect for Google Fonts, Analytics, etc.
* Smart DNS Prefetch for external resources including Gravatar
* Native Lazy Loading with decoding=async
* Automatic transients cleanup for expired entries
* Database query optimization
* jQuery Migrate removal when not needed
* Critical resources preloading (theme CSS, fonts)
* Enhanced security headers
* Administrative dashboard cleanup
* Smart revisions and trash management

New in v2.1.0:
* Missing Image Dimensions – Automatically adds width/height attributes to improve CLS scores
* Enhanced File Management – Secure backup and restoration system
* Modular Code Architecture – Better performance and maintainability
* Improved wp-config.php Handling – Direct configuration management for better reliability

HOW TO VERIFY OPTIMIZATIONS ARE WORKING

You can check each optimization individually to ensure WPO Tweaks is working correctly:

Missing Image Dimensions: Inspect images in your browser (F12 > Elements). Images should have width="X" and height="Y" attributes even if they weren’t originally coded with dimensions.

Critical CSS: View page source (Ctrl+U) and look for