Maintaining Performance For Low Traffic Sites

For general questions and discussions specific to the AbleCommerce 7.0 Asp.Net product.
Post Reply
ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Maintaining Performance For Low Traffic Sites

Post by ZLA » Mon Jul 27, 2009 1:31 pm

Our site generates a dozen or two sales a day. I saw a post (which I can't find now) which suggested that AC 7 works best with large volume / traffic sites. Furthermore, we're currently using a shared hosting test environment from Discount ASP.NET which is somewhat slow (and prone to intermittent logoffs in admin before the 20 minute timeout kicks in). We do plan to use a shared hosting plan but with some other vendor. (One possibility is WebHost4Life.)

Given the above, what can we do to make our site perform best? I would appreciate responses to any of the following:
  • What shared hosting companies / plans do you recommend for small sites?
  • Can we set up a recurring job to keep our site loaded in memory? For example, with Discount ASP I can set up a task to access the home page every 5 minutes. Is that good enough or do I need to hit several different pages? Do I need to create one page which then accesses several other pages in turn to keep multiple sections of code in memory? Do I need a page that instantiates a number of core CommerceBuilder objects to keep performance high?
  • What other settings (besides the obvious debug="false") can / should I configure for improved performance?
  • Other suggestions?
Thank you in advance.

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

Re: Maintaining Performance For Low Traffic Sites

Post by jmestep » Mon Jul 27, 2009 3:12 pm

I have used something like smarter ping utility and did it every 5 minutes to the home page. It seemed to be sufficient.
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

ZLA
Commodore (COMO)
Commodore (COMO)
Posts: 496
Joined: Fri Mar 13, 2009 2:55 pm

Re: Maintaining Performance For Low Traffic Sites

Post by ZLA » Mon Jul 27, 2009 3:34 pm

Thanks Judy. I added a ping task to my test environment and will see if it makes a difference.

Post Reply