Page 1 of 1

make my opencart faster

Posted: Mon Mar 28, 2011 6:57 am
by staszek77
I ve made new shop with about 6000 products.
Works very slowly.
Im lookng for someone who can help ?

Re: make my opencart faster

Posted: Mon Mar 28, 2011 7:12 am
by Qphoria
Pretty useless information without a link

Re: make my opencart faster

Posted: Mon Mar 28, 2011 6:10 pm
by karan2
hello ,

Open cart can be highly scalable .

we have recently optimized to handle multiple stores with more than two hundred thousand products .

please share the link and customization history details .

Thanks and regards ,

Karan Ahuja

www.kodeplay.com
www.kodemall.com

Re: make my opencart faster

Posted: Mon Mar 28, 2011 7:24 pm
by scanreg
karan2 wrote:hello ,

Open cart can be highly scalable .

we have recently optimized to handle multiple stores with more than two hundred thousand products .

please share the link and customization history details .

Thanks and regards ,

Karan Ahuja

http://www.kodeplay.com
http://www.kodemall.com
Can you share what you did to optimize the large stores?

Thanks :)

Re: make my opencart faster

Posted: Mon Mar 28, 2011 8:27 pm
by karan2
the large database was pulled from an erp system , so most of the optimizations were involving the erp database schema as well

we will try to isolate the erp db schema and publish the optimizations soon .

Thanks and regards ,

Karan Ahuja
www.kodeplay.com
www.kodemall.com

Re: make my opencart faster

Posted: Mon Mar 28, 2011 9:17 pm
by Xsecrets
well I have a thread about database optimization which greatly speeds things up under certain circumstances.

http://forum.opencart.com/viewtopic.php?f=24&t=24391

Re: make my opencart faster

Posted: Fri Apr 01, 2011 6:18 pm
by chrisranjana.com
Correct. The database needs to be optimized, maybe by creating new indexes etc.

Re: make my opencart faster

Posted: Sat Apr 02, 2011 7:40 am
by Xsecrets
if you read the thread I linked it's not indexes. the queries simply need to be changed around a bit to take better advantage of existing indexes.

Re: make my opencart faster

Posted: Sat Apr 02, 2011 8:10 am
by Qphoria
All the indexes xsecrets originally mentioned were added to 1.4.9.0 so it should have improved from those already

The second step regarding changing around the queries is also under test but seems everyone with a large enough store to test it never replies with results

Re: make my opencart faster

Posted: Sat Apr 02, 2011 12:12 pm
by chrisranjana.com
Maybe we can create an auto populating script for populating large amount of sample data and test the speeds.