by
forest » Thu Jan 15, 2015 9:36 pm
dsporter wrote:If people are still experiencing problems, please post more details on what specifically is wrong and we'll have a look. The more data you can provide (e.g. pcap, traceroute) the better. Thanks, and my apologies.
At the risk of
repeating myself...
While loading additional content for a page, such as when scrolling down in the news feed, requests to
www.facebook.com are taking a long time to complete. These are requests for relative URLs (e.g. /ajax/pagelet/generic.php/LitesandMoreStoriesPagelet) while the browser's address bar says "
https://www.facebook.com/". In the Network tab of Chrome's developer tools, their status remains "(pending)". Sometimes they take tens of seconds to complete, sometimes minutes, and sometimes they time out.
The problem shows up often (but not always) and disappears entirely when I add this entry to my /etc/hosts file:
Code: Select all
173.252.74.22 star.c10r.facebook.com www.facebook.com
It also disappears when folks use Google's DNS servers instead of our ISP's. Here's how our ISP's DNS server is resolving the domain:
Code: Select all
www.facebook.com. 3509 IN CNAME star.c10r.facebook.com.
star.c10r.facebook.com. 27 IN A 185.60.216.7
The effect of this problem is that facebook appears broken. Pages only partially load, comments fail to post, chat says "unable to connect", etc.