Skip to content

Instantly share code, notes, and snippets.

@Carduelis
Last active July 24, 2020 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Carduelis/90f6da06f026101d2d83d021896c19a3 to your computer and use it in GitHub Desktop.
Save Carduelis/90f6da06f026101d2d83d021896c19a3 to your computer and use it in GitHub Desktop.

How to clean cache using Google Chrome?

An easy one

Using hot key: ctrl + shift R

Clearing network cache

  1. Open devtools via ctrl + shift + i
  2. Go to Network tab
  3. Tick ☑ Disable cache checkmark
  4. Hit Right Mouse Click on ↻ Refresh button at top-left corner of the browser
  5. Select third item: Clear cache and hard reload

Clearing all possible caches

  1. Open devtools via ctrl + shift + i
  2. Go to Network tab
  3. Tick ☑ Disable cache checkmark
  4. Go to Application tab
  5. Select in the left pane: 🗑️ Clear storage
  6. Mark all checkmarks below Clear site data button
  7. Hit on button Clear site data
  8. Hit Right Mouse Click on ↻ Refresh button at top-left corner of the browser
  9. Select third item: Clear cache and hard reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment