Google’s Lighthouse has received a minor update, bringing it to version 13.4.0. Released on 2026-06-09, this update focuses on refining the tool’s performance auditing capabilities and user experience. QA engineers tracking web performance tools will find several valuable improvements.
Key Changes
This release introduces a mix of user-facing fixes and internal enhancements:
- Report Improvements: The performance gauge label has been fixed, and load animations are improved for clearer report visualization. The viewer now persists dark mode settings when changing languages, enhancing user experience.
- Data Accuracy & Validation: Canonical URL validation is improved, ensuring more accurate SEO audits. Internal mechanisms for matching scripts to network requests using
frameIdhave been refined, leading to better data correlation. - Core & Client Updates: Key dependencies like TypeScript (to 6.0.3) and Puppeteer (to 25.0.2) have been upgraded, contributing to the tool’s overall stability and performance. For PageSpeed Insights users,
agentic-browsingis now disabled in API calls, ensuring consistent results. A new public entrypoint for Lighthouse types is also available for developers.
For a full list of changes, refer to the official changelog.
Impact for QA Teams
QA teams focused on web performance testing will benefit from more accurate and user-friendly Lighthouse reports. The improved canonical URL validation aids in SEO audits, while UI enhancements like persistent dark mode streamline report analysis. These updates contribute to more reliable performance metrics, crucial for optimizing user experience and search engine visibility. For more on performance testing, see our article on Lighthouse performance testing.
FAQ
- Q: What is Lighthouse v13.4.0?
- A: It’s a minor update to Google’s web performance and security auditing tool, released on June 9, 2026.
- Q: When will this version be available?
- A: Expect it in Chrome 151 DevTools and PageSpeed Insights within two weeks of release.
- Q: How does this update help QA engineers?
- A: QA engineers gain improved report accuracy, better UI/UX for analysis, and enhanced tool stability for performance and SEO audits.
