Page speed measures how long it takes for a web page to fully load and become interactive for the visitor. This includes everything from the initial server response to the final image and script finishing loading.
There are a few different ways page speed is measured:
- Time to First Byte (TTFB) is how quickly the server starts sending data back to the browser.
- First Contentful Paint (FCP) is when the first visible content appears on screen.
- Largest Contentful Paint (LCP) is when the biggest piece of content (usually a hero image or headline) finishes loading.
- Time to Interactive (TTI) is when the page is fully usable and responds to clicks.
Google recommends that pages load in under 2.5 seconds for a good user experience. Tools like Google PageSpeed Insights, GTmetrix, and Lighthouse can test your site and provide specific recommendations for improvement.
Common factors that slow down websites include large unoptimised images, too many scripts, poor hosting, render-blocking resources, and heavy third-party plugins.