Tag: MySQL Query Cache
-
How to optimize MySQL Query Cache
One simple task you can do to speed up your website is to activate the MySQL Query Cache mode. The query cache stores the text of a SELECT statement together with the corresponding result that was sent to the client. If an identical statement is received later, the server retrieves the results from the query cache…