Error - This page can't be reached

This page can't be reached

A web page can load indefinitely. Just like the users who leave a page, our robots abandon the analysis if the page is not fully loaded after 20 seconds. The loading of the necessary resources corresponds to the "load" event triggered by the browser, it also corresponds to the removal of the load icon on the browser tab.

When this error occurs, it is necessary to :

  • from a browser, check that the load icon disappears before 20 seconds 
  • intervene in the HTML code of the page in order to reduce or defer the resources delaying the loading of the page
  • intervene on your application/server in order to reduce the server response time (optimization of the time it takes the application to generate the response)
  • check the configuration and proper operation of the server