How to minify aspx pages

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

    Firstly, you should read the Yahoo best practices for speeding up webpages.

    You will probably find that minifying the HTML won't have much difference (also see this question), but a lot of the other suggestions in that article will.

提交回复
热议问题