On 08/20/2003 10:06 PM, Daevid Vincent wrote:
The pages are very mySQL intensive. No classes used. Many "includes" though.
That explains it. No PHP cache will make your database execute the queries faster. Your scripts will be most of the time waiting for the database to respond.
What you can do is to use the content caching support to avoid querying the database for the same data. You can do that with Turck.
--
Regards, Manuel Lemos
Free ready to use OOP components written in PHP http://www.phpclasses.org/
-- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php