38
Jordy
8y

When you change something in the webdesign, the user doesn't see it after refresh and you have to explain 'cache' 😐

Comments
  • 0
    Happens too often..
  • 1
    I would be shocked if 15% of users knew what cache is. At least the thousands I have worked with over the decades.
  • 1
    Hard mode: DNS Caching
  • 1
    I always send along a rule with a cache buster query string. Seems to do the trick most the time. Otherwise I usually have a cache busting scheme setup on the server/page. Too many times this has frustrated me! 😤
  • 0
    Once I had to get into a client's system over a VPN just to clear cache. the guy couldn't even understand about any incognito or private browsing mode.
  • 0
    Every time
  • 1
    <link rel="stylesheet" href="style.css?v=<?= filemtime('style.css') ?>">
Add Comment