Original link: http://stackvoid.com/stackoverflow-css-down/
Recently use StackOverflow super uncomfortable, load slow not to say style also brush not come out, greatly affect work efficiency.
Check the next reason, the original is the StackOverflow site point to CloudFlare this awesome CDN, but the domestic CDN was wall, so ...
How to solve it? Online search for a CDN failure to quickly switch the point of the resource, the URL is www.sstatic.net.
Now there are two ways to solve the current problem:
Directly click on the Stack Exchange family of websites, will jump to stackexchange.com this site, jump over, once again refresh the site you want to visit, should be able to access the normal.
A few months in a way: Manually modify the local Host file
first get local to cdn.sstatic.net IP
ping cdn.sstatic.net
After acquiring the IP, modify the Host file
linux:
/etc/hosts
windows:
c:\windows\system32\drivers\etc\hosts
add your ping to the IP address (x.x.x.x) to the Hosts file.
x.x.x.x cdn.sstatic.net
The second disadvantage is that the IP address is sometimes unstable and needs to be changed a few months later.
It is recommended to use the first method , after all, similar problems have been encountered for a long time.
StackOverflow open slow or style (CSS) does not display the problem correctly