Optimizing website - minification, sprites, etc...

Posted by nivlam on Stack Overflow See other posts from Stack Overflow or by nivlam
Published on 2010-03-23T01:29:33Z Indexed on 2010/03/23 2:01 UTC
Read the original article Hit count: 437

Filed under:
|
|
|

I'm looking at the product Aptimize Website Accelerator, which is an ISAPI filter that will concatenate files, minify css/javascript, and more. Does anyone have experience with this product, or any other "all-in-one" solutions?

I'm interesting in knowing whether something like this would be good long-term, or would manually setting up all the components (integrate YUICompress into the build process, setting up gzip compression, tweaking expiration headers, etc...) be more beneficial?

An all-in-one solution like this looks very tempting, as it could save a lot of time if our website is "less than optimal". But how efficient are these products? Would setting up the components manually generate better results? Or would the gap between the all-in-one solution and manually setting up the component be so small, that it's negligible?

© Stack Overflow or respective owner

Related posts about iis

Related posts about optimization