Skip to content

Commit b00de7c

Browse files
Update guides/clear-browser-cache.mdx
1 parent 36a4de6 commit b00de7c

File tree

1 file changed

+164
-0
lines changed

1 file changed

+164
-0
lines changed

guides/clear-browser-cache.mdx

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,164 @@
1+
---
2+
title: "Clear browser cache"
3+
description: "Step-by-step instructions for clearing your browser cache across different browsers"
4+
icon: "rotate-ccw"
5+
---
6+
7+
If you're experiencing issues with outdated content, slow loading, or display problems, clearing your browser cache can often resolve these issues. Follow the instructions below for your specific browser.
8+
9+
<AccordionGroup>
10+
<Accordion title="Google Chrome">
11+
**Method 1: Keyboard shortcut (fastest)**
12+
1. Press <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Delete</kbd> (Windows/Linux) or <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>Delete</kbd> (Mac)
13+
2. Select "All time" from the time range dropdown
14+
3. Check "Cached images and files"
15+
4. Click "Clear data"
16+
17+
**Method 2: Through settings**
18+
1. Click the three dots menu (⋮) in the top right corner
19+
2. Go to **Settings** > **Privacy and security** > **Clear browsing data**
20+
3. Select "All time" from the time range dropdown
21+
4. Check "Cached images and files"
22+
5. Click "Clear data"
23+
24+
**Method 3: Hard refresh (for current page only)**
25+
- Press <kbd>Ctrl</kbd> + <kbd>F5</kbd> (Windows/Linux) or <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd> (Mac)
26+
</Accordion>
27+
28+
<Accordion title="Safari">
29+
**Method 1: Through menu**
30+
1. Click **Safari** in the menu bar
31+
2. Select **Settings** (or **Preferences** on older versions)
32+
3. Go to the **Advanced** tab
33+
4. Check "Show Develop menu in menu bar"
34+
5. Click **Develop** in the menu bar
35+
6. Select **Empty Caches**
36+
37+
**Method 2: Keyboard shortcut**
38+
1. Enable the Develop menu (steps 1-4 above)
39+
2. Press <kbd>Cmd</kbd> + <kbd>Option</kbd> + <kbd>E</kbd>
40+
41+
**Method 3: Hard refresh (for current page only)**
42+
- Press <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd>
43+
44+
**Method 4: Clear all website data**
45+
1. Click **Safari** > **Settings**
46+
2. Go to the **Privacy** tab
47+
3. Click **Manage Website Data**
48+
4. Click **Remove All**
49+
5. Confirm by clicking **Remove Now**
50+
</Accordion>
51+
52+
<Accordion title="Mozilla Firefox">
53+
**Method 1: Keyboard shortcut**
54+
1. Press <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Delete</kbd> (Windows/Linux) or <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>Delete</kbd> (Mac)
55+
2. Select "Everything" from the time range dropdown
56+
3. Check "Cache"
57+
4. Click "Clear Now"
58+
59+
**Method 2: Through menu**
60+
1. Click the hamburger menu (☰) in the top right corner
61+
2. Go to **Settings** > **Privacy & Security**
62+
3. Scroll to "Cookies and Site Data"
63+
4. Click **Clear Data**
64+
5. Check "Cached Web Content"
65+
6. Click "Clear"
66+
67+
**Method 3: Hard refresh (for current page only)**
68+
- Press <kbd>Ctrl</kbd> + <kbd>F5</kbd> (Windows/Linux) or <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd> (Mac)
69+
</Accordion>
70+
71+
<Accordion title="Microsoft Edge">
72+
**Method 1: Keyboard shortcut**
73+
1. Press <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Delete</kbd>
74+
2. Select "All time" from the time range dropdown
75+
3. Check "Cached images and files"
76+
4. Click "Clear now"
77+
78+
**Method 2: Through settings**
79+
1. Click the three dots menu (...) in the top right corner
80+
2. Go to **Settings** > **Privacy, search, and services**
81+
3. Under "Clear browsing data," click **Choose what to clear**
82+
4. Select "All time" from the time range dropdown
83+
5. Check "Cached images and files"
84+
6. Click "Clear now"
85+
86+
**Method 3: Hard refresh (for current page only)**
87+
- Press <kbd>Ctrl</kbd> + <kbd>F5</kbd>
88+
</Accordion>
89+
90+
<Accordion title="Opera">
91+
**Method 1: Keyboard shortcut**
92+
1. Press <kbd>Ctrl</kbd> + <kbd>Shift</kbd> + <kbd>Delete</kbd> (Windows/Linux) or <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>Delete</kbd> (Mac)
93+
2. Select "All time" from the time range dropdown
94+
3. Check "Cached images and files"
95+
4. Click "Clear data"
96+
97+
**Method 2: Through settings**
98+
1. Click the Opera menu in the top left corner
99+
2. Go to **Settings** > **Advanced** > **Privacy & security**
100+
3. Click **Clear browsing data**
101+
4. Select "All time" from the time range dropdown
102+
5. Check "Cached images and files"
103+
6. Click "Clear data"
104+
105+
**Method 3: Hard refresh (for current page only)**
106+
- Press <kbd>Ctrl</kbd> + <kbd>F5</kbd> (Windows/Linux) or <kbd>Cmd</kbd> + <kbd>Shift</kbd> + <kbd>R</kbd> (Mac)
107+
</Accordion>
108+
109+
<Accordion title="Mobile browsers">
110+
**Chrome (Android)**
111+
1. Open Chrome and tap the three dots menu
112+
2. Tap **Settings** > **Privacy and security** > **Clear browsing data**
113+
3. Select "All time"
114+
4. Check "Cached images and files"
115+
5. Tap "Clear data"
116+
117+
**Safari (iOS)**
118+
1. Go to **Settings** > **Safari**
119+
2. Scroll down and tap **Clear History and Website Data**
120+
3. Confirm by tapping **Clear History and Data**
121+
122+
**Firefox (Mobile)**
123+
1. Tap the three dots menu
124+
2. Tap **Settings** > **Delete browsing data**
125+
3. Check "Cache"
126+
4. Tap "Delete browsing data"
127+
128+
**Edge (Mobile)**
129+
1. Tap the three dots menu
130+
2. Tap **Settings** > **Privacy and security** > **Clear browsing data**
131+
3. Select "All time"
132+
4. Check "Cached images and files"
133+
5. Tap "Clear"
134+
</Accordion>
135+
</AccordionGroup>
136+
137+
## What is browser cache?
138+
139+
Browser cache stores copies of web pages, images, and other resources locally on your device to make websites load faster on repeat visits. However, sometimes cached content can become outdated or corrupted, causing display issues or preventing you from seeing the latest updates.
140+
141+
## When to clear your cache
142+
143+
Consider clearing your browser cache when you experience:
144+
145+
- Pages not displaying correctly or showing outdated content
146+
- Images or styles not loading properly
147+
- Website functionality not working as expected
148+
- Slow loading times despite good internet connection
149+
- Error messages related to loading resources
150+
151+
<Tip>
152+
If you only need to refresh the current page with the latest content, try a hard refresh first (using the keyboard shortcuts mentioned above) before clearing your entire cache.
153+
</Tip>
154+
155+
## After clearing cache
156+
157+
After clearing your browser cache:
158+
159+
- Websites may load slightly slower on your first visit as they re-download resources
160+
- You may need to log back into websites
161+
- Customized settings on websites may be reset
162+
- The issue you were experiencing should be resolved
163+
164+
If problems persist after clearing your cache, the issue may be related to your internet connection, the website itself, or other browser settings.

0 commit comments

Comments
 (0)