lazydocker/pkg/gui
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_status_manager.go repurpose lazygit code 2019-05-12 10:32:02 +10:00
confirmation_panel.go type the translations 2019-06-05 22:20:30 +10:00
containers_panel.go fix up rebuild container logic 2019-06-08 22:08:56 +10:00
gui.go clean some things up 2019-06-09 10:03:04 +10:00
images_panel.go WIP streaming commands 2019-06-05 23:20:42 +10:00
keybindings.go much more stuff 2019-06-09 00:08:22 +10:00
layout.go allow config option to only show standalone containers 2019-06-08 21:09:53 +10:00
main_panel.go support custom commands and do minor refactor 2019-06-05 19:58:08 +10:00
menu_panel.go type the translations 2019-06-05 22:20:30 +10:00
options_menu_panel.go type the translations 2019-06-05 22:20:30 +10:00
services_panel.go Speed up startup time 2019-06-09 10:59:35 +10:00
status_panel.go much more stuff 2019-06-09 00:08:22 +10:00
subprocess.go much more stuff 2019-06-09 00:08:22 +10:00
theme.go configurable graphs 2019-06-02 20:18:43 +10:00
view_helpers.go Speed up startup time 2019-06-09 10:59:35 +10:00