I am installing a pre-build php-based web application for a client. Unfortunately the application performs very slowly because it compiles lots of data. Page load times go up to 40 sec.
I know about ob_caching but I don't want to mess with the application unless it is absolutely necessary.
Are there any tools/scripts/apache modules to cache the entire output of the application statically one the server and update it on a regular basis. I am just looking for a middleware or something which build regular static html pages form the php application. (BTW: I tried eaccelerator, but it didn't improve the situation.)
I would appreciate any tips. Thanks in advance.