Performance Insights
Performance Insights provide actionable insights on your website's performance and are available in both the DevTools Performance panel and Lighthouse.
CSS selector costs
Identifies complex CSS selectors that take a long time for the browser to match with elements on the page.
Document request latency
Identifies reasons why the HTML document request takes longer than expected.
Duplicated JavaScript
Pinpoints identical JavaScript modules or code being loaded multiple times within a single page.
Font display
Evaluates the `font-display` CSS property to ensure text remains visible while custom fonts are loading.
Forced reflow
Identifies when JavaScript forces the browser to recalculate the layout of the page, potentially causing performance issues.
Improve image delivery
Suggests ways to optimize image loading, such as by using modern formats like AVIF or WebP and ensuring correct sizing.
INP breakdown
Shows the INP subparts to help identify optimization opportunities to improve INP.
Layout shift culprits
Points out the specific DOM elements responsible for unexpected movement on the page, which contributes to Cumulative Layout Shift.
LCP breakdown
Shows the LCP subparts to help identify optimization opportunities to improve LCP.
LCP request discovery
Identifies reasons why the LCP image request takes longer than expected.
Legacy JavaScript
Flags outdated JavaScript code that may be slower and unnecessary for most modern browsers.
Modern HTTP
Checks for newer network protocols like HTTP/2 or HTTP/3 to improve request and response multiplexing and speed.
Network dependency tree
Identifies key dependecy chains that are blocking the initial rendering of the page.
Optimize DOM size
Identified when there are a large number of HTML elements on a page which can affect rendering performance.
Optimize viewport for mobile
Checks that the page's viewport is configured correctly to ensure it does not cause a 300 millisecond tap delay on mobile devices.
Render-blocking requests
Identifies resources that block the inital rendering of the page delaying LCP.
Third parties
Lists third-party resources that are loaded on the page.
Use efficient cache lifetimes
Identifies suboptimal caching policies resulting in potentially unnecessary downloads on repeat visits to the page.