Hi everyone
I am trying to understand the ‘order’ of caching, and caching in a bit more detail, and have a real world example.
We control a number of websites. a few weeks ago some of the smaller websites were down for a day or so for maintenance. The main website was still live, so to give users a better experience, we changed the DNS records of all the websites that would be unavailable to point to a website maintenance page on the main website.
The TTL was set to 24 hours and the redirect worked well. After the downtime we reverted the DNS to point back for the now working websites.
However the issue I have now is that even 2 weeks on some people are being redirected to the maintenance page still.
I understand that browsers, providers, DNS servers and so on all cache DNS. However the TTL has long expired on the change.
I also understand that browsers cache static files etc of pages that have been visited previously which are used if they have not expired.
So I think my question is:
- Any ideas why users would still be seeing the maintenance page?
- What ‘order’ does a browser request content? Do they check the DNS cache and work up until they find a DNS record to use? then once they have that check the cache details for the content and use any locally stored assets if they are appropriate?
A small amount of users are having trouble seeing the correct content and I am unsure why.
Many Thanks for any information or advice.
Matt