Info about order.cgi function and frequency sought

General ShopSite user discussion

Info about order.cgi function and frequency sought

Postby MServitus » Thu Apr 24, 2008 5:59 am

I have been having slow performance problems with my site
(verio FreeBSD 4.7 with Shopsite 9.0.3.1)
In researching this I have found a curious situation.
In examining a report showing my "most visited pages", I find that my
2nd most popular page is ... sc/order.cgi
the actual list looks like :

# visit Page
445 www.evolvefish.com/fish/emblems.html
438 www.evolvefish.com/office/sc/order.cgi
383 www.evolvefish.com/fish/stickers.html
317 www.evolvefish.com/fish/shirts.html

I'm sure that less than 10 % of my visitors ever start to place an order. Most just look around and then leave.

My limited question is , when is order.cgi actually accessed...??

1. when the order is first created ( ie first product added to cart)
2. Or each time shopping cart is accessed?
3. Or when order is completed.?
4. All of the above.
5. Or some other time

Are there any likely performance problems with this much actvity going to order.cgi??

Thanks for your input.
MServitus
 
Posts: 47
Joined: Tue Sep 12, 2006 11:42 am

Postby loren_d_c » Thu Apr 24, 2008 8:34 am

All 'add to cart' and 'view cart' buttons go to order.cgi, and each time a shopper recalculates the shopping cart it probably counts as another hit. So I don't think this is unusual, since basically all of your multiple store pages include links to the same order.cgi, which is why it would appear to be more 'popular' than many individual store pages.

One thing to check on, do you have a robots.txt file in your site's main directory? And if so, does it contain a line like:

Disallow: /office/sc/

If not, you may want to consider adding this, it tells search engine spiders not to follow your order button links, which can save you some on bandwidth and also can keep your shopping cart screen out of your search engine results (you would probably rather have your search engine results go to your store pages instead, right?).

-Loren
loren_d_c
 
Posts: 2572
Joined: Fri Aug 04, 2006 12:02 pm
Location: Anywhere

thanks for info

Postby MServitus » Thu Apr 24, 2008 8:49 am

Thanks for the information. I DO have a Disallow: \sc\order.cgi line in my robots.txt file.
I'll continue looking elsewhere for grimlins..
MServitus
 
Posts: 47
Joined: Tue Sep 12, 2006 11:42 am

Postby loren_d_c » Thu Apr 24, 2008 1:02 pm

If you have:

Disallow: \sc\order.cgi

Then this is probably not having the effect you are looking for. Since your order.cgi is in office/sc/ it should probably be:

Disallow: /office/sc/order.cgi

Note the forward slashes instead of the backslashes as well. Also, robots.txt generally will only work in your main HTML directory, so if the robots.txt is inside the 'office' directory itself it is probably not being looked at by spiders at all.

Here is a site with more info on the robots.txt standard for web 'spiders':

http://www.robotstxt.org/robotstxt.html

-Loren
loren_d_c
 
Posts: 2572
Joined: Fri Aug 04, 2006 12:02 pm
Location: Anywhere


Return to User Forum

Who is online

Users browsing this forum: Bing [Bot] and 144 guests

cron