Development environment initial page load performance #754
Answered
by
mschuepbach
mschuepbach
asked this question in
Q&A
-
Hi, whenever I run the "Serve Gramps Web Frontend" task, it builds for about 10 seconds and then it takes another 40 seconds until the page loads. Is this normal? I also noticed the I would love to have a faster development cycle. |
Beta Was this translation helpful? Give feedback.
Answered by
mschuepbach
Sep 16, 2025
Replies: 1 comment 6 replies
-
Demo on my machine: Bildschirmaufzeichnung.vom.2025-09-16.19-44-05.webmWhat takes quite long for me is the backend to start up... I also have the problem that after waking up from suspend, hot reload is often broken until I restart the task. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rebuilding the dev container didn't help and VS Code was already up-to-date. I also tried updating Docker.
While setting it up from scratch I noticed the better I/O performance link from this VS Code notification:
After setting the containers up with Dev Containers: Clone Repository in Container Volume... command it's much faster and hot reload also works.