我最近开始致力于提高公司在线系统的速度 我注意到的第一件事就是每个请求都有150到200毫秒的停滞时间,并且由于系统很差,很多使用iframe,需要20个资源的页面因为单独停止而延迟4秒
以下是image
的截图我不知道造成这种情况的原因是什么,所以任何帮助都会受到赞赏。
可能会有所帮助的一些信息:
答案 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个资源,使得每个请求比其他浏览器更长。