Optimizations to reduce website loading time

后端 未结 14 1608
感情败类
感情败类 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:51

    Before attempting any optimizations first you need to be able to profile, get FireBug for Firefox. Then you can run some analysis that will tell you exactly what to do using YSlow. Fundamental things that you should do are listed here.

提交回复
热议问题