What can I do to decrease load times of HTML pages?

后端 未结 6 2125
天命终不由人
天命终不由人 2020-12-13 02:20

Note: This is meant to be a community wiki post

To try and make the user experience the best possible, what can I do to make the loading of

6条回答
  •  被撕碎了的回忆
    2020-12-13 03:04

    Minify your HTML source, CSS source, and JS Source. Gzip if possible.

    http://code.google.com/p/htmlcompressor/

    For JavaScript try: http://code.google.com/closure/compiler/

提交回复
热议问题