Comparison

Redline vs Lighthouse.

Lighthouse and PageSpeed Insights are page audits run on a simulated device in Google's infrastructure. That is useful and free — but the phone it emulates is not the phone your customer owns. Redline measures the machine in front of you and tells you where its ceiling is.

DimensionLighthouse / PSIRedline
Device modelA simulated mid-tier phone with throttled CPUThe actual hardware running the test
Hardware signalNone — the machine is emulatedCores, memory, GPU renderer, DPR, connection
Score meaningHow this page performs in a labHow much headroom this device has, on any page
Cohort contextNonePercentile against every device tested
DiagnosisRule-based audit listAI reading of the device profile plus the metrics
Best used forPage-level regressions in CIDeciding which devices you can still support

They answer different questions

Keep Lighthouse for page regressions. Use Redline when the question is "which devices are we losing?" — then set a device-score floor and gate releases on it with the Redline CI endpoint.

Test your device