Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Desperate need of help - Website VERY slow!


blakeaf96

Recommended Posts

Okay - www.gunsngoldonline.com - It's built with OsCommerce. We have 26,000 products on it. Server load is VERY low, so it's not a server problem. The graphics aren't that large. The website connects to an external database to pull products onto the website. For some reason, our website is VERY, VERY slow - 13.75 response time roughly when loading pages. We are very frustrated and don't know what to do! Please, someone help!!!

Link to comment
Share on other sites

1. Use of STS will slow a big oscommerce site down.

2. Put things such as .css into included files

3. Strip down your HTML as much as you can

4. Improve the SQL queries as best you can

5. Get rid of some of the "cool" stuff like the cursor

Link to comment
Share on other sites

1. Use of STS will slow a big oscommerce site down.

2. Put things such as .css into included files

3. Strip down your HTML as much as you can

4. Improve the SQL queries as best you can

5. Get rid of some of the "cool" stuff like the cursor

 

Would the Cursor and CSS make THAT big of a difference? And what is STS? I'll get my developer to check on the SQL queries. Thanks for your help!

Link to comment
Share on other sites

Many small gains add up to a big gain, right?

 

Suggest you work first on SQL queries. Then removal of STS, your developer should know what that is.

 

Benchmark as you go so that you get a handle on the improvements as you go along.

Link to comment
Share on other sites

Many small gains add up to a big gain, right?

 

Suggest you work first on SQL queries. Then removal of STS, your developer should know what that is.

 

Benchmark as you go so that you get a handle on the improvements as you go along.

 

Just with the queries, I got it down from 14 seconds to 8 seconds... there was 296 queries just for the homepage. Got it down to 115 queries and 8 seconds. Still kinda slow - ySlow gives it a score of a B from A-F. Any further suggestions?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...