Is there an equivalent to the mod_pagespeed Apache module for IIS?

后端 未结 5 577
离开以前
离开以前 2020-12-29 23:24

Is there an equivalent to mod_pagespeed Apache module but for IIS?

5条回答
  •  鱼传尺愫
    2020-12-30 00:06

    This isn't a direct mod_pagespeed replacement but does some work towards reducing the number of requests, minifying and bundling JS and CSS.

    It even automatically provides lossless compression of PNG-images and creates sprites of your background images. See the RequestReduce library.

    (not tried it myself)

提交回复
热议问题