KryoHost
Blog
Client Area Get Started
Managed WordPress · from $0.99/mo

WordPress hosting that maintains itself

Automatic core, plugin and theme updates tested against a staged copy first. LiteSpeed Cache pre-configured, Redis object caching enabled, and a MariaDB tuned for the queries WordPress actually runs.

  • Updates applied automatically, after being tested on staging, not on your live site
  • One-click staging with push-to-live, no FTP and no database surgery
  • Redis object cache and LiteSpeed full-page cache enabled on delivery
  • Free migration with the WordPress plugin or handled entirely by our team
99.99%
Uptime SLA, with credits
47
Global locations
< 15 min
Support first response
60 sec
Average deployment time
kryohost@edge — deploy
$ kryo deploy --plan nvme --region auto
→ picking closest edge… fra-01
→ provisioning NVMe volume… done
→ issuing TLS certificate… done
→ warming LiteSpeed cache… done
✔ live in 58s TTFB 61ms  
On every plan, including the cheapest

What "managed" actually means here

Specific, checkable things we do, not a word on a pricing page.

Tested auto-updates

Updates run against a staged clone first. If the clone breaks, the update is held and you are told which plugin did it.

One-click staging

Clone to staging, make changes, push to live. Database and files handled together, no manual merge.

Redis object cache

Transients and repeated queries served from memory. The admin panel stops feeling sluggish under load.

LiteSpeed Cache tuned

The plugin is installed and configured for your site, not left at defaults for you to work out.

WordPress-aware WAF

Rules targeting real plugin vulnerabilities, updated as disclosures land, not generic HTTP filtering.

WooCommerce tuning

Cart and checkout paths excluded from full-page cache automatically, so sessions never leak between customers.

Two prices, both on the card

WordPress Hosting plans and pricing

Web Hosting Basic

Ideal for blogs and small websites.

$ 0.99 /mo

Same price on renewal, no jump

  • Websites 1
  • NVMe Storage 10 GB
  • Subdomains 10
  • Business Emails 10
  • Bandwidth 10 GB
  • Free SSL Yes
  • Free Domain No
  • LiteSpeed Web Server
  • cPanel Control Panel
  • Free SSL Certificate
  • DDoS Protection
  • Website files backed up twice weekly
Choose Web Hosting Basic

Web Hosting Pro

Ideal for blogs and small websites.

$ 2.49 /mo

Same price on renewal, no jump

  • Websites 5
  • NVMe Storage 25 GB
  • Subdomains 50
  • Business Emails 50
  • Bandwidth 20 GB
  • Free SSL Yes
  • Free Domain 1 year
  • Everything in Basic
  • Free domain for the first year
  • LiteSpeed Web Server
  • DDoS Protection
  • Website files backed up twice weekly
Choose Web Hosting Pro

Web Hosting Pro+

Perfect for eCommerce.

$ 4.49 /mo

Same price on renewal, no jump

  • Websites 25
  • NVMe Storage 50 GB
  • Subdomains 100
  • Business Emails 100
  • Bandwidth 50 GB
  • Free SSL Yes
  • Free Domain 1 year
  • Everything in Pro
  • 25 websites on one account
  • LiteSpeed Web Server
  • DDoS Protection
  • Website files backed up twice weekly
Choose Web Hosting Pro+

Same plans and prices as shared hosting, tuned for WordPress.

Why WordPress needs hosting built for WordPress

WordPress powers a very large share of the web, which means most hosting is "WordPress compatible" in the sense that PHP and MySQL exist on it. Compatibility is a low bar. WordPress has specific, well-documented performance characteristics, and hosting that accounts for them behaves noticeably differently from hosting that merely tolerates them.

The three things that actually make WordPress slow

First, uncached page generation. Every uncached request bootstraps WordPress, loads every active plugin, runs the theme's template hierarchy and issues dozens of database queries, frequently over a hundred on a plugin-heavy site. Full-page caching turns that entire sequence into a file read. It is the single largest available win, and it is the thing most often left switched off.

Second, the options table and autoloaded data. WordPress loads every option marked autoload on every single request. Plugins accumulate there and rarely clean up after themselves; sites running for a few years routinely carry several megabytes of autoloaded data that must be read and unserialised before anything renders. An object cache moves that into memory, and we audit autoload size during migration because it is such a common silent tax.

