이 글은 기술 검토가 필요합니다. 도울을 줄 수 있는 방법을 살펴보세요.
이 문서는 아직 자원 봉사자들이 한국어로 번역하지 않았습니다. 함께 해서 번역을 마치도록 도와 주세요!
The Web Performance API allows web pages access to certain functions for measuring the performance of web pages and web applications, including the Navigation Timing API and high-resolution time data.
Methods
performance.mark()
- Maps a
DOMHighResTimeStamp
to a specified name representing the amount of milliseconds elapsed since a reference instant.
performance.now()
- Returns a
DOMHighResTimeStamp
representing the amount of milliseconds elapsed since a reference instant.
Properties
performance.timing
- Is a
PerformanceTiming
object containing latency-related performance information. performance.navigation
- Is a
PerformanceNavigation
object representing the type of navigation that occurs in the given browsing context, like the amount of redirections needed to fetch the resource. - performance.memory
- A non-standard extension added in Chrome.
문서 태그 및 공헌자
태그:
이 페이지의 공헌자:
smarts,
jsantell,
fscholz,
paul.irish,
teoli,
julienw,
iamanupmenon,
ethertank,
Sheppy,
MattBrubeck
최종 변경:
smarts,