Gmail, Google Maps and YouTube had outage issues
21–30 of 105 posts
Re: Gmail, Google Maps and YouTube had outage issues
#22Re: Gmail, Google Maps and YouTube had outage issues
#23Our site was using hosted libraries, google fonts, and google analytics. All of which seemed to be behind captchas, throwing CORS errors, and 503ing since this morning. Swapped out JQuery cdn for now.
Is there a good reason to use these things hosted by a third party source? Libraries are tiny, the fonts can be downloaded from Google Fonts and embedded locally, etc. Even the Google Analytics JS script I presume can be stored and run local. Shouldn't a goal be to mitigate the number of possible failures which can bring down your site by reducing the number of single points of failure?
Re: Gmail, Google Maps and YouTube had outage issues
#24I did hear youtube having 503 errors.
Re: Gmail, Google Maps and YouTube had outage issues
#25Earlier quoted context omitted.
Is there a good reason to use these things hosted by a third party source? Libraries are tiny, the fonts can be downloaded from Google Fonts and embedded locally, etc. Even the Google Analytics JS script I presume can be stored and run local. Shouldn't a goal be to mitigate the number of possible failures which can bring down your site by reducing the number of single points of failure?
One reason is that by linking to external libraries your browser most likely has them cached. At least it was the case a few years ago when I was doing web dev.
A few extra ms in initial download isn't so bad compared to having your site be completely inaccessible for reasons outside your control.
Re: Gmail, Google Maps and YouTube had outage issues
#26I don't think i've ever read a news story about a website/app being down, and it was still offline by the time the news story found me.
Re: Gmail, Google Maps and YouTube had outage issues
#27Earlier quoted context omitted.
Is there a good reason to use these things hosted by a third party source? Libraries are tiny, the fonts can be downloaded from Google Fonts and embedded locally, etc. Even the Google Analytics JS script I presume can be stored and run local. Shouldn't a goal be to mitigate the number of possible failures which can bring down your site by reducing the number of single points of failure?
One reason is that by linking to external libraries your browser most likely has them cached. At least it was the case a few years ago when I was doing web dev.
Re: Gmail, Google Maps and YouTube had outage issues
#28Our site was using hosted libraries, google fonts, and google analytics. All of which seemed to be behind captchas, throwing CORS errors, and 503ing since this morning. Swapped out JQuery cdn for now.
Is there a good reason to use these things hosted by a third party source? Libraries are tiny, the fonts can be downloaded from Google Fonts and embedded locally, etc. Even the Google Analytics JS script I presume can be stored and run local. Shouldn't a goal be to mitigate the number of possible failures which can bring down your site by reducing the number of single points of failure?
Re: Gmail, Google Maps and YouTube had outage issues
#29Clearly a malicious attack by Apple before the iPhone X announcement later
Or maybe Samsung's announcement of a 'fold out' phone?
Or the Ted Cruz news?
It's a busy morning.
Re: Gmail, Google Maps and YouTube had outage issues
#30North Korean cyber attack anyone?