⚡ Server caching on hosting
2025-10-28

For sites on shared and business hosting plans, added the ability to configure server caching.
When using caching, all server responses are stored in the cache, and when receiving new requests, instead of forwarding them to the site scripts for processing, a ready-made response is returned from the cache. Using caching helps to significantly reduce the load on the web server.
Caching is managed in the "Site settings" section on the new "Caching" tab. In the caching settings, you can select a caching mode with or without considering GET parameters and configure the cache lifetime.
Detailed information about caching is available in our wiki.