I post about things I'm learning
When I pick this up again I'm going to learn about CDNs and how they are so fast, and how to host my own for my toy rom manager app
When I pick this up again I'm going to learn about CDNs and how they are so fast, and how to host my own for my toy rom manager app
-server cache hits are ~90ms (this is also true of client cache misses hitting a server cache)
-client cache hits send no network request
-server cache misses are a bit expensive at ~600ms but my app uses no CDNs for images and sends base64 string 🤫
-server cache hits are ~90ms (this is also true of client cache misses hitting a server cache)
-client cache hits send no network request
-server cache misses are a bit expensive at ~600ms but my app uses no CDNs for images and sends base64 string 🤫
Thanks sensei
Thanks sensei