Optimized Shopware Hosting: Nexcess-Specific Features & Benefits
Overview
Your e-commerce business relies on speed, stability, and scale. Nexcess has built a dedicated cloudhost hosting environment designed specifically for Shopware 6, deploying a high-performance stack that is fully pre-configured out of the box.
This article breaks down the five core Nexcess-specific features and benefits included in your Nexcess Shopware plan. We explain how each works with Shopware, its technical benefit to your store, and the resulting benefit to your website visitors.
OpenSearch (Enterprise Catalog Search)
As your catalog grows to thousands of items, default MySQL-based product searches and catalog sorting queries can become slow and computationally expensive. OpenSearch is a dedicated search engine. Shopware 6 includes native integration with OpenSearch, offloading all product search indexing, keyword matching, facet filtering, and category sorting queries from MySQL to OpenSearch.
Benefit to Shopware
- Database Optimization: Keeps your core MariaDB database light, responsive, and available to process critical transactions like checkout payments instead of heavy text indexing.
- Scalable Search: OpenSearch is designed to index millions of items and return complex search configurations in milliseconds.
Benefit to Website Visitors
- Instant Search & Autocomplete: Visitors get instant, relevant suggestions as they type in the search bar.
- Typo-Tolerance & Advanced Filters: Search results remain highly accurate even if a customer misspells a word (fuzzy search), and category filters respond immediately.
Redis (Object & Session Caching)
Redis is an open-source, in-memory, key-value data store. In your Nexcess environment, Redis serves two critical roles:
- Object Cache: Stores frequently accessed, slow-to-generate application configurations, translations, and database schema mappings.
- Session Store: Keeps active shopper session data (such as login states and shopping cart contents) in fast RAM rather than writing them to MySQL or the disk filesystem.
Benefit to Shopware
- Prevents MySQL Bottlenecks: Eliminates thousands of repetitive database lookup calls for static configurations.
- Reduces Disk I/O: Reading and writing session data in memory prevents local disk performance bottlenecks.
Benefit to Website Visitors
- Fluid Browsing Experience: Speeds up the entire shopping journey as user profile changes and settings are read from memory.
- Cart Stability: Ensures shopping carts remain persistent, secure, and responsive even during peak traffic periods.
Nexcess Autoscaling
Autoscaling monitors your cloudhost’s system resources (specifically PHP workers). If the server experiences a sudden surge in traffic that saturates your pre-allocated PHP worker processes, Nexcess Autoscaling allows you to use more PHP workers than that come with your plan.
Find more information here:
Benefit to Shopware
- Gateway Error Prevention: Prevents your server from throwing 502 Bad Gateway or 504 Gateway Timeout errors when requests stack up.
- Stability Under Load: Provides temporary emergency resources automatically without requiring manual server reboots or plan upgrades.
Benefit to Website Visitors
- Seamless Shopping Experience: Visitors will not experience crashes, timeouts, or broken pages during flash sales, newsletter sends, or holiday shopping events.