Upgrade to Pro — share decks privately, control downloads, hide ads and more …

如何解读页面性能

Max
February 05, 2013

 如何解读页面性能

如何解读页面性能

Max

February 05, 2013
Tweet

More Decks by Max

Other Decks in Programming

Transcript

  1. • 浏览器preLoad ◦ IE8+ Lookahead Downloader ◦ Firefox7+ prefetch(HTML5属性) ◦

    Chrome14+ prerender(HTML5属性) 参考资料:https://developer.mozilla.org/en/link_prefetching_faq 新技术 <a href="xxx.xxx.xxx.js" rel = "prefetch">
  2. 新技术 • SPDY ◦ SPDY 是 Google 开发的基于传输控制协议 (TCP) 的应用层协议

    ,开 发组正在推动 SPDY 成为正式标准(现为互联网草案)。SPDY 协议旨 在通过压缩、多路复用和优先级来缩短网页的加载时间和提高安全性。 (SPDY 是 Speedy 的昵音,意思是更快) 参考资料:http://www.geekpark.net/read/view/158198
  3. 怎么收集优化成果? • 关键数据对比 ◦ CDN访问数据 ◦ TWS访问压力 ◦ 客户端测速 •

    间接影响 ◦ 页面点击转化 ◦ 成交转化 ◦ 老用户回头率