You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Initially I thought there's a bug in our application and somehow we were leaking timers, but I was able to reproduce this issue on live cloudflare speed test.
you shall see a loop of network calls like in the video
Screen.Recording.2024-11-05.at.9.42.45.AM.mov
I suspect it has to do something with the performance api and the fact that chrome will aggressively slow down any internal timers if the page is not visible.
Here is the call stack from network:
which corresponds to this line:
The text was updated successfully, but these errors were encountered:
Initially I thought there's a bug in our application and somehow we were leaking timers, but I was able to reproduce this issue on live cloudflare speed test.
Steps to reproduce:
Screen.Recording.2024-11-05.at.9.42.45.AM.mov
I suspect it has to do something with the performance api and the fact that chrome will aggressively slow down any internal timers if the page is not visible.
Here is the call stack from network:
which corresponds to this line:
The text was updated successfully, but these errors were encountered: