Christopher M Mancini wrote:
Hi,
I am not familiar with this site or its author? Is this list credible? Because some of the things on there I have never heard before.
Looks to be a summary of a bunch of other php optimization articles. I've seen most of these tips in one form or another in the past. Though a lot of these will give you minimally incremental speed increases, optimization tends to be application specific. Nothing beats profiling an entire application and speeding up the slowest areas.

Besides caching, following all of these points, you might shave a few ms off of every request, but if you rewrite a slow database layer or slow template engine or properly index your database and optimize your queries (as Dan mentioned), you may very well notice speed increases in multiples of 10 and 100.

Mark
_______________________________________________
New York PHP Community Talk Mailing List
http://lists.nyphp.org/mailman/listinfo/talk

NYPHPCon 2006 Presentations Online
http://www.nyphpcon.com

Show Your Participation in New York PHP
http://www.nyphp.org/show_participation.php

Reply via email to