Minify

Minify Install Statistics

11
100%
Today: 11 Yesterday: 0 All-time: 19,351 downloads
Minify Icon

Try plugin: Minify

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

Takes ~10 seconds to install.

About Minify

Automagically concatenates JS and CSS files that are output in wp_head() and wp_footer()

2


0


0


0


1

updated: 11 years ago
since: 11 years ago
author: Scott Taylor

Description

Similar to what we use on eMusic – this software is still experimental, but take a look!

Automagically concatenates JS and CSS files that are output in wp_head() and wp_footer() – stores / serves them from Memcached (if installed) or Database. In a load-balanced environment, the generation of flat files can be expensive and hard to distribute. Minify takes advantage of Memcached and Site Options / Transients to do the work once and share it among all servers in your cluster. File names are dynamically-generated to allow cache-busting of a CDN like Akamai that doesn’t always cache-bust by query string.

New .htaccess rule!
RewriteRule ^([_0-9a-zA-Z-]+)?/?wp-content/cache/minify-(.+)-(.*).(css|js)$ /wp-content/plugins/minify/make.php?hash=$2&type=$4&incr=$3&site=$1 [L]