---
title: "Cache Ruins Everything Around Me - YouTube"
description: "!https://www.youtube.com/watch?v=j8oD976nhZk"
date: 2024-04-08
published: true
tags:
  - dev
  - thought
  - webdev
template: link
---


<div class="embed-card embed-card-external embed-card-provider-youtube">
  <div class="embed-card-rich">
<lite-youtube videoid="j8oD976nhZk" title="Cache Ruins Everything Around Me" playlabel="Play: Cache Ruins Everything Around Me"></lite-youtube>
  </div>
</div>


This is an interesting problem.  I want to make a solution for this on htmx-patterns.  I would make user specific routes with an `hx-get` rather than serving the whole page, serve a partial with `hx-oob`s to fill in user specific data with a no cache on the cdn level.
