Page 2 of 3

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Mon Dec 23, 2019 2:32 am
by hostimizer
straightlight wrote:
Mon Dec 23, 2019 1:47 am
Is your .htaccess file enabled while having no SEO URLs enabled?
i also try it

.htaccess to remove this file and with this file.
site same slow...

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Mon Dec 23, 2019 3:08 am
by straightlight
In that case, use a website analyzer to test your store's performance. From the page results, analyze the provided report noticing where the flaws are located.

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Mon Dec 23, 2019 5:16 pm
by paulfeakins
paulfeakins wrote:
Fri Dec 20, 2019 8:30 pm
I think you're referring to this issue:
viewtopic.php?t=165423
Did you check if it was this?

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Mon Dec 23, 2019 9:47 pm
by hostimizer
yes .htaccess enable..

also right now seo url is disable ...

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Mon Dec 23, 2019 10:06 pm
by straightlight
Disable your .htaccess file and see if the results remains.

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Tue Dec 24, 2019 1:59 am
by hostimizer
already tried .. still slow.
straightlight wrote:
Mon Dec 23, 2019 10:06 pm
Disable your .htaccess file and see if the results remains.

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Tue Dec 24, 2019 4:08 am
by straightlight
Then, this post is the right solution: viewtopic.php?f=202&t=215317&start=20#p772310 .

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Tue Dec 24, 2019 5:53 pm
by hostimizer
straightlight wrote:
Tue Dec 24, 2019 4:08 am
Then, this post is the right solution: viewtopic.php?f=202&t=215317&start=20#p772310 .
hellos ir

i send you site link and report.

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Tue Dec 24, 2019 5:55 pm
by paulfeakins
hostimizer wrote:
Tue Dec 24, 2019 5:53 pm
hellos ir

i send you site link and report.
Hello Sir!

No please don't do that, just tell us if you followed the steps in the other topic about checked.cache.

Thanks.

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Tue Dec 24, 2019 7:28 pm
by straightlight
Since you're using a custom theme with lots of minified JS files, this may also be an insight to why you encounter slow queries on your store. However, since you're also using VQMod and you mentioned to have tried your store on the main domain and on a sub-domain by cloning the files, ensuring to regularly empty your vqmod/checked.cache folder would also be ideal even though you may have cloned the exact files.

If by clearing that file does not resolved the issue, I would suggest to switch back to the default theme and put your store under temporary maintenance from your admin - > systems - > settings - > edit settings - > server tab in the OC admin. Then, to click on your store beside the logout link in the OC admin noticing its performance. If you do see it's a lot faster, contact the custom theme developer to resolved this issue.

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Tue Dec 24, 2019 10:00 pm
by hostimizer
yes tried

clear storage cache and image cache also

site still slow. take 12-15 sec to load.

and same site same data same SQL same hosting only on sub domain thats site load in 3 sec
paulfeakins wrote:
Tue Dec 24, 2019 5:55 pm
hostimizer wrote:
Tue Dec 24, 2019 5:53 pm
hellos ir

i send you site link and report.
Hello Sir!

No please don't do that, just tell us if you followed the steps in the other topic about checked.cache.

Thanks.

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Tue Dec 24, 2019 10:46 pm
by paulfeakins
hostimizer wrote:
Tue Dec 24, 2019 10:00 pm
clear storage cache and image cache also
That is not what the other forum posts says to do is it?

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Tue Dec 24, 2019 11:08 pm
by letxobnav
first check if it is your webserver (virtual hosts settings as I assume that is where you define your sub domains) or php/DB related.
So create a static html page and serve it from your domains.
As static pages do not go via php/db, if that page is also slow on the slow domain and fast on the fast domain, it would be your webserver's virtual hosts settings.
if not, then you can start to look at php and/or DB.

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Tue Dec 24, 2019 11:50 pm
by hostimizer
hello sir

i rename public_html

and make new public_html and put test index.php

its work fast load in less then 1 sec

but when put site on old public_html its again slow 10+ sec to load site.
letxobnav wrote:
Tue Dec 24, 2019 11:08 pm
first check if it is your webserver (virtual hosts settings as I assume that is where you define your sub domains) or php/DB related.
So create a static html page and serve it from your domains.
As static pages do not go via php/db, if that page is also slow on the slow domain and fast on the fast domain, it would be your webserver's virtual hosts settings.
if not, then you can start to look at php and/or DB.

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Tue Dec 24, 2019 11:57 pm
by hostimizer
hello sir

i notes one thing in location

public_html/vqmod/checked.cache

file 65+ MB

its cause site slow ??? and its add data in this file every sec

how to fix it ?

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Wed Dec 25, 2019 12:14 am
by letxobnav
not sure what you did here but it's not what I suggested and you certainly don't bypass php by creating a test.php file.
hello sir

i rename public_html

and make new public_html and put test index.php

its work fast load in less then 1 sec

but when put site on old public_html its again slow 10+ sec to load site.

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Wed Dec 25, 2019 12:17 am
by letxobnav
hello sir

i notes one thing in location

public_html/vqmod/checked.cache

file 65+ MB

its cause site slow ??? and its add data in this file every sec

how to fix it ?
no idea, as I said before, I do not have that VQmod contraption and I would suggest to get rid of it.

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Wed Dec 25, 2019 2:14 am
by straightlight
Instructions already provided multiple times on the topic to clear checked.cache file from the vqmod/folder.

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Wed Dec 25, 2019 2:31 am
by hostimizer
thank you guys now site rocket speed loading 1-2 sec

i clear checked.cache in public_html/vqmod

but no idea why this file go large

any one have idea to auto clear this ? from every week or day ?

Re: Opencart 3.0.2.0 very slow Load time 10+ sec

Posted: Wed Dec 25, 2019 2:55 am
by straightlight