swyxio / swyxdotio

This is the repo for swyx's blog - Blog content is created in github issues, then posted on swyx.io as blog pages! Comment/watch to follow along my blog within GitHub
https://swyx.io
MIT License
336 stars 45 forks source link

What Happens When A User Edits A Post on Dev.to? #273

Closed swyxio closed 2 years ago

swyxio commented 2 years ago

source: devto devToUrl: "https://dev.to/swyx/what-happens-when-a-user-edits-a-post-on-devto-a58" devToReactions: 12 devToReadingTime: 1 devToPublishedAt: "2018-02-03T19:25:54.694Z" devToViewsCount: 212



title: What Happens When A User Edits A Post on Dev.to? published: true tags: discuss

I am catching up on Ben's posts on web perf and I still don't quite get what happens when a post is edited. I understand that things are cached but doesn't that mean that if a post is edited it will take an unpredictable amount of time to update to CDNs all around the world? What are the best practices around this? Does it cost anything to do this? These are the kinds of questions I have when wondering about what I would run into if I were to make a dev.to clone.