Mobile Web _ HTML5 Performance Optimization
http://velocityconf.com/velocity2011/public/schedule/detail/19976 1. Rediret를 피해라. 2. 간단해야 한다. 현재 xhtml은 무겁다. 18kb, 180dom elements, 145 has class definition, 80% ahs multiple calss defenition 현재 css도 무겁다. -> HTML5 tag를 최대한 활용 하라. -> xhtml 대신 -> div 대신 article, section, nav 등 inline속성 적극 활용. -> class 대신 ->header, footer 사용. 3. WPO 테크닉을 알아라! gzip 사용, 캐시활용잘하기, css는 맨위에 위치, script는 가능한 맨 밑에, dns 룩업..