Upgrade 7.0.2 to 7.0.7

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
trozzi
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 104
Joined: Wed Oct 05, 2005 4:44 pm
Contact:

Upgrade 7.0.2 to 7.0.7

Post by trozzi » Thu Nov 21, 2013 5:16 am

Hello,

We are upgrading a 7.0.2 site to 7.0.7 and we are experiencing long page loads in 7.0.7.

The db scripts were run from 7.0.3 to 7.0.7 with no errors.
Updated code files and dlls as appropriate.

Ran a test dry run on a dev site and the pages load as expected after initial compile.

When we try to move to production, the site slows down dramatically.

Any suggestions.

Thanks
Thomas

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Upgrade 7.0.2 to 7.0.7

Post by Katie » Thu Nov 21, 2013 8:44 am

Hi Thomas,

This could happen from a build up of records in the database. In earlier versions, the maintenance routines didn't automatically remove records (default setting was set to leave them in). Here is a document that explains what you can do -

http://help.ablecommerce.com/index.htm# ... enance.htm

It might be the problem, but if not, please post back.

Thanks
Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

trozzi
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 104
Joined: Wed Oct 05, 2005 4:44 pm
Contact:

Re: Upgrade 7.0.2 to 7.0.7

Post by trozzi » Thu Dec 05, 2013 5:10 am

Hello Katie,

Very strange thing happened.

We set up a development site with 7.0.7 and upgraded the database. Upgrade went well and development site was responding very well. We then ported the production site to the 7.0.7 files and updated the key to production. Once we did that, the site slowed down to a crawl???

Any suggestions?

Thanks
Thomas

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Upgrade 7.0.2 to 7.0.7

Post by Katie » Thu Dec 05, 2013 2:07 pm

A production site would likely have a build up of anonymous user records, activity logging, etc. Did you look at the link I posted? If you are sure that the maintenance issues are taken care of, then go to this page -

viewtopic.php?f=42&t=17625&p=75890&hili ... ard#p75890

I try the tuning wizard. This can help with performance if the database is really large.
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

trozzi
Lieutenant Commander (LCDR)
Lieutenant Commander (LCDR)
Posts: 104
Joined: Wed Oct 05, 2005 4:44 pm
Contact:

Re: Upgrade 7.0.2 to 7.0.7

Post by trozzi » Mon Dec 16, 2013 11:11 am

Hi Katie,

I did read the post you suggested. The Able Error log has several entries that imply a timeout. "Request timed out."

I receive no message on the screen as such.

Thanks
Thomas

User avatar
Katie
AbleCommerce Admin
AbleCommerce Admin
Posts: 2651
Joined: Tue Dec 02, 2003 1:54 am
Contact:

Re: Upgrade 7.0.2 to 7.0.7

Post by Katie » Mon Dec 16, 2013 12:02 pm

Please try tuning the database using the last link I posted. Then, if you continue seeing timeout errors, post the full error message here so we can see what is having trouble.

Thanks
Katie
Thank you for choosing AbleCommerce!

http://help.ablecommerce.com - product support
http://wiki.ablecommerce.com - developer support

User avatar
jmestep
AbleCommerce Angel
Posts: 8164
Joined: Sun Feb 29, 2004 8:04 pm
Location: Dayton, OH
Contact:

Re: Upgrade 7.0.2 to 7.0.7

Post by jmestep » Thu Dec 19, 2013 7:23 am

Able 707 build 14481 had code that looked at the page views table to determine what category to send a person to when they clicked on a product. It was in App_Code/PageHelper.cs public static int GetCategoryId(bool checkReferrer)
That slowed pages down tremendously so make sure you do not have that code on the site. B 14600 fixed it.
Judy Estep
Web Developer
jestep@web2market.com
http://www.web2market.com
708-653-3100 x209
New search report plugin for business intelligence:
http://www.web2market.com/Search-Report ... -P154.aspx

Post Reply