How to reload the browser (Chrome) without cache, besides the disable cache?

3

Selecting the "disable cache" sometimes is not enough for the browser to not search javascript in the cache. Or even incognito.

Some time ago I used a way that showed the option to empty the cache on the reload button of the page, but I do not remember what it was like. I already did some research and I did not find it. I do not know if this latest version of chrome has disabled such an important feature.

Would anyone know how to do this?

    
asked by anonymous 29.09.2017 / 21:55

3 answers

1

I found what I was missing and I'm going to share it maybe useful for you too.

  • Right-click on the CHROME browser refresh symbol: Youwillnoticethatnothinghappens.
  • Butifyouopentheinspect(chromedevelopertool)optiontherefreshlinkofthepagewillhaveextrafunctionality(whenusingtherightmousebutton),seethefigure: .
  • There are other ways to clear the cache. This is one more of them. In summary, I thought the functionality had disappeared from this new version of the chrome, but it's still there. Just need to open the chrome devTools.

        
    02.10.2017 / 15:50
    0

    If this is not enough, the / cdn site is probably caching your files.

        
    29.09.2017 / 22:57
    0

    There are also shortcuts:

    WINDOWS / LINUX: SHIFT + F5 or CRTL kbd> + R


    MAC:

    SHIFT + R

    Source: support.google.com     

    22.12.2018 / 22:41