Mozilla Relay is experiencing issues with call and text delivery. We’re working on a fix. Check Mozilla Status for updates.

Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Ďalšie informácie

Site seems to load fine, but stuck on Read

  • 2 odpovede
  • 1 má tento problém
  • 38 zobrazení
  • Posledná odpoveď od Spyte23

more options

Firefox sometimes stuck on loading with either Read URL or Transferring data from URL on my webshop in the last few weeks.

The site seems fine for the consumers but most of the javascript not working when this happens. The error is not constant and reported from multiple people, reload sometimes helps. Only occured in firefox from the following urls: google-analytics.com, fonts.gstatic.com. unpkg.com, myurl. In Developer tools > Network everything seems to load correctly. Tried it with fresh install and safe mode, and disabled the analytics.

Firefox sometimes stuck on loading with either Read URL or Transferring data from URL on my webshop in the last few weeks. The site seems fine for the consumers but most of the javascript not working when this happens. The error is not constant and reported from multiple people, reload sometimes helps. Only occured in firefox from the following urls: google-analytics.com, fonts.gstatic.com. unpkg.com, myurl. In Developer tools > Network everything seems to load correctly. Tried it with fresh install and safe mode, and disabled the analytics.

Vybrané riešenie

Could you look at Firefox's Network Monitor to see whether it has maxed out open connections to the server reading things that aren't important? Maybe you can change the sequence/timing if some requests are hanging.

To open the Network Monitor in the lower part of the tab, you can use either:

  • "3-bar" menu button > Web Developer > Network
  • (menu bar) Tools > Web Developer > Network
  • (Windows) Ctrl+Shift+e

When you reload the page in the top part of the tab, Firefox should start listing all the files it is requesting, along with information about whether the request was successful and its timing.

Also: Where to go for developer support

Čítať túto odpoveď v kontexte 👍 0

Všetky odpovede (2)

more options

Vybrané riešenie

Could you look at Firefox's Network Monitor to see whether it has maxed out open connections to the server reading things that aren't important? Maybe you can change the sequence/timing if some requests are hanging.

To open the Network Monitor in the lower part of the tab, you can use either:

  • "3-bar" menu button > Web Developer > Network
  • (menu bar) Tools > Web Developer > Network
  • (Windows) Ctrl+Shift+e

When you reload the page in the top part of the tab, Firefox should start listing all the files it is requesting, along with information about whether the request was successful and its timing.

Also: Where to go for developer support

more options

In the Network tab all of the requests are finished with either 200, 301 or 302. XHR requests in the background are running fine.

After some digging i found that the scripts which was not running was placed in the window.onload. I replaced it with jquery loader which solved the main problem, but the resources still can hang on forever (less likely then before).

As you advised i go throught my requests to see if there is anything i can do. With the removal of a script module (klaro.js) everything seems fine now.