Memcached: cacheing objects to memory by Wojjie (2006-02-02)
One method of optimizing your site is to implement some form of cacheing, wether it be pre rendering data to html files, or using memory to temporarily store objects that are requested frequently
|
Performance of OOP PHP versus non-OOP by Wojjie (2004-05-13)
Comparision between Object Oriented Programming(OOP) and Non-OOP in terms of performance/speed.
|