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

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

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