mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-22 07:11:01 +00:00
Currently the thing most slowing down startup is calling docker-compose config --hash="*" Even calling docker-compose config --services, which only returns service names, takes about half a second. So that's the main bottleneck. We could try and directly obtain the service names, but we'd then need to have our own algorithm for composing all the docker-compose files being used, and that gives us more stuff to maintain |
||
|---|---|---|
| .. | ||
| app | ||
| commands | ||
| config | ||
| gui | ||
| i18n | ||
| log | ||
| tasks | ||
| test | ||
| utils | ||