DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
Frontend Performance Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
medium
Frontend Performance
Why is running Lighthouse in CI on every single commit a real tradeoff, not a free choice?
A
There is no real tradeoff involved
B
Simulated throttling adds real overhead per run, deliberately, to approximate realistic conditions — running on every commit trades faster feedback against real CI resource/time cost
C
Lighthouse cannot run in CI environments at all
D
This tradeoff only applies to Chrome-based CI runners
Check Answer