Empty Cache and Hard Reload for Specific Domain in Browsers

What is Empty Cache and Hard Reload for Specific Domain

Clear current domain website cached static files, like HTML, CSS, JS, and images files.

Note: “Hard reload” is only clear current page cached static files not current domain. For current domain we need use “Empty Cache and Hard Reload”

Empty Cache and Hard Reload

Chrome

Method One

  1. Press control+shift+I or F12 to open Chrome Developer Tools.
  2. Right-click the reload button next to the address bar.
  3. Choose: “Empty Cache and Hard Reload”.

Method Two

  1. Press control+shift+I or F12 to open Chrome Developer Tools.
  2. Under Network (previously General) check Disable cache. (re-enable caching by un-checking this box)
  3. Reload the page.