Is it possible to pre-compile PHP code, classes, routines, or files into the Apache server? Then when my page loads it could possibly load faster without the over-head of having to parse through all that code every time?
Pre-Compile PHP Code?
Theres the zend encoder which turns your PHP files into bytecode I believe, which speeds things up nicely, but other than that, I hear your pain buddy.
Derek C