https://github.com/tanguilp/cacheable_liveviews
https://github.com/tanguilp/cacheable_liveviews
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tanguilp/cacheable_liveviews
- Owner: tanguilp
- Created: 2023-12-22T14:57:39.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-03T14:27:49.000Z (7 months ago)
- Last Synced: 2025-03-29T09:13:11.786Z (3 months ago)
- Language: Elixir
- Size: 1010 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cacheable Liveviews
This is a demo showcasing how to publicly cache Phoenix Liveviews containing user data.

*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/)