1.base 64 圖片編碼
Data url
3.insertAjacentHTML
添加HTML內(nèi)容與文本內(nèi)容
[insertAdjacentHTML方法詳解]
有四種值可用:
beforeBegin: 插入到標(biāo)簽開始前
afterBegin:插入到標(biāo)簽開始標(biāo)記之后
beforeEnd:插入到標(biāo)簽結(jié)束標(biāo)記前
afterEnd:插入到標(biāo)簽結(jié)束標(biāo)記后
4.URL.createObjectURL()
返回一個(gè)新的URL 對(duì)象表示著指定的 File
對(duì)象或者 Blob
對(duì)象
URL.createObjectURL()
5.DomContentLoad
IEContentLoad
DomContentLoad: stylesheets block scripts
DOMContentLoaded and stylesheets overview
CSS/JS 對(duì)Dom渲染的影響(http://blog.csdn.net/tonyxf121/article/details/7283319 )
6.瀏覽器渲染
像素渲染流水線
理解關(guān)鍵的渲染路徑
8.Flash跨域問(wèn)題
allowScriptAccess 使 Flash 應(yīng)用程式可和其所在的 HTML 頁(yè)通信,默認(rèn)值sameDomain
9.性能優(yōu)化
http://developer.51cto.com/art/201207/347525.htm
https://developer.yahoo.com/performance/rules.html#num_http
網(wǎng)頁(yè)性能管理詳解
使用requestAnimationFrame睦袖,requestIdleCallback