I'm using an HTTP meta-refresh to execute a script multiple times.
After 100 refreshes, the browser stalls.
According to devtools, the browser doesn't even complete an initial connection to the server.
After this point I can't load any other pages from my website.
At first I thought this was a server side issue, however, if I switch to another browser, on the same device, I'm again able to access my website.
After some time, I'm again able to use the original browser to access the website.
I don't know enough to even begin to troubleshoot this problem. What might be happening here?