Resource Versioning

"It’s important to make resources (images, scripts, stylesheets, etc.) cacheable."

Steve Souders

It is much easier to use a CDN without Query String Parameters. This plugins alters only local resources' URL-s. The ver Query String Parameter will be inserted into the filename.

For example jquery.min.js?ver=1.10 becomes jquery.min.110.js.

To reverse this in the web server add this line to your nginx config:

server {
    location ~ ^(.+)\.\d\d+\.(js|css|png|jpg|jpeg|gif|ico)$ {
        #try_files $uri $1.$2 /index.php?$args;
        try_files $uri $1.$2 =404;
    }
}

Or to your Apache configuration or .htaccess file.

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)\.\d\d+\.(js|css|png|jpg|jpeg|gif|ico)$ $1.$2 [NC,L]

WPBase Cache

Plugin is developed to optimize wordpress deployment on varnish + nginx + php-fpm + php-apc server stack using three type of caches full page cache, db cache and opcode cache. This plugin includes nginx-compatibility, db-cache-reloaded-fix for nginx and database cache. This plguin also support varni.........

Similar: 50%

CDNify Manager

CDNify Manager is the perfect solution for any WordPress website which needs the use of a CDN. This plugin works with the API of cdnify.com Sign up to CDNify at cdnify.com and use the code AWESOMECDNIFYMANAGER to get 15% off any monthly plan for 3 months. View your resources Create new resources .........

Similar: 27%

WP Optimize Speed By xTraffic

Plugin WP Optimize Speed By xTraffic speed up your WordPress website, save resources and bandwidth of server, increase website's Google PageSpeed Insights point. Everything is done completely automatically, and you can change the options from the administration settings panel....

Similar: 27%

WP Minify Fix

This plugin is a fork of WP Minify to fix bugs and add features, because it has not been updated since 2012-6-4. This plugin integrates the Minify engine into your WordPress blog. Once enabled, this plugin will combine and compress JS and CSS files to improve page load time....

Similar: 23%

Admin Flush W3TC Cache

Adds "Empty All Caches" link to the top of every Admin page. Clicking the link clears all caches and returns you to your current page. No need to go to Performance options anymore, just clear the cache from wherever you are. Requires the W3 Total Cache plugin, so make sure it is installed and activ.........

Similar: 18%

RS Head Cleaner Lite

This plugin cleans up a number of issues, doing the work of multiple plugins, improving efficiency, security, SEO, and user experience. It removes junk code from the document HEAD & HTTP headers, combines/minifies/caches CSS & JavaScript files, hides the Generator/WordPress Version number, r.........

Similar: 18%

RS Head Cleaner Plus

This plugin cleans up a number of issues, doing the work of multiple plugins, improving speed, efficiency, security, SEO, and user experience. It removes junk code from the document HEAD & HTTP headers, moves JavaScript from header to footer, combines/minifies/caches CSS & JavaScript files, .........

Similar: 17%

JCH Optimize

Speed up your WordPress site instantly with JCH Optimize! This plugin provides all the front end optimizations you need to optimize your website download speed. Core feature is to automatically aggregate CSS and javascript files to reduce the number of http requests made by the browser to download y.........

Similar: 14%

W3 Total Cache

The only WordPress Performance Optimization (WPO) framework; designed to improve user experience and page speed. Recommended by web hosts like: Page.ly, Synthesis, DreamHost, MediaTemple, Go Daddy, Host Gator and countless more. Trusted by countless companies like: AT&T, stevesouders.com, matt.........

Similar: 12%

AIO Cache & Performance

AIO Cache, a stable and simple cache, minify, and performance solution for those of you looking for solid raw performance and response times. Fast, Powerful, and Effective! Unlike other performance solutions, you don't need to configure AIO Cache. Just install and go. Quick and Simple! Best part i.........

Similar: 9%