Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • umbracocool 108 posts 197 karma points
    Jun 02, 2012 @ 21:00
    umbracocool
    0

    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!

  • Rik Helsen 670 posts 873 karma points
    Jun 04, 2012 @ 13:46
    Rik Helsen
    0

    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/

  • Alex Skrypnyk 5908 posts 22603 karma points MVP 4x admin c-trib
    Jun 04, 2012 @ 16:13
    Alex Skrypnyk
    1

    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.

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies