Hosting, PHP stack and performance
WooCommerce is a PHP application with MariaDB/MySQL — performance depends 60–70 % on the server setup, not on plugins.
Our standard stack:
- PHP 8.3 with OPcache + JIT
- Nginx or LiteSpeed web server with page cache
- Redis as object cache — massively offloads the database on recurring queries
- MariaDB with InnoDB tuning matched to server RAM
- HTTP/3, Brotli, image CDN (Bunny, Cloudflare) for static assets
For larger shops additionally:
- Database read replicas
- Split frontend load (FrankenPHP / Caddy)
- Separate cron worker for long WooCommerce background tasks
For hosting we offer three paths — all in Frankfurt, EU data processing as the technical prerequisite for GDPR-compliant operation:
- Hetzner Cloud / Hetzner Dedicated, admin-managed by us — best performance per euro, maximum customisation freedom
- Fly.io Frankfurt with container setup — good for shops with bursty traffic profiles or multilingual geo-routing requirements
- Raidboxes managed WordPress — if you prefer to hand hosting ownership to a specialist, we run performance and plugin optimisation on top

