AbanteCart Community

Shopping Cart Operations => Support => Topic started by: ioecc on January 05, 2022, 09:29:50 AM

Title: The background opens slowly
Post by: ioecc on January 05, 2022, 09:29:50 AM
The background opens slowly, I hope it can be improved, it may be caused by some code, such as ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js
It is not possible to open google-related websites in China. I hope to consider this factor when upgrading and provide some alternatives. We are not very good at the technical level, and we need a detailed description of the change to know how to change it.
Title: Re: The background opens slowly
Post by: Basara on January 06, 2022, 12:03:54 AM
Hello
What background?
Title: Re: The background opens slowly
Post by: ioecc on January 06, 2022, 02:03:32 AM
The background that has been running takes 5 seconds to enter, and every time you click on a different page, you have to wait for this time. Only VPN can solve this problem. But you need to disable VPN when releasing the product, it is very inconvenient to switch back and forth
Title: Re: The background opens slowly
Post by: Basara on January 06, 2022, 08:11:36 AM
Hello.
Check in browser what is loading so long https://developer.chrome.com/docs/devtools/network/#load
Title: Re: The background opens slowly
Post by: ioecc on January 06, 2022, 09:14:18 AM
Follow the method you provided to test that there is a file that is slow to open
Title: Re: The background opens slowly
Post by: ioecc on January 06, 2022, 10:03:40 AM
Sometimes https://www.gravatar.com/avatar/546242df299605389a1a045ad273ca38?s=80&d=mm&r=g this address is unstable, and sometimes it can’t be opened, which will cause the background to open very slowly.
Title: Re: The background opens slowly
Post by: abantecart on January 06, 2022, 08:10:17 PM
You can disable getAvatar

https://github.com/abantecart/abantecart-src/blob/566bfb6c9d4406f13ad9dc0dfcd09c977bf94115/public_html/core/lib/user.php#L308

Just add
Code: [Select]
return '';
I think we should add an option to disable this
Title: Re: The background opens slowly
Post by: ioecc on January 07, 2022, 12:42:47 AM
Thank you very much, much faster