Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Remove memory cache in chrome devTools

enter image description here

All data uri resources are coming as (from memory cache) under Size column in devtools. Even after i cleared browsing data of chrome and checked 'disable cache' , and run in private window also, its still coming as memory cache .

How to clear this memory cache and load fresh as first time.

like image 298
Arun Avatar asked Dec 11 '17 06:12

Arun


People also ask

Does F12 clear cache?

Just open the Chrome Dev Tools by pressing F12. Once the chrome dev tools are open, just right click on the refresh button and a menu will drop down. This menu gives you the option of doing a hard refresh, or even clearing the cache and do a hard refresh automatically.

How do I clear inspect element cache?

Right click anywhere in the window, then select Inspect. Allow the Dev Tools to open up in your window. Right-click on the refresh icon and select Empty cache and Hard Reload.

Can I delete cache storage Chrome?

In the Chrome appAt the top, choose a time range. To delete everything, select All time. Next to “Cookies and site data” and “Cached images and files,” check the boxes. Tap Clear data.


1 Answers

Update: Some DevTools engineers checked it out. DevTools lists Data URIs as originating from memory cache, even on a brand new Chrome profile. So it's a bug.

Try these:

  • Clear Storage pane
  • Empty Cache and Hard Reload
like image 107
Kayce Basques Avatar answered Sep 21 '22 13:09

Kayce Basques