• How do I fix a long-running script? My page takes forever to load and then it says it is having problems due to a long-running script. What do I need to do to fix this? Th

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try:

    – looking in your error window to find out which script it is. Where to find the debugger depends on your browser. For example, in Firefox 8, it’s under Tools > Web Developer > Error console. Look for clues there in the detailed error messages, at the moment you get the error message – i.e. look for a script name, line number, bits of code, etc.

    – turn off all plug-ins. If the problem goes away, start turning plug-ins back on one at a time, checking the site between each to see if the problem comes back. If it does, the culprit is likely the plug-in you reactivated just before the issue came back.

    Thread Starter kelleyward

    (@kelleyward)

    thanks so much. I’ll try this

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘how do I fix a long-running script?’ is closed to new replies.