← Back to Blog | Web Development

Core Web Vitals & Website Speed Guide
for Mumbai Businesses

📅 May 2026  ·  🕐 7 min read  ·  By Susania Team

Key Takeaway

Google's Core Web Vitals (LCP, INP, CLS) are direct ranking signals. For Mumbai businesses, optimising these metrics improves both Google rankings and the conversion rate of every visitor who lands on your site.

Why Website Speed is a Business Problem, Not Just a Technical One

A 1-second delay in page load time reduces conversions by 7%. A 3-second delay loses 40% of mobile visitors before your page even loads. For a Mumbai business receiving 500 website enquiries a month, slow speed could be silently costing you 200 leads every single month — with no obvious error message to alert you.

Google made page experience a direct ranking factor in 2021 through Core Web Vitals — three specific measurements that quantify how fast and smooth a page feels to real users. Understanding and fixing these metrics is one of the highest-ROI technical investments a Mumbai business can make.

The Three Core Web Vitals Explained

LCP

Largest Contentful Paint

Target: under 2.5 seconds

LCP measures how long it takes for the largest visible element on the page — usually a hero image or headline — to fully load. Poor LCP makes visitors feel the page is stuck. Fix it by: compressing hero images to under 100KB, preloading critical images, using a CDN, and ensuring your server response time is under 200ms.

INP

Interaction to Next Paint

Target: under 200ms

INP replaced FID in 2024 and measures the responsiveness of your page to user interactions — clicks, taps, keyboard inputs. A high INP means your page feels sluggish and unresponsive. Fix it by: reducing JavaScript execution time, breaking up long tasks, deferring non-critical scripts, and removing unused JavaScript.

CLS

Cumulative Layout Shift

Target: under 0.1

CLS measures how much the page visually shifts as it loads — images jumping, buttons moving, text reflow. A high CLS causes accidental clicks and frustration. Fix it by: always specifying width and height on all images, avoiding dynamically injected content above existing content, and pre-allocating space for ads or embeds.

How to Check Your Core Web Vitals Score

Three tools to use — all free:

  • Google PageSpeed Insights (pagespeed.web.dev) — test any URL and get both lab data and field data (real user measurements from Chrome). This is the most authoritative source.
  • Google Search Console — the Core Web Vitals report shows your actual site-wide performance across all URLs, grouped as Good, Needs Improvement, or Poor.
  • WebPageTest.org — deep technical analysis including waterfall charts, time-to-first-byte breakdown, and before/after comparisons.

The 8 Most Impactful Speed Fixes for Mumbai Business Websites

1
Convert all images to WebP format

WebP images are 25–35% smaller than JPEG with identical visual quality. A single hero image switch from JPEG to WebP can improve LCP by 0.5–1 second.

2
Enable GZIP/Brotli compression

Text-based files (HTML, CSS, JS) can be compressed by 60–80% before being sent to the browser. Enable this in your .htaccess or via your hosting control panel.

3
Defer non-critical JavaScript

Add defer or async to all script tags that do not need to execute during initial page load.

4
Use a CDN (Cloudflare)

A CDN serves your static assets from servers closest to the visitor. For Mumbai businesses with customers across India, Cloudflare's free tier dramatically reduces load times for visitors outside Mumbai.

5
Inline critical CSS

Extract the CSS needed to render above-the-fold content and inline it in the HTML head. This eliminates the render-blocking CSS request and makes the page appear instantly.

6
Set width and height on all images

This prevents layout shift (CLS) by reserving the correct amount of space in the layout before the image loads. Without these attributes, images cause content to jump as they load.

7
Enable browser caching

Tell visitors' browsers to store static assets locally so they do not re-download CSS, JS, and images on every page visit. Set cache expiry to at least 1 year for assets with version strings.

8
Lazy load below-fold images

Add loading="lazy" to all images that are not visible on initial page load. This defers their download until the user scrolls to them, significantly improving initial load time.

Share this article

Is Your Website Failing Core Web Vitals?

Susania audits and fixes Core Web Vitals for Mumbai business websites — from image optimisation to server configuration. Get a free speed audit today.

Speed Up Your Website Today

Slow websites lose customers. Susania fixes Core Web Vitals and performance issues for Mumbai businesses.

View Web Development Services