-
My main users are users in China, and my deployment platform is on Vercel. Due to the Great Firewall, the speed for our Chinese users to access the site is not very fast. I found out during background debugging that this resource comes from Google, which is even slower. In order to improve the loading speed of the page, is there a way to speed it up (other than VPN), such as saving the resource of this link locally, or other better methods? The request URL mentioned on the page is
Is this because of the connection problem to Vercel or the connection problem to the resource address? I don’t understand where the problem lies. I checked and this is also Google's public CDN I tried to use privacy, but an error occurred during Vercel deployment |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
For the fonts, have a look at the changing the fonts setup guide, which shows how to avoid loading fonts from Google. You may want to check if that helps. The privacy plugin might help you automate the process of turning all resources that come from a CDN into locally served resources. Ah, I see you just tried that. Let me see if I can find out what the issue might be with the error you are seeing. |
Beta Was this translation helpful? Give feedback.
-
The SSL problem should be raised to Vercel. OpenSSL 1.0.2 is from January 2015 – 9 years old. I bet there are dozens of CVEs. |
Beta Was this translation helpful? Give feedback.
-
@squidfunk @alexvoss
|
Beta Was this translation helpful? Give feedback.
For the fonts, have a look at the changing the fonts setup guide, which shows how to avoid loading fonts from Google. You may want to check if that helps.
The privacy plugin might help you automate the process of turning all resources that come from a CDN into locally served resources. Ah, I see you just tried that. Let me see if I can find out what the issue might be with the error you are seeing.