I need to optimize an Angular 4 website that use Azure as a database services. It seems that when the site is open from China, "The Great Firewall" is blocking all loading libraries and services as Google Search, Google Maps,Facebook services and APIs, SmartLook, Intercom and etc. Even the azurewebsites.net is blocked so no dynamic info can be loaded. What is the best appropriate way to make a website version for China? Any suggestions?
Here is a little log that is returned when trying to load the website from China:
sdk.js Failed to load resource: net::ERR_CONNECTION_REFUSED js Failed to load resource: net::ERR_QUIC_PROTOCOL_ERROR connect.facebook.net/en_US/fbevents.js Failed to load resource: net::ERR_CONNECTION_REFUSED vendor.987e75786c79d833ce36.bundle.js:1 ERROR Error: Uncaught (in promise): ReferenceError: FB is not defined
The same error is returned for every external service or library that the Client side try to load.