Does titiler download and cache image assets for subsequent reqests? #777
Unanswered
sairahul1526
asked this question in
Q&A
Replies: 1 comment 3 replies
-
There is no cache mechanism within TiTiler (except GDAL internal cache). We have an example in https://developmentseed.org/titiler/examples/code/tiler_with_cache/ to show how you can add one within titiler but we usually put TiTiler behind a CDN (like AWS cloud front) which serves as a cache layer |
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
-
Does titiler download and cache image assets for subsequent reqests or it gets the image from main source for every request?
Beta Was this translation helpful? Give feedback.
All reactions