Just wondering if this only a local development thing and this will all nicely be bundled when deployed?!
j
Jacob Overgaard
02/21/2024, 10:05 AM
It's definitely slower in debug mode and you also have the "Disable cache" checked
Jacob Overgaard
02/21/2024, 10:06 AM
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
Jacob Overgaard
02/21/2024, 10:07 AM
the number of requests also include the fetch calls to the management api, so not everything is disk I/O