I currently manage sites spread across 5 different hosting providers, from the simplest shared hosting to a fully managed dedicated server. Choosing a host is probably the most underrated technical decision e-commerce owners make: two identical stores, with the same code and the same catalog, can show load times that differ by a factor of three depending on the infrastructure behind them. Here's my no-nonsense analysis, host by host.
o2switch: French shared hosting that delivers on its promises
Best for: small and medium stores up to 50,000 monthly visits. Pros: genuinely unlimited hosting (disk space, bandwidth, databases), responsive French-language support (typically under 30 minutes response time), cPanel included for self-service management, and a flat rate of around €7 a month regardless of how many sites are hosted on the account. Cons: no vertical scalability beyond a certain traffic volume, and performance that can degrade during occasional load spikes (sales, Black Friday) if the store's cache isn't properly configured.
OVH Web Cloud / Pro: a French ecosystem that grows with you
Best for: ambitious projects anticipating significant traffic growth. Pros: a complete French ecosystem (hosting, domain names, professional email, servers), genuine scalability by simply upgrading your plan without a heavy migration, and dedicated server options down the line. Cons: support quality can vary depending on who you reach, and the technical configuration can feel complex for a non-specialist (compared to o2switch's cPanel simplicity).
VPS and dedicated servers (OVH, Hetzner, Scaleway)
Best for: stores exceeding 100,000 monthly visits, or any business where performance is a critical conversion factor. Pros: full control over server configuration (PHP versions, extensions, fine-grained MySQL tuning), performance notably above shared hosting for a budget often lower than equivalent traffic volumes would suggest, and billing that stays very reasonable relative to the traffic handled. Cons: requires either in-house sysadmin skills or a maintenance contract with an external provider, since server security and updates are no longer handled automatically by the host.
Managed PrestaShop-specialized hosting
Best for: companies that want zero infrastructure worries and have the budget to fully delegate this dimension. Pros: native optimization for PrestaShop (pre-configured cache, permanently up-to-date PHP versions, CDN often included), managed automatic backups, and automatic scaling during traffic spikes with no manual intervention. Cons: a notably higher cost, typically between €50 and €300 a month depending on the service level.
What actually drives the performance difference
Beyond the choice of host, three technical factors weigh heavily on final load time: the presence of a properly configured server-side cache (Varnish, OPcache, Redis), the geographic proximity of the server to the bulk of your visitors, and the PHP version in use (each major version bump brings measurable performance gains, PHP 8.2 being noticeably faster than PHP 7.4 with identical code).
My concrete advice by store size
For a volume of 0 to 30,000 monthly visits, o2switch offers the best value for money without management complexity. Between 30,000 and 150,000 visits, I recommend OVH Web Cloud combined with a well-configured application-level cache layer. Beyond 150,000 visits, a managed VPS or a PrestaShop-specialized host becomes necessary to absorb the load without degrading the user experience, which has a direct impact on conversion rate and therefore revenue.