Clear cache for specific domain name in chrome
I want to clear the cache for a specific domain name in Chrome. Is there an extension or other method that I can use to do this?
google-chrome browser browser-cache
add a comment |
I want to clear the cache for a specific domain name in Chrome. Is there an extension or other method that I can use to do this?
google-chrome browser browser-cache
2
The problem with this is that it is not as simple to clear the cache as you would think. When a browser caches files, it does so based on its URL. The complication is that many sites share common files like Google API scripts, Gravatar icons, etc. How would you go about clearing the cache for only a specific site? Should the common files it loads be deleted as well (and thus partially clearing the cache for other sites)? Or should they be left intact? (probably the most “correct” solution).
– Synetech
Aug 7 '13 at 1:12
3
Honestly, none of these answers really "answer" the question for me. These are developer answers. The root question is how a regular person would do this. It would be unreasonable to ask a non-developer to do these things.
– Will Strohl
Apr 21 '14 at 14:46
It's times like these when I switch back to Firefox for a day.
– User
Nov 8 '14 at 2:02
2
No one has really answered this question about how to clear cache for a specific domain
– DiverseAndRemote.com
Aug 26 '15 at 14:43
Since F12 developer tools is built into Chrome, using them is open to everyone, not just "Developers" for clearing specific items.
– Fiasco Labs
Feb 17 '16 at 2:33
add a comment |
I want to clear the cache for a specific domain name in Chrome. Is there an extension or other method that I can use to do this?
google-chrome browser browser-cache
I want to clear the cache for a specific domain name in Chrome. Is there an extension or other method that I can use to do this?
google-chrome browser browser-cache
google-chrome browser browser-cache
edited Dec 16 '15 at 13:55
Hennes
59.1k792141
59.1k792141
asked May 4 '11 at 10:13
Benjamin CrouzierBenjamin Crouzier
2,00392442
2,00392442
2
The problem with this is that it is not as simple to clear the cache as you would think. When a browser caches files, it does so based on its URL. The complication is that many sites share common files like Google API scripts, Gravatar icons, etc. How would you go about clearing the cache for only a specific site? Should the common files it loads be deleted as well (and thus partially clearing the cache for other sites)? Or should they be left intact? (probably the most “correct” solution).
– Synetech
Aug 7 '13 at 1:12
3
Honestly, none of these answers really "answer" the question for me. These are developer answers. The root question is how a regular person would do this. It would be unreasonable to ask a non-developer to do these things.
– Will Strohl
Apr 21 '14 at 14:46
It's times like these when I switch back to Firefox for a day.
– User
Nov 8 '14 at 2:02
2
No one has really answered this question about how to clear cache for a specific domain
– DiverseAndRemote.com
Aug 26 '15 at 14:43
Since F12 developer tools is built into Chrome, using them is open to everyone, not just "Developers" for clearing specific items.
– Fiasco Labs
Feb 17 '16 at 2:33
add a comment |
2
The problem with this is that it is not as simple to clear the cache as you would think. When a browser caches files, it does so based on its URL. The complication is that many sites share common files like Google API scripts, Gravatar icons, etc. How would you go about clearing the cache for only a specific site? Should the common files it loads be deleted as well (and thus partially clearing the cache for other sites)? Or should they be left intact? (probably the most “correct” solution).
– Synetech
Aug 7 '13 at 1:12
3
Honestly, none of these answers really "answer" the question for me. These are developer answers. The root question is how a regular person would do this. It would be unreasonable to ask a non-developer to do these things.
– Will Strohl
Apr 21 '14 at 14:46
It's times like these when I switch back to Firefox for a day.
– User
Nov 8 '14 at 2:02
2
No one has really answered this question about how to clear cache for a specific domain
– DiverseAndRemote.com
Aug 26 '15 at 14:43
Since F12 developer tools is built into Chrome, using them is open to everyone, not just "Developers" for clearing specific items.
– Fiasco Labs
Feb 17 '16 at 2:33
2
2
The problem with this is that it is not as simple to clear the cache as you would think. When a browser caches files, it does so based on its URL. The complication is that many sites share common files like Google API scripts, Gravatar icons, etc. How would you go about clearing the cache for only a specific site? Should the common files it loads be deleted as well (and thus partially clearing the cache for other sites)? Or should they be left intact? (probably the most “correct” solution).
– Synetech
Aug 7 '13 at 1:12
The problem with this is that it is not as simple to clear the cache as you would think. When a browser caches files, it does so based on its URL. The complication is that many sites share common files like Google API scripts, Gravatar icons, etc. How would you go about clearing the cache for only a specific site? Should the common files it loads be deleted as well (and thus partially clearing the cache for other sites)? Or should they be left intact? (probably the most “correct” solution).
– Synetech
Aug 7 '13 at 1:12
3
3
Honestly, none of these answers really "answer" the question for me. These are developer answers. The root question is how a regular person would do this. It would be unreasonable to ask a non-developer to do these things.
– Will Strohl
Apr 21 '14 at 14:46
Honestly, none of these answers really "answer" the question for me. These are developer answers. The root question is how a regular person would do this. It would be unreasonable to ask a non-developer to do these things.
– Will Strohl
Apr 21 '14 at 14:46
It's times like these when I switch back to Firefox for a day.
– User
Nov 8 '14 at 2:02
It's times like these when I switch back to Firefox for a day.
– User
Nov 8 '14 at 2:02
2
2
No one has really answered this question about how to clear cache for a specific domain
– DiverseAndRemote.com
Aug 26 '15 at 14:43
No one has really answered this question about how to clear cache for a specific domain
– DiverseAndRemote.com
Aug 26 '15 at 14:43
Since F12 developer tools is built into Chrome, using them is open to everyone, not just "Developers" for clearing specific items.
– Fiasco Labs
Feb 17 '16 at 2:33
Since F12 developer tools is built into Chrome, using them is open to everyone, not just "Developers" for clearing specific items.
– Fiasco Labs
Feb 17 '16 at 2:33
add a comment |
8 Answers
8
active
oldest
votes
UPDATE: As of Chrome version 52.0.2743.116 m, you can perform the following steps:
F12 > Chrome Developer Tools
> Application
tab > Clear storage
in left tree > Select the data items to clear, then click Clear site data
.
This may be a quicker/simpler way:
- Press F12 to open Chrome Developer Tools (will pop up from bottom)
- Click settings "gear" icon in top-right corner
- Under General check Disable cache
- Reload page and re-enable caching by un-checking this box
7
Thanks, this actually works unlike the other answers which confuse cache and cookies ;-)
– Peter Jenkins
Dec 3 '12 at 13:58
3
But does it actually clear the cache for the page or just load it without using the cache? That is, if you open the cache directory, are any files related to that page gone after you reload?
– Synetech
Aug 7 '13 at 1:10
3
That's a pretty manual way of doing it and can get annoying if you have to do it multiple times. Fortunately there's an easier and faster way: superuser.com/a/598260/83619
– Tom Auger
Jan 30 '14 at 17:52
3
Currently Chrome Developer Tools seems to disable cache only while DevTools is open without actually clearing it.
– Jaak Kütt
Feb 21 '14 at 15:26
5
alt ⌥
+cmd ⌘
+i
on Mac to open Chrome Developer Tools
– Yves M.
Mar 4 '15 at 16:23
|
show 9 more comments
After opening up the developer tools (usually by pressing F12) Click + Hold on the "Reload Page" button. From the popup list, choose "Empty Cache and Hard Reload".
Not sure this clears the cache for the entire domain. But probably satisfies 90% of the use cases of people that visit this SE question.
Note: In some cases this will NOT open the popup list. This is because the page isn't cached at that time, so the menu is not invoked.
3
Doesn't seem to work on mac.
– Benjamin Crouzier
May 22 '13 at 7:27
4
Try having the Developer Toolbar open first - hit F12 (or CMD+SHIFT+C for Console). I haven't tested on a Mac.
– Tom Auger
May 22 '13 at 15:16
thanks @Hashbrown for the edit. I should have amended my answer.
– Tom Auger
Aug 14 '13 at 18:59
no worries. this solution is just faster than the selected answer, and less drastic than just disabling the cache altogether. I feel this needs to be up the top, and the only way it'll get upvotes is if people test it and it works for them
– Hashbrown
Aug 14 '13 at 23:21
1
Use right-click on GNU/Linux to open the pop-up menu instead of a long click.
– z0r
Mar 2 '15 at 2:32
|
show 6 more comments
Here's how to delete Chrome's cookies selectively by domain or subdomain:
- go to
chrome://settings/content/cookies
- type the domain name in the search box
- click delete
More details here:
http://oxid-blog.euroblaze.de/miscellaneous/delete-google-chrome-cookies-selectively-by-domain/
This can't however select cookies by web folders, e.g. www.domain.com/folder1
.
2
Welcome to Super User! It would be nice to include the essential parts of the answer here, and provide the link only for future reference.
– slhck
Jun 26 '11 at 13:11
40
The question was about clearing the cache, but you answered how to clear cookies.
– Daniel Serodio
Nov 28 '12 at 12:28
Found cache also from within the same details tab.
– Jaak Kütt
Feb 21 '14 at 15:25
Just to add to the confusion - this worked for me for something that I'm pretty sure is "cache" AND the chrome settings include something called "local storage" so I believe that the term "browser cache" may be too general. My point is that this answer worked for me.
– ssaltman
Dec 1 '15 at 2:52
This also worked for me. Sometimes it's necessary to clear both the cache and cookies when you're doing web development with user sessions.
– mrk2010
Jun 30 '16 at 1:19
|
show 4 more comments
- Press control shift i (or
command shift i on OS X) to open
Dev Tools. - Right-click the reload button next to the address bar.
- Choose: "Empty Cache and Hard Reload".
add a comment |
Wrench -> Preferences -> Under the Hood ->
Use DNS pre-fetching to improve page load performance
Disable it - thus dumping the whole application cache - reload the affected page - and then re-enable. If this happens often or doesn't clear the issue, some cache upstream from chrome is the problem and you should probably leave chrome's disabled.
Selective invalidation of an application layer cache (which is done strictly for application speed) since chrome has "no business" taking over for the system is might be an answer to some issue, but it isn't a very good answer.
(Lest you get huffy about my "no business" statement, I use pre-fetching myself as I like the zippiness, proper or not)
2
Despite your parenthetical objections and the correctness of your solution, I'm huffy anyway.
– Blomkvist
May 4 '11 at 12:39
This answer is incorrect. Disabling DNS prefetching does not clear Chrome's HTTP cache.
– duskwuff
Jan 20 at 5:47
add a comment |
In three steps:
F12 (open developer tools)
F1 (go to settings)- Under Preferences / Network uncheck Disable cache (while DevTools is open)
Note that you can un-dock the DevTools if you would rather keep them as a separate window while open.
This one is working well if you need to refresh external assets such as js or css
– RafaSashi
Feb 20 '18 at 4:47
add a comment |
Deleting the history entries will work in many cases: (Mac)
Cmd+Y (Open History)- Search for your domain
- Check all the entries. Unfortunately there's no check all button at the moment. You don't have to click the checkboxes though, clicking on the time works too.
- Click
Remove selected items
add a comment |
Webpack was caching a previous project for me and I need parts of the caching to work so I couldn't use incognito. The top 3 solutions didn't work for my case. What did work and was quick enough to implement was clicking Resources tab in Developer tools, unfolding Cache Storage, and right-clicking to delete the cached data.
add a comment |
protected by JakeGould Aug 18 '16 at 17:22
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
8 Answers
8
active
oldest
votes
8 Answers
8
active
oldest
votes
active
oldest
votes
active
oldest
votes
UPDATE: As of Chrome version 52.0.2743.116 m, you can perform the following steps:
F12 > Chrome Developer Tools
> Application
tab > Clear storage
in left tree > Select the data items to clear, then click Clear site data
.
This may be a quicker/simpler way:
- Press F12 to open Chrome Developer Tools (will pop up from bottom)
- Click settings "gear" icon in top-right corner
- Under General check Disable cache
- Reload page and re-enable caching by un-checking this box
7
Thanks, this actually works unlike the other answers which confuse cache and cookies ;-)
– Peter Jenkins
Dec 3 '12 at 13:58
3
But does it actually clear the cache for the page or just load it without using the cache? That is, if you open the cache directory, are any files related to that page gone after you reload?
– Synetech
Aug 7 '13 at 1:10
3
That's a pretty manual way of doing it and can get annoying if you have to do it multiple times. Fortunately there's an easier and faster way: superuser.com/a/598260/83619
– Tom Auger
Jan 30 '14 at 17:52
3
Currently Chrome Developer Tools seems to disable cache only while DevTools is open without actually clearing it.
– Jaak Kütt
Feb 21 '14 at 15:26
5
alt ⌥
+cmd ⌘
+i
on Mac to open Chrome Developer Tools
– Yves M.
Mar 4 '15 at 16:23
|
show 9 more comments
UPDATE: As of Chrome version 52.0.2743.116 m, you can perform the following steps:
F12 > Chrome Developer Tools
> Application
tab > Clear storage
in left tree > Select the data items to clear, then click Clear site data
.
This may be a quicker/simpler way:
- Press F12 to open Chrome Developer Tools (will pop up from bottom)
- Click settings "gear" icon in top-right corner
- Under General check Disable cache
- Reload page and re-enable caching by un-checking this box
7
Thanks, this actually works unlike the other answers which confuse cache and cookies ;-)
– Peter Jenkins
Dec 3 '12 at 13:58
3
But does it actually clear the cache for the page or just load it without using the cache? That is, if you open the cache directory, are any files related to that page gone after you reload?
– Synetech
Aug 7 '13 at 1:10
3
That's a pretty manual way of doing it and can get annoying if you have to do it multiple times. Fortunately there's an easier and faster way: superuser.com/a/598260/83619
– Tom Auger
Jan 30 '14 at 17:52
3
Currently Chrome Developer Tools seems to disable cache only while DevTools is open without actually clearing it.
– Jaak Kütt
Feb 21 '14 at 15:26
5
alt ⌥
+cmd ⌘
+i
on Mac to open Chrome Developer Tools
– Yves M.
Mar 4 '15 at 16:23
|
show 9 more comments
UPDATE: As of Chrome version 52.0.2743.116 m, you can perform the following steps:
F12 > Chrome Developer Tools
> Application
tab > Clear storage
in left tree > Select the data items to clear, then click Clear site data
.
This may be a quicker/simpler way:
- Press F12 to open Chrome Developer Tools (will pop up from bottom)
- Click settings "gear" icon in top-right corner
- Under General check Disable cache
- Reload page and re-enable caching by un-checking this box
UPDATE: As of Chrome version 52.0.2743.116 m, you can perform the following steps:
F12 > Chrome Developer Tools
> Application
tab > Clear storage
in left tree > Select the data items to clear, then click Clear site data
.
This may be a quicker/simpler way:
- Press F12 to open Chrome Developer Tools (will pop up from bottom)
- Click settings "gear" icon in top-right corner
- Under General check Disable cache
- Reload page and re-enable caching by un-checking this box
edited Aug 18 '16 at 17:21
JakeGould
31.4k1096138
31.4k1096138
answered Jul 4 '12 at 14:57
cslarsoncslarson
3,124193
3,124193
7
Thanks, this actually works unlike the other answers which confuse cache and cookies ;-)
– Peter Jenkins
Dec 3 '12 at 13:58
3
But does it actually clear the cache for the page or just load it without using the cache? That is, if you open the cache directory, are any files related to that page gone after you reload?
– Synetech
Aug 7 '13 at 1:10
3
That's a pretty manual way of doing it and can get annoying if you have to do it multiple times. Fortunately there's an easier and faster way: superuser.com/a/598260/83619
– Tom Auger
Jan 30 '14 at 17:52
3
Currently Chrome Developer Tools seems to disable cache only while DevTools is open without actually clearing it.
– Jaak Kütt
Feb 21 '14 at 15:26
5
alt ⌥
+cmd ⌘
+i
on Mac to open Chrome Developer Tools
– Yves M.
Mar 4 '15 at 16:23
|
show 9 more comments
7
Thanks, this actually works unlike the other answers which confuse cache and cookies ;-)
– Peter Jenkins
Dec 3 '12 at 13:58
3
But does it actually clear the cache for the page or just load it without using the cache? That is, if you open the cache directory, are any files related to that page gone after you reload?
– Synetech
Aug 7 '13 at 1:10
3
That's a pretty manual way of doing it and can get annoying if you have to do it multiple times. Fortunately there's an easier and faster way: superuser.com/a/598260/83619
– Tom Auger
Jan 30 '14 at 17:52
3
Currently Chrome Developer Tools seems to disable cache only while DevTools is open without actually clearing it.
– Jaak Kütt
Feb 21 '14 at 15:26
5
alt ⌥
+cmd ⌘
+i
on Mac to open Chrome Developer Tools
– Yves M.
Mar 4 '15 at 16:23
7
7
Thanks, this actually works unlike the other answers which confuse cache and cookies ;-)
– Peter Jenkins
Dec 3 '12 at 13:58
Thanks, this actually works unlike the other answers which confuse cache and cookies ;-)
– Peter Jenkins
Dec 3 '12 at 13:58
3
3
But does it actually clear the cache for the page or just load it without using the cache? That is, if you open the cache directory, are any files related to that page gone after you reload?
– Synetech
Aug 7 '13 at 1:10
But does it actually clear the cache for the page or just load it without using the cache? That is, if you open the cache directory, are any files related to that page gone after you reload?
– Synetech
Aug 7 '13 at 1:10
3
3
That's a pretty manual way of doing it and can get annoying if you have to do it multiple times. Fortunately there's an easier and faster way: superuser.com/a/598260/83619
– Tom Auger
Jan 30 '14 at 17:52
That's a pretty manual way of doing it and can get annoying if you have to do it multiple times. Fortunately there's an easier and faster way: superuser.com/a/598260/83619
– Tom Auger
Jan 30 '14 at 17:52
3
3
Currently Chrome Developer Tools seems to disable cache only while DevTools is open without actually clearing it.
– Jaak Kütt
Feb 21 '14 at 15:26
Currently Chrome Developer Tools seems to disable cache only while DevTools is open without actually clearing it.
– Jaak Kütt
Feb 21 '14 at 15:26
5
5
alt ⌥
+ cmd ⌘
+ i
on Mac to open Chrome Developer Tools– Yves M.
Mar 4 '15 at 16:23
alt ⌥
+ cmd ⌘
+ i
on Mac to open Chrome Developer Tools– Yves M.
Mar 4 '15 at 16:23
|
show 9 more comments
After opening up the developer tools (usually by pressing F12) Click + Hold on the "Reload Page" button. From the popup list, choose "Empty Cache and Hard Reload".
Not sure this clears the cache for the entire domain. But probably satisfies 90% of the use cases of people that visit this SE question.
Note: In some cases this will NOT open the popup list. This is because the page isn't cached at that time, so the menu is not invoked.
3
Doesn't seem to work on mac.
– Benjamin Crouzier
May 22 '13 at 7:27
4
Try having the Developer Toolbar open first - hit F12 (or CMD+SHIFT+C for Console). I haven't tested on a Mac.
– Tom Auger
May 22 '13 at 15:16
thanks @Hashbrown for the edit. I should have amended my answer.
– Tom Auger
Aug 14 '13 at 18:59
no worries. this solution is just faster than the selected answer, and less drastic than just disabling the cache altogether. I feel this needs to be up the top, and the only way it'll get upvotes is if people test it and it works for them
– Hashbrown
Aug 14 '13 at 23:21
1
Use right-click on GNU/Linux to open the pop-up menu instead of a long click.
– z0r
Mar 2 '15 at 2:32
|
show 6 more comments
After opening up the developer tools (usually by pressing F12) Click + Hold on the "Reload Page" button. From the popup list, choose "Empty Cache and Hard Reload".
Not sure this clears the cache for the entire domain. But probably satisfies 90% of the use cases of people that visit this SE question.
Note: In some cases this will NOT open the popup list. This is because the page isn't cached at that time, so the menu is not invoked.
3
Doesn't seem to work on mac.
– Benjamin Crouzier
May 22 '13 at 7:27
4
Try having the Developer Toolbar open first - hit F12 (or CMD+SHIFT+C for Console). I haven't tested on a Mac.
– Tom Auger
May 22 '13 at 15:16
thanks @Hashbrown for the edit. I should have amended my answer.
– Tom Auger
Aug 14 '13 at 18:59
no worries. this solution is just faster than the selected answer, and less drastic than just disabling the cache altogether. I feel this needs to be up the top, and the only way it'll get upvotes is if people test it and it works for them
– Hashbrown
Aug 14 '13 at 23:21
1
Use right-click on GNU/Linux to open the pop-up menu instead of a long click.
– z0r
Mar 2 '15 at 2:32
|
show 6 more comments
After opening up the developer tools (usually by pressing F12) Click + Hold on the "Reload Page" button. From the popup list, choose "Empty Cache and Hard Reload".
Not sure this clears the cache for the entire domain. But probably satisfies 90% of the use cases of people that visit this SE question.
Note: In some cases this will NOT open the popup list. This is because the page isn't cached at that time, so the menu is not invoked.
After opening up the developer tools (usually by pressing F12) Click + Hold on the "Reload Page" button. From the popup list, choose "Empty Cache and Hard Reload".
Not sure this clears the cache for the entire domain. But probably satisfies 90% of the use cases of people that visit this SE question.
Note: In some cases this will NOT open the popup list. This is because the page isn't cached at that time, so the menu is not invoked.
edited Aug 18 '16 at 17:22
JakeGould
31.4k1096138
31.4k1096138
answered May 21 '13 at 19:13
Tom AugerTom Auger
1,1511017
1,1511017
3
Doesn't seem to work on mac.
– Benjamin Crouzier
May 22 '13 at 7:27
4
Try having the Developer Toolbar open first - hit F12 (or CMD+SHIFT+C for Console). I haven't tested on a Mac.
– Tom Auger
May 22 '13 at 15:16
thanks @Hashbrown for the edit. I should have amended my answer.
– Tom Auger
Aug 14 '13 at 18:59
no worries. this solution is just faster than the selected answer, and less drastic than just disabling the cache altogether. I feel this needs to be up the top, and the only way it'll get upvotes is if people test it and it works for them
– Hashbrown
Aug 14 '13 at 23:21
1
Use right-click on GNU/Linux to open the pop-up menu instead of a long click.
– z0r
Mar 2 '15 at 2:32
|
show 6 more comments
3
Doesn't seem to work on mac.
– Benjamin Crouzier
May 22 '13 at 7:27
4
Try having the Developer Toolbar open first - hit F12 (or CMD+SHIFT+C for Console). I haven't tested on a Mac.
– Tom Auger
May 22 '13 at 15:16
thanks @Hashbrown for the edit. I should have amended my answer.
– Tom Auger
Aug 14 '13 at 18:59
no worries. this solution is just faster than the selected answer, and less drastic than just disabling the cache altogether. I feel this needs to be up the top, and the only way it'll get upvotes is if people test it and it works for them
– Hashbrown
Aug 14 '13 at 23:21
1
Use right-click on GNU/Linux to open the pop-up menu instead of a long click.
– z0r
Mar 2 '15 at 2:32
3
3
Doesn't seem to work on mac.
– Benjamin Crouzier
May 22 '13 at 7:27
Doesn't seem to work on mac.
– Benjamin Crouzier
May 22 '13 at 7:27
4
4
Try having the Developer Toolbar open first - hit F12 (or CMD+SHIFT+C for Console). I haven't tested on a Mac.
– Tom Auger
May 22 '13 at 15:16
Try having the Developer Toolbar open first - hit F12 (or CMD+SHIFT+C for Console). I haven't tested on a Mac.
– Tom Auger
May 22 '13 at 15:16
thanks @Hashbrown for the edit. I should have amended my answer.
– Tom Auger
Aug 14 '13 at 18:59
thanks @Hashbrown for the edit. I should have amended my answer.
– Tom Auger
Aug 14 '13 at 18:59
no worries. this solution is just faster than the selected answer, and less drastic than just disabling the cache altogether. I feel this needs to be up the top, and the only way it'll get upvotes is if people test it and it works for them
– Hashbrown
Aug 14 '13 at 23:21
no worries. this solution is just faster than the selected answer, and less drastic than just disabling the cache altogether. I feel this needs to be up the top, and the only way it'll get upvotes is if people test it and it works for them
– Hashbrown
Aug 14 '13 at 23:21
1
1
Use right-click on GNU/Linux to open the pop-up menu instead of a long click.
– z0r
Mar 2 '15 at 2:32
Use right-click on GNU/Linux to open the pop-up menu instead of a long click.
– z0r
Mar 2 '15 at 2:32
|
show 6 more comments
Here's how to delete Chrome's cookies selectively by domain or subdomain:
- go to
chrome://settings/content/cookies
- type the domain name in the search box
- click delete
More details here:
http://oxid-blog.euroblaze.de/miscellaneous/delete-google-chrome-cookies-selectively-by-domain/
This can't however select cookies by web folders, e.g. www.domain.com/folder1
.
2
Welcome to Super User! It would be nice to include the essential parts of the answer here, and provide the link only for future reference.
– slhck
Jun 26 '11 at 13:11
40
The question was about clearing the cache, but you answered how to clear cookies.
– Daniel Serodio
Nov 28 '12 at 12:28
Found cache also from within the same details tab.
– Jaak Kütt
Feb 21 '14 at 15:25
Just to add to the confusion - this worked for me for something that I'm pretty sure is "cache" AND the chrome settings include something called "local storage" so I believe that the term "browser cache" may be too general. My point is that this answer worked for me.
– ssaltman
Dec 1 '15 at 2:52
This also worked for me. Sometimes it's necessary to clear both the cache and cookies when you're doing web development with user sessions.
– mrk2010
Jun 30 '16 at 1:19
|
show 4 more comments
Here's how to delete Chrome's cookies selectively by domain or subdomain:
- go to
chrome://settings/content/cookies
- type the domain name in the search box
- click delete
More details here:
http://oxid-blog.euroblaze.de/miscellaneous/delete-google-chrome-cookies-selectively-by-domain/
This can't however select cookies by web folders, e.g. www.domain.com/folder1
.
2
Welcome to Super User! It would be nice to include the essential parts of the answer here, and provide the link only for future reference.
– slhck
Jun 26 '11 at 13:11
40
The question was about clearing the cache, but you answered how to clear cookies.
– Daniel Serodio
Nov 28 '12 at 12:28
Found cache also from within the same details tab.
– Jaak Kütt
Feb 21 '14 at 15:25
Just to add to the confusion - this worked for me for something that I'm pretty sure is "cache" AND the chrome settings include something called "local storage" so I believe that the term "browser cache" may be too general. My point is that this answer worked for me.
– ssaltman
Dec 1 '15 at 2:52
This also worked for me. Sometimes it's necessary to clear both the cache and cookies when you're doing web development with user sessions.
– mrk2010
Jun 30 '16 at 1:19
|
show 4 more comments
Here's how to delete Chrome's cookies selectively by domain or subdomain:
- go to
chrome://settings/content/cookies
- type the domain name in the search box
- click delete
More details here:
http://oxid-blog.euroblaze.de/miscellaneous/delete-google-chrome-cookies-selectively-by-domain/
This can't however select cookies by web folders, e.g. www.domain.com/folder1
.
Here's how to delete Chrome's cookies selectively by domain or subdomain:
- go to
chrome://settings/content/cookies
- type the domain name in the search box
- click delete
More details here:
http://oxid-blog.euroblaze.de/miscellaneous/delete-google-chrome-cookies-selectively-by-domain/
This can't however select cookies by web folders, e.g. www.domain.com/folder1
.
edited Jun 20 '17 at 12:40
SkorpEN
1034
1034
answered Jun 26 '11 at 8:46
euroblazeeuroblaze
50733
50733
2
Welcome to Super User! It would be nice to include the essential parts of the answer here, and provide the link only for future reference.
– slhck
Jun 26 '11 at 13:11
40
The question was about clearing the cache, but you answered how to clear cookies.
– Daniel Serodio
Nov 28 '12 at 12:28
Found cache also from within the same details tab.
– Jaak Kütt
Feb 21 '14 at 15:25
Just to add to the confusion - this worked for me for something that I'm pretty sure is "cache" AND the chrome settings include something called "local storage" so I believe that the term "browser cache" may be too general. My point is that this answer worked for me.
– ssaltman
Dec 1 '15 at 2:52
This also worked for me. Sometimes it's necessary to clear both the cache and cookies when you're doing web development with user sessions.
– mrk2010
Jun 30 '16 at 1:19
|
show 4 more comments
2
Welcome to Super User! It would be nice to include the essential parts of the answer here, and provide the link only for future reference.
– slhck
Jun 26 '11 at 13:11
40
The question was about clearing the cache, but you answered how to clear cookies.
– Daniel Serodio
Nov 28 '12 at 12:28
Found cache also from within the same details tab.
– Jaak Kütt
Feb 21 '14 at 15:25
Just to add to the confusion - this worked for me for something that I'm pretty sure is "cache" AND the chrome settings include something called "local storage" so I believe that the term "browser cache" may be too general. My point is that this answer worked for me.
– ssaltman
Dec 1 '15 at 2:52
This also worked for me. Sometimes it's necessary to clear both the cache and cookies when you're doing web development with user sessions.
– mrk2010
Jun 30 '16 at 1:19
2
2
Welcome to Super User! It would be nice to include the essential parts of the answer here, and provide the link only for future reference.
– slhck
Jun 26 '11 at 13:11
Welcome to Super User! It would be nice to include the essential parts of the answer here, and provide the link only for future reference.
– slhck
Jun 26 '11 at 13:11
40
40
The question was about clearing the cache, but you answered how to clear cookies.
– Daniel Serodio
Nov 28 '12 at 12:28
The question was about clearing the cache, but you answered how to clear cookies.
– Daniel Serodio
Nov 28 '12 at 12:28
Found cache also from within the same details tab.
– Jaak Kütt
Feb 21 '14 at 15:25
Found cache also from within the same details tab.
– Jaak Kütt
Feb 21 '14 at 15:25
Just to add to the confusion - this worked for me for something that I'm pretty sure is "cache" AND the chrome settings include something called "local storage" so I believe that the term "browser cache" may be too general. My point is that this answer worked for me.
– ssaltman
Dec 1 '15 at 2:52
Just to add to the confusion - this worked for me for something that I'm pretty sure is "cache" AND the chrome settings include something called "local storage" so I believe that the term "browser cache" may be too general. My point is that this answer worked for me.
– ssaltman
Dec 1 '15 at 2:52
This also worked for me. Sometimes it's necessary to clear both the cache and cookies when you're doing web development with user sessions.
– mrk2010
Jun 30 '16 at 1:19
This also worked for me. Sometimes it's necessary to clear both the cache and cookies when you're doing web development with user sessions.
– mrk2010
Jun 30 '16 at 1:19
|
show 4 more comments
- Press control shift i (or
command shift i on OS X) to open
Dev Tools. - Right-click the reload button next to the address bar.
- Choose: "Empty Cache and Hard Reload".
add a comment |
- Press control shift i (or
command shift i on OS X) to open
Dev Tools. - Right-click the reload button next to the address bar.
- Choose: "Empty Cache and Hard Reload".
add a comment |
- Press control shift i (or
command shift i on OS X) to open
Dev Tools. - Right-click the reload button next to the address bar.
- Choose: "Empty Cache and Hard Reload".
- Press control shift i (or
command shift i on OS X) to open
Dev Tools. - Right-click the reload button next to the address bar.
- Choose: "Empty Cache and Hard Reload".
answered Nov 18 '15 at 22:43
Joseph HansenJoseph Hansen
2,61511924
2,61511924
add a comment |
add a comment |
Wrench -> Preferences -> Under the Hood ->
Use DNS pre-fetching to improve page load performance
Disable it - thus dumping the whole application cache - reload the affected page - and then re-enable. If this happens often or doesn't clear the issue, some cache upstream from chrome is the problem and you should probably leave chrome's disabled.
Selective invalidation of an application layer cache (which is done strictly for application speed) since chrome has "no business" taking over for the system is might be an answer to some issue, but it isn't a very good answer.
(Lest you get huffy about my "no business" statement, I use pre-fetching myself as I like the zippiness, proper or not)
2
Despite your parenthetical objections and the correctness of your solution, I'm huffy anyway.
– Blomkvist
May 4 '11 at 12:39
This answer is incorrect. Disabling DNS prefetching does not clear Chrome's HTTP cache.
– duskwuff
Jan 20 at 5:47
add a comment |
Wrench -> Preferences -> Under the Hood ->
Use DNS pre-fetching to improve page load performance
Disable it - thus dumping the whole application cache - reload the affected page - and then re-enable. If this happens often or doesn't clear the issue, some cache upstream from chrome is the problem and you should probably leave chrome's disabled.
Selective invalidation of an application layer cache (which is done strictly for application speed) since chrome has "no business" taking over for the system is might be an answer to some issue, but it isn't a very good answer.
(Lest you get huffy about my "no business" statement, I use pre-fetching myself as I like the zippiness, proper or not)
2
Despite your parenthetical objections and the correctness of your solution, I'm huffy anyway.
– Blomkvist
May 4 '11 at 12:39
This answer is incorrect. Disabling DNS prefetching does not clear Chrome's HTTP cache.
– duskwuff
Jan 20 at 5:47
add a comment |
Wrench -> Preferences -> Under the Hood ->
Use DNS pre-fetching to improve page load performance
Disable it - thus dumping the whole application cache - reload the affected page - and then re-enable. If this happens often or doesn't clear the issue, some cache upstream from chrome is the problem and you should probably leave chrome's disabled.
Selective invalidation of an application layer cache (which is done strictly for application speed) since chrome has "no business" taking over for the system is might be an answer to some issue, but it isn't a very good answer.
(Lest you get huffy about my "no business" statement, I use pre-fetching myself as I like the zippiness, proper or not)
Wrench -> Preferences -> Under the Hood ->
Use DNS pre-fetching to improve page load performance
Disable it - thus dumping the whole application cache - reload the affected page - and then re-enable. If this happens often or doesn't clear the issue, some cache upstream from chrome is the problem and you should probably leave chrome's disabled.
Selective invalidation of an application layer cache (which is done strictly for application speed) since chrome has "no business" taking over for the system is might be an answer to some issue, but it isn't a very good answer.
(Lest you get huffy about my "no business" statement, I use pre-fetching myself as I like the zippiness, proper or not)
answered May 4 '11 at 11:16
mswmsw
3,0981317
3,0981317
2
Despite your parenthetical objections and the correctness of your solution, I'm huffy anyway.
– Blomkvist
May 4 '11 at 12:39
This answer is incorrect. Disabling DNS prefetching does not clear Chrome's HTTP cache.
– duskwuff
Jan 20 at 5:47
add a comment |
2
Despite your parenthetical objections and the correctness of your solution, I'm huffy anyway.
– Blomkvist
May 4 '11 at 12:39
This answer is incorrect. Disabling DNS prefetching does not clear Chrome's HTTP cache.
– duskwuff
Jan 20 at 5:47
2
2
Despite your parenthetical objections and the correctness of your solution, I'm huffy anyway.
– Blomkvist
May 4 '11 at 12:39
Despite your parenthetical objections and the correctness of your solution, I'm huffy anyway.
– Blomkvist
May 4 '11 at 12:39
This answer is incorrect. Disabling DNS prefetching does not clear Chrome's HTTP cache.
– duskwuff
Jan 20 at 5:47
This answer is incorrect. Disabling DNS prefetching does not clear Chrome's HTTP cache.
– duskwuff
Jan 20 at 5:47
add a comment |
In three steps:
F12 (open developer tools)
F1 (go to settings)- Under Preferences / Network uncheck Disable cache (while DevTools is open)
Note that you can un-dock the DevTools if you would rather keep them as a separate window while open.
This one is working well if you need to refresh external assets such as js or css
– RafaSashi
Feb 20 '18 at 4:47
add a comment |
In three steps:
F12 (open developer tools)
F1 (go to settings)- Under Preferences / Network uncheck Disable cache (while DevTools is open)
Note that you can un-dock the DevTools if you would rather keep them as a separate window while open.
This one is working well if you need to refresh external assets such as js or css
– RafaSashi
Feb 20 '18 at 4:47
add a comment |
In three steps:
F12 (open developer tools)
F1 (go to settings)- Under Preferences / Network uncheck Disable cache (while DevTools is open)
Note that you can un-dock the DevTools if you would rather keep them as a separate window while open.
In three steps:
F12 (open developer tools)
F1 (go to settings)- Under Preferences / Network uncheck Disable cache (while DevTools is open)
Note that you can un-dock the DevTools if you would rather keep them as a separate window while open.
answered Nov 8 '16 at 8:07
PequePeque
6311615
6311615
This one is working well if you need to refresh external assets such as js or css
– RafaSashi
Feb 20 '18 at 4:47
add a comment |
This one is working well if you need to refresh external assets such as js or css
– RafaSashi
Feb 20 '18 at 4:47
This one is working well if you need to refresh external assets such as js or css
– RafaSashi
Feb 20 '18 at 4:47
This one is working well if you need to refresh external assets such as js or css
– RafaSashi
Feb 20 '18 at 4:47
add a comment |
Deleting the history entries will work in many cases: (Mac)
Cmd+Y (Open History)- Search for your domain
- Check all the entries. Unfortunately there's no check all button at the moment. You don't have to click the checkboxes though, clicking on the time works too.
- Click
Remove selected items
add a comment |
Deleting the history entries will work in many cases: (Mac)
Cmd+Y (Open History)- Search for your domain
- Check all the entries. Unfortunately there's no check all button at the moment. You don't have to click the checkboxes though, clicking on the time works too.
- Click
Remove selected items
add a comment |
Deleting the history entries will work in many cases: (Mac)
Cmd+Y (Open History)- Search for your domain
- Check all the entries. Unfortunately there's no check all button at the moment. You don't have to click the checkboxes though, clicking on the time works too.
- Click
Remove selected items
Deleting the history entries will work in many cases: (Mac)
Cmd+Y (Open History)- Search for your domain
- Check all the entries. Unfortunately there's no check all button at the moment. You don't have to click the checkboxes though, clicking on the time works too.
- Click
Remove selected items
edited Jan 20 at 4:56
answered Mar 8 '16 at 15:49
NeluNelu
2952618
2952618
add a comment |
add a comment |
Webpack was caching a previous project for me and I need parts of the caching to work so I couldn't use incognito. The top 3 solutions didn't work for my case. What did work and was quick enough to implement was clicking Resources tab in Developer tools, unfolding Cache Storage, and right-clicking to delete the cached data.
add a comment |
Webpack was caching a previous project for me and I need parts of the caching to work so I couldn't use incognito. The top 3 solutions didn't work for my case. What did work and was quick enough to implement was clicking Resources tab in Developer tools, unfolding Cache Storage, and right-clicking to delete the cached data.
add a comment |
Webpack was caching a previous project for me and I need parts of the caching to work so I couldn't use incognito. The top 3 solutions didn't work for my case. What did work and was quick enough to implement was clicking Resources tab in Developer tools, unfolding Cache Storage, and right-clicking to delete the cached data.
Webpack was caching a previous project for me and I need parts of the caching to work so I couldn't use incognito. The top 3 solutions didn't work for my case. What did work and was quick enough to implement was clicking Resources tab in Developer tools, unfolding Cache Storage, and right-clicking to delete the cached data.
answered Jun 27 '16 at 4:45
garajogarajo
1013
1013
add a comment |
add a comment |
protected by JakeGould Aug 18 '16 at 17:22
Thank you for your interest in this question.
Because it has attracted low-quality or spam answers that had to be removed, posting an answer now requires 10 reputation on this site (the association bonus does not count).
Would you like to answer one of these unanswered questions instead?
2
The problem with this is that it is not as simple to clear the cache as you would think. When a browser caches files, it does so based on its URL. The complication is that many sites share common files like Google API scripts, Gravatar icons, etc. How would you go about clearing the cache for only a specific site? Should the common files it loads be deleted as well (and thus partially clearing the cache for other sites)? Or should they be left intact? (probably the most “correct” solution).
– Synetech
Aug 7 '13 at 1:12
3
Honestly, none of these answers really "answer" the question for me. These are developer answers. The root question is how a regular person would do this. It would be unreasonable to ask a non-developer to do these things.
– Will Strohl
Apr 21 '14 at 14:46
It's times like these when I switch back to Firefox for a day.
– User
Nov 8 '14 at 2:02
2
No one has really answered this question about how to clear cache for a specific domain
– DiverseAndRemote.com
Aug 26 '15 at 14:43
Since F12 developer tools is built into Chrome, using them is open to everyone, not just "Developers" for clearing specific items.
– Fiasco Labs
Feb 17 '16 at 2:33