You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
It not only blocks website from loading, but also breaks all the interaction on MXNet website. (e.g. dropdown, installation guide, search etc. )
Error Message
ReferenceError: jQuery is not defined[Learn More]
Proposed solutions
While China is the number one country using the MXNet website. We need to solve this problem so that users in China can visit MXNet website without any problem. Here are 3 solutions:
Use an alternative CDN as a backup, for example CDN hosted in China , when google CDN fails then load the resource from backup CDN , as discussed in this question
Replace google CDN by another CDN
Hosting jQuery locally (Not preferable performance-wise, reasons can be found here )