If I am using background: url
in my CSS
files like:
background: url("/app/assets/imgs/someimage.png") no-repeat !important;
Is the image will load from my cache
(assuming it is there), or it will send a new request for it?
I have checked chrome://cache/
and the image exists.