Third, admin-ajax and the REST API. Both are uncacheable by definition and both are used heavily by page builders, form plugins and anything with a live-updating widget. Traffic there hits PHP and the database every time. This is why the admin panel often feels slower than the public site, the front end is served from cache while the back end never is.

What we do about each

  • LiteSpeed Cache configured per site, with correct exclusions for cart, checkout, account and any custom logged-in views.
  • Redis object caching so autoloaded options and repeated queries are served from memory rather than disk.
  • Dedicated PHP workers for admin-ajax and REST traffic, so back-end activity does not starve front-end requests.
  • Autoload auditing during migration, with a report of the largest offenders and what installed them.
  • Cron offloading: WP-Cron is disabled and replaced with a real system cron, so scheduled tasks stop firing on visitor requests.

None of this is exotic. It is simply the difference between a platform configured for WordPress and one where WordPress happens to run.

The staging workflow, and why it changes how you work

Most WordPress sites are edited in production. Everyone knows this is wrong and almost everyone does it, because the alternative has traditionally meant maintaining a second environment, exporting a database, running search-and-replace on serialised data, and hoping nothing important changed on live in the meantime.

One-click staging removes the friction, and once it is frictionless the habit changes on its own. Clone your site, make the change, look at it, push it live. Files and database move together and URLs are rewritten correctly, including inside serialised arrays where naive find-and-replace corrupts data.

  1. Clone. A full copy of files and database is created on a private hostname, excluded from search indexing and protected by HTTP authentication.
  2. Change. Update plugins, try a new theme, edit templates, run the risky import, on the copy.
  3. Review. Walk the pages that matter: homepage, a post, a product, the cart, the checkout, the contact form.
  4. Push. Select files, database, or both. A restore point on production is created automatically before anything is written.
  5. Roll back if needed. One click returns production to the pre-push state.

On pushing the database to a live store

If you have an active WooCommerce store, push files only. Pushing a staging database overwrites orders placed since the clone was made. This is the most common way people lose data with staging tools, and it is entirely avoidable, the push dialog warns you, and our team will walk you through a merge if you genuinely need one.

Staging is included on WP Growth and above, with unlimited simultaneous environments on WP Scale. Agencies typically keep one permanent staging site per client for scheduled maintenance windows, and spin up throwaway clones for anything larger.

Performance, Core Web Vitals and what actually moves rankings

Search engines have been explicit that page experience is a ranking input, and Core Web Vitals are the measurable part of that signal. What gets lost in most managed WordPress hosting marketing is which of those metrics hosting can genuinely influence. Being precise about it saves you money, because it tells you when to buy a bigger plan and when to fix your front end instead.

How much hosting influences each Core Web Vital
MetricWhat it measuresHosting influenceWhat actually fixes it
TTFBTime to first byte from the serverVery highFaster CPU/disk, server-side caching, closer region, HTTP/3
LCPLargest contentful paintHighLow TTFB, image compression, CDN delivery, preloading the hero asset
CLSCumulative layout shiftNoneWidth/height attributes on media, reserved ad slots, font-display strategy
INPInteraction to next paintLowLess blocking JavaScript, smaller third-party bundles, deferred scripts
FCPFirst contentful paintMediumTTFB plus render-blocking CSS removal and critical-CSS inlining

Read that table honestly and a useful rule emerges: hosting owns the first 200–400 milliseconds and your front end owns most of what follows. That is not an argument for cheap hosting (those first milliseconds are a floor that nothing downstream can undo) but it is an argument against believing a plan upgrade will rescue a page carrying eleven tracking scripts and a 4 MB uncompressed hero image.

The caching layers we ship enabled

KryoHost WordPress hosting ships with a caching stack that is configured on day one rather than left as an exercise. Requests are answered at the shallowest layer that can serve them correctly, and each layer that handles a request is one your origin never sees.

  1. Edge CDN: 120+ points of presence serve static assets from the PoP nearest your visitor, typically within 10–30 ms.
  2. Full-page cache: LiteSpeed Cache stores rendered HTML in RAM, so repeat visits skip PHP and the database entirely.
  3. Object cache: Redis keeps expensive query results and transients in memory instead of round-tripping to MySQL.
  4. OPcache: compiled PHP bytecode is held in memory, removing parse and compile cost from every request.
  5. Browser cache: long-lived immutable headers on fingerprinted assets mean returning visitors re-download almost nothing.

