我有一个在 IE10 上冻结的 jQueryMobile 网站(所有其他浏览器似乎都可以)。该行为与此处记录的内容惊人地相似(https://github.com/jquery/jquery-mobile/issues/5695)。我在应用程序发生时对其进行了配置文件跟踪,它看起来有点像这样(按包含时间排序)。
这是配置文件的完整 csv 导出的链接 ( http://db.tt/JFTFyeGP )
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 冻结了,您必须重新启动,或强制退出或类似的操作才能恢复对系统的控制。
任何想法、建议或其他指导将不胜感激!