Huge difference on request response time #973
Unanswered
pablo-padua
asked this question in
Q&A
Replies: 1 comment 3 replies
-
One of the titiler devs may have a more detailed response for you, but FYI the GDAL environment variables referenced in performance tuning are known to hugely influence tiling time. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm running a quick setup build following titiler's readme docs and I opted for the docker container run.
docker run --name titiler \ -p 8000:8000 \ --env PORT=8000 \ --env WORKERS_PER_CORE=2 \ --rm -it ghcr.io/developmentseed/titiler:latest
However, tile requests are taking forever and when compared to TiTiler's dev environment @ https://titiler.xyz it is insanely faster (6000ms X 100ms in general).
My question is, are there any after-container-up commands that must be run in order to make it faster, should I run the application directly and not via docker or what could possibly be the issue here ?
Via my VPS
Via TiTiler dev env
Beta Was this translation helpful? Give feedback.
All reactions