Ask HN: Do you care about downtime of the 3rd party JavaScripts on your website?
What do you do to minimize the possible issues of those 3rd party scripts ? (e.g. downtime, performance degradation or malicious behavior)
P.S we have built MVP that tracks performance/downtime of external scripts. We have been monitoring most popular scripts used by many sites and I can say that downtime does occur on popular scripts almost on daily basis (we are monitoring so far top 500 javascripts used by Alexa 1 million websites). If you are interested to monitor your javascripts - check us out here - http://www.scriptmonitoring.com
[+] [-] barryhand|10 years ago|reply
[+] [-] captn3m0|10 years ago|reply
We can't host it ourselves because that way we miss out on updates. However, its non-critical to our app, so I'm thinking of marking it as async so it doesn't hamper the page load times.
[+] [-] greenyoda|10 years ago|reply
Couldn't you just have a cron job that grabs the latest copy from the CDN every night and caches it on your own server?
[+] [-] forcer|10 years ago|reply
[+] [-] zhte415|10 years ago|reply
Are you happy getting pushed updates that you've not checked and verified?