Google PageSpeed Insights Tool Gets A Major Update With More Data From Lighthouse

Google has fundamentally transformed how web developers analyze and optimize site performance with the new Performance Insights paradigm that consolidates audits into actionable recommendations.

Google has fundamentally transformed how web developers analyze and optimize site performance. The PageSpeed Insights tool now incorporates significantly more data from Lighthouse, introducing a new "Performance Insights" paradigm that replaces traditional audit formats. This shift consolidates multiple related performance issues into actionable insights, removes outdated audits, and provides developers with clearer guidance for improving Core Web Vitals and overall site speed.

For teams already implementing lazy loading techniques and other performance optimizations, these changes mean more contextual guidance for identifying bottlenecks. Understanding these updates is essential for anyone responsible for website performance optimization in 2025 and beyond.

Transition Timeline

12.6

Lighthouse version with toggle for new format

Oct 2025

Lighthouse 13 release with full transition

17

Audits consolidated into insights

6

Audits removed entirely

The Evolution from Audits to Insights

Traditional Lighthouse Audits vs. New Insights

Traditional Lighthouse audits provided isolated checks for individual performance issues. The new insights-based approach groups related issues into comprehensive recommendations, reflecting Google's philosophy that performance optimization should be holistic, not piecemeal. According to Google's announcement on the Chrome Developers blog, this change addresses long-standing feedback from developers who found the fragmented audit format challenging to prioritize.

The Performance Insights panel in Chrome DevTools already demonstrated the value of consolidated analysis, and now PageSpeed Insights users benefit from the same approach. This unified experience means developers can move from diagnosis to action more quickly.

Why Google Made This Change

  • Reduced Confusion: Multiple overlapping audits created competing recommendations that made optimization decisions difficult
  • Better Prioritization: Developers struggled to prioritize which issues to address first amid dozens of individual audit results
  • Root Cause Focus: The old format treated symptoms rather than identifying underlying causes
  • Clearer Ownership: Consolidated insights provide clearer ownership of performance problems across teams
  • Real-World Testing: The new format mirrors how real browser performance testing identifies issues in production environments

This shift represents a maturation of performance measurement philosophy, moving from check-box auditing toward meaningful metric improvement that directly impacts user experience and search rankings.

Audit Renaming and Consolidation Reference
New Insight IDReplaced Audit IDs
cls-culprits-insightlayout-shifts, non-composited-animations, unsized-images
document-latency-insightredirects, server-response-time, uses-text-compression
dom-size-insightdom-size
duplicated-javascript-insightduplicated-javascript
font-display-insightfont-display
image-delivery-insightmodern-image-formats, uses-optimized-images, efficient-animated-content, uses-responsive-images
interaction-to-next-paint-insightwork-during-interaction
lcp-discovery-insightprioritize-lcp-image, lcp-lazy-loaded
lcp-phases-insightlargest-contentful-paint-element
legacy-javascript-insightlegacy-javascript
modern-http-insightuses-http2
network-dependency-tree-insightcritical-request-chains, uses-rel-preconnect
render-blocking-insightrender-blocking-resources
third-parties-insightthird-party-summary
use-cache-insightuses-long-cache-ttl
viewport-insightviewport
Removed Audits and Rationale
Removed AuditReason for Removal
first-meaningful-paintDeprecated metric replaced by LCP
no-document-writeRarely triggered in modern first-party code
offscreen-imagesBrowsers automatically deprioritize off-screen images
uses-passive-event-listenersRarely needed in modern first-party code
uses-rel-preloadDisabled by default due to overuse risks
third-party-facadesLimited coverage, developers should pressure third parties directly

Preparing for the Transition

Migration Checklist

  1. Test in Lighthouse 12.6: Use the toggle to try the new insights format on your sites before the full transition
  2. Review Dependencies: Identify any scripts or tools referencing legacy audit IDs that will need updating
  3. Update Automation: Modify CI/CD pipelines and automated testing scripts to use new insight IDs instead of audit IDs
  4. Recalculate Budgets: Adjust performance budgets based on the new consolidated format
  5. Train Your Team: Ensure team members understand how to interpret consolidated insights rather than individual audits
  6. Remove Workarounds: Eliminate temporary fixes implemented for deprecated audits that are no longer relevant
  7. Verify Compatibility: Check that third-party monitoring services work with the new insight format

Best Practices for New Insights Interpretation

The new consolidated format requires a shift in how you approach performance optimization. Start with insights marked as high impact on Core Web Vitals, using the consolidated view to understand related issues together rather than addressing symptoms in isolation. Prioritize root cause fixes that resolve multiple symptoms simultaneously.

The insight description now includes more detailed context for decision-making, helping teams understand why certain optimizations matter. Compare insight severity across pages to identify site-wide patterns that warrant architectural improvements rather than page-by-page fixes. This approach aligns with modern performance engineering practices that treat site speed as a systemic concern rather than a collection of individual issues.

For organizations with established web performance monitoring, this transition represents an opportunity to refine alerting and reporting systems to leverage the new insight structure. Understanding how Core Web Vitals metrics like LCP, CLS, and INP are measured and improved becomes even more critical with the new insights-based approach.

Understanding Core Web Vitals in the New Framework

Core Web Vitals remain the foundation of performance measurement with enhanced diagnostic context

Largest Contentful Paint

LCP phase breakdown shows time spent on element loading, render, and paint. Discovery phase analysis reveals if lazy-loading is delaying the LCP element.

Cumulative Layout Shift

CLS insights now consolidate layout shifts, non-composited animations, and unsized images into one actionable recommendation with ranked causes.

Interaction to Next Paint

INP insights consolidate JavaScript work during interaction to help identify and eliminate input responsiveness bottlenecks.

Frequently Asked Questions

Ready to Optimize Your Site Performance?

Our web performance experts can help you navigate the Lighthouse changes and implement improvements that boost Core Web Vitals scores.

Sources

  1. Chrome for Developers - Moving Lighthouse to Performance Insights - Official Google announcement detailing the transition from traditional Lighthouse audits to the new Performance Insights format
  2. PageSpeed Insights - Official Google tool for testing website performance
  3. Chrome Developers - Lighthouse Documentation - Official reference for performance auditing fundamentals