Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Unicorn-697yNice! Might still open incognito windows for about a week due to sheer force of habit.
-
Voxera115857y@essuraj But when designing and constantly changing css you might forget to ctrl+F5 and get frustrated why the change does not work.
On work we use fingerprinting based on file hash so any change forces a reload that no cache can override but it requires some boiler plate in the project. -
zankar20757yThr best thing about this is that it only works when the developer console is open (as far as i know) :)
-
This is oooold.. but priceless yes!
Also sux if you still have to adapt for IE.. FML!! Better just reinstall windows just to be sure the cache is cleared... ahahhahaa ;) -
@siddharth2395 My bad, I assumed chrome has same functionality on any platform nowadays.. It's been ages since I opened it (dev tools) on linux..
-
@sladuled chrome has same functionalities over all the platforms, here I'm specifically talking about css, js cache that is not getting updated as u make some small changes in code so, when u refresh, ur changes does not reflects in design so u gotta clear all the cache and that's a headache every time so now they introduce this feature in devtools so i don't panic every time when changes does not reflect in design 😂
-
crisz82367yI don't like simple solutions so I use auto-generated hash file names.
It works also in client browsers -
@Unicorn- even in incognito, caching works baby! You've gotta use this option there also :)
-
The option is already there from eons! I'm using it from the time Diana ( the queen of Amazons ) stepped in our world this time ;)
Related Rants
-
ahmedam23What only relying on JavaScript for HTML form input validation looks like
-
isaacWeisberg21Me and my wife are software engineers Started dating while doing a project together I guess you could say that...
-
JMoodyFWD48My "Coding Standards" for my dev team 1.) Every developer thinks or have thought their shit don't stink. If y...
Thank you so much chrome developers for this! Now web designers are free from pain of cache 🙌🏻
undefined
web development
designer problems