Closed (fixed)
Project:
Boost
Version:
7.x-1.0-beta1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
2 Aug 2012 at 02:41 UTC
Updated:
21 Aug 2012 at 22:21 UTC
I've installed this and it appears to be working... I've been watching the /cache/normal/[my site] folder and I see that HTML pages are being created -- as I visit those pages. But, if I were to just leave things alone, would those cached pages be created over time by the system? Or does this plugin require that someone visit each page in order to trigger the caching? I'm hoping that it's the former case... otherwise people will get some fast pages, some slow.
Maybe this is a dumb question, but I'd appreciate knowing more about how this works.
Thanks!
Comments
Comment #1
bgm commentedThe pages get created when someone visits the pages. They expire when the cron runs (or if you have the expire module and using the latest dev).
In Boost 6.x-1.x there was a crawler functionality that could be turned on an ran through the site in order to re-create the cache. We don't have it in 7.x-1.x yet. I'm not the biggest fan of the crawler, I find it a bit too much aggressive, but there might be other options. The main issue for the crawler is in #1074080: Cron crawler in 7.x?.
Comment #2
relish27 commentedThanks for the quick response on this. The crawler idea is very appealing. I will check out the issue you mention and the possible alternatives.