ithack / ithack.github.io

我的前端博客,访问地址:
https://ithack.github.io
2 stars 1 forks source link

performance学习开发一套前端监控系统 #15

Open ithack opened 4 years ago

ithack commented 4 years ago

初步场景,在用户使用时一些js或css是不是最新版本,我们需要抓取用户当前访问js链接等信息方便查看是否加载了老的js,开发一套抓取系统;利用window.performance.getEntriesByType("resource");抓取;初步想法是在访问时增加一个参数后加载这套监控系统,方便区别对待问题用户和正常用户