LiquidPurple - Strategic Website Management

Glossary of Terms

We have compiled this list of terms and definitions to help you better understand the terminology used within the web development community.

Improve Image Delivery

Search for glossary terms (regular expression allowed)
Improve Image Delivery evaluates whether images are served in modern formats (WebP, AVIF), properly sized for the display, and compressed efficiently. Large, unoptimized images are the number-one cause of slow page loads on most websites.

Improve Image Delivery

Images typically account for 50–70% of a page's total weight. Serving them in outdated formats like JPEG or PNG at full resolution wastes bandwidth and delays rendering. Modern formats like WebP and AVIF achieve 25–50% smaller file sizes at equivalent quality. Combined with responsive sizing (srcset) and lazy loading, image optimization can cut page load time dramatically.

Why It Matters

  • Images are usually the heaviest assets on a page. Optimizing them provides the biggest single performance gain.
  • WebP is supported by all modern browsers and is 25–35% smaller than JPEG at equivalent quality.
  • AVIF offers even better compression (~50% smaller than JPEG) with growing browser support.
  • Serving oversized images (4000px wide for a 400px container) wastes bandwidth and delays rendering, especially on mobile.

How to Fix It

  1. Convert to WebP or AVIF. Use build tools, CDN image optimization, or server-side conversion to serve modern formats with JPEG/PNG fallbacks.
  2. Use responsive images. Add srcset and sizes attributes so the browser downloads only the size it needs for the viewport.
  3. Lazy load below-the-fold images. Add loading="lazy" to images not visible on initial load.
  4. Compress with quality targets. A JPEG quality of 75–85 is usually visually indistinguishable from 100 but significantly smaller.
  5. Set explicit width and height. This prevents layout shift while images load and lets the browser allocate the correct space.

Common Mistakes

  • Serving 3000px images on mobile because the CMS uploaded the original without resizing.
  • Using PNG for photographs — PNG is lossless and produces enormous files for photo content.
  • Forgetting fallbacks — serving only AVIF without a WebP or JPEG fallback breaks older browsers.
  • Lazy loading hero images — the main above-the-fold image should load eagerly for best LCP.
Bottom Line: Convert to WebP/AVIF, size images to their display dimensions, lazy load below-the-fold assets, and compress aggressively. Images are the easiest performance win on most sites.
Hits - 40
Synonyms: Image Optimization, Optimize Images, Image Compression

What Does "Liquid Purple" mean?

noun | / LIK-wid PUR-pul /

  1. (biochemistry) Also known as visual purple or rhodopsin — a light-sensitive receptor protein found in the rods of the retina. It enables vision in dim light by transforming invisible darkness into visible form. Derived from the Greek rhódon (rose) and ópsis (sight), its name reflects its delicate pink hue and vital role in perception.

  2. (modern usage) Liquid Purple — a digital marketing agency specializing in uncovering unseen opportunities and illuminating brands hidden in the digital dark. Much like its biological namesake, Liquid Purple transforms faint signals into clear visibility — revealing what others overlook and bringing businesses into the light.

Origin: From the scientific term rhodopsin, discovered by Franz Christian Boll in 1876; adopted metaphorically by a marketing firm dedicated to visual clarity in the age of algorithms.

Client Login