当前位置: 代码迷 >> Web前端 >> web性能优化有关工具
  详细解决方案

web性能优化有关工具

热度:218   发布时间:2012-11-05 09:35:12.0
web性能优化相关工具

前端相关:

1.Diffable ?is a method for reducing page load latency by transmitting differential encodings of static files. It works by sending deltas between versions of files that reside in a browser's cache. In web applications, files such as Javascript, HTML, and CSS are often updated every week or more, but change very little between versions. This method significantly reduces the bandwidth and transmission time for these files and is implementable on all legacy browsers that support Javascript.

?

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

?

  相关解决方案