Posted by Manuel Lemos on 09/18/05 21:55
Hello,
on 09/15/2005 11:08 AM nospammmer@gmail.com said the following:
> I'm looking for a way to improve dramatically the performance of my PHP
> application. The application is getting slow as it is taking more load.
> It is performing a very high number of queries to a database, and I
> believe that this is taking up most of the ressources.
You may want to read about this exact subject in the Metabase PHP
database abstraction FAQ. You are in the right track on seeking caching
mechanisms but there is a lot more to be said:
http://www.meta-language.net/metabase-faq.html#7.2.3
--
Regards,
Manuel Lemos
PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/
PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/
Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html
[Back to original message]
|