One of the ‘best practices’ to speedup your site (suggested also by YSlow) is to minify/compress/concatenate in one file the JS and CSS files.
Rails 2.0 has a new feature for accomplishing this, as shown here.
However, Rails does not provide JS compression. The bundle_fu plugin comes in handy for this, autocompressing the JS files.
Continue reading
Filed under: ruby-on-rails, Servers, Tools, Utilities | Tagged: bundle_fu, bundle_fu fix, css, js, optimisation, rails | Leave a comment »