Question 3 of 10Pro Only
How would you identify and resolve performance bottlenecks in a slow web application? Walk me through your debugging process and the tools you would use.
Sample answer preview
## Step 1: Establish Baseline Metrics Before optimizing, measure current performance to have a baseline for comparison. ### Core Web Vitals - **Largest Contentful Paint (LCP):** Time until the largest visible element renders. Target under 2.5 seconds.
LighthouseChrome DevToolsCore Web VitalsAPMprofilingdatabase optimization