我有一个在IE10上冻结的jQueryMobile网站(所有其他浏览器似乎都没问题)。这种行为与此处记录的内容(https://github.com/jquery/jquery-mobile/issues/5695)非常相似。我已经在应用程序发生时拍摄了应用程序的配置文件跟踪,它看起来有点像这样(按包含时间排序)。
以下是配置文件(http://db.tt/JFTFyeGP)
的完整csv导出的链接handle 135,142 68,758.53 1,018.14 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 2,746
Function.apply 1,125,502 68,408.73 1,035.73
dispatch 135,142 68,005.18 550.11 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 3,035
fn 44,975 63,690.31 65.47 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 3,613
each 180,179 63,651.23 1,053.31 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 619
Function.call 1,127,413 63,538.86 119.21
trigger 135,319 58,534.15 1,247.76 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 2,901
Anonymous function 89,970 53,944.71 135.82 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 7,400
Anonymous function 44,972 53,908.56 9.77 https://webstore.revtrak.com/Portal/Scripts/jquery.mobile-1.3.0.js 7,247
Anonymous function 90,044 53,891.95 693.74 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 3,676
trigger 44,973 48,471.98 37.13 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 3,268
blur 44,973 48,395.76 10,987.49
handlerProxy 134,943 21,274.40 667.36 https://webstore.revtrak.com/Portal/Scripts/jquery.mobile-1.3.0.js 744
Event 270,452 19,937.73 1,785.16 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 3,332
proxy 134,955 18,110.55 80.12 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 817
Anonymous function 134,979 18,067.56 55.70 https://webstore.revtrak.com/Portal/Scripts/jquery.mobile-1.3.0.js 444
_handleDocumentFocusIn 134,943 17,838.92 206.17 https://webstore.revtrak.com/Portal/Scripts/jquery.mobile-1.3.0.js 7,237
Date 135,239 17,297.60 17,297.60
each 90,010 13,440.99 17.59 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 269
Anonymous function 44,980 10,692.41 55.70 https://webstore.revtrak.com/Portal/Scripts/jquery-ui-1.10.2.js 45
fix 135,142 9,716.28 3,195.12 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 3,141
off 89,968 9,639.09 46.90 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 3,628
Anonymous function 44,993 9,427.06 697.65 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 3,655
remove 44,995 8,729.41 179.79 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 2,828
acceptData 318,033 8,095.27 3,306.51 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 1,771
_data 271,656 7,927.21 31.27 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 1,762
internalData 272,805 7,911.58 377.16 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 1,551
_removeData 22,490 6,657.96 5.86 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 1,766
internalRemoveData 22,492 6,652.10 34.20 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 1,645
cleanData 22,492 6,584.68 14.66 https://webstore.revtrak.com/Portal/Scripts/jquery.mobile-1.3.0.js 378
nodeType 2,058,434 5,745.35 5,745.35
这是按排除时间排序的前几位:
Date 135,239 17,297.60 17,297.60
blur 44,973 48,395.76 10,987.49
nodeType 2,058,434 5,745.35 5,745.35
acceptData 318,033 8,095.27 3,306.51 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 1,771
fix 135,142 9,716.28 3,195.12 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 3,141
className 271,911 2,112.49 2,112.49
closestEnabledButton 90,039 4,205.44 1,788.09 https://webstore.revtrak.com/Portal/Scripts/jquery.mobile-1.3.0.js 5,792
Event 270,452 19,937.73 1,785.16 https://webstore.revtrak.com/Portal/Scripts/jquery-1.9.1.js 3,332
type 540,257 1,518.41 1,518.41
我完全不知道接下来要去哪里。从事物的外观来看,会发生一些让“模糊”变得疯狂的事情。
这是用户观点。用户登录并导航到报告部分,选择要执行的报告。将出现一个模态弹出对话框,提示用户输入开始日期,结束日期以及可能的一个或两个其他参数。然后用户点击“保存”。将打开一个新窗口(选项卡),显示报告。用户保持报告打开,然后再次返回报告列表。选择一个新的报告,会出现一个类似的模态参数对话框,但这次,IE10冻结了,你必须重新启动,或强制退出或类似,以便重新控制系统。
非常感谢任何想法,建议或其他指导!