Speeding Up Your Webby Site With Juicer

Posted on November 19th, 2009 at 7:10 am by admin

0


On this blog I use several stylesheets to keep things somewhat organised. This allows me to upgrade my coderay.css file or my Tripoli CSS stylesheets without having to reorganise everything.But, just because I like to organise my code into managable chunks, doesn’t mean that I have to degrade the performance of the site for the visitors.To help me improve performance by both reducing total transfer size and amount of requests for stylesheets, I’ve added Juicer to the mix.Juicer requires a few gems and Java as it uses YUI Compressor internally to minify stylesheets, but if you’re still reading, this should not be a problem for you.

via Speeding Up Your Webby Site With Juicer.

Tags: