目前是使用 lighthouse 做为 web 性能测试的工具,对于测试页面加载的性能,是非常好用的。
但是如果需要测试加载后页面内的一些操作,比如内面内搜索功能,页面弹出实时设置窗口,类似这种,感觉就无从下手了。
请问各位大佬有什么思路可以提供吗?
update
基于页面事务进行前端性能监控,我知道收费的有听云、免费的 sitespeed.io。
= =。这两个都是无侵入的,服务端的监控才需要埋点,你可以详细看看。
为啥我这边不能正常运行啊?
C:\Users\DELL>lighthouse https://airhorner.com/
? We're constantly trying to improve Lighthouse and its reliability.
Learn more: https://github.com/GoogleChrome/lighthouse/blob/master/docs/error-reporting.md
May we anonymously report runtime exceptions to improve the tool over time? (y/N) » false
C:\Users\DELL>npm install -g lighthouse
npm WARN deprecated intl-messageformat-parser@1.8.1: We've written a new parser that's 6x faster and is backwards compatible. Please use @formatjs/icu-messageformat-parser
C:\Users\DELL\AppData\Roaming\npm\lighthouse -> C:\Users\DELL\AppData\Roaming\npm\node_modules\lighthouse\lighthouse-cli\index.js
C:\Users\DELL\AppData\Roaming\npm\chrome-debug -> C:\Users\DELL\AppData\Roaming\npm\node_modules\lighthouse\lighthouse-core\scripts\manual-chrome-launcher.js
+ lighthouse@7.4.0
updated 1 package in 13.897s