Understanding Caching
Caching speeds up your site by storing static versions of pages. But this means changes to pricing tables may not appear immediately.
Types of Cache
- Browser cache: Stored on visitor's computer
- Page cache: WordPress caching plugins
- Server cache: Hosting provider caching
- CDN cache: Cloudflare, etc.
Clearing Cache
Browser Cache
Hard refresh: Ctrl+F5 (Windows) or Cmd+Shift+R (Mac)
WordPress Cache Plugins
WP Rocket: Dashboard → Clear Cache
W3 Total Cache: Performance → Purge All Caches
WP Super Cache: Settings → Delete Cache
Hosting Cache
Most hosts have cache clearing in their dashboard (cPanel, hosting control panel).
Preventing Cache Issues
- Exclude pricing pages: Don't cache pricing/checkout pages
- Shorter cache time: For frequently updated tables
- Auto-clear on save: Configure cache plugin to clear when table updates