Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERR_CACHE_READ_FAILURE in google chrome

more often than not, I get a list of ERR_CACHE_READ_FAILURE errors when loading a web page in google chrome - this results in assets not being loaded, images, style sheets etc.

what would be the cause of this? I have tried disabling browser extensions, clearing cache etc.

It is causing me issues when testing websites, as they work fine on other machines or browsers

like image 645
Halpo Avatar asked Apr 20 '16 10:04

Halpo


Video Answer


2 Answers

In my case a tool called Dell SupportAssist has cleaned up browser caches by deleting their temp folder contents, meanwhile the browser had database entries to those cached files somewhere else and thought the cached data is still available.

Solution was to delete those references to inexisting files by cleaning the browser cache within Chrome

like image 50
Marian Klühspies Avatar answered Oct 01 '22 01:10

Marian Klühspies


Try typing in chrome url bar: chrome://flags/#enable-simple-cache-backend,

Then enable Simple Cache for HTTP.

enter image description here

Reference to google forum with the issue (link).

like image 32
Shahar Shokrani Avatar answered Oct 01 '22 00:10

Shahar Shokrani