Forum Moderators: bakedjake
As it happens, I've got code in my current project to display the execution time of the script on each page load, to help me figure out which optimizations actually change anything noticably. Pages that are mostly database interaction seem to be loading in about the same time, but ones that access a file on disk, while still much faster than database access, seem to be taking 4-50 times as long to run. (Still under a second, though.)
Has anyone else noticed such things? I'm wondering if it makes a difference which mpm you use, but haven't tested anything yet.
Are you sure it isn't RH9, or some other thing you've changed in the upgrade?
Could you run Apache2 under your previous OS to compare?
Remember, if it doesn't effect your user experience, why should you care? It would make more effective use of your time to just mark it as a potential improvement point in case it ever does become a problem.
if it doesn't effect your user experience, why should you care?
Don't be fooled by attempting premature optimization.
Are you sure it isn't RH9, or some other thing you've changed in the upgrade?
Could you run Apache2 under your previous OS to compare?
I got clean source for apache2.0.44 and that fixed it.
Not sure about modperl though, I think that was broken in 2.0.40, and I am not sure if 2.0.44 did fix it.