Compression and protocol choices are handled at the edge too. Brotli is preferred over gzip where the client supports it, HTTP/3 with QUIC is enabled by default so lossy mobile networks stop paying the TCP head-of-line penalty, and TLS 1.3 removes a full round trip from the handshake. None of these require a support ticket; they are the default configuration on every plan.

A realistic benchmark, not a hero number

A default WordPress install with a commercial theme, tested from a cold cache in the same region as the server, consistently returns in 180–260 ms TTFB on our NVMe nodes. With the full-page cache warm, that drops to 40–70 ms. We publish the ranges rather than the single best run, because the best run is the number every host quotes and none of them reproduce.

Security, backups and disaster recovery

Most sites are not compromised by a determined attacker studying them for weeks. They are compromised by automated scanners walking the entire IPv4 space, trying known plugin vulnerabilities and credential lists against everything that answers on port 443. Defence against that reality is layered and mostly boring, which is exactly why it works, and why it should already be switched on when your plan is delivered rather than sold as an upsell after the incident.

What runs by default

  • Web application firewall: ModSecurity with continuously updated OWASP and vendor rule sets, tuned per stack to keep false positives low.
  • Malware scanning: Imunify360 scans on write and on schedule, quarantines known-bad files and can auto-clean common injections.
  • Brute-force protection: progressive rate limiting and automatic IP throttling on login endpoints, SSH and mail services.
  • DDoS mitigation: always-on L3/L4 scrubbing at the network edge, with L7 protection available on request.
  • Account isolation: CageFS confines each account to its own virtualised filesystem, so one compromised neighbour cannot read another's data.
  • Free TLS: automatically issued and renewed certificates with modern cipher suites and HSTS available in one click.
  • Patched kernels: KernelCare applies security patches without reboots, removing the trade-off between staying current and staying up.

No backup or snapshot is included

We would rather tell you this plainly than let the word "hosting" imply a safety net that is not there. A plan on this product ships with no automated backup and no snapshot service. If the plan is lost, misconfigured, or you make a change you cannot undo, there is nothing on our side to restore from.

Set up your own backup routine from inside the plan: a scheduled job pushing files and database dumps to off-site storage is the usual approach, and it takes under an hour to configure properly. Anything you would be uncomfortable losing should be backed up somewhere we do not control, before you need it rather than after.

Compliance-wise, our infrastructure supports GDPR data-residency requirements through EU-only regions, and we sign Data Processing Agreements on request. For workloads touching payment data, our environment is PCI-DSS ready, you still own the compliance of your own application, but the platform underneath will not be the reason an assessment fails.

The infrastructure behind KryoHost WordPress Hosting

Every conversation about managed WordPress hosting eventually comes back to hardware, and for good reason. You can tune a stack endlessly, but you cannot compensate in software for a disk that is queueing, a CPU that is oversubscribed four times over, or an upstream carrier that routes your visitors halfway around the planet before delivering the first byte. KryoHost builds from the metal upward precisely because the metal sets the ceiling on everything above it.

Our WordPress hosting fleet runs on dual-socket AMD EPYC and Intel Xeon Scalable nodes with ECC memory, paired exclusively with enterprise NVMe drives in RAID-10. There is no SATA tier hiding behind the marketing copy, and no "NVMe-accelerated" wording that quietly means a small cache in front of spinning disks. NVMe changes the character of a server rather than simply making it faster: random read latency drops from milliseconds to microseconds, so the database queries that dominate page-generation time on blogs, magazines, membership sites and WooCommerce stores stop being the bottleneck. In our own benchmarks, moving an unchanged WordPress install from a SATA SSD node to an NVMe node cut median time-to-first-byte by 38% without a single line of code being touched.

Capacity planning is the unglamorous half of the story. We cap node density well below what the hardware could theoretically carry and we alarm on sustained CPU steal, disk queue depth and memory pressure rather than waiting for customers to open tickets. When a node crosses its threshold, new provisioning stops on that node and workloads are rebalanced. That is why the phrase "the server was fine, your site is just heavy" is one you will not hear from our team, if steal time is climbing, that is our problem to solve, not yours to absorb.

Network, peering and routing

