Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Disable in Chrome: Active Resource Loading Per-Frame Limit

I'm getting this console notice in Chrome Devtools while developing on localhost:

Active resource loading counts reached a per-frame limit while the tab was in background. Network requests will be delayed until a previous loading finishes, or the tab is brought to the foreground. See https://www.chromestatus.com/feature/5527160148197376 for more details

I tried disabling the "Throttle expensive background timers" flag here but that didn't work. The link provided in the console message doesn't say how to disable/override.

This question might be asking the same thing but I'm not certain.

Does anyone know how to override this setting in Chrome? I'm running Chrome Canary 72.x on Mac.

like image 669
cantera Avatar asked Oct 22 '18 03:10

cantera


1 Answers

Via the Chrome team, set Enable Resource Load Throttling to disabled:

chrome://flags/#enable-resource-load-scheduler

like image 134
cantera Avatar answered Oct 13 '22 21:10

cantera