Preload Restart after Completed, only if needed?
-
I loaded the entire cache of my large site (nearly 15k pages all told), and then realized I had not set restart after completed. I did set up the cron job and confirmed it was working correctly to build the cache at 2-minute intervals.
Now that the cache is full, I set “restart after completed”, the cron job runs, but no (or very few) new files are created – to see cache by date, I found this command:
find . -type f -printf ‘%TY-%Tm-%Td\n’ | sort | uniq -c
So I can see there are very few new files today, there should be thousands. I loaded from a web browser (and wget, just to see) and saw it confirm that new files were loaded, returning green ‘OK’, but the number of files cached today didn’t increase. It doesn’t return “Completed”, which is what I understand it would be returning if I hadn’t set the Reload after Completed option.
I have a widget in the right-hand bar of the site that changes by week. So files cached Friday do need to be cached again today. It’s not a big deal if it takes 48 hours for all the files to be updated, but it doesn’t seem like it is updating at all.
Is there something I have done wrong? Is the Reload After Completed seeing that the main content of that page is unchanged, and not redoing that page?
While the cache was building, I definitely saw the number of older pages declining, even as it added new ones. But again it seems to have stopped, and I’m not sure what to do to force a reload other than deleting the cache entirely, which I had hoped not to have to do.
Thanks!
- The topic ‘Preload Restart after Completed, only if needed?’ is closed to new replies.