sapcc / elektra

An opinionated openstack Web UI for consumer self service and operations.
Apache License 2.0
72 stars 29 forks source link

swift: asynchronous container info retrieval #1100

Open kayrus opened 2 years ago

kayrus commented 2 years ago

In current implementation the main Object Storage page tries to list all containers and retrieve details for each of the container before rendering the page. If account has a high amount of containers, this takes a while.

I suggest to retrieve containers' information asynchronously + provide a button to refresh container info to get the recent info about the amount of objects and size.

cc @majewsky

majewsky commented 2 years ago

cc @hgw77

andypf commented 2 years ago

on it!