javascript - IE 检测 Javascript 版本

标签 javascript performance internet-explorer web-applications

我们的网站在一些客户端机器上表现不佳,我们主要部署在 IE 7 和 IE 8 上。在另一组客户端上,在我们的环境中,网站速度很快。我不知道接下来要寻找什么。

所以,我想我的问题是:

  1. 会不会与 javascript 版本有关?
  2. IE DOM/渲染版本?
  3. 防病毒软件篡改 IE 下载的文件?

还有其他想法吗?


我们的客户是金融服务市场中的各种公司。我假设他们都有足够的带宽进入他们的办公室,但我绝对应该检查,更重要的是他们网络上可用的带宽。

该站点不是公共(public)站点,它是一个 Web 应用程序,不幸的是,如果没有保密协议(protocol)(商业人士),我认为我无法共享。

本站基于ext/js,大量javascript。


添加了来自任务管理器的一些数据

IE NOT RUNNING

Physcial Memory - total: 3036
Physcial Memory - cached: 994
Physcial Memory - available: 1000
Physcial Memory - free: 53

Kernel Memory - Paged: 275
Kernel Memory - NonPaged: 63

System - Handles: 30290
System - Threads: 1012
System - Processes: 69
System - Commit: 3416/6072


IE RUNNIGN GOOGLE.COM

Physcial Memory - total: 3036
Physcial Memory - cached: 980
Physcial Memory - available: 952
Physcial Memory - free: 18

Kernel Memory - Paged: 275
Kernel Memory - NonPaged: 63


System - Handles: 31703
System - Threads: 1057
System - Processes: 72
System - Commit: 3490/6072


IE RUNNING OUR SITE

Physcial Memory - total: 3036
Physcial Memory - cached:933
Physcial Memory - available: 892
Physcial Memory - free: 4

Kernel Memory - Paged: 275
Kernel Memory - NonPaged: 63

System - Handles: 32190
System - Threads: 1057
System - Processes: 74
System - Commit: 3555/6072

LEAVING OUR SITE (to stack), this jumps back up:

Physcial Memory - free: 25

最佳答案

如果实际上是 javascript 性能不佳,我会查看不同机器上的 CPU 使用率/负载,较旧或较繁忙的硬件会对复杂的 javascript 应用程序产生相当大的影响。

关于javascript - IE 检测 Javascript 版本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4340178/

相关文章:

.net - SqlDataAdapter.Fill 即使是一条记录也太慢了

mysql - 优化返回数百条记录的 Rails 3.0 查询

internet-explorer - Selenium InternetExplorerDriver 不等到页面加载

javascript - 不使用Object.setPrototypeOf设置构造函数的原型(prototype)?

javascript - 访问请求的页面大小 - Chrome 扩展

javascript - 调整浏览器大小时重置 css 或脚本

html - CSS 表单 ie7 错误,左边距和 float

javascript - MongoDB : Read a file stored using GridFS from MongoDB in Javascript(using Node.JS)

java - Swing 动画闪烁并导致 GUI 响应缓慢

css - IE7 中的中心页面 & 单击菜单项后页面移动