Throttling navigation to prevent the browser from hanging

Hi all I have noticed since upgrading to V4 when I am cycling through pages, albeit in quick succession I am being presented with the following console error in Google Chrome Throttling navigation to prevent the browser from hanging. See https://crbug.com/1038223. Command line switch --disable-ipc-flooding-protection can be used to bypass the protectionz I have read about this before but it didnt seem to affect me in v3. V4 however I am noticing it. I wondered if anyone is getting the same? FYI my pages are all normal filament resources.
7 Replies
paulohenriquesg
paulohenriquesg2mo ago
At first, I thought it was something related to upgrading. But I just started a new project from scratch, and sometimes the responses take ages to go through. It really seems that the browser is hanging.
David | Fortune Validator
I was testing watching the Console and I do see the error. If I then try and click anywhere else nothing happens. Then about 5 second late a click will work again
CT
CT2mo ago
I'm also experiencing this when clicking through pages in quick succession.
awcodes
awcodes2mo ago
This is an issue in livewire and has been reported on the livewire repo.
David | Fortune Validator
Yeah I was reading up on that. Shame it’s not getting anywhere. Anywho I have uploaded my code to a live staging server and as the requests are a tad slower than locally the issue seems be gone in that env
noslimeball
noslimeball2mo ago
I have the same problem, but only on local.
Robin
Robin2mo ago
In case anyone's interested, i've posted a workaround here (thanks to a github post) https://discord.com/channels/883083792112300104/1397514827278057613/1408868474188468458

Did you find this page helpful?