steren’s avatarsteren’s Twitter Archive—№ 6,067

    1. I just fixed a weird caching issue on cadeaux-entre-nous.fr that broke a key feature of the site (thanks vocal users!) Cloudflare CDN was serving empty JS files. A cache purge and page reload fixed it. Maybe my origin server returned an empty response once which was cached?
      OpenGraph image for cadeaux-entre-nous.fr
  1. …in reply to @steren
    Lesson learnt: 1. Don't put JS on the critical path to render a page content 2. Don't cache for too long on the server. Caching is hard.