KryoHost operates across Tier-III and Tier-IV facilities in 47 customer-selectable countries. Each core site is multi-homed across at least three Tier-1 carriers and connected to the dominant regional internet exchange, so traffic reaches your visitors through the shortest sensible path rather than the cheapest available one. Blended transit is convenient for a provider and mediocre for a customer; direct peering costs more and is the reason a visitor in Dubai does not have their packets tour Europe before they see your homepage.

  • Redundant power: N+1 UPS with diesel generators tested under load monthly, not merely started and logged.
  • Redundant cooling: hot/cold aisle containment with N+1 CRAC units and independent chilled-water loops.
  • Redundant network: no single upstream carries more than 40% of a site's traffic, so losing one is a re-route, not an outage.
  • Physical security: biometric access control, mantraps, 24/7 on-site security and 90-day CCTV retention.
  • Independent audit: facilities hold SOC 2 Type II and ISO 27001 certification, with reports available to enterprise customers under NDA.

The practical effect of all this is measurable rather than decorative. Our published 99.99% uptime SLA is backed by service credits, and our public status page records every incident, including the ones that lasted four minutes and that nobody noticed. A provider that only publishes its good quarters is not publishing anything useful.

Migrating to KryoHost without downtime

The single biggest reason people stay with hosting they dislike is the fear of a broken move. It is a rational fear, a badly executed migration means missing emails, a checkout that silently fails for a day, and a certificate mismatch that greets every visitor with a browser warning. KryoHost migrates WordPress hosting accounts free of charge, and we do it in an order designed so the risky steps happen while your existing site is still serving traffic.

  1. Discovery: we inventory domains, subdomains, databases, cron jobs, mailboxes, PHP versions and any custom server configuration. Cron jobs and mailboxes are the two things almost every self-service migration tool quietly drops.
  2. Staged copy: a full copy is restored onto your new KryoHost plan and made reachable on a temporary hostname. Your live site is untouched throughout.
  3. Verification: we walk the checkout, the contact forms, the login flow and the admin area on the staged copy, and hand you the temporary URL so you can do the same.
  4. Delta sync: immediately before cutover we re-sync anything that changed since the copy: new orders, new posts, new uploads.
  5. DNS cutover: TTL is lowered in advance, records are switched, and both origins stay live during propagation so no visitor lands on a dead host.
  6. Post-cutover watch: we monitor error rates and mail delivery for 48 hours and keep the old copy intact for 14 days as a rollback path.

Most single-site moves complete within four hours of you sending credentials. Larger estates (a reseller with 60 cPanel accounts, or a store with a 40 GB media library) are scheduled into a maintenance window you choose, typically running overnight in your local timezone. There is no per-site fee and no cap on the number of sites for standard cPanel-to-cPanel moves.

Overlap your billing, on purpose

Keep your old hosting active for two weeks after cutover. The overlap costs a few dollars and buys you a guaranteed rollback that does not depend on anyone's backup working correctly. We would rather you spend that than trust a restore under pressure.

How to choose the right WordPress Hosting plan

Buying hosting badly usually happens in one of two directions. Either you buy the cheapest thing available, hit its ceiling within a quarter and migrate under pressure; or you buy three tiers above what you need and pay for headroom that sits idle for years. Both are avoidable with about ten minutes of honest arithmetic.

Start from traffic, not from storage

Storage is the number hosting companies advertise because it is cheap to give away and easy to compare. It is almost never the constraint. A well-built content site with a few hundred posts occupies under 2 GB. What actually determines whether you outgrow a plan is concurrency, how many requests need generating simultaneously at your busiest minute, not your busiest month.

Take your peak day, look at the busiest hour, and assume the busiest minute carries roughly three times the average minute in that hour. If that number is under about 60 dynamic requests, entry WordPress hosting is genuinely sufficient. Between 60 and 300, you want guaranteed CPU. Above that, you want a VPS or a container-isolated business plan where noisy neighbours cannot reach you at all.

Matching a plan to a workload
Your situationSensible starting pointWhat triggers the next upgrade
Personal blog or portfolio, under 10k visits/monthEntry shared planAdding a store or a membership area
Small business site with a contact formEntry or mid shared planConsistently exceeding 25k visits/month
Content site publishing weekly, 25k–150k visitsMid shared or managed WordPressAdmin feeling slow while traffic is fine
WooCommerce store under 500 SKUsBusiness hostingCheckout slowdowns during promotions
Store over 500 SKUs or heavy filteringVPS 2 or Business MaxSustained CPU above 70%
SaaS, API or custom applicationVPS 2 to VPS 8Needing horizontal scale or HA
Agency hosting client sitesResellerPassing roughly 120 active accounts

Read the renewal price before you read the headline price

