This is a common question, especially when changes don’t appear right away. The key thing to know is that Shopify doesn’t have a single “clear cache” button, because caching happens at multiple levels.
Here’s how to handle it properly ![]()
1. Browser cache (most common issue)
If you’ve updated your theme, CSS, or content and don’t see changes:
-
Hard refresh the page (Ctrl + Shift + R / Cmd + Shift + R)
-
Try opening the site in an incognito window
-
Clear your browser cache or test in another browser
2. Shopify theme cache
Shopify automatically caches theme files for performance. To refresh:
-
Go to Online Store → Themes
-
Click Customize, make a small change, and save
-
Or re-save the file you edited (CSS, Liquid, JS)
This forces Shopify to recompile the theme.
3. CDN / Shopify server cache
Shopify uses a global CDN, and you can’t manually clear it. The good news is:
-
It usually refreshes automatically within a few minutes
-
In rare cases, it can take up to a few hours
If something is critical, changing the file name (like style.css → style-v2.css) forces an instant refresh.
4. App-related caching
Some apps cache data separately. If the issue is app-related:
-
Clear cache inside the app settings (if available)
-
Or contact the app’s support team
Quick takeaway
Most “cache issues” on Shopify are actually browser cache issues, not Shopify itself. Start there before assuming something is broken.
At WebsitePandas, we run into this daily while optimizing Shopify stores, and in 90% of cases, a hard refresh or re-saving theme files solves the problem.
Hope this helps — feel free to add anything I might’ve missed!