Posted by NC on 06/20/06 17:33
howachen@gmail.com wrote:
>
> Are there any good and updated (PHP5) Optimization guides/tutorials
> on the web which you think they are essential?
This is a really vague question. If you use databases, you need to
optimize your queries and data structures. Compared to database
interaction, the actual execution of a script usually takes trivial
amounts of time.
Cheers,
NC
[Back to original message]
|