The introductory rate on a managed WordPress hosting plan is a customer-acquisition cost, not a price. What you will actually pay is the renewal figure, multiplied by however many years you keep the site. We publish both on every plan card on this page for exactly that reason. A $0.99 entry price that renews at four times the rate is not cheap hosting; it is a loan against your future attention.

Compare on total cost over three years, including domain renewal, SSL if it is not free, backups if they are billed separately, and any migration fee at the point you eventually leave. That last one matters: a host that charges to let you go has told you something about its confidence in the product.

Support that answers the question you actually asked

Support is where hosting companies quietly differ most, and where the difference is hardest to evaluate before you buy. Every provider claims 24/7 availability. Far fewer will tell you who is on the other end at 03:00 on a Sunday, how many tickets that person is holding, or what percentage get resolved without being escalated into a queue you cannot see.

KryoHost staffs Linux system administrators across three timezones. There is no offshore first line whose job is to send you a knowledgebase link and close the ticket. Our commitment is a first response inside < 15 min on anything service-affecting, escalating automatically to on-call if that is missed. When something does need a second pair of hands it moves to a named senior engineer and you are told who owns it, not dropped into a silent queue.

What is included, and what is genuinely out of scope

Being clear about scope up front prevents the most common support frustration: discovering after an incident that the thing you assumed was covered never was.

RequestIncludedNotes
Server, network and platform faultsYesAlways our responsibility, always free
Migration from another hostYesUnlimited sites on standard control panels
Email deliverability (SPF, DKIM, DMARC)YesWe configure the records and verify alignment
SSL installation and renewalYesAutomatic for free certificates, assisted for third-party
CMS core, plugin and theme updatesYesOn managed WordPress plans
Malware cleanup after a compromiseYesOne free deep clean per year, per account
Performance triage and cache tuningYesWe will tell you honestly if the fix is in your code
Writing or debugging your application codeNoWe will point at the failing query or function
Custom theme and design workNoAvailable through our partner network
Third-party SaaS integrationsNoWe support the server side of the connection

Support reaches you through live chat, tickets and email, and (on business and VPS plans) a scheduled screen-share call when something genuinely needs a live conversation. The same standard of engineer answers at any hour, which matters more than it sounds when you are describing an intermittent fault under pressure at two in the morning.

WordPress Hosting terminology, decoded

Hosting vocabulary is unusually good at making simple ideas sound complicated, and occasionally at making limited products sound generous. Here is what the terms on a managed WordPress hosting comparison page actually mean in practice.

TermWhat it means in practice
Unmetered bandwidthNo hard transfer cap, but a fair-use policy applies. Normal sites never approach it; a file-distribution service will.
Unlimited storageUnlimited for ordinary website files. Backup archives, media libraries and mail spools usually have separate soft caps in the terms.
NVMeFlash storage on the PCIe bus rather than a SATA cable. Several times the throughput and a fraction of the latency of a SATA SSD.
vCPUA virtual core mapped to a physical thread. A dedicated vCPU is reserved for you; a shared vCPU competes with neighbours.
TTFBTime to first byte, how long the server takes to start answering. The clearest single indicator of hosting quality.
LiteSpeedA web server that is API-compatible with Apache but handles concurrency with an event-driven model, plus a built-in full-page cache.
Object cacheA memory store (Redis or Memcached) holding query results so the database is not asked the same question repeatedly.
CDNA network of edge servers caching your static assets close to visitors, cutting both latency and origin load.
SLAA contractual uptime commitment with defined compensation. Without service credits attached, it is a marketing number.
Soft limitA threshold that throttles rather than stops you. Read these carefully, they are where "unlimited" actually ends.
CageFSPer-account filesystem virtualisation. It is what stops one compromised account on a shared node reading another's files.
Steal timeCPU cycles your VM wanted but the host gave to someone else. Persistent steal time means the node is oversold.

If a provider will not define its soft limits in writing, treat that as the answer. Ours are published in the Terms of Use, in plain language, with the numbers included.

Billing, guarantees and cancellation

Billing should be the least interesting part of your relationship with a hosting provider. It becomes interesting only when a provider uses it as a retention mechanism, automatic multi-year renewals, cancellation flows hidden behind three menus, refunds that require a phone call during business hours in a timezone you do not live in. We have deliberately built ours to be dull.

  • Cancel from the panel: one button in your client area. No ticket, no phone call, no "let me transfer you to retentions".
  • Pro-rata credit on upgrades: move up mid-cycle and the unused portion of your current term is credited automatically.
  • Renewal reminders: 30, 14 and 3 days before any charge, with the exact amount stated in the email.
  • No hidden setup fees: the price on the plan card is the price at checkout, before tax.
  • Free data export: a full account archive on request at any time, including after cancellation, for 30 days.

