Error - Page not responding

Page not responding 

When a JavaScript script monopolizes the browser's resources or a debugger statement is present, the page no longer responds and makes it impossible to interact with it. In this case, our robots are not able to analyze the page because they cannot interact with it and thus they abandon the analysis.

If this error occurs, it is necessary to :

  • check the performance of the page from a browser
  • correct/replace scripts that monopolize browser resources
  • restore native JavaScript code by removing any redefinition of the browser's API methods.
  • remove the debugger statements from the JavaScript code