Keystroke to reload a page without cache in Chrome for OS X

110,291

Solution 1

Just to be sure I always check 'disable cache' in the developer tools settings(icons bottom right when developer tools is open). That forces to reload the cache all the time when your console is open. When it is closed it uses the cache again.

I find cmd+shift+r not reliable.

Solution 2

User reports in Chrome 17 the bug is resolved bug report here in Linux, and the other post of the same request reports that cmd+shift+r forces a reload. I wasn't however able to find a 'from chrome support' response, or a definitive supported example of this in action.

Hope this helps

Share:
110,291

Related videos on Youtube

devios1
Author by

devios1

Updated on September 18, 2022

Comments

  • devios1
    devios1 over 1 year

    According to the Chrome Docs, the Ctrl/Shift+F5 keystroke is only supported on Windows.

    Is there any keystroke I can do to fully reload a page without the cache on Chrome for Mac?

  • slhck
    slhck about 12 years
    I haven't actually found a reliable way to test whether cache is skipped when reloading – have you?
  • HikeMike
    HikeMike about 12 years
    @slhck This answer is correct. Cmd-Shift-R or View » Force Reload This Page don't use the cache. Check in View » Developer » Developer Tools: No 304 Not Modified when force reloading.
  • slhck
    slhck about 12 years
    The feature's currently broken for me in the developer version (19), so I thought I'd mention this here.
  • devios1
    devios1 over 11 years
    For the record this still does not ignore the cache as of Chrome 22, so I'm not sure "force reload" actually means "reload without cache".
  • Jo Liss
    Jo Liss almost 11 years
    I just checked: Cmd-Shift-R works in the current stable Chrome (version 26) -- no 304 responses.
  • Christian
    Christian about 10 years
    Michael thank you so much. I know, at these QA sites one should not say thank you. but this thing bugged me for weeks and its late here and i was annoyed and... thank you.
  • Gruber
    Gruber almost 7 years
    It's been 5 years but it seems cmd + shift + R is still not working on Chrome 58. This article shows how to find the disable cache setting.
  • Denialos
    Denialos about 6 years
    To clarify: on Chrome 66.0 and macOS, to disable browser cache (while DevTools are open), open your dev tools, focus/click on them -> press F1 (or just manually go to 'Settings' of devtools) -> Network section -> Disable cache (while DevTools are open)