Website speed problem

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 年 前
Hi there,
I have a dedicated server about 500mbps uplink. I use server 2019 and nopcommerce 4.20. I have a problem sometimes my website homepage not load completely on mobile. Usually bottom menus getting slow load and not load  (Categories, Featured products  and Best sellers Menu).

How to fix it and do you have any speed optimization for my website?

Website link:https://hoodarcheryshop.com
Issue photo:

[
3 年 前
EDIT: Sorry, I had Ublock on and it didn't like something from doubleclick.net, everything now loads fine on desktop and I see what you see on mobile.

If you have an iPhone and a Mac you can connect your phone to your Mac and use browser devtools through that to debug any mobile errors.  Not sure on android, but there is probably something similar available.

Ignore my previous reply:

I could not get them to load on a desktop browser either.  
Checking the console in my browser's devtools I see many "[i]Uncaught ReferenceError: $ is not defined
" errors, which probably means that jquery has not successfully loaded, which would then in turn prevent many features like featured products and best sellers from loading.

https://stackoverflow.com/questions/2075337/uncaught-referenceerror-is-not-defined[/i]
3 年 前
af1racing wrote:
EDIT: Sorry, I had Ublock on and it didn't like something from doubleclick.net, everything now loads fine on desktop and I see what you see on mobile.

If you have an iPhone and a Mac you can connect your phone to your Mac and use browser devtools through that to debug any mobile errors.  Not sure on android, but there is probably something similar available.

Ignore my previous reply:

I could not get them to load on a desktop browser either.  
Checking the console in my browser's devtools I see many "[i]Uncaught ReferenceError: $ is not defined
" errors, which probably means that jquery has not successfully loaded, which would then in turn prevent many features like featured products and best sellers from loading.

https://stackoverflow.com/questions/2075337/uncaught-referenceerror-is-not-defined[/i]


Yess you are right Uncaught ReferenceError coming. How to fix it
3 年 前
I use
HTML minification
JavaScript bundling and minification
CSS bundling and minification

i think that corrupt this
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.