We've been working on improving user experience for the request waterfalls, supporting dashboards with URL-level CrUX data, as well as making more data available in our API.
Improved request initiators
Request initiators are now prettified by default, making script attributes easier to read and identify. This can be toggled using the prettify checkbox in the top right corner of the initiator row.

CrUX URL-level Data
URL-level data is now available in the CrUX Trends dashboard. This is a great way to compare CrUX data between specific pages, whereas only origin-level data was available before.

Request Waterfall Data Export
We have added the option to export a list of requests for each test result. Now you can export the request waterfall as JSON or CSV, with information and timings of each individual request.
This data can also be obtained via the API. We also added the getLighthouseReport function, which returns the complete Lighthouse report as JSON.

SEO Checker CrUX History
We've updated our free SEO checker tool to include Core Web Vitals history data based on Google's Chrome User Experience Report. You can find the CrUX charts below the Lighthouse SEO audits.

New Videos
- Analyze the critical rendering path with the network dependency tree - Learn how to use the Lighthouse network dependency tree to analyze the critical rendering path on your website.
- Content Delivery Networks (CDNs): latency reduction, caching, and more - Learn how Content Delivery Networks work and how they can improve website performance.
- Web Performance Monitoring and Optimization with DebugBear - Learn how to keep your website fast with different types of monitoring data.
New Articles
- We Fixed A 6-Year-Old JavaScript Memory Leak - A look into finding and fixing a 6-year-old JavaScript memory leak.
- How to Measure and Optimize React Performance - How to identify React bottlenecks and best practices.
- How To Diagnose Lighthouse Score Discrepancies Between Tools - The most common reasons for these discrepancies and how to identify what's causing different scores.
- Improve React Performance With useMemo And useCallback - When and how to use useMemo and useCallback, what’s the difference and can they work together?
- How Web Performance Impacts User Experience - Learn how response times impact user experience, plus monitoring best practices.
- React Compiler: An Introduction, Pros, Cons & When to Use It - A complete beginner's guide to React Compiler.