Cache reduces the server's pressure to calcute things(pretty simple definition right?)especially MySQL queries, which can become numerous on a sigle page; Mix this with a few dozen visitors on your website in a single minute who will each visit websites with particular queries and you could easily get up to hundreds of queries per minute,That could slow your server, and caching stuff makes the charge quite lighter.
Any one suggest a good
PHP cache script like this?