An open API service indexing awesome lists of open source software.

https://github.com/tanguilp/cacheable_liveviews


https://github.com/tanguilp/cacheable_liveviews

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# Cacheable Liveviews

This is a demo showcasing how to publicly cache Phoenix Liveviews containing user data.

![Cached liveview is returned by Phoenix](https://github.com/tanguilp/cacheable_liveviews/blob/master/full_render_video_slow.gif)

*This Liveview containing private user data is publicly cached*

For more information:
- [Caching Liveviews - Part 1: The road to HTTP-caching Liveviews](https://svground.fr/blog/posts/caching-liveviews-part-1/)
- [Caching Liveviews - Part 2: Publicly caching private Liveviews](https://svground.fr/blog/posts/caching-liveviews-part-2/)