Site loads so slow on computer [Firefox bug, maybe?

୧⍢⃝୨
Staff
Super Moderator
Joined
Jan 7, 2023
Messages
193
Could you ELI5 the problem?
Potentially an issue on HAProxy with the QUIC protocol (this is still unconfirmed as the devs deemed it as "really difficult to diagnose right now").
Explaining what QUIC does requires a rather lengthy explanation, and I'm also not well verse on the matter, sorry.
 
Member
Joined
Aug 23, 2020
Messages
10
Potentially an issue on HAProxy with the QUIC protocol (this is still unconfirmed as the devs deemed it as "really difficult to diagnose right now").
Explaining what QUIC does requires a rather lengthy explanation, and I'm also not well verse on the matter, sorry.
Thank you to you and the Mangadex team for looking into and addressing the problem!
 
Contributor
Joined
Apr 28, 2020
Messages
131
Ok, this has been happening to me lately too and I've tested it on multiple Firefox versions (all clean installs, default settings, DOH disabled), from 128 to 132, all versions caused the issue.

Chrome is also sometimes slower and takes seconds to respond, but still much faster than Firefox.

This is the issue in Firefox:
View attachment 10791
View attachment 10794
View attachment 10797
A single request takes several seconds after the site makes several other requests to the API, but I'm unsure what "Blocked" exactly means here. Also, it appears the more requests the site makes prior to that the longer the "Blocked" status is (some requests above this one also had the "Blocked" status but for a much shorter period)

I have also tested in Chrome, and while it also gets "throttled" in Chrome, it's for much shorter periods (sometimes it did take a bit more):
View attachment 10803
I have managed to fix this issue by changing the value of network.http.http3.max_accumlated_time_ms from 1 (I don't even know why this is default) to 500.

So to fix the Firefox issue:
  1. go to about:config
  2. search for network.http.http3.max_accumlated_time_ms
  3. change the value of the setting to 500
  4. restart Firefox
 
Group Leader
Joined
Jan 19, 2018
Messages
136
I have managed to fix this issue by changing the value of network.http.http3.max_accumlated_time_ms from 1 (I don't even know why this is default) to 500.

So to fix the Firefox issue:
  1. go to about:config
  2. search for network.http.http3.max_accumlated_time_ms
  3. change the value of the setting to 500
  4. restart Firefox
I just tried this fix in my own copy of Firefox (132.0.2 regular). The occasional delay of 10-15 seconds between selecting a title and loading the first page still occurs for me, same as when the default value was set to 1. I'm mostly using Edge with Mangadex at the moment and it doesn't seem to suffer from the same delays (current version 130.0.2849.80).
 
Head Contributor Wrangler
Staff
Super Moderator
Joined
Jan 18, 2018
Messages
1,948
I have managed to fix this issue by changing the value of network.http.http3.max_accumlated_time_ms from 1 (I don't even know why this is default) to 500.

So to fix the Firefox issue:
  1. go to about:config
  2. search for network.http.http3.max_accumlated_time_ms
  3. change the value of the setting to 500
  4. restart Firefox
Still getting the issue myself in Firefox 132, just less so, and it's consistently in that 10-15 second range. Hard to catch it in network logs because >99% of my site usage involves opening new tabs.
 
Dex-chan lover
Joined
Nov 5, 2019
Messages
146
I've had this problem of pages sometimes half loading ever since I replaced my pcie wireless network adapter with a usb dongle last week. If I wait around long enough the page does load though. However it's often quicker to hit F5. My usb dongle is the TP-Link TL-WN821N and my machine is running Linux, and the browser in all cases is Firefox. (The pcie adapter while more reliable would periodically not send packets for seconds at a time, which is unacceptable during zoom calls.)

All this leads me to believe that the underlying issue might be something funky going on with the network packets.
 
Contributor
Joined
Apr 28, 2020
Messages
131
I just tried this fix in my own copy of Firefox (132.0.2 regular). The occasional delay of 10-15 seconds between selecting a title and loading the first page still occurs for me, same as when the default value was set to 1. I'm mostly using Edge with Mangadex at the moment and it doesn't seem to suffer from the same delays (current version 130.0.2849.80).
Still getting the issue myself in Firefox 132, just less so, and it's consistently in that 10-15 second range. Hard to catch it in network logs because >99% of my site usage involves opening new tabs.
10-15 second delays?
I'm not sure if that's the same issue because my delays were longer.
You can try to check if any requests are still getting "Blocked" by Firefox like they were in my case.

Does it happen only when opening a new tab?
Because Firefox does seem slower in rendering the Nuxt app than Chrome, but if you're not opening a bunch of tabs at the same time and still have 10-15 second delays in new tab loads, that might be caused by an extension, try with a clean Firefox profile and see if it still occurs.
 
Contributor
Joined
Mar 6, 2019
Messages
1,593
Today's Firefox update seems to have solved Firefox issue, with all add-ons and usual stuff it's working properly with no delay from the app (loading time entirely depends on my end). I'm calling the update "Firefox, stop hitting yourself".
Correction: loading works fine, but search with MangaDex search tool still acts oddly (I don't know how to describe it).
Second edit: as the day passed, the performance turned for the worse.
 
Last edited:
Dex-chan lover
Joined
Mar 28, 2023
Messages
271
Today's Firefox update seems to have solved Firefox issue, with all add-ons and usual stuff it's working properly with no delay from the app (loading time entirely depends on my end). I'm calling the update "Firefox, stop hitting yourself".
Correction: loading works fine, but search with MangaDex search tool still acts oddly (I don't know how to describe it).
Second edit: as the day passed, the performance turned for the worse.
For me, the problem manifest even with the last Firefox update. It did improved a little, but not that much. But it don't manifest on the front page, or very rarely. Loading chapters is another story.
 
Dex-chan lover
Joined
Jan 18, 2018
Messages
8,131
MlTHa6A.png

Is this the issue? 29.5 seconds to GET chapter.
Firefox 133.0, saved HAR file if needed
 
Last edited:
୧⍢⃝୨
Staff
Super Moderator
Joined
Jan 7, 2023
Messages
193
I have managed to fix this issue by changing the value of network.http.http3.max_accumlated_time_ms from 1 (I don't even know why this is default) to 500.

So to fix the Firefox issue:
  1. go to about:config
  2. search for network.http.http3.max_accumlated_time_ms
  3. change the value of the setting to 500
  4. restart Firefox
After two weeks I can confirm doing these changes completely solves the issue. I suggest everyone to also try making these changes. For mobile users try Firefox Nightly (about:config is not enabled on stable Firefox mobile) or switch to Chrome.
 
Dex-chan lover
Joined
Mar 28, 2023
Messages
271
I have managed to fix this issue by changing the value of network.http.http3.max_accumlated_time_ms from 1 (I don't even know why this is default) to 500.
Just to be sure : what is this setting doing, what's his interpration ? From the name, it looks like it set a time limit for something, but google don't tell me more.
 
Supporter
Joined
Jan 19, 2018
Messages
194
After two weeks I can confirm doing these changes completely solves the issue. I suggest everyone to also try making these changes. For mobile users try Firefox Nightly (about:config is not enabled on stable Firefox mobile) or switch to Chrome.
there's actually a way to reach about:config on the stable firefox mobile(source: I did it myself), instead of about:config you need to go to:
chrome://geckoview/content/config.xhtml

ZUCODmb.jpeg

3PoAMz3.jpeg

Can also confirm it works great, both on mobile and PC.

Edit: Also guess it's also a neat thing to mention, that field in settings used to be undefined until version 122 of firefox, which matches my experience of these issues starting out this year.
 
Last edited:

Users who are viewing this thread

Top