javascript - Check if css or js file on already opened page was loaded from cache or from the server? -


is there way check google chrome console if css or js file loaded server or cache (because loaded) on web page loaded already?

if have access code, add version number linked js/css file:

<link rel="stylesheet" href="css/style.css?v=1.0"> 

?v=1.0

this way can see if version 1.0, 1.x or ever has been load in browser.


Comments

Popular posts from this blog

javascript - How to name a jQuery function to make a browser's back button work? -

collision detection - C++ library for mesh to mesh intersection: what is available? -

python - Django-easy-pdf: xhtml2pdf reporting reportlab 2.2+ is required, but 3.0 installed -