If you are trying to do this with a web host and you don't have a dedicated server, forget about it. Otherwise, take a look at query caching - you can change the size by changing the value of query_cache_size - this can be done by either changing a line in the configuration file (usually my.cnf) or by changing it at runtime with SET. Example: SET GLOBAL query_cache_size = 20 Code (markup):