如何提高网页的效率(上篇)——提高网页效率的14条准则
    *  Make Fewer HTTP Requests
    * Use a Content Delivery Network
    * Add an Expires Header
    * Gzip Components
    * Put CSS at the Top
    * Move Scripts to the Bottom
    * Avoid CSS Expressions
    * Make JavaScript and CSS External
    * Reduce DNS Lookups
    * Minify JavaScript
    * Avoid Redirects
    * Remove Duplicate Scripts
    * Configure ETags
    * Make Ajax Cacheable

如何提高网页的效率(下篇)——Use YSlow to know why your web Slow

相关文章:

  • 2022-12-23
  • 2021-11-17
  • 2022-01-09
  • 2022-12-23
猜你喜欢
  • 2021-07-07
  • 2022-02-21
  • 2021-08-26
相关资源
相似解决方案