Are there Firefox keyboard shortcuts to clear the cache?
Asked Answered
O

9

53

With the Firefox web developer toolbar I can select "Miscellaneous → Clear private data → Cache". Is there a way to do the same with a keyboard shortcut?

Edit: I am also using vimperator to drive Firefox with the keyboard; just found out that it's possible using: :emenu Extra.Web Developer.Miscellaneous.Clear Private Data.Cache.

Ours answered 12/3, 2009 at 17:2 Comment(1)
if you set auto-completion, you can simply type :emn[tab] cache[tab] here tab is tab key to jump to the option list displayed. To enable the auto-completiion, type the command: :set wildoption=autoDniester
R
66

I think Ctrl+Shift+Delete takes out all private data, including the cache. Heres a link that'll tell you how to set up specific options.

Rolypoly answered 12/3, 2009 at 17:6 Comment(3)
Thanks, I didn't know it can be set. As most web developers, I need to delete the cookies and auth. session regularly while I want to keep the browser history. Checking and unchecking particular checkboxes each time was really annoying.Mockery
Use Cmd+Shift+Delete on OSX, this will open the same "Clear Recent History" window. This isn't as good as an immediate clearing of the cache, but it saves a few mouse movements.Lavonnelaw
this answer seems to be outdated, the article linked to is still there, but the UI has changed significantly since then and apparently they've moved or taken away this functionality.Corrody
B
27

You can also reload and clear cache for a certain page with

Cmd + Shift + R

on a mac, or

Ctrl + F5

on a windows/linux machine.

(these are additions to the plain reload shortcuts Cmd+R / F5)

Ballad answered 19/3, 2009 at 16:50 Comment(1)
carefull, this shortcut also tell the browser to never use the cache for the next session. i.e. if you add the same image two times, it will be downloaded TWO times :) ctrl+f5 is dangerous for web developpers ! can lead to strange behaviors that normal users will never see.Edition
H
3

I use the web developer add-on to totally disable my cache on my development machine. That way you never have to worry about clearing your cache.

Harridan answered 12/3, 2009 at 17:26 Comment(2)
"to totally disable my cache on my development machine" - how do you do that? I can't see a button for it in the web developer toolbar.Skuld
@bryan Can you tell us how?Theatrics
S
3

In Firefox is

CTRL + SHIFT + R

Source

Senary answered 12/4, 2011 at 13:3 Comment(0)
S
2

I guess

Ctrl + Shift + Delete

is not what you want?

Surrey answered 12/3, 2009 at 17:7 Comment(0)
V
2

For Mac OSX it is

Command + Shift + Delete

for all browsers (except Safari)

Verduzco answered 4/9, 2012 at 23:40 Comment(0)
H
0

You can try this combination:

ctrl + F5

Harmless answered 19/8, 2009 at 15:11 Comment(1)
Sometimes, that's not good enough. When it doesn't work any more, you have to press CTRL + SHIFT + DELETE and select the options you want. Typically, I just have cache selected and keep everything else.Bewhiskered
S
0

What I do is go to

Tools > Options > Privacy > Show Cookies

then just keep the Show Cookies window open.

It stays minimized while on your web page so you just have to hit

Maximize > Remove All cookies
Shamrao answered 5/7, 2010 at 23:41 Comment(0)
B
0

<Firefox>

Reload the page by emptying cache:

Ctrl+F5 or Ctrl+Shift+R

Reload the page by not emptying cache:

F5 or Ctrl+R

Bradeord answered 25/8, 2023 at 13:11 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.