On this page
Getting Started with Magento Acceleration
Our LiteSpeed-powered hosting gives Magento stores a serious speed advantage out of the box. These guides walk you through the main acceleration options available on Kualo hosting for Magento 2, including LiteMage full-page caching, cache warming, and Redis object caching.
Magento is a powerful platform, and on the right infrastructure it can be genuinely fast. Because every Kualo server runs LiteSpeed Web Server, your Magento store benefits from server-level optimisations that simply are not available on a standard Apache stack. LiteMage - LiteSpeed's native full-page cache for Magento - is built directly into the web server, which means cached pages are served before PHP or the database are even touched. Pair that with Redis object caching and a lean theme, and you have a store that can handle serious traffic without breaking a sweat.
LiteMage caching
LiteMage is a full-page cache built into the LiteSpeed web server. It is one of the most effective ways to reduce page load times for Magento stores, and because it operates at the server level rather than the application level, it is significantly faster than Magento's built-in full-page cache.
Cache warming
A full-page cache only helps visitors who arrive after a page has already been cached. Cache warming solves this by crawling your store proactively and pre-populating the cache before real visitors arrive - so the very first person to land on a page gets a cached response, not a slow uncached one.
This matters most after you:
- deploy a Magento update or extension change
- flush the LiteMage cache manually
- restart the web server
- make significant changes to products, categories, or CMS pages
A well-warmed cache means your store is fast from the moment it goes live, not just after it has been running for a while. For high-traffic stores, scheduling a cache warm-up as a cron job ensures the cache stays populated around the clock.
If you notice slow first-page loads after a deployment, cache warming is almost always the fix. Set it up as a scheduled cron job in cPanel so it runs automatically.
Redis object caching
Redis stores frequently accessed data in memory, reducing the number of database queries Magento needs to make on each request. This is particularly effective for Magento's session storage and default cache, where repeated database hits for the same data add up quickly under load.
The Hyva theme
No amount of server-side caching can fully compensate for a theme that ships megabytes of JavaScript and CSS to the browser. The default Magento Luma theme and many older custom themes carry significant front-end overhead.
Hyva is a modern Magento 2 theme built from the ground up for performance. It replaces the heavy RequireJS and KnockoutJS stack with Alpine.js and Tailwind CSS, resulting in dramatically smaller page payloads and much faster Time to Interactive scores. Combined with LiteMage and Redis on our LiteSpeed platform, a Hyva-based store can achieve sub-second load times that would be very difficult to reach with a traditional Magento theme.
If you are building a new Magento 2 store or planning a significant rebuild, Hyva is worth serious consideration. It requires a compatible set of extensions, so check compatibility for any third-party modules you rely on before committing.
Further reading
- Best practices to optimise images in Magento 2
- How to enable JavaScript and CSS merging and minifying in Magento 2
- How to disable unrequired modules and extensions in Magento 2
- How to switch Magento v2 to use a flat catalog
- How to spot slow running extensions in Magento
- How to set up Redis in cPanel
- How to enable Cloudflare in Magento (and why it helps)