仅限Chrome上的所有请求的停顿时间

时间:2016-04-25 08:26:14

标签: c# asp.net google-chrome

我最近开始致力于提高公司在线系统的速度 我注意到的第一件事就是每个请求都有150到200毫秒的停滞时间,并且由于系统很差,很多使用iframe,需要20个资源的页面因为单独停止而延迟4秒

以下是image

的截图

我不知道造成这种情况的原因是什么,所以任何帮助都会受到赞赏。

可能会有所帮助的一些信息:

  • 这种行为只发生在chrome中,没有看到这样的延迟 例如firefox。
  • 系统是使用asp.net C#。
  • 构建的
  • 该系统在德国托管,我们正在从以色列进行连接。

2 个答案:

答案 0 :(得分:0)

You are using devexpress somewhere in that page.... and I believe that might be an issue. Give a try also in here: "https://www.devexpress.com/Support/Center/Question/List/1"

Other noticeable aspect: where are caching of of all those .js, .css, etc static files??? Take a look on that...

答案 1 :(得分:0)

更新以便这个问题不会得不到答案。

问题是最初编写代码的开发人员将pressitentCookie设置为false,因此对于chrome,它必须通过为每个资源建立新连接,而firefox有点忽略它。 加上chrome限制一次加载5个资源,使得每个请求比其他浏览器更长。