Accès & Onboarding   Noindex

# How to clear my browser cache?

4 min de lecture

A modification has just been delivered on your site — a correction, a new page, a design change — but when you open it, nothing has changed. Or you are asked to "clear your cache" and you are not quite sure what that means. Here is a simple explanation, and the steps to follow according to your browser.

## What is the browser cache?

To display a website quickly, your browser (Chrome, Firefox, Safari, Edge...) saves a local copy of the pages you visit: images, CSS files, scripts, fonts... On your next visit, rather than re-downloading everything from the server, it reuses what it already has in memory. This is what we call the **cache**.

This is useful on a daily basis — it makes browsing faster. But it poses a concrete problem: **if the site has been modified since your last visit, your browser may continue to display the old version**, without even checking if there is something new.

## Why are you asked to clear it?

When we update your site, the files change on the server. But if your browser has cached an old version of these files, it will not necessarily re-download them — and you continue to see the old version of the site, even if everyone around you is already seeing the new one.

Clearing the cache forces the browser to start from scratch: it re-downloads everything from the server, and you see the most up-to-date version of the site.

This is also useful for diagnosing a bug: sometimes what we take for a problem on the site is simply an old version stuck in the cache.

## How to clear the cache according to your browser

### Google Chrome

1. Press **Ctrl + Shift + Delete** (Windows) or **Cmd + Shift + Delete** (Mac).
2. In the window that opens, choose the time range **"All time"**.
3. Check at least **"Cached images and files"**. You can also check cookies if explicitly asked.
4. Click on **"Clear data"**.
5. Reload your site page.

### Mozilla Firefox

1. Press **Ctrl + Shift + Delete** (Windows) or **Cmd + Shift + Delete** (Mac).
2. Choose the time range **"Everything"**.
3. Check **"Cache"**.
4. Click on **"Clear Now"**.
5. Reload the page.

### Safari (Mac)

1. In the top menu, click on **Safari → Preferences** (or **Settings** depending on your version).
2. Go to the **Advanced** tab and enable **"Show Develop menu"** if it is not already done.
3. In the **Develop** menu, click on **"Empty Caches"**.
4. Reload the page.

Direct shortcut: **Cmd + Option + E**.

### Safari (iPhone / iPad)

1. Open **Settings** on your device.
2. Scroll down to **Safari**.
3. Tap on **"Clear History and Website Data"**.
4. Confirm. Reopen Safari and reload the page.

### Microsoft Edge

1. Press **Ctrl + Shift + Delete**.
2. Choose the time range **"All time"**.
3. Check **"Cached images and files"**.
4. Click on **"Clear Now"**.
5. Reload the page.

## The universal shortcut: forced reload

If you do not want to clear the entire cache, there is a shortcut that forces the browser to reload the page while ignoring the cache, without touching the rest:

- **Windows / Linux**: **Ctrl + Shift + R** or **Ctrl + F5**
- **Mac**: **Cmd + Shift + R**

This is often enough to check if a modification is visible on your site.

---

Did this article answer your question? Is something still unclear, or would you like to see a topic addressed in this knowledge base? Let us know via the button below. 👇

[Contact us](http://www.mermio.ch/en/contact)

## Related Articles

[  Accès & Onboarding ###  What information do we need to start your web project?

Before starting a web project, Mermio needs a certain amount of information to frame the project, avoid unnecessary back-and-forth, and deliver a result aligned with your expectations. This guide summarizes everything we need from the start.

](http://www.mermio.ch/en/base-de-connaissances/what-information-do-we-need-to-start-your-web-project) [  Accès & Onboarding ###  Why do we need FTP/SSH access to your server?

To intervene on your server, we need FTP/SFTP or SSH access. Here’s what it means, why it’s necessary, and how to configure it securely.

](http://www.mermio.ch/en/base-de-connaissances/why-do-we-need-ftpssh-access-to-your-server)
