What Happens When A User Edits A Post on Dev.to?
swyx
2018-02-03
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.