Google Chrome browser includes a feature that lets you Normal Reload, Hard Reload or Empty Cache and Hard Reload a web page. This is found in its Developer Tools.

Normal Reload, Empty Cache & Hard Reload features in Chrome

Typically, there are three types of caches in Windows, which you can flush easily – Memory Cache, DNS Cache, and Thumbnails Cache. Clearing the Memory Cache helps free up some system memory while clearing the Thumbnail Cache can free up space in your hard disk. Clearing the DNS Cache fixes your internet connection problem. In browsers, you typically have Cookies, Temporary Internet Files cache, and Adobe Flash cache. In Chrome, the developer tools help you clear or empty the cache and do a hard refresh and reload easily, without breaking your flow or switching tabs. When the “Developer Tools” console is open in Google Chrome, the Reload button gets a drop-down menu with some options. Assuming you have the Chrome browser window opened, press F12. This opens the Chrome Developer Tools. Next, right-click on the browser Reload button visible in the upper right-hand corner of your computer screen. Now, you can find 3 Reload Options displayed:

Normal Reload: Uses Cached DataHard Reload: Forces browser to re-download items and reload. It is possible that used resources may come from a cached version.Empty Cache & Hard Reload: Cache for the page is cleared completely, and everything must be re-downloaded as required.

When we press F5, a Normal Reload takes place. In this case, if the browser can avoid re-downloading JavaScript files, etc. then it will do so. In the case of a Hard Reload, the browser does not use anything in the cache and is forced to re-download everything. It is the same as using Ctrl+F5. But if the web page loads additional resources via maybe a redirect, then it may load from the cache. You can also use Ctrl+R or Ctrl+Shift+R. When you select Empty Cache and Hard Reload, it will empty the cache first and then re-download everything. This is useful if the web page makes after-the-fact downloads via JavaScript that weren’t part of the page load. This is the best option to use if you want to reload a web page completely. Know more of such simple tips? Share them in the comments section below. Read next: How to Refresh and Hard Refresh your web page in a browser.