Recently, many people may find that the website is slow to open, here to share the location of the problem.
I deployed a local WordPress site, in recent days suddenly found that the site access speed is very slow, really can not endure, so the following method to solve the problem:
1) Use Chrome (360 browser is also available) to open the landing page.
2) Click the right mouse button in the blank of the page → select "Review element" → select "Network" tab, such as:
3) Press F5 to refresh the page, the results are as follows:
Find the longest response time in the list, see which of the red ones? fonts.googleapis.com font resource access failed, time consuming 21.14s, this is the culprit. Recently, Google server frequent convulsions, resulting in a very slow access to Google resources, in the "Big LAN" in the "celestial" use of Google resources must be careful.
OK, now know the problem, how to solve?
1) I use WordPress to build a station, search in the source code, found that the topic loaded fonts.googleapis.com resources
<linkrel= ' stylesheet ' id= ' google_font_ubuntu-css ' href= 'http//fonts.googleapis.com/css ?family=ubuntu& #038; ver=3.8.3' type= ' text/css ' media= ' all '/>
2) Modify the resource and modify the red section above to "fonts.useso.com", where fonts.useso.com is the open code base of 360.
3) F5 Refresh the page with the following results:
Instantly open the page without pressure. Note the third resource in the list,fonts.useso.com access speed 554ms, resolves the problem.
PS: Recent visits to many sites will appear slow response issues, the same as here, because the site loaded Google font resources. You can open the "network of Review elements", and when a resource appears in the list, click "X" to stop the page from loading, so that the page can be displayed in advance.
Here is the main way to share a location problem, the next time you encounter a slow response to the site, will not be stranded ^_^