web-performance-monitoring-system icon indicating copy to clipboard operation
web-performance-monitoring-system copied to clipboard

A complete performance monitoring system.

Results 10 web-performance-monitoring-system issues
Sort by recently updated
recently updated
newest added

数据库一定要安装在本地吗 还是不一定

现象:请求有错误时比如404,监控会把error的处理掉请求就没了,然后在axios里面拦截不到对应的错误信息。

有1个performance.clearResourceTimings()和2个performance.getEntriesByType()需要加判断,safari下的performance是没有这几个方法的,直接报错了。

用fetch貌似拦截不到ajax请求

老哥 能把这个性能监控的js单独提出来开放用么。?

`npm run dev` 运行起来后,没发登录。 看 `src/config.js` ,好像还要七牛云存储账号、DB、邮箱等等,运行个测试,还必须得有这些依赖吗?如果有,对于 DB 的表结构如何初始化? 总之,想表达的意思是:我如何把它运行起来并正常操作??