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.
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:
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:
https://github.com/user-attachments/assets/86f74691-b9f7-485e-8f4a-4e62c692a299
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: