Optimizations to reduce website loading time

后端 未结 14 1639
感情败类
感情败类 2020-12-07 16:12

What are some important optimizations that can be made to a website to reduce the loading time?

14条回答
  •  没有蜡笔的小新
    2020-12-07 16:42

    install firebug and pagespeed plugin follows all the pagespeed directives (until possible) and be happy http://code.google.com/intl/it/speed/page-speed/

    anyway the most importante optimization in my experience is to reduce the number of HTTP requests to a minimum...

提交回复
热议问题