Web Performance Glossary
Master the terminology of web performance. Clear, concise definitions for all the metrics and concepts you need to understand for faster websites and better SEO.
A-ZAll Terms
AVIF
An advanced image format offering even better compression than WebP, based on the AV1 video codec.
Chrome User Experience Report
(CrUX)A public dataset of real user experience data collected from Chrome browsers.
Content Delivery Network
(CDN)A geographically distributed network of servers that delivers web content from locations closer to users.
Core Web Vitals
A set of three metrics (LCP, INP, CLS) that Google uses to measure user experience and as ranking factors.
Cumulative Layout Shift
(CLS)A Core Web Vital that measures visual stability by quantifying unexpected layout shifts.
Domain Name System
(DNS)The system that translates human-readable domain names into IP addresses.
First Contentful Paint
(FCP)A performance metric measuring when the first content element is rendered on screen.
First Input Delay
(FID)A deprecated Core Web Vital that measured the delay before the browser could respond to the first user interaction.
HTTP/2
A major revision of HTTP that enables faster, more efficient web communication through multiplexing and other features.
Interaction to Next Paint
(INP)A Core Web Vital that measures page responsiveness by tracking the latency of user interactions.
Largest Contentful Paint
(LCP)A Core Web Vital that measures how long it takes for the largest content element to become visible.
Lazy Loading
A technique that defers loading of non-critical resources until they're needed.
Lighthouse
An open-source tool by Google for auditing web page quality including performance, accessibility, and SEO.
Preload
A browser hint that tells the browser to fetch a resource early because it will be needed soon.
Render-Blocking Resources
Resources like CSS and JavaScript that prevent the browser from rendering content until they're downloaded and processed.
Time to First Byte
(TTFB)A metric measuring the time from request start until the first byte of the response is received.
Total Blocking Time
(TBT)A lab metric measuring the total time the main thread was blocked long enough to prevent input responsiveness.
WebP
A modern image format that provides superior compression for images on the web.
Core Web Vitals
Core Web Vitals
A set of three metrics (LCP, INP, CLS) that Google uses to measure user experience and as ranking factors.
Cumulative Layout Shift (CLS)
A Core Web Vital that measures visual stability by quantifying unexpected layout shifts.
Interaction to Next Paint (INP)
A Core Web Vital that measures page responsiveness by tracking the latency of user interactions.
Largest Contentful Paint (LCP)
A Core Web Vital that measures how long it takes for the largest content element to become visible.
Metrics
Chrome User Experience Report (CrUX)
A public dataset of real user experience data collected from Chrome browsers.
First Contentful Paint (FCP)
A performance metric measuring when the first content element is rendered on screen.
First Input Delay (FID)
A deprecated Core Web Vital that measured the delay before the browser could respond to the first user interaction.
Time to First Byte (TTFB)
A metric measuring the time from request start until the first byte of the response is received.
Total Blocking Time (TBT)
A lab metric measuring the total time the main thread was blocked long enough to prevent input responsiveness.
Performance
AVIF
An advanced image format offering even better compression than WebP, based on the AV1 video codec.
Lazy Loading
A technique that defers loading of non-critical resources until they're needed.
Lighthouse
An open-source tool by Google for auditing web page quality including performance, accessibility, and SEO.
Preload
A browser hint that tells the browser to fetch a resource early because it will be needed soon.
Render-Blocking Resources
Resources like CSS and JavaScript that prevent the browser from rendering content until they're downloaded and processed.
WebP
A modern image format that provides superior compression for images on the web.
Infrastructure
Content Delivery Network (CDN)
A geographically distributed network of servers that delivers web content from locations closer to users.
Domain Name System (DNS)
The system that translates human-readable domain names into IP addresses.
HTTP/2
A major revision of HTTP that enables faster, more efficient web communication through multiplexing and other features.
Test Your Site's Performance
Now that you understand the metrics, see how your site performs.
Run a Free Speed Test