Website Speed Test.
Type any URL. We fetch it from our India servers, report time-to-first-byte, total load time, and bytes transferred, and link to the full PageSpeed Insights report.
Server-side fetch from our India edge. For a full Core Web Vitals report, follow the PageSpeed Insights link.
What you'll get.
A real example of what this tool produces. Run it above with your own inputs.
Page speed is one of the most direct and measurable SEO levers a small business has. Google uses Core Web Vitals as a ranking signal. Customers leave sites that take more than 3 seconds to start showing content. Every second of TTFB (time to first byte) above 600 ms quietly costs you traffic and revenue. The fastest websites in your category usually rank above slower competitors even when the slower ones have better content.
This tool runs a real-world fetch of any URL from our India edge server. You see the HTTP status, the time to first byte, the total download time, and the total bytes transferred. We grade the result Fast (under 1.5 seconds), OK (under 3 seconds), or Slow (over 3 seconds). For the full Core Web Vitals report including LCP, FID, and CLS, we link out to Google PageSpeed Insights with your URL pre-filled.
How to use the website speed test
Paste any URL into the input. Include https:// for full accuracy.
Click Run speed test. Our India server fetches the page. Results return within 1 to 15 seconds depending on the page.
Read the four metrics. HTTP status should be 200. TTFB under 600 ms is good. Total load under 1.5 seconds is fast. Page bytes under 1 MB is reasonable for most small business pages.
Look at the grade badge: Fast, OK, or Slow.
For a full Core Web Vitals report (LCP, FID, CLS, INP), click the PageSpeed Insights link below the results. Google PSI gives you a complete breakdown plus specific recommendations.
Run the test against three of your competitors too. If they are faster, you are losing traffic on speed alone.
Re-run the test after any optimisation work to verify the change. Speed regressions are easy to introduce and hard to spot.
Why this matters for your business
Three reasons page speed deserves a permanent place in your monthly review.
It is a confirmed ranking signal. Google has officially included Core Web Vitals in the ranking algorithm since 2021. Slow pages get held back. Fast pages get a small but compounding lift. Across thousands of impressions over a year, the difference is substantial.
It affects conversion not just traffic. A 1-second delay in load time has been measured to drop conversion rate by 7 percent across e-commerce. A 3-second delay can halve conversions. The same visit on a faster site spends more, signs up more, and bounces less.
It is mostly fixable. Unlike content quality or backlink-building, speed is an engineering problem with known fixes: compress images, eliminate render-blocking JS, use a CDN, enable HTTP/2, cache aggressively. The fixes scale: implement once, applies forever.
Tips for better results
- Aim for TTFB under 600 ms. If your TTFB is over 1 second, your hosting is the issue.
- Aim for total load under 2.5 seconds on a desktop test. Mobile speeds are typically 1.5x slower.
- Page weight under 1.5 MB is a reasonable budget for small business sites. Over 3 MB is heavy.
- Compress images with our image-compressor tool before uploading. A single hero image can dominate page weight.
- Enable browser caching and HTTP/2 in your hosting panel. Most managed hosts do this by default.
- Move analytics scripts to async or defer so they do not block initial render.
- Test against PageSpeed Insights for the official Google verdict and specific recommendations.
Example
A real-world walkthrough
A founder runs this tool against her bakery website https://copperoven.in. The result shows status 200, TTFB 380 ms, total 1.1 s, page bytes 720 KB, grade Fast. She runs it against a competitor and finds TTFB 1.4 s, total 4.2 s, bytes 3.1 MB, grade Slow. She knows the competitor will rank below her even when the competitor publishes better content because Google penalises the slower load. She opens her own homepage in PageSpeed Insights via the link, finds her LCP score is excellent but CLS is borderline, and spends 20 minutes fixing the layout shift caused by a Google review badge that loaded late.
Frequently asked questions
How accurate is this test?
This test is accurate for what it measures, which is one real network fetch of your page from our India edge server, capturing the time to first byte and the total download time of the HTML for that single request. Those numbers are genuine and useful for spotting a slow server or a sluggish origin. What it deliberately does not measure is the full rendered experience: it does not run your JavaScript, render the page in a browser, or track layout shifts and interactivity, so it is not a complete Core Web Vitals score. For that fuller picture, including LCP, CLS and INP, use Google PageSpeed Insights, which we link from the results for exactly this reason. The right way to think about it is that this tool is a fast, India-based first check on server responsiveness, ideal before and after a hosting change, while PageSpeed Insights is the deeper diagnostic for how the page actually feels to load and use.
Why does my page show different times each test?
Some variation between runs is completely normal, because real-world performance is never perfectly constant. Each test depends on live network conditions between our server and yours, the current load on your hosting at that moment, caching state, and routing, all of which fluctuate second to second, so two back-to-back tests can legitimately differ. The way to get a trustworthy reading is to run the test three times and take the average rather than trusting a single number, which smooths out one-off blips. A little spread around the average is fine. What is worth investigating is wide, erratic swings, say one test at 200 ms and the next at 1.5 seconds, because that points to genuine inconsistency in your server or hosting, perhaps an overloaded shared host or a backend that occasionally stalls, rather than a flaw in the test. A server that responds unpredictably frustrates real visitors too, so jumpy results are a signal to look at your hosting.
My page failed with timeout. Why?
A timeout means our test sent a request and waited the full 15 seconds without receiving a usable response, so it gave up. There are a few common causes worth checking in order. Your origin server may simply be down or unresponsive at that moment, so try the test again after a short while. Your DNS may be misconfigured or pointing to the wrong place, so the request never reaches a live server. Or your site or its firewall may be blocking requests from our server IP, which some security setups do for unfamiliar sources. To narrow it down, open the same URL directly in a browser: if it loads fine for you but times out here, the issue is likely a block on our IP or a region-specific routing problem; if it is also slow or broken in your own browser, the problem is your server or DNS itself. Either way, a timeout is a meaningful red flag, since real visitors would experience the same failure.
Does this run JavaScript?
No, this tool does not run JavaScript. It performs a raw HTTP fetch of your page and measures the network response, the time to first byte and the total time to download the HTML, without spinning up a browser, executing scripts, or rendering anything visually. That keeps the test fast and lightweight and makes it a clean measure of how quickly your server delivers the page, but it means it cannot tell you anything about client-side behaviour: how long your JavaScript takes to execute, whether the layout jumps around as it loads, or how responsive the page feels once interactive. For those rendered-performance questions, you need a tool that actually loads the page in a real browser, which is precisely what Google PageSpeed Insights does, running the full Chrome rendering pipeline including JavaScript and reporting the Core Web Vitals. So use this tool for a quick, server-focused speed check, and reach for PageSpeed Insights, linked from the results, for the complete experience.
What is a good TTFB?
Time to first byte, the delay before your server starts sending the page, is a key indicator of backend health, and there are clear benchmarks. Under 200 milliseconds is excellent and signals a fast, well-configured server. Under 600 milliseconds is good and perfectly acceptable for most small business sites. A TTFB between roughly 600 milliseconds and 1 second is workable but worth optimising, since the delay is becoming noticeable. Anything over 1 second is a genuine problem that points to a hosting or backend bottleneck, an overloaded shared host, an inefficient database query, a missing cache, or a server located far from your visitors, and it should be your first priority to fix. The important principle is that TTFB sits before any frontend work matters: there is little point optimising images and scripts if the server itself takes a second to respond. So fix a slow TTFB at the hosting level first, then move on to frontend optimisation.
What is total load time?
Total load time here means the time from the moment the request starts to the moment the full HTTP response body, your page HTML, has finished downloading. It bundles together several stages: the initial connection setup, the time to first byte while the server prepares its response, and the actual transfer of the HTML document over the network. It is a clean measure of how quickly your server delivers the core page. What this figure does not include is everything the browser fetches afterwards: your images, CSS files, fonts and JavaScript are requested and downloaded separately by a real browser once it has the HTML, and those are not part of this number. That is why a page can show a fast total load time here yet still feel slow if it is heavy with large images or scripts. So treat this as a measure of server and HTML delivery speed, and use PageSpeed Insights for the complete weight of the page.
Do you store the URL I test?
We keep only a minimal, short-term record. The URL you test and the timing data are written to our server logs for a limited time, purely to prevent abuse of the tool, such as someone hammering it to overload a third-party site, and to keep the service running reliably. We do not associate the tested URL with you as an individual, we do not build a profile from it, and we do not share it with anyone or use it for marketing. These logs are operational and short-lived rather than a permanent database of what people checked. In practice, the URLs you test are public web addresses anyway, the same pages anyone can visit, so there is nothing sensitive recorded the way there would be with a password or personal data. If you are testing internal or pre-launch URLs you would rather not have logged, test them from your own browser tools instead.
How often should I test?
For most small businesses, a routine monthly check is plenty to keep an eye on your site speed and catch gradual slowdowns before they hurt visitors or rankings. Speed does not usually change on its own from day to day, so testing more often than that rarely tells you anything new. The times it is genuinely worth running an immediate, same-day test are right after any meaningful change to your site: a hosting migration or plan change, a redesign, adding heavy new plugins, scripts or tracking tags, swapping your theme, or loading a batch of large images, since each of those can quietly slow things down and you want to know straight away rather than weeks later. A good habit is to test once before such a change and once after, so you can see the impact directly. Outside those events, fold the monthly check into your regular maintenance, and investigate promptly if a test ever comes back noticeably slower than usual.
Your entire online presence, on one subscription.
All industries and more. Website, free domain, Google Business and SEO autopilot from ₹249/month.