Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Infinite Page Loading with hanging the rest of process

  • 2 replies
  • 3 have this problem
  • 3 views
  • Last reply by 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

All Replies (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.