Gzip Compression on images, js, css files in Umbraco
Hello friends!, I need to compress my files (images, js, css) and was wondering if you can with Umbraco and GZIP, see if this is possible. I have a personal website hosting arvixe.com. Or if possible, what would you recommend to compress?
You can use Clientdependency to merge and minify CSS & JS easily (recommended), this reduces the amount of IIS calls during a pageload dramatically.
About the GZIP compression, this depends on your host: "Yes you can enable compression with the web.config, as the article below shows- but it can depend on the permissions on the server allows sites."
Gzip Compression on images, js, css files in Umbraco
Hello friends!, I need to compress my files (images, js, css) and was wondering if you can with Umbraco and GZIP, see if this is possible. I have a personal website hosting arvixe.com. Or if possible, what would you recommend to compress?
Thank you very much!
You can use Clientdependency to merge and minify CSS & JS easily (recommended), this reduces the amount of IIS calls during a pageload dramatically.
About the GZIP compression, this depends on your host: "Yes you can enable compression with the web.config, as the article below shows- but it can depend on the permissions on the server allows sites."
Interesting article: http://biasecurities.com/2009/04/iis7-how-to-quickly-and-easily-optimize-your-website-using-gzip-compression/
On our last project we used https://gist.github.com/130913 this method.
Size of css files has decreased from 120kb to 20.
Js less.
is working on a reply...