Have you done profiling to see what is using up all of this time?

It would be better to fix your dynamic pages so that they run faster than try to cache the results, which gets quite messy for personalized web sites (unless you've remove everything from the pages that is driven by the user logged in or other session information).

Chances are you have pages written that are doing a lot of non-cached database queries, but there could be other things that are running very slow. Using simple practices (like cached database queries where appropriate) you should be able to 20-40 catalog browsing pages per second on a low-mid range commodity server.

-David


On Jun 22, 2009, at 8:17 AM, Todd Burdeinei wrote:

Has anyone used apache's built-in memory based cache with ofbiz? We are having trouble getting acceptable performance out of ofbiz in terms of page load times even with cache.properties configured properly. We are still
seeing load times of 5-15 seconds for catalog browsing.
Many thanks
Todd

--
Todd Burdeinei
Web Developer
Burdeinei Corp
702-259-3273 office / fax number
702-372-9920 cell
[email protected]

Reply via email to