OpenMediaVault-Plugin-Developers / openmediavault-compose

openmediavault plugin for docker-compose
18 stars 6 forks source link

Feature Request: Cache lists of files, services, etc #29

Closed HannesJo0139 closed 6 months ago

HannesJo0139 commented 6 months ago

I really appreciate all the work you've put into the compose plugin. There is just one thing annoying me. Sometimes I'm switching quickly between view of files, services, etc. - and it always takes several seconds to reload all the information.

So I was wondering if you would consider implementing a simple caching. So lets say I click on files and I was already there just some minutes before, you could just show the cached data from before until reloading is complete. That would highly improve usability in my eyes.

ryecoaaron commented 6 months ago

This has been added. Still testing though. https://github.com/OpenMediaVault-Plugin-Developers/openmediavault-compose/commit/9ce21c01f08b8cf4f262c2ffaa262adb443a4efd https://github.com/OpenMediaVault-Plugin-Developers/openmediavault-compose/commit/050a916fc1c2f8d5198900f27e85bce4e68e30fe

ryecoaaron commented 6 months ago

7.2 is in the repo.

HannesJo0139 commented 6 months ago

Nice, works like a charm. Thanks!