Report: Your Sites
Report: CrUX Dashboard
Report: CrUX Pages
Report: Pulse
Report: Pages Leaderboard
Report: Performance audits
Report: Snapshot Overview
Report: Accessibility audits
Report: Best Practices audits
Report: Long Task Timeline
Report: Metric Page
Report: SEO audits
Report: Single Page Test
Report: Third Party
Report: Your Sites
Report: CrUX Dashboard
Report: CrUX Pages
Report: Pulse
Report: Pages Leaderboard
Report: Performance audits
Report: Snapshot Overview
Report: Accessibility audits
Report: Best Practices audits
Report: Long Task Timeline
Report: Metric Page
Report: SEO audits
Report: Single Page Test
Report: Third Party
JavaScript task execution is the source of the biggest and most common performance bottlenecks. Avoiding long-running tasks and blocking the JavaScript main thread is one of the most critical performance strategies to employ.
The Long Task Timeline, found on the Snapshot Overview and Single Page Tests pages, helps you identify long tasks that took more than 50ms to execute during page load. Calibre showcases both parent and children tasks that contribute to a long task warning, so you can identify which specific task causes the most issues.
Each task is classified as one of:
Hovering on a task presented in the chart will show:
The Long Task Timeline can be filtered by first and third-party tasks, which makes it easy to determine which internal scripts or external tooling contributes to slowing the execution of the page.
The chart below illustrates filtering set to third-party tools, which shows a total 3.29s contribution to Total Blocking Time.