Technical SEO
CSS Sprite
A CSS sprite is a technique where multiple images are combined into a single image file, and CSS background-position properties are used to display only the relevant portion of the combined image. This reduces the number of HTTP requests required to load a page, improving load times — a technique popularized before HTTP/2 multiplexing reduced its necessity.
The performance impact of CSS sprites is measured using Google PageSpeed Insights and Lighthouse, which track the number of HTTP requests and waterfall loading diagrams. While HTTP/2 has reduced the need for sprites, they are still used in high-traffic sites where minimal request overhead is critical.
Authority Links
Related Terms
Technical SEO
Compressing Images
Refers to the process of optimizing and resizing images in order to increase the loading speed of pages.
Technical SEO
CSS
A markup language that helps visually shape the elements of a web page.
Technical SEO
Image Optimization
The process of optimizing images in terms of SEO and user experience is called image optimization.
Technical SEO
Website Speed Optimization
Refers to practices to provide faster access to websites.

