|
Posted by Michael Fesser on 01/30/07 15:34
..oO(howa)
>the main point is: around 20-30% of file size are from comments &
>white space, we think that when each time include_once is called,
>dummy information need to be read by PHP interpreter, seems waste of
>cpu time...
The real bottlenecks are somewhere else. The xdebug extension contains a
profiler, which can show you where you're really wasting CPU time. It's
in your code, not the comments.
Micha
Navigation:
[Reply to this message]
|