Using Caching to Speed up Large Data Returns by 1000x
Absinthe and Phoenix are amazing frameworks, but what happens when our requests take a bit too long to encode? In this article we explore how we can use caching and plugs to short-circuit JSON re-encoding of large structures and speed up our responses.
https://learn-elixir.dev/blogs/using-caching-to-speed-up-large-data-returns-by-1000x
Read next ThinkingElixir 113: Livebook Desktop