So as a web developer you often find yourself needing to turn caching off to make sure you are getting the most updated version of the files of your site.
But its sucks when you are just regualrly surfing because the "Disable cache" in the chrome dev tools is all or nothing. This slows the whole web expirence Google has fought so hard to speed up way down.
To preempt a few stock answers:
1. Incognito mode isn't desirable because you lose all session data if you close the window. It would be nice like to not have to constantly log back into the site just to make sure it doesn't cache 2. Ctrl + F5 (or ctrl+ shift + r on mac) is frustrating to have to remember to do all the time and then you have to bang your head against wall when you've forgotten and spent 20 minutes wondering why something didn't reload... and isn't consistent about reloading all the time
On Thursday, August 30, 2012, wrote:
> So as a web developer you often find yourself needing to turn caching off
> to make sure you are getting the most updated version of the files of your
> site.
> But its sucks when you are just regualrly surfing because the "Disable
> cache" in the chrome dev tools is all or nothing. This slows the whole web
> expirence Google has fought so hard to speed up way down.
> To preempt a few stock answers:
> 1. Incognito mode isn't desirable because you lose all session data if
> you close the window. It would be nice like to not have to constantly log
> back into the site just to make sure it doesn't cache
> 2. Ctrl + F5 (or ctrl+ shift + r on mac) is frustrating to have to
> remember to do all the time and then you have to bang your head against
> wall when you've forgotten and spent 20 minutes wondering why something
> didn't reload... and isn't consistent about reloading all the time
On Friday, August 31, 2012 9:46:51 AM UTC-6, Paul Irish wrote:
> In fact, Disable cache is only in effect while the DevTools are visible. > (Same with Disable JavaScript and other settings)
> This isn't well known.. so.. does it assuage your concerns?
> On Thursday, August 30, 2012, wrote:
>> So as a web developer you often find yourself needing to turn caching off >> to make sure you are getting the most updated version of the files of your >> site.
>> But its sucks when you are just regualrly surfing because the "Disable >> cache" in the chrome dev tools is all or nothing. This slows the whole web >> expirence Google has fought so hard to speed up way down.
>> To preempt a few stock answers:
>> 1. Incognito mode isn't desirable because you lose all session data >> if you close the window. It would be nice like to not have to constantly >> log back into the site just to make sure it doesn't cache >> 2. Ctrl + F5 (or ctrl+ shift + r on mac) is frustrating to have to >> remember to do all the time and then you have to bang your head against >> wall when you've forgotten and spent 20 minutes wondering why something >> didn't reload... and isn't consistent about reloading all the time
> If I have that box ticked in the dev tools preferences and I open and then
> close the tools will files not load from cache the life of that tab ?
> or only when the dev tools is open?
Files will not be loaded from cache only while the tools are open, yup. :)
We were considering adding a small message to tell people that these
settings are only in action during visible devtools, tried a few variations
though the UX wasn't awesome.
On Thursday, September 6, 2012 12:56:16 AM UTC-5, Paul Irish wrote:
>> If I have that box ticked in the dev tools preferences and I open and >> then close the tools will files not load from cache the life of that tab ? >> or only when the dev tools is open?
> Files will not be loaded from cache only while the tools are open, yup. :)
> We were considering adding a small message to tell people that these > settings are only in action during visible devtools, tried a few variations > though the UX wasn't awesome.