Javascript cached page detection
-
Hi, is there a standard way to tell from javascript whether the current page is a supercached page?
For example if the page is served from cache, it might be desirable to do some ajax to refresh certain elements.
However if the page is freshly generated, the additional ajax calls could be suppressed.
The topic ‘Javascript cached page detection’ is closed to new replies.