3

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

Wesley Loh
  • 153
  • 2
  • 11

1 Answers1

6

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)

enter image description here

Shmili Breuer
  • 3,927
  • 2
  • 17
  • 26