08-19-2019, 03:36 PM
If it loads all contents from cache, then it may be not the latest version of the page.
You can use HTML directives to increase expiry time of the web page, for example:
<meta http-equiv="Cache-Control" content="public, max-age=31536000" />
You can use HTML directives to increase expiry time of the web page, for example:
<meta http-equiv="Cache-Control" content="public, max-age=31536000" />