Day380:实现一个系统,统计前端页面性能、页面 JS 报错、用户操作行为、PV/UV、用户设备等消息,并进行必要的监控报警。方案如何设计,使用哪些技术点,采用什么样的系统架构,难点在哪里?

作者: Genzhen创建于 2021年9月3日更新于 2025年7月17日
标签工程化阿里云
Storage mode cookie localStorage sessionStorage IndexedDB webSQL FileSystem
Type key-value key-value NoSQL SQL
Data format string string string object
Capacity 4k 5M 5M 500M 60M
Process synchronous synchronous synchronous asynchronous asynchronous
Query key ... ... ... ...

内容来源: lgwebdream/FE-Interview