Performance Analyzer - Chrome Trace PCA
Upload a Chrome DevTools trace JSON to run PCA and identify which event categories contribute most to latency.
How to use
- 1
Export a Chrome trace
In DevTools Performance tab, record a session and use Save profile to export a JSON trace.
- 2
Upload the trace
Drop the JSON file into the analyzer.
- 3
Review PCA components
The top principal components show which event categories drive the most variance in your trace.
Why use this tool?
- Identifies the top latency contributors via PCA without any server
- Works with standard Chrome DevTools JSON trace format
- Runs fully in-browser using WebAssembly - your trace data stays private
Frequently asked questions
- What trace format is supported?
- Standard Chrome DevTools JSON format - either the {traceEvents: [...]} object or a bare array. Export from DevTools > Performance > Save profile.
- What does PCA show here?
- PCA decomposes per-event-category durations to reveal which combinations of categories co-vary and contribute most to overall trace variance.
Related tools
Paste raw log lines and instantly cluster repeated patterns using TF-IDF and DBSCAN - runs 100% in your browser via WebAssembly.
Upload a CSV to auto-detect column types, spot missing values, and fit a linear regression - all locally in your browser.
Popular right now
Format, validate, and minify JSON instantly in your browser. Your data never leaves your device.
Decode JWT tokens and inspect header and payload instantly in your browser. Your tokens never leave your device.
Count words, characters, sentences, and estimate reading time instantly in your browser. No sign-up required.



