Remove memory cache in chrome devTools

自古美人都是妖i 提交于 2019-12-11 07:22:04

问题


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.


回答1:


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


来源:https://stackoverflow.com/questions/47747320/remove-memory-cache-in-chrome-devtools

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!