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
Post a Comment