Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

Learn More

Infinite Page Loading with hanging the rest of process

  • 2 réponses
  • 3 ont ce problème
  • 6 vues
  • Dernière réponse par Worad

more options

When JavaScript code creates some elements of a page and resource is not available the page loads infinitely and hangs the rest of loading process.

Test 1 Use proxy or hosts file to fobid access to some nested domain which is used by JS code to create page's element.

Test 2 Use JS-request to inaccessible resource (for example with HTTP 404 response).

Mozilla Firefox Versions: 25-30

When JavaScript code creates some elements of a page and resource is not available the page loads infinitely and hangs the rest of loading process. Test 1 Use proxy or hosts file to fobid access to some nested domain which is used by JS code to create page's element. Test 2 Use JS-request to inaccessible resource (for example with HTTP 404 response). Mozilla Firefox Versions: 25-30

Toutes les réponses (2)

more options

Start Firefox in Safe Mode {web link} While you are in safe mode; Press the <Alt> or <F10> key to bring up the tool bar. Followed by;

Windows; Tools > Options Linux; Edit > Preferences Mac; application name > Preferences

Then Advanced > General. Look for and turn off Use Hardware Acceleration.

Poke around safe web sites and see if there is still a problem. Then restart.

more options

Yes, there is the same problem, for example with websites such as a.addthisedge.com and addriver.com. But due to userContent.css is disabled under safe mode the previous websites are not hang the page loading process.