Replies: 6 comments
-
No such cache mechanism like in memory or local cache, maybe in the future. But how about browser cache like |
Beta Was this translation helpful? Give feedback.
-
Yes that I have done cache-control. But i think i can get more performance if one will have some of Is there any issue opened related to I have no experience with Rust last years (neither with, SWS) but i could try to find an solution and do an pr if someone can help to tell where to start. |
Beta Was this translation helpful? Give feedback.
-
I see that Rust has something quite interesting implementations for in memory file caching. https://docs.rs/freqfs/0.4.3/freqfs/ |
Beta Was this translation helpful? Give feedback.
-
Sure, feel free to open an issue if you thinks so. From my side, I can try to help you along the way. |
Beta Was this translation helpful? Give feedback.
-
have created one 242 |
Beta Was this translation helpful? Give feedback.
-
Hi, i have managed to create a cdn connected to s3 storage with help of
https://github.com/yandex-cloud/k8s-csi-s3
. Now I can serve static files from remote s3 bucket.Time for serving index.html is around 200 ms. 3 mb around 3 secs.
Is there a way of caching static resources somewhere locally or in memory such that it will fetch files from s3 only on first request but all subsequent requests from local cache?
Beta Was this translation helpful? Give feedback.
All reactions