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

淘宝本地生活 Mini Head 实践

d2forum
August 03, 2012
130

淘宝本地生活 Mini Head 实践

淘宝公用头脚本比较大,而head中的脚本会阻塞页面渲染,通过mini head来有效解决head过重问题

d2forum

August 03, 2012
Tweet

Transcript

  1. 头大的问题 头大的问题 <!doctype html> <html> <head> <title>js 阻塞测试 </title> </head>

    <body> 主体 </body> </html> <script src="sleep.php?delay=20"></script> 20s
  2. 量化 • HttpWatch • 注意 -HttpWatch 的 clear cache 功能可能有问

    题,请用 IE 自带的工具条设置“总是从服务器 更新” Render Start DOM Load Page Load