How to minify aspx pages

前端 未结 3 1354
梦如初夏
梦如初夏 2021-02-20 15:12

I am developing a web-based Pokemon Online game. Since it is online, I would like to optimize it to run as quickly possible.

I\'ve installed Firebug and Page Speed sugge

3条回答
  •  南笙
    南笙 (楼主)
    2021-02-20 15:31

    Instead of minifying your .aspx files consider dynamic compression. This will send compressed data to the browser. since you are using IIS 7.5 dynamic compression comes built-in you just have to enable it.

提交回复
热议问题