Daniel Kunkel wrote:

Hi

I'm seeing some strange slowness in the ecommerce application (svn circa
Feb 2007) when viewing products or the catalog. Each catalog/product
page is taking around 10 seconds to create, even when the system is
fully unloaded. The other applications, and the checkout processes all
run normally.

Sun Solaris 10, Java 1.5..0_11

<invoking Occam's Razor>

From a client PD, use Firefox and use/install the Firebug add-in.
Then click on the green checkmark to expand Firebug.
Select the NET tab
It will then show you the load times for all the elements.

First you will be shocked at how long it takes to move all the CSS and JS files, and then report back here how much the actual page (it should be the top element) took to move back to your client.

If it is the page build time... what is the database you are using on the back end. If you are using postgresql is autovacuum running, and if it is, when you run it from a client like pgAdminIII does it complete in less than a minute or does it crawl?

Reply via email to