I was looking into this library and while opening https://mujs.org/playground, I noticed, that there are hundreds of http requests to https://mujs.org/demos/loaded-content.html in a short timeframe. The reponse says:
This content was loaded programmatically using mu.load(). No link was clicked — the navigation was triggered entirely via JavaScript.
Is the high amount of requests intended? The request seam so slow down after about 1500 requests.
I was looking into this library and while opening https://mujs.org/playground, I noticed, that there are hundreds of http requests to https://mujs.org/demos/loaded-content.html in a short timeframe. The reponse says:
This content was loaded programmatically using
mu.load(). No link was clicked — the navigation was triggered entirely via JavaScript.Is the high amount of requests intended? The request seam so slow down after about 1500 requests.