PHP: The need for speed
in PHP added by goodphptutorials, on 7/3/2006 bottlenecks cache general speed
PHP4 is in general fast enough for dynamic web content generation, and in most cases you can't even think of anything faster than it. But when you have to face lots of accesses, heavy applications, narrow bandwidth, or other factors that can create performance bottlenecks, you may ask yourself if you can do anything to make things work better.
comment save reportno comments
