Chrome does not update pages
Author: William K.
Visited 642,
Followers 1,
Shared 0
Since many users are on Chrome, the fact that Chrome does not by default update the pages I am creating makes the updates useless. It keeps showing old pages. I know I can make it refresh - but many people won't do that and think the web page is just what they already saw! I can't assume everyone will "force a refresh." Is there a basic way to make the changes to pages refresh automaitcally in Chrome?
Posted on the
Not to my knowledge, but I suspect this is primarily a problem for you because you frequent the page so often. I would imagine that infrequent visitors would always see updated information (what happens if you wait 24 hrs before viewing the site online??)
Hello.
"Not to my knowledge, but I suspect this is primarily a problem for you because you frequent the page so often." - I agree.
"Is there a basic way to make the changes to pages refresh automaitcally in Chrome?" - as a very bad idea, you can set up very small caching of static files in the browser.
You can use this.But specify not "max-age = 2592000" but "max-age = 1". This is not a good idea.