Free Website Speed Test
– Check website speed & Fixes
Free Website Speed Test 2026 — Check Page Speed, Core Web Vitals & Get Instant Fix Recommendations Powered by Google PageSpeed Insights
Find out if it’s your hosting or your website that’s slow – tested from India, with the fix either way.
How to read your website speed test results – you got two numbers
One tells you about your page code, the other about your hosting. Here’s how to read them.
Website performance test – Live Hosting TTFB from Mumbai (2026)
Before you test – here’s what good hosting looks like from Mumbai. Server response times monitored 24/7 by HostLatency, an independent India hosting benchmark, on plans paid for out of pocket.
What is a good TTFB in India? For a website serving Indian visitors, a server response under 200ms from Mumbai is excellent, under 400ms is good, and anything above 600ms is slow enough that visitors notice the delay before the page even starts loading. The India-wide average server response time is around 290ms.
Why measure from Mumbai and not the US or Europe: most global speed tools measure from American or European datacenters, which makes hosting located there look faster than it is for Indian visitors. A server in Virginia can show a 50ms response to a US test probe while the same server takes 300ms or more to reach a visitor in India, purely due to network distance. Measuring from Mumbai reflects what Indian visitors actually experience.
Every host measured in This benchmark is independently monitored 24/7 from Mumbai by Host Latency, using an identical lightweight test page hosted on mostly identical hosting plans at each host. Each number is the rolling average Time to First Byte (TTFB) over the last 90 days not a one-time test. Rankings update automatically according to their uptime and TTFB data. Some links may earn a commission, which never affects the ranking order.
Website speed is an India-first problem
The benchmark above shows what good hosting delivers. Here’s why it matters more in India than anywhere else – every statistic below is what your Indian visitors actually experience.
Sources: Google/SOASTA mobile page speed research; IAMAI–Kantar Internet in India Report 2025.
How to improve your website speed score in India
Five proven fixes that move the needle most for Indian websites. Ranked by impact.
This single change has more impact on Indian TTFB than every plugin combined. A server responding from Mumbai eliminates the network distance that no amount of caching or image compression can fix from a US or European server. If your speed test shows TTFB above 600ms even on repeat tests, a hosting migration is your highest-leverage action – see the live benchmark above for the fastest options..
Without a caching plugin, WordPress regenerates every page dynamically for each visitor. A caching plugin stores a static version of each page and serves it instantly, cutting server response time by 40–70%. WP Rocket is the most effective commercial option. LiteSpeed Cache is free and excellent on LiteSpeed servers (Hostinger, MilesWeb). W3 Total Cache works on any host.
Unoptimised images are the single most common cause of poor LCP scores on Indian websites. A 2MB hero image that should be 200KB adds 1–3 seconds to your load time on Indian mobile connections. Convert images to WebP format (30–40% smaller than JPEG), set explicit width and height attributes on all images, and use lazy loading for below-the-fold images.
Cloudflare’s free CDN caches your static assets on edge servers in India, so Indian visitors load these files from a nearby server. Cloudflare India edge servers are in Mumbai, Chennai, and Delhi — dramatically reducing the round-trip time for cached content. The free plan is sufficient for most Indian websites. Cloudways includes Cloudflare Enterprise CDN bundled at no extra cost.
JavaScript that loads synchronously blocks the browser from rendering your page. High Total Blocking Time (TBT above 300ms) is almost always caused by render-blocking JS. WP Rocket’s “Delay JS Execution” feature and LiteSpeed Cache’s JS optimisation settings handle this automatically. Check your Google Tag Manager, chat widgets, and social sharing buttons first.
Text-based assets like HTML, CSS, and JavaScript can be compressed by up to 70% before transmission. Brotli compression typically reduces file sizes 20–26% more than GZIP. LiteSpeed servers (used by Hostinger and MilesWeb) support Brotli natively. On Apache servers, enable GZIP via .htaccess or through your caching plugin. This directly improves First Contentful Paint.
What is a website speed test and why does it matter?
A website speed test is a diagnostic tool that measures how quickly a webpage loads, renders, and becomes interactive for a visitor. Our free website speed test is powered by the Google PageSpeed Insights API — the same engine that Google uses to assess websites for its Core Web Vitals ranking signal. Also powered by HG Node, Mumbai for rendering server response time for analysing your server speed.
The five metrics your website speed test measures
Our free website speed test measures all five Core Web Vitals metrics used by Google. Here is exactly what each one means and the threshold values for Indian websites:
| Metric | What it measures | Good ✓ | Needs Work | Poor ✗ | Score weight |
|---|---|---|---|---|---|
| LCP Largest Contentful Paint | How fast your main content loads | Under 2.5s | 2.5–4s | Over 4s | 25% |
| FCP First Contentful Paint | How fast any content first appears | Under 1.8s | 1.8–3s | Over 3s | 10% |
| TBT Total Blocking Time | How long the page is unresponsive | Under 200ms | 200–600ms | Over 600ms | 30% |
| CLS Cumulative Layout Shift | How much the layout jumps around | Under 0.1 | 0.1–0.25 | Over 0.25 | 15% |
| TTFB Time to First Byte | How fast your server responds | Under 200ms | 200ms–800ms | Over 800ms | — |
TBT carries 30% of your total score – more than any other metric – because it measures whether users can actually interact with your page after it appears loaded. If clicking a button does nothing for a second, that’s JavaScript blocking the main thread — most commonly from third-party scripts and heavy WordPress plugins.
7 reasons your website speed test score is low
A poor score almost always traces to one of these seven causes — and the fix for a hosting problem is completely different from the fix for an image problem.
- Server far from your visitors (hurts TTFB). Every request travels to your server and back — a US or European origin adds 200–300ms of round trip before any content is sent, on every page view. Fix: hosting with a Mumbai datacenter — see the live benchmark above.
- No caching plugin (hurts TTFB). Without caching, WordPress rebuilds every page from scratch — PHP, database queries, HTML assembly — for every visitor. A cached copy serves instantly, often saving 500ms or more per view. Fix: free with LiteSpeed Cache or WP Super Cache.
- Oversized images (hurts LCP). Images are usually the heaviest part of a page — a single unoptimised hero image can weigh several megabytes and take seconds on mobile data. Compression plus WebP cuts file sizes dramatically with no visible difference. Fix: ShortPixel, or Squoosh before upload.
- Render-blocking JavaScript and CSS (hurts FCP and TBT). Browsers pause rendering until each blocking file loads. Deferring non-critical JavaScript and loading CSS asynchronously gets pixels on screen sooner. Fix: WP Rocket or LiteSpeed handle this automatically.
- Too many heavy plugins (hurts TBT). Every plugin adds PHP time, database queries, and scripts — many load on every page whether needed or not. A plugin audit is free and often the single biggest interactivity win. Fix: remove unused plugins, replace the heaviest.
- No CDN for static files (hurts LCP). A CDN serves your images, CSS, and JavaScript from servers near each visitor. It helps most when your audience is spread across regions — less critical if your host and visitors are both in India. Fix: Cloudflare or BunnyCDN — see the plugins section below.
- Oversold shared hosting (hurts TTFB — inconsistently). Budget shared hosts pack many sites onto one server. Yours runs fine when neighbours are quiet, then slows sharply under load — showing up as wildly different TTFB between test runs. Fix: hosting with guaranteed resources — VPS, cloud, or managed.
Priority rule — confirm the server first, then fix it first. Run the test 2–3 times. If even your lowest TTFB reading stays above 600ms, fix hosting before buying any plugin — no plugin compensates for a server thousands of kilometres from your visitors. If only your highest reading is slow, caching is your fix, not a migration.
Best WordPress plugins to improve your website speed test score
Once your TTFB is under 400ms — meaning your server location is good — the next step is using plugins to optimise LCP, TBT, CLS and FCP. Each plugin below directly addresses specific Core Web Vitals metrics. The improvement percentages are based on our tests on 50+ Indian WordPress sites.
Website speed test — questions answered
The most common questions about website performance testing and improving website speed in India.
How do I run a free website speed test?
Use the free website speed test tool at the top of this page powered by Google PageSpeed Insights API and HG Node Mumbai. Enter your website URL, select Mobile or Desktop, click Test Speed. You will get your Google Performance Score from 0 to 100, all Core Web Vitals metrics including LCP, FCP, TBT and CLS from google insights, server TTFB from HG nodes Mumbai, and specific opportunities to fix speed problems identified by Google. No login or signup required. The test typically takes 10–25 seconds to complete.
What is a good website speed test score?
A Google PageSpeed score of 90 to 100 is good. A score of 50 to 89 needs improvement. A score below 50 is poor and is likely harming your Google search rankings. For Indian websites specifically, aim for a mobile score of 70 or higher as a minimum — because Google uses mobile-first indexing to determine your rankings on Google.co.in and 75% of Indian users browse on mobile. For TTFB, under 400ms is good for Indian visitors; under 200ms is excellent.
Why is my website slow in India but fast elsewhere?
Your website is slow in India but fast elsewhere because your server is hosted outside India — likely in the US or Europe. A server in the US adds 80–200ms of one-way network latency, pushing TTFB to 800–1,500ms for Indian visitors versus under 200ms for US visitors. The fix is switching to hosting with an Indian data centre. find the Indian hosting benchmark data to decide the fastest and best host in India.
What is TTFB and why does it matter?
TTFB (Time to First Byte) is the time from a browser sending a request to receiving the first byte of data from the server. For Indian websites, TTFB is primarily determined by server location. Hostinger India delivers 131ms TTFB, Cloudways Mumbai delivers 229ms TTFB, while US-hosted sites deliver 800–1,500ms TTFB to Indian visitors. High TTFB directly increases your LCP score, which carries 25% of your overall PageSpeed score. Google’s threshold for good TTFB is under 800ms — but for Indian websites, under 400ms is the practical target.
Which plugins improve website speed in India?
The best WordPress plugins for improving your website speed test score in India are: WP Rocket (best all-in-one, ₹3,800/yr, fixes LCP+TBT+FCP), LiteSpeed Cache (free, best for LiteSpeed hosts like Hostinger and MilesWeb), ShortPixel (image compression to WebP, reduces LCP by 1–3s), Cloudflare (free CDN with Mumbai PoP, reduces LCP and FCP), and BunnyCDN ($0.01/GB, paid CDN with Mumbai PoP). Important: fix your hosting TTFB first if it is above 600ms — no plugin compensates for a server that is geographically distant from your Indian audience.
How often should I run a website speed test?
Run a website speed test at minimum once per month, and additionally after any of these events: adding a new WordPress plugin, updating your theme, adding new images or content types, changing your hosting provider, adding third-party scripts (chat widgets, analytics, tracking pixels), or after any major WordPress or WooCommerce updates. Score changes of more than 10 points between tests indicate a significant change in performance that requires investigation. Set a calendar reminder to run the test at the same time each month for consistent comparison.
Does website speed affect Google rankings?
Yes. Google uses Core Web Vitals — LCP, interactivity, and visual stability (CLS) — as a ranking signal, part of its page experience assessment. A slow site can rank below a faster competitor with similar content, and the effect is strongest on mobile, where most Indian searches happen through mobile-first indexing. Speed won’t outrank genuinely better content, but between two comparable pages, the faster one usually wins. Improving your LCP and reducing your server response time (TTFB) supports both your ranking and the experience of visitors who arrive.
Why is my website so slow?
A slow website almost always traces to one of a few causes: a server that’s slow to respond (high TTFB, often from hosting located far from your visitors or a lack of caching), heavy unoptimised images, too much render-blocking JavaScript, or an overloaded shared hosting plan. The fastest way to find your specific cause is to run the test at the top of this page — it separates page-code problems (fixed with caching and optimisation) from hosting problems (fixed with a faster server), so you know exactly where to start instead of guessing.
Built by people with a decade of hands-on experience in the Indian web hosting industry — including those who've measured TTFB from Mumbai with Google PageSpeed data. We explain what a result means, its root cause and how to fix it.
Most page speed tests give you a score. This tool Interprets the result for you on what is fault.
✕ One Lighthouse score and a list of raw warnings
✕ Measured from a US or EU datacenter
✕ You guess whether it’s your website or your hosting
✓ Google PageSpeed plus an independent server check from Mumbai
✓ Separates page-code problems from hosting problems
✓ Each problem gets its specific fix – plugins, caching, or hosting
The Hosting Garage Built in India website speed test tool measures two things: how well your page is built (Google PageSpeed score and Core Web Vitals) and how fast your hosting responds (TTFB measured from Mumbai). Results are interpreted for you – verdict, root cause, and the specific fix – Also recommendation of best hosting in India from a independent 90-day benchmark data from host Latency.
Fixing a slow website! – Look into caching or your hosting
Not sure which one you need? Run the test — it tells you ↑