Using the Chrome UX Report on BigQuery
In this guide, learn how to use BigQuery to write queries against the CrUX dataset to extract insightful results about the state of user experiences on the web.
Using the Chrome UX Report on PageSpeed Insights
PageSpeed Insights (PSI) is a tool for web developers to understand what a page's performance is and how to improve it. In this guide, learn how to use PSI to extract insights from CrUX and better understand the user experience.
Lighthouse: Optimize website speed
Learn how to use Chrome DevTools to find ways to make your websites load faster.
Performance features reference
A reference on all the ways to record and analyze performance in Chrome DevTools.
Record heap snapshots
Learn how to record heap snapshots with the Chrome DevTools heap profiler and find memory leaks.
Timeline event reference
The timeline events mode displays all events triggered while making a recording. Use the timeline event reference to learn more about each timeline event type.
Fix memory problems
Learn how to use Chrome and DevTools to find memory issues that affect page performance, including memory leaks, memory bloat, and frequent garbage collections.
How to Use the Allocation Profiler Tool
Use the allocation profiler tool to find objects that aren't being properly garbage collected, and continue to retain memory.