网页性能分析

Performance analysis of Web Page

我构建了一个 Hbbtv 应用程序。

我想分析 运行 在电视上时应用程序的性能。 由于电视上没有使用开发者工具,我如何获得渲染、页面加载、空白率时间?

是否可以使用 javascript 显示这些内容?

  1. 您可以将 google 分析添加到您的站点。实现设备检测,如果是电视则发送性能分析结果(之前实现的性能函数)。函数类似于这些示例:http://qnimate.com/measuring-web-page-performance-using-modern-javascript-apis/ http://blog.trasatti.it/2012/12/measuring-the-speed-of-resource-loading-with-javascript-and-html5.html , https://trackjs.com/blog/monitoring-javascript-memory/ , https://medium.com/@felipedutratine/frontend-performance-monitoring-in-js-29832051d2ec

  2. 您应该检测 TV 用户代理,然后在 Google Chrome 开发工具中对其进行模拟(w3c 验证器也允许这样做),然后在 [=25] 中执行审核测试=] Chrome 开发工具“审核”选项卡。 检查 https://developers.whatismybrowser.com/useragents/explore/operating_platform/smart-tv/