Appearance
Devtool
Chrome DevTool 算是和前端同学打交道最多的工具之一了,主要用来查看日志、查看网络请求、debug 页面等等,我们同时还可以利用它对页面性能进行分析。
WebPageTest
WebPageTest 是一个线上性能分析平台,除了常用的 CWV 性能数据外,还有 performance、lighthouse 报告、页面对比等功能。
相关链接
- Web Vitals: https://web.dev/vitals/
- Web Vitals - Github: https://github.com/GoogleChrome/web-vitals
- WebPageTest: https://www.webpagetest.org/
- Lighthouse Scoring Calculator: https://googlechrome.github.io/lighthouse/scorecalc/
