How to minify aspx pages

前端 未结 3 1435
梦如初夏
梦如初夏 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:25

    There are a couple of methods to achieve this. You can configure GZip compression with IIS7 if you have access. If you don't i.e. you are using a hosting provider it is possible to activate compression from within your code.

    See this SO Post for further reading.

    UPDATE:

    To perform this at build time rather than run time see this blog post.

提交回复
热议问题