Optimizations to reduce website loading time

后端 未结 14 1595
感情败类
感情败类 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.

    0 讨论(0)
  • 2020-12-07 16:51

    definitely want to look at caching, as round trips to DB are expensive. also, minify JS

    0 讨论(0)
提交回复
热议问题