Open
Bug 1914386
Opened 1 year ago
Updated 1 month ago
Remove client side throttling entirely
Categories
(DevTools :: General, task, P3)
DevTools
General
Tracking
(Not tracked)
NEW
People
(Reporter: ochameau, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 1824726 introduce a full server side throttling.
Bug 1912237 remove any possibility to do client side throttling.
We should now remove the "0ms" throttling still being done in ResourceCommand over there:
https://searchfox.org/mozilla-central/rev/e968519d806b140c402c3b3932cd5f6cd7cc42ac/devtools/shared/commands/resource/resource-command.js#71
We are doing this in a followup as it may introduce race condition and failures.
Also, we might want to try to throttle parent process resources first before removing this naive throttling.
Updated•1 month ago
|
Priority: -- → P3
You need to log in
before you can comment on or make changes to this bug.
Description
•