Zen Cart Logo
Forums / General Questions / Slow store - sometimes(!)

Slow store - sometimes(!)

Locked

Views: 1,333

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
27 Feb 2008, 12:53 AM
#1
brian1234 avatar

brian1234

Zen Follower

Join Date:
Jun 2004
Posts:
102
Plugin Contributions:
0

Slow store - sometimes(!)

My new install runs quite slow at times, and I'm suspecting something at the ISP is causing it... like PHP or SQL server overload. Now at 8pm I can change pages in the store real fast, like 2-3 seconds... this afternoon it was taking 20-30+. I experienced a problem yesterday afternoon too.

GZIP is ON, no SSL (yet), and SQL_CACHE_METHOD is set to 'none'. Have I missed anything?

In an older version I seem to remember a message in the footer that shows load time ... is there a place I can turn that ON for now? Is there a way I can analyze more deeply what's going on (PHP vs SQL response)?

Thanks!

27 Feb 2008, 1:00 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Slow store - sometimes(!)

is there a place I can turn that ON for now?
admin > config > logging > display parse times
Now at 8pm I can change pages in the store real fast, like 2-3 seconds.
I have a store with 100,000 items and page parse time are sub-second for most all pages

Shoppers are not patient about this and will go elsewhere

27 Feb 2008, 1:19 AM
#3
brian1234 avatar

brian1234

Zen Follower

Join Date:
Jun 2004
Posts:
102
Plugin Contributions:
0

Re: Slow store - sometimes(!)

Thanks! At the moment I'm seeing <1 sec parse time most of the time, <2 all the time. I'll see what it does tomorrow afternoon.

27 Feb 2008, 1:40 AM
#4
coyote_ptm avatar

coyote_ptm

New Zenner

Join Date:
Jan 2008
Posts:
17
Plugin Contributions:
0

Re: Slow store - sometimes(!)

Are you on a zen certified host? I was on a non-certified host and had the same issues as you are having. I moved my site to a zen certified host, subsecond pages are the norm, customers are happy! It could well be your ISP.

27 Feb 2008, 1:49 AM
#5
brian1234 avatar

brian1234

Zen Follower

Join Date:
Jun 2004
Posts:
102
Plugin Contributions:
0

Re: Slow store - sometimes(!)

Oh, ok, it's doing it again already (now 8:50pm):

Parse Time: 25.991 - Number of Queries: 78 - Query Time: 25.200709677689

Does this mean the SQL back-end took 25.200 seconds and the other .791 seconds was PHP interpretation?

27 Feb 2008, 6:20 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Slow store - sometimes(!)

Brian1234:

Parse Time: 25.991 - Number of Queries: 78 - Query Time: 25.200709677689

Does this mean the SQL back-end took 25.200 seconds ...?That is correct.