a script on this page is causing ie to run slowly

前端 未结 14 2533
野性不改
野性不改 2020-11-29 23:55

The problem is in the title - IE is misbehaving and is saying that there is a script running slowly - FF and Chrome don\'t have this problem.

How can I find the prob

14条回答
  •  一生所求
    2020-11-30 00:25

    There are few reason for this kind of alert

    1. No. of JS instructions executed by IE exceeds predefined limits. This can be fixed by editing windows registry see Here

    2. Optimize the javascript code so that execution time is reduced.

    3. JS code optimization is a real trial and error subject and there are few thumb rules to do so. Just Google it.

提交回复
热议问题