Mozilla サポートの検索

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

このスレッドはアーカイブに保管されました。 必要であれば新たに質問してください。

Requests causing delay in other request like they were executed in serial instead of parallel.

more options

I'm noticing this especially watching stream on twitch and editing documents in google drive. Every thing I type is getting sent to google by XHR request to save document progress. As soon I start type streaming being delayed and finally starts to buffer.

I have checked if chrome hiccups too but it doesn't. I can use firefox to watch stream and other browser to browse and it won't hiccup neither.

I have tried to run firefox in safe mode with plugins off.

The stream quality doesnt matter, even 160p stream will start to buffer, and even if there is 15s buffer or even more - it will start to buffer again because of how delayed request become because of concuring ones. So that rules out network bottleneck for sure.

There is video that shows the issue: https://www.youtube.com/watch?v=ZydKcBPI6KU

I'm noticing this especially watching stream on twitch and editing documents in google drive. Every thing I type is getting sent to google by XHR request to save document progress. As soon I start type streaming being delayed and finally starts to buffer. I have checked if chrome hiccups too but it doesn't. I can use firefox to watch stream and other browser to browse and it won't hiccup neither. I have tried to run firefox in safe mode with plugins off. The stream quality doesnt matter, even 160p stream will start to buffer, and even if there is 15s buffer or even more - it will start to buffer again because of how delayed request become because of concuring ones. So that rules out network bottleneck for sure. There is video that shows the issue: https://www.youtube.com/watch?v=ZydKcBPI6KU

この投稿は KoKa により に変更されました

選ばれた解決策

I think turning off throttle is fine if performance doesn't lag. If you notice problems, I guess you would want to close background tabs you don't need.

この回答をすべて読む 👍 0

すべての返信 (3)

more options

Does it seem that when a window or tab loses focus to another window or tab, the page that has gone into the background pauses? Try this workaround to reduce "throttling" of background media:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste throttle and pause while the list is filtered

(3) Double-click the network.http.throttle.version preference and modify the value from 2 to 1 and then click OK

Does that work on yours?

more options

I have "app.normandy.startupExperimentPrefs.network.http.throttle.version" and "network.http.throttle.version" set both to 1 already, I changed "network.http.throttle.enable" from true to false and it made a difference, editing google docs doesn't cause stream to buffer anymore, but should I keep throttle disabled? Are there any cons to have it disabled? Can I have it set up per domain, so I would set it disabled for twitch and enabled for anything else?

この投稿は KoKa により に変更されました

more options

選ばれた解決策

I think turning off throttle is fine if performance doesn't lag. If you notice problems, I guess you would want to close background tabs you don't need.