使用Paint Timing API改善性能
如何进行 web 性能监控
使用 window.performance 提供了一组精确的数据,经过简单的计算就能得出一些网页性能数据
Performance
Performance.getEntries()
performance.getEntriesByName()
performance.getEntriesByType()
PerformanceObserver