Quote:
Originally Posted by Halfdeck
For some of my pages that make multiple MYSQL calls, I prefer pre-generating / caching the page for quicker page delivery.
|
I have a couple of pre-made scripts that utilise cacheing, and have heard that it is a very good idea.
For my 'homemade' scripting purposes, I have the luxury of numerous MySQL servers, so I can seperate the tasks (i.e. ad server on one, links db on another, main content on yet another, etc).
With the speed of MySQL (2000 lines in 0.4 seconds), I don't think cacheing would make that much difference for my purposes.
Another alternative would be to include the MySQL content in an iframe, so the static sections can load independently around it.