Table of Contents
- What Are Core Web Vitals?
- The Three Metrics: LCP, INP, CLS
- How Hosting Affects Core Web Vitals
- Why TTFB Matters
- Server Location and Latency
- SSD Storage and Caching for LCP
- How to Choose Hosting for Good CWV Scores
- Hosting vs. Core Web Vitals Comparison
- Additional Optimization Tips
- Frequently Asked Questions
What Are Core Web Vitals?
Core Web Vitals (CWV) are a set of specific web performance metrics defined by Google, introduced in 2020 and officially used as a search ranking factor starting June 2021. They form part of Google's Page Experience Signals, measuring the real-world user experience of a web page.
A strong CWV score not only helps your SEO rankings but also ensures visitors get a fast, stable, and responsive experience — which ultimately drives higher engagement and conversions.
In short: Core Web Vitals = Google's speed and stability benchmark. If your scores are low, your site may rank below competitors with better UX, even if your content is superior.
The Three Core Web Vitals Metrics: LCP, INP, CLS
As of March 2024, Core Web Vitals consist of three metrics (FID was replaced by INP):
LCP — Largest Contentful Paint
Measures how long it takes for the largest content element (hero image or text block) to become visible. Target: ≤ 2.5s = Good | 2.5–4.0s = Needs Improvement | > 4.0s = Poor
INP — Interaction to Next Paint
Measures the latency of all user interactions (clicks, taps, key presses) throughout the entire page session. Target: ≤ 200ms = Good | 200–500ms = Needs Improvement | > 500ms = Poor
CLS — Cumulative Layout Shift
Measures how much page elements unexpectedly shift during loading. Target: ≤ 0.1 = Good | 0.1–0.25 = Needs Improvement | > 0.25 = Poor
How Hosting Directly Affects Core Web Vitals
Many site owners focus on frontend optimization while overlooking the fact that hosting is the foundation of everything. Before a browser can load any HTML, CSS, images, or scripts, it must receive them from the server. A slow server creates a bottleneck that no amount of frontend optimization can fully overcome.
Hosting impacts CWV through three main channels:
- TTFB (Time to First Byte) — The time your server takes to respond with the first byte. High TTFB directly inflates LCP.
- Throughput / Bandwidth — Hosting with better bandwidth delivers large assets (especially hero images) faster, improving LCP.
- CPU / Processing Speed — For dynamic sites like WordPress, a faster server CPU generates HTML responses more quickly, reducing server-side TTFB.
Watch out: Cheap, overcrowded hosting often suffers from high TTFB during peak hours, causing CWV scores to fluctuate unpredictably.
Why TTFB Matters for Core Web Vitals
TTFB is not a Core Web Vital itself, but Google defines it as a critical diagnostic metric because it directly determines LCP. You cannot achieve a good LCP without a good TTFB.
Google recommends TTFB under 800 ms at the 75th percentile. If your TTFB is higher, image optimization and code splitting will have limited impact — the bottleneck is at the server level.
Check your TTFB: Use Google PageSpeed Insights (Lab Data → "Server response time") or WebPageTest.org to see your actual TTFB values.
Server Location and Latency for Your Audience
Network distance between the user and the server creates unavoidable latency. The farther apart they are, the slower the connection:
| Server Location | Approx. Latency (from Thailand) | TTFB Impact |
|---|---|---|
| Thailand (Bangkok) | 5–30 ms | Very Low |
| Singapore | 20–60 ms | Low |
| Japan / Hong Kong | 50–100 ms | Moderate |
| USA (West Coast / OVHcloud Oregon) | 160–220 ms | Moderate–High |
| Europe | 200–280 ms | High |
For sites primarily targeting Thai audiences, choosing hosting in Thailand or Singapore delivers the lowest latency and the best LCP foundation.
SSD Storage and Caching for Better LCP
Beyond location, the storage type and caching capabilities of your hosting plan have a significant impact:
- SSD Storage — Reads PHP files, HTML, and images far faster than traditional HDD, reducing server I/O wait times.
- OPcache (PHP) — Caches compiled PHP bytecode so WordPress doesn't need to re-parse PHP on every request — a major LCP improvement.
- Object Cache / Redis — Caches database queries for high-traffic WooCommerce or dynamic sites.
- HTTP/2 or HTTP/3 — Enables parallel loading of multiple resources, reducing round-trip time and improving overall LCP.
AsiaGB Hosting uses full SSD storage across all plans, supports OPcache and HTTP/2, and provides DirectAdmin for easy cache management — the right foundation for strong Core Web Vitals scores.
How to Choose Hosting for Good Core Web Vitals
When selecting hosting for an SEO-focused website, evaluate these key factors:
- Measure actual TTFB — Ask providers for benchmarks or test via WebPageTest. Aim for under 200 ms for Thailand-based hosting.
- Modern PHP versions — PHP 8.2+ delivers significantly better performance than PHP 7.x.
- Avoid resource throttling — Overcrowded shared hosting with CPU limits will spike your TTFB during peak periods.
- Reliable uptime — Downtime affects Google crawling and shows up as CWV failures in Search Console.
- SSL/HTTPS support — Required for HTTP/2 and part of Google's Page Experience signals.
Hosting vs. Core Web Vitals Comparison Table
| Factor | Budget/Generic Hosting | Quality Hosting (e.g. AsiaGB) |
|---|---|---|
| Average TTFB | 500–2,000 ms | 50–300 ms |
| Storage Type | HDD | SSD |
| OPcache | Often unavailable | Available on all plans |
| HTTP/2 Support | Some providers | All plans |
| PHP Version | PHP 7.x | PHP 8.1–8.3 |
| Uptime SLA | Varies | 99% SLA |
| Thailand Server Option | Rarely available | Available |
Additional Optimization Tips Beyond Hosting
While hosting is the foundation, frontend optimization is equally important for achieving top CWV scores:
- Optimize images — Use WebP format and always set explicit width/height attributes to prevent CLS.
- Eliminate render-blocking resources — Defer non-critical JavaScript and preload critical CSS.
- Use a CDN — Serve static assets from edge nodes closer to your users worldwide.
- Minimize third-party scripts — Ad networks, chat widgets, and heavy analytics can significantly increase INP.
- Set font-display: swap — Prevents CLS from web fonts that load after initial render.
Tools to measure Core Web Vitals: Google PageSpeed Insights, Google Search Console (Core Web Vitals report), WebPageTest.org, and Chrome DevTools (Lighthouse tab).
Frequently Asked Questions
What are Core Web Vitals?
Core Web Vitals are web performance metrics defined by Google — LCP, INP, and CLS — used as ranking factors in Google Search since 2021 to evaluate real-world user experience.
How does hosting affect Core Web Vitals?
Hosting directly affects TTFB and LCP. Slow server responses mean browsers load content slowly. Hosting with SSD storage, servers near your users, and proper caching improves your CWV scores significantly.
What is a good LCP score?
Google recommends LCP under 2.5 seconds (Good), 2.5–4.0 seconds (Needs Improvement), and over 4.0 seconds (Poor), measured at the 75th percentile of all page loads.
What replaced FID in Core Web Vitals?
INP (Interaction to Next Paint) replaced FID (First Input Delay) in March 2024. INP measures all interactions throughout the session, giving a more accurate picture of interactivity than FID, which only measured the first interaction.
Does server location affect Core Web Vitals?
Yes. Server location determines network latency, which directly impacts TTFB and LCP. For Thai audiences, hosting in Thailand or Singapore delivers significantly lower latency than US or European servers.
What is CLS and how does hosting relate to it?
CLS measures how much page elements unexpectedly shift during loading. Faster hosting helps indirectly: quicker loads reduce the window where images or fonts load late and cause layout shifts. A good CLS score is under 0.1.
Conclusion: The Right Hosting Is Your CWV Foundation
Core Web Vitals performance isn't just a frontend concern. Hosting is the foundation that determines TTFB and creates the starting conditions for everything else. A slow server means a slow site, regardless of how well-optimized the code is.
For sustainable CWV improvement, start with quality hosting — SSD storage, servers near your audience, modern PHP, and OPcache — then layer in frontend optimizations for the best results.
Fast SSD Hosting at AsiaGB — Built for Core Web Vitals
Thailand and Singapore servers, PHP 8.x, OPcache, HTTP/2, DirectAdmin, and 99% uptime SLA. The right foundation for top Google rankings.
View Hosting Plans