Zen Cart Logo
Forums / General Questions / Super Slow Checkout

Super Slow Checkout

Views: 480

Results 1 to 3 of 3
9 Mar 2016, 2:57 AM
#1
batteryman avatar

batteryman

Zen Follower

Join Date:
Jul 2004
Location:
Las Vegas
Posts:
327
Plugin Contributions:
0

Super Slow Checkout

I am trying to figure out what is causing my checkout to be extremely slow. It started about 2 months ago. Nothing has change that I am aware of. Server is the same, configuration is the same etc.. I use NewRelic and its showing that my checkout is about 22 - 28s per page load. I am using a one page checkout but I have been using it for years. I have turned off all mods and checkout it still about the same.

I have also turned of emails as suggested in one post by DrByte and no change in processing.

In my NewRelic reporting its showing that during the processing the time is most spent on zen_session_start. See below:

16,800ms 72.07% Application code (in zen_session_start)

Everything is processing like normal. How do I start to narrow down what all the time is being spent on in the zen_session_start process? MySql execution time is less than 1s. Any help is greatly appreciated

Avel

9 Mar 2016, 4:07 AM
#2
kobra avatar

kobra

Black Belt

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

Re: Super Slow Checkout

Who is your host?

9 Mar 2016, 6:02 AM
#3
carlwhat avatar

carlwhat

zennedOut

Join Date:
Nov 2005
Location:
los angeles
Posts:
2,955
Plugin Contributions:
8

Re: Super Slow Checkout

are you sure that email is turned off? in my experience, problems with sending of email is what causes the slow checkout.

ensure that you have send emails to false. not just send out order confirmations.... just a thought.