lazydocker/pkg
Jesse Duffield 6cc6f61ad1 Speed up startup time
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
2019-06-09 10:59:35 +10:00
..
app clean some things up 2019-06-09 10:03:04 +10:00
commands clean some things up 2019-06-09 10:03:04 +10:00
config much more stuff 2019-06-09 00:08:22 +10:00
gui Speed up startup time 2019-06-09 10:59:35 +10:00
i18n clean some things up 2019-06-09 10:03:04 +10:00
log make config type safe 2019-06-02 11:37:21 +10:00
tasks a lot of change 2019-06-08 13:00:37 +10:00
test clean some things up 2019-06-09 10:03:04 +10:00
utils configurable graphs 2019-06-02 20:18:43 +10:00