Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Manage MySQL Query Cache
This guide concerns the MySQL Query Cache which, when activated, stores the results of already executed queries in memory.
Preamble
- MySQL Query Cache speeds up subsequent identical queries by avoiding re-execution.
- This can improve the overall performance of the database server by reducing the load and decreasing the response time for frequent queries.
query_cache_type ON or OFF?
On shared Web Hosting (therefore excluding Cloud Server) MySQL Query Cache is neither enabled nor can be enabled.
On Serveur Cloud, enable MySQL Query Cache via Fast Installer.
Link to this FAQ: