The page application page (/#/tenants/{tenantId}/applications/{applicationId}) and device page (/#/tenants/{tenantId}/applications/{applicationId}/devices/{deviceId) ) are really slow (more than 30 seconds to load).
For information, we have 700+ devices in one application.
I looked into the http requests of the page, I think the problem may be that the request POST /api.ApplicationService/Get is returning too much data at once. (It returns 8.55 MB in my browser)
The page application page (
/#/tenants/{tenantId}/applications/{applicationId}) and device page (/#/tenants/{tenantId}/applications/{applicationId}/devices/{deviceId)) are really slow (more than 30 seconds to load).For information, we have 700+ devices in one application.
I looked into the http requests of the page, I think the problem may be that the request POST
/api.ApplicationService/Getis returning too much data at once. (It returns 8.55 MB in my browser)