我正在本地 wampserver 上构建一个 Web 应用程序,并且该站点运行得非常快。除了时不时,Firefox 会挂断并显示以下消息:
waiting for http://code.jquery.com...
HttpFox 告诉我 code.jquery.com 需要 10 秒才能加载 jquery!
知道为什么 code.jquery.com 会这样挂起吗?
我正在本地 wampserver 上构建一个 Web 应用程序,并且该站点运行得非常快。除了时不时,Firefox 会挂断并显示以下消息:
waiting for http://code.jquery.com...
HttpFox 告诉我 code.jquery.com 需要 10 秒才能加载 jquery!
知道为什么 code.jquery.com 会这样挂起吗?
原来 code.jquery.com 只是 301 重定向到谷歌。我将我的 javascript 包含切换到 googleapis 等效项和 hello 性能。
http://www.webperformancematters.com/journal/2009/8/21/jquery-library-performance-alert.html