0

I'm making an web pages using Vue framework. i found out that even if i've been home page(in my web) before, the page requests one image again whenever I go back to the page and occuring blinking issue. it does not request other images though.

As I know framworks such as vue, react are using CSR, it does not need to re-request assets to server.

I cannot understand why its keep requesting specific image again and giving me 304, not 200 code.

enter image description here

the image that is blinking

YESSS
  • 31
  • 4
  • [304](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/304): "It is an implicit redirection to a cached resource". Maybe the answers to [this question](https://stackoverflow.com/questions/1665082/what-is-the-difference-between-http-status-code-200-cache-vs-status-code-304) can also help clarify. – yoduh Mar 30 '23 at 21:12

0 Answers0