New backoffice - init load question
w
New backoffice - init load question
One for @Jacob Overgaard or @Niels Lyngsø The backoffice init load seems to be slow running from local machine. With 1500+ requests and about 10seconds to load. Is this just because I am in debug mode or...? https://cdn.discordapp.com/attachments/1209788595477413888/1209788841829994546/image.png?ex=65e832a8&is=65d5bda8&hm=aa3dfbf22c5be93b61c4fc6675235941657f2b17df1afbaf2c25f00bb1a3099f&
Just wondering if this only a local development thing and this will all nicely be bundled when deployed?!
j
It's definitely slower in debug mode and you also have the "Disable cache" checked
that being said, we are aware of potential performance trouble here, and although a web server should be able to handle the requests, if it's all I/O it's not beneficial, so looking into reducing the number of files at some point will be good to do
the number of requests also include the fetch calls to the management api, so not everything is disk I/O