Page 1 of 1
speed up the execution time
Posted: Thu Dec 08, 2011 7:03 pm
by JigneshMistry
I have 10000 produts in my database. when i am loading my home page it will take average3.38 seconds time.
but for another page it will take 7.38 second average time. I want to reduce this time up to 3.38 second or less .
Can any one tell me what to do in this case. any help will be appriciated.
Thanks.
Re: speed up the execution time
Posted: Thu Dec 08, 2011 8:21 pm
by MarketInSG
Impossible. Cache is fast enough already. Best way is to reduce data on a single page.
Re: speed up the execution time
Posted: Thu Dec 08, 2011 8:26 pm
by STN
Increase gzip compression level. It depends on your server and site content, use low quality images if your store has a lot of them. This is not opencart's issue i think.
Re: speed up the execution time
Posted: Thu Dec 08, 2011 9:17 pm
by JigneshMistry
Actually hope page is fast loading but when i click on other link it will took waiting time for the server. and will take 7 second time . i want to reduce it any how . Can any one help me out.
@STN @ MarketInSG Thanks for Help...
Re: speed up the execution time
Posted: Fri Dec 09, 2011 9:02 pm
by MarketInSG
It also depends on where you host your website. Reduce image quality will help. This is the only best way.
Re: speed up the execution time
Posted: Sat Dec 10, 2011 2:31 pm
by hgrimberg
I could also be a database issue. Is it a shared hosting environment? I get noticeably different database speeds with MySql between my shared site and the empty dev server I have on Amazon EC2.
Try This As Well
Go to phpmyadmin, select all tables in the database and select optimize(See Link
http://www.siteground.com/tutorials/php ... tabase.htm).