Start here. This is the direct spoken answer to practice first.
Why this question matters
Frontend performance is experienced by real users on different devices and networks, so a single local score is not enough. This scenario checks whether the candidate can turn a broad complaint into a measured diagnosis and verify that a fix improves user experience rather than only a benchmark.
I would first identify which metric regressed, when it changed, and which routes, devices, browsers, or regions are affected. LCP reflects how quickly the main visible content appears, INP reflects interaction responsiveness, and CLS reflects unexpected layout movement. I would compare real-user field data with a reproducible lab trace, then inspect the relevant network waterfall, main-thread work, and layout shifts. I would fix the measured bottleneck and verify the result in both controlled tests and production field data.