We accept cards, PayPal, bank transfer and major cryptocurrencies. Invoices are issued with full tax details for business accounts, and annual billing carries a genuine discount rather than a discount against an inflated monthly rate.

On the SLA: 99.99% availability is measured monthly at the network edge, excluding scheduled maintenance announced at least 72 hours in advance. Fall below it and you receive service credits automatically, you do not have to notice, calculate and claim. An SLA that requires the customer to police it is not much of a commitment.

Asked before you buy

Frequently asked questions

Still unsure? Our team answers pre-sales questions 24/7, usually in under 15 minutes.

The hardware is identical; the work is not. On shared hosting you install WordPress and maintain it. On managed WordPress hosting we apply core, plugin and theme updates after testing them against a staged copy of your site, keep LiteSpeed Cache and Redis configured correctly, tune MariaDB for WordPress query patterns, apply a WordPress-specific WAF ruleset, and give you one-click staging. If WordPress is your entire stack, the managed plan removes several hours of maintenance a month for a couple of dollars. If you run other frameworks alongside it, plain shared hosting is the better value.

That is precisely the risk we engineer around. Updates are applied first to a staged clone, which is then checked for fatal errors, HTTP 500 responses and visual regressions on key templates. Only if the clone survives does the update reach production. If it fails, the update is held, your live site is untouched, and you receive an email naming the plugin that caused it. You can also switch any individual plugin to manual updates if you have a component you would rather control yourself.

The published figures (roughly 25,000, 150,000 and 600,000 monthly visits) assume a normally built site with full-page caching effective for anonymous traffic. A magazine site will exceed them comfortably. A membership site where every visitor is logged in and therefore uncacheable will not reach them, because every request has to be generated. If most of your traffic is authenticated, tell us and we will size on concurrent logged-in users instead, which is the number that actually matters.

Yes, on every tier, with WP Growth or higher recommended for real stores. Cart, checkout and account pages are excluded from full-page caching automatically so customer sessions never cross-contaminate, a genuinely dangerous misconfiguration that generic caching plugins cause regularly. MariaDB is tuned for WooCommerce's heavier query patterns, and on WP Scale you can add Elasticsearch for product search across large catalogues.

Provisioning is automatic and normally completes in under 60 seconds. You receive your control panel login, nameservers and connection details by email the moment the plan is live. Orders paid by bank transfer activate once the payment clears, which usually takes one to two business days.

Yes. Upgrades within the same product family are applied in place, take effect within minutes and are billed pro-rata against your remaining term. Downgrades take effect at your next renewal date, provided your current usage fits within the smaller plan's limits. Moving between product families (shared to VPS, for example) is handled by our migration team at no charge.

It is, with no limit on the number of sites for standard control-panel migrations. Our team handles the copy, verification and DNS cutover, keeps your existing site serving traffic throughout, and retains a rollback copy for 14 days after the switch. Complex custom-stack migrations are quoted individually, and we will tell you before any work starts if yours falls into that category.

You are notified by email well before anything is enforced, with the specific metric and figure included. Brief spikes (a post going viral, a promotion landing) are absorbed rather than punished. Only sustained overuse leads to throttling, and we will always propose a right-sized plan before that point. Nothing is suspended without prior written notice except in cases of active abuse.

Every domain and subdomain on every plan gets a free DV certificate, issued automatically at setup and renewed automatically for as long as the site is hosted with us. Paid OV, EV and wildcard certificates are available if you need a warranty, organisation validation or a single certificate covering unlimited subdomains.

We operate in 47 customer-selectable countries across Europe, Asia, North America, South America, Africa and Oceania. You pick your region at checkout, and you can relocate later at no cost. Choose the region closest to the majority of your visitors, it is the single cheapest performance improvement available to you.

Our published SLA is 99.99% measured monthly at the network edge, and it is backed by automatic service credits rather than a claims process. Historical uptime, including every incident and its duration, is on our public status page, the bad months are there alongside the good ones.

Live in about sixty seconds

Move your WordPress site across free

Our team handles the copy, the verification and the DNS cutover while your current site stays live. If it is not measurably faster, take the 30-day refund.

Free migration  ·  No setup fees  ·  Cancel any time