WP Super Cache
WP Super Cache seems to be the optimal caching plugin, currently. It turns dynamically created files into static files and updates the cache.
Here are the suggested settings. Note, by default, assume everything is off or disabled, unless otherwise mentioned.
Each heading is the section name. Once complete, go into the Preload tab and click Preload Cache Now. Then, after the page loads, go to the Easy tab and click Test Cache. If it doesn't tell you everything is perfect, contact your Tech Guru.
Easy
Advanced
- Cache hits to this website for quick access
- Use mod_rewrite to serve cache files.
- Compress pages so they’re served more quickly to visitors
- 304 Not Modified browser caching. Indicate when a page has not been modified since last requested.
- Don’t cache pages for known users
- Cache rebuild. Serve a supercache file to anonymous users while a new file is being generated.
- Mobile device support.
- Clear all cache files when a post or page is published or updated.
- Extra homepage checks. (Very occasionally stops homepage caching)
- Only refresh current page when comments made.
Cache Timeout: 1800
Scheduler: Timer, 600
Add here strings (not a filename) that forces a page not to be cached. For example, if your URLs include year and you dont want to cache last year posts, it’s enough to specify the year, i.e. ’/2004/’. WP-Cache will search if that string is part of the URI and if so, it will not cache that page.
wp-.*\.php
index\.php
Add here those filenames that can be cached, even if they match one of the rejected substring specified above.
wp-comments-popup.php
wp-links-opml.php
wp-locations.php
Rejected User Agents:
bot
ia_archive
slurp
crawl
spider
Yandex
Preload
Refresh preloaded cache files every 30
- Preload mode
- Preload tags, categories and other taxonomies.
Comments
|