You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
example question: What caching strategies can I apply to improve my page performance?
944
+
- insight name: ImageDelivery
945
+
description: Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size](https://developer.chrome.com/docs/lighthouse/performance/uses-optimized-images/)
example question: What should I do to improve and optimize the time taken to fetch and display images on the page?
950
+
example question: Are all images on my site optimized?
951
+
- insight name: LCPBreakdown
952
+
description: Each [subpart has specific improvement strategies](https://web.dev/articles/optimize-lcp#lcp-breakdown). Ideally, most of the LCP time should be spent on loading the resources, not within delays.
example question: Which LCP phase was most problematic?
956
+
example question: What can I do to reduce the LCP time for this page load?
957
+
- insight name: LCPDiscovery
958
+
description: Optimize LCP by making the LCP image [discoverable](https://web.dev/articles/optimize-lcp#1_eliminate_resource_load_delay) from the HTML immediately, and [avoiding lazy-loading](https://web.dev/articles/lcp-lazy-loading)
example question: What can I do to reduce my LCP discovery time?
962
+
example question: Why is LCP discovery time important?
963
+
- insight name: CLSCulprits
964
+
description: Layout shifts occur when elements move absent any user interaction. [Investigate the causes of layout shifts](https://web.dev/articles/optimize-cls), such as elements being added, removed, or their fonts changing as the page loads.
example question: How can I prevent layout shifts on this page?
968
+
- insight name: DocumentLatency
969
+
description: Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
example question: How do I decrease the initial loading time of my page?
974
+
example question: Did anything slow down the request for this document?
975
+
- insight name: Viewport
976
+
description: Tap interactions may be [delayed by up to 300 ms](https://developer.chrome.com/blog/300ms-tap-delay-gone-away/) if the viewport is not optimized for mobile.
example question: How do I make sure my page is optimized for mobile viewing?
980
+
- insight name: ThirdParties
981
+
description: 3rd party code can significantly impact load performance. [Reduce and defer loading of 3rd party code](https://web.dev/articles/optimizing-content-efficiency-loading-third-party-javascript/) to prioritize your page's content.
0 commit comments