1👍
Your browser is caching the page it loaded from your web server (Nginx, Apache…) the first time the user went on your website.
To prevent this, you may want to configure your web server in order to send specific headers.
Ex:
Cache-Control: no-store, no-cache, must-revalidate, proxy-revalidate, max-age=0
Source:stackexchange.com