I know most of the image in website will be either memory or disk cache, but why all of my images is not cache everytime I refresh my page.
It is default in development server? or It cause by bug?
I create my react project with create-react-app
I know most of the image in website will be either memory or disk cache, but why all of my images is not cache everytime I refresh my page.
It is default in development server? or It cause by bug?
I create my react project with create-react-app
See this link to see how to check if your data is cached in google chrome.
If you don't see the images in cache check if you may have disabled caching for in your network tab (see image)