This is a card in Dave's Virtual Box of Cards.
Firefox: Clear cached css
Created: 2024-12-03
Firefox aggresively caches CSS files. That’s great for bandwidth when they don’t change. But if you’re actively developing a website and want to see your updates, that’s not so great.
Normally CTRL-F5
is a "hard refresh" that forces the loading of new stuff.
But for some reason, an "even harder refresh" ??? is: CTRL-SHIFT-R
. That
totally updates the CSS when the others don’t.