# CD is slow The pages are slow and some are broken. # Tags * type: bug * status: open * priority: high * assigned: pjotrp * interested: pjotrp, bonfacem * keywords: deployment, server # Measuring bonfacekilz: I'm currently instrumenting the requests. See what hogs up time. Loading the landing page takes up 32 seconds! Something's off. From outside the container: ``` 123bonfacem@tux02 ~ $ guix shell python-wrapper python-requests -- python time.py Status: 200 Time taken: 32.989222288131714 seconds ``` From inside the container: ``` 12025-07-18 14:46:36 INFO:gn2.wqflask:Landing page rendered in 8.12 seconds ``` And I see: ## CD ``` > curl -w @- -o /dev/null -s https://cd.genenetwork.org < curl -w @- -o /dev/null -s https://genenetwork.org < curl -w @- -o /dev/null -s http://localhost:9092 <