PrankZapper

PrankZapper – packer, minifier & gzipper for JavaScript & CSS.

Author:Kamil "Brego" Dzieliński (profile at wordpress.org)
WordPress version required:3.4.2
WordPress version tested:3.4.2
Plugin version:0.5
Added to WordPress repository:22-11-2012
Last updated:22-11-2012
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:https://github.com/brego/PrankZapper
Total downloads:726
plugin download
Click to start download

PrankZapper - packer, minifier & gzipper for JavaScript & CSS

Some concepts borrowed from SmartOptimizer by Ali Farhadi.

Used packers / minifiers are CssMin and JavaScriptPacker (Nicolas Martins PHP port of Dean Edwards' packer.)

Some WordPress concepts borrowed from WP Super Cache.

What is this?

This plugin, in essence, finds a specified file, packs it, creates a gzipped version of it, and saves it in a cache folder.

  • If you want to access the raw version of the requested file, add the nocache variable to the url (configurable, defaults to "nocache".)
  • The gzipped version of the file will only be created if the client indicates that it supports gzip.
  • The WordPress activation my not work properly. I'm not a htaccess, nor a WordPress expert. It works in my tests though.

Disclaimer

This is an ongoing experiment, and it is in continuous alpha stage, so use it at your own risk. If you have comments or suggestions, post an issue or contact me through email.

Enjoy 😉