37 comments

[ 3.3 ms ] story [ 74.2 ms ] thread
I was getting ready to ask the same question. Florida Here...
(comment deleted)
I like collecting downtime for big websites :) https://timelinee.com/t/aan6iH/
Facebook theoretically loses about $22,453 for every minute it’s down around the globe.

The average yearly programmer salary is generated about every four minutes. Neat.

That number seems relatively cheap for me. I guess it's a little over that if it's worldwide, no? Not to mention related values like stock prices, etc...
sillysaurus3 said every 4 minutes, meaning the salary would be somewhere between $80k-$90k, which is pretty reasonable.
Facebook has 7,185 employees as of June 30th, 2014. Assuming the average salary is $100,000 (They aren't all developers). It means that facebook makes enough money to pay all it's employees for the year in 22 and a half days.
yes it is as far as I can tell. I connect to few of my overseas vpn but it seems to be down there too.
Connected from Morroco (Down) Connected from France (Down) Connected from Luxembourg (Down) Connected from Nigeria (Down)
As if millions of voices suddenly cried out in terror, and were suddenly silenced.
Down in LA.
Down in Santa Barbara, CA as well
- The world broke. - The world stopped.
Nice that it allows you to share this on Facebook.
Ha, right as we pushed some facebook related functionality to test. No wonder the testers all thought it was down.
So, how will I procrastinate now? Tumblr, I guess...
It's back (Serbia, EU)
Does Facebook ever do postmortems?
This is what I want to know. I'm not an expert with ChromeTools, but I was able to determine the following:

1. Viewing the page source showed that only maybe a few dozen lines of html were being retrieved. Stopped somewhere in the million scripts in the <head>.

2. More interestingly, the Network pane showed 200s across the board... no resource was being requested that wasn't being served.

So, the servers were simply serving up a tenth of the web page? Is that it? It seems as though some internal generation of the html pooped out before finishing. No HTTP errors because nothing in the html that we received requested anything that wasn't already there.