Chrome is a browser that uses its own DNS cache. To flush(clear) the existing cache, we need to complete the following steps:
- Navigate to chrome: // net-internals / # dns page
- Click “Clear host cache” button
In some cases, clearing the DNS cache is not sufficient and you need to clear socket pool:
- Navigate to chrome: // net-internals / #sockets
- Click the “Flush socket pools” button
Was this article helpful?
If you have any suggestions or questions, please leave a comment below.
Leave A Comment