by jerone
20. July 2009 21:38
So today I added for every jQuery plugin I made a minified version of it.
I compressed them all with the famous /packer/ from Dean Edwards. For the compression I used no extra options like 'Base62 encode' and 'Shrink variables', because I wanted keep my origional code without the extra spaces and comments. Beside that I found out that it wasn't always profitable to have one of the extra options active.
The compression for my script had a range of 23% to 30% savings, which can lead up to a few kb's to save. That doesn't sound much, but if you've got, let's say, a milion visitors every month, then it saves up to a few Gigabytes on bandwidth a month.
Anways you can find the minified script here: StyleSheetSwitcher, InfoBar and LinkAlert.
gr J