Y
Hacker News
new
|
ask
|
show
|
jobs
by
chezandre
5296 days ago
The link to the jquery file is missing a http:. So it's taking so long because of a 15 seconds timeout.
1 comments
khingebjerg
5296 days ago
That is just a protocol relative url.
See:
http://paulirish.com/2010/the-protocol-relative-url/
link
chezandre
5296 days ago
Ok. But it still explains why it took so long to load for swah. Because when you run index.html from your hard drive locally it wil use the file:// protocol instead of
http://
link
See: http://paulirish.com/2010/the-protocol-relative-url/