Hi All,
We just updated our instance from V12 to V13, and we noticed severe performance issues. First we checked with “ngxtop” on the server what the end points are that are called.
ERPNext: v13.35.2 (version-13)
Frappe Framework: v13.35.2 (version-13)
The unusual thing is the 43 requests per second which are actually not listed in the count as regular URLs that are being called. As you can see in 220 secondfs we have 9557 calls.
We then noticed these calls are coming from a few IP addresses. Upon checking with those users we could see that their desk was frozen and if you go into debug / network in the browser you can see that it is making a lot of calls to .js and .css files that are in our public/build.json and hooks.py of custom apps. The error didn’t replicate right away but then we noticed that when we hit the refresh button on our browsers it happens too.
We have these unusual calls in our network tab.
I am also seeing it in my desk console on reload.
When clicking on the error, it shows me an svg.min.js which when clicked, shows the source code of the home desk.