FCP relates to the initial point at which the user feels the blank screen has ended. Even before the page is fully loaded, the perceived speed can be improved if the first content is displayed quickly.
If the server response is slow or there are many render-blocking resources, FCP becomes slow. If the blank screen persists for a long time, users may feel that the page is not working.
Check initial HTML, critical CSS, fonts, JavaScript bundle, and server response together. FCP is viewed together with LCP, but interpreted separately from the point in time when the main content appears.
Key takeaways
- Measures when the first content is drawn on the screen.
- It is related to the initial perceived speed.
- FCP is affected by render-blocking resources and server response times.
- It must be interpreted together with the LCP.
