cloudstack/ui/src/store
Rohit Yadav 93bd5b7a69
ui: speed up compute instance listing (#7911)
* ui: speed up compute instance listing

The default listVirtualMachinesMetrics APIs assumings details=all which
isn't really used in the list view. By changing this to a subset of
details, we can see gains upto 10x in listing speed in the UI. When
moving to the resource/detail view of the UI, don't pass state or
details so `all` the details of the instance are returned.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>

* Update AutogenView.vue

---------

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
2023-08-25 13:57:44 +02:00
..
modules ui: fix notification list reordering intermittently (#7609) 2023-08-24 11:29:25 +02:00
getters.js UI: Add central project store and watch functionality (#7900) 2023-08-24 10:13:47 +02:00
index.js UI: Upgrade to Vue3 library (#5151) 2022-03-09 09:47:09 -03:00
mutation-types.js ui: speed up compute instance listing (#7911) 2023-08-25 13:57:44 +02:00