Performance
-
dynatrace KPI 번역Performance 2011. 7. 3. 15:48
툴팁 번역 First Request : time in ms until the first request was actually sent by the browser > browser로부터 첫 request가 보내진 시점 First Impression : time in ms until the first rendering activity > 첫 rendering (drawing) 활동이 끝난 시점, 처음 뭔가 그려진 시점 onLoad Time : time elapsed until the body of the page was loaded (time between the page was requested and the body onload event was triggerd) > onload event가 발생한 시점..
-
YSlow for Mobile/BookmarkletPerformance 2011. 6. 21. 10:20
http://developer.yahoo.com/yslow/mobile/#javascript:%28function%28y,p,o%29{p=y.body.appendChild%28y.createElement%28%27iframe%27%29%29;p.id=%27YSLOW-bookmarklet%27;p.style.cssText=%27display:none%27;o=p.contentWindow.document;o.open%28%29.write%28%27%3Chead%3E%3Cbody%20onload=%22YUI_config={win:window.parent,doc:window.parent.document};var%20d=document;d.getElementsByTagName%28\%27head\%27%29[0]..
-
HTTPWatch 각 Timing의 의미 번역Performance 2011. 6. 16. 10:58
Cache Read is the time taken to read the content from the browser cache during (Cache) or 304 responses. 번역 : 브라우저 캐시에서 컨텐츠를 읽어오는 시간을 말한다. The Blocked time includes any pre-processing time (such as cache lookup) and the time spent waiting for a network connection to become available. Browsers limit the number of concurrent network connections per host name (i.e. www.microsoft.com) and will queue..