After updating to the latest Frappe/ERPNext Version 15, my system performance suddenly dropped.
Every time I reload a page, it takes 10+ seconds to fully load.
In the browser console, I see repeated warnings like:
Asset bundle preload not used for all frappe app asset bundle
"http://site.name/assets/frappe/dist/js/libs.bundle.TIV7ZGVY.js" preloaded with link preload was not used within a few seconds. Make sure all attributes of the preload tag are set correctly.
Things I already tried:
bench build multiple times
bench build --app frappe
Cleared cache & restarted bench
Is anyone else facing this? Any fix or workaround for this preload problem?