I am unable to get your first question buddy.
And as far as second question is concerned, then yes, it clears cache all pages cache and then rebuilds cache.
By the way the URL here may help you with this: http://www.iocreed.com/wp-super-cache-settings/
Or the guys here can help you: http://cacheable.co
Regards
Thread Starter
mrppp
(@mrppp)
This is my situation.
I am using Use mod_rewrite to serve cache files
i have a site with 20 pages that i would like to have a fresh cache ones a week.
What settings will allow cached files to do this
Why do the supercache files get generated by not being logged in, but the main /wp-content-cache/wp-cache-32c1exxxxxxxxxx.html file only load if i am logged in?
This means i need to visit each page myself?
I have set also in preload Refresh preloaded cache files every set (for testing) at 30 seconds,
and ticked
Preload mode (garbage collection only on legacy cache files. Recommended.)
This rewrites all the supercached but not those generated by me when logged in at main /wp-content-cache/wp-cache-32c1exxxxxxxxxx.html
So unless i log in once a week and refresh these by visiting my pages, visitors will always see the old file, is this correct?
Am i better off not generating these /wp-content-cache/wp-cache-32c1exxxxxxxxxx.html only have supercached?
Do not use SuperCached files. That generally results in a drop in number of visits.
Secondly increase the time for Refresh preloaded cache files set every to somewhere around 3000-5000 minutes.
Putting it at 30 minutes will increase the load on your server and thus result in a slow website and server resource overuse.
Read the comments section here and you will get answer to most of the questions: WP Super Cache Settings
Regards
Thread Starter
mrppp
(@mrppp)
set (for testing) at 30 seconds
The trouble is it does not auto generate cache files, it only generates supercahe files.
So i have to use supercahe.
If i login visit all my pages while logged in i generate cache files, but once the timer expires and garbage runs, these do NOT get generated again unless i log in and visit each page again
Thread Starter
mrppp
(@mrppp)
If i set Don’t cache pages for known users. (Recommended)
Then i get no cached files even if logged in.
So why am i ONLY getting SUPERCACHED files not normal CACHED files?