Skip to content

Commit d860e1b

Browse files
authored
Merge pull request #59 from flashcatcloud/rum-docs
feat: long task
2 parents 3f50493 + a591dbc commit d860e1b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

flashduty/en/2. RUM/2. Applications/4. Analysis Dashboard.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ The overview module focuses on the core metrics of your application across multi
3131
The performance analysis module focuses on full-chain monitoring of application loading and interaction experience, including:
3232

3333
- **Page Performance**: Monitor trends and sample distribution of core page loading metrics such as FCP, LCP, CLS, and FCP.
34-
- **Long Tasks**: Events that block the browser's main thread for more than 50 milliseconds.
34+
- **Long Tasks**: A [long animation frame](https://developer.chrome.com/docs/web-platform/long-animation-frames#long-frames-api) is when a rendering update is delayed beyond 50 milliseconds.
3535
- **XHR and Fetch Requests**: Analyze the loading performance of XHR and Fetch interfaces to locate slow interfaces.
3636
- **Static Resources**: Analyze the loading time of static resources to identify performance bottlenecks during application loading.
3737

flashduty/zh/2. RUM/2. 应用管理/4. 分析看板.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Flashduty RUM 分析看板提供了开箱即用的可视化仪表板,自动采
3131
性能分析模块专注于应用加载与交互体验的全链路监控,主要内容包括:
3232

3333
- **页面性能**:监控 FCP、LCP、CLS、FCP 等页面加载核心指标的趋势与样本分布。
34-
- **长任务**阻塞浏览器主线程超过 50 毫秒的事件
34+
- **长任务**[长动画帧](https://developer.chrome.com/docs/web-platform/long-animation-frames#long-frames-api)渲染更新延迟超过 50 毫秒的情况
3535
- **XHR 和 Fetch 请求**:分析 XHR 和 Fetch 接口的加载性能,定位慢接口。
3636
- **静态资源**:分析静态资源的加载耗时,定位应用加载时的性能瓶颈。
3737

0 commit comments

Comments
 (0)