Posted by Markus Ernst on 09/20/05 18:19
Jerry Stuckle wrote:
>
> My point here is - parsing PHP code is generally pretty fast,
> especially in respect to some operations like searching a database. If you
> are having performance problems, it's time to look at the code
> to see how you can optimize it better. Putting admin functions in
> another file just won't save you much time (unless you have tens of
> thousands of lines of code - and even then you won't save much).
Thank you - this is really good to know, as it helps deciding where to look
for optimization potential.
I highly appreciate your input as well as Hilarion's and Chung's, they
helped me gain a better understanding of OO and improve my work.
--
Markus
[Back to original message]
|