Huge difference on request response time #973
-
Hi, I'm running a quick setup build following titiler's readme docs and I opted for the docker container run. 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 ? |
Beta Was this translation helpful? Give feedback.
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.
I think this might mostly be linked to the network. titiler.xyz is deployed on AWS Lambda using this configuration
titiler/deployment/aws/cdk/config.py
Lines 20 to 30 in 725f857
we use the same env in the docker compose file
titiler/docker-compose…