Closed (works as designed)
Project:
Boost
Version:
7.x-1.x-dev
Component:
Cron Crawler
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 May 2013 at 10:42 UTC
Updated:
3 Jun 2013 at 15:16 UTC
Jump to comment: Most recent
Comments
Comment #1
Anonymous (not verified) commentedThere is a setting on the front page of the boost configuration that enables the exclusion of files. Depends on the urls
The "crawler" is not really a spider, but generates a cached page in the queue on detection of changed content, you plug in a module with frequent updates and it's going to do that. Probably better to turn off the crawler and set low boost and cron times, and select the remove stale files from cache option on cron runs. Boost isn't really designed for the situation where you get a large amount of changing content from something like Facebook, the better option would probably be to iframe the facebook content so the page is statically correct, which the new content is up to date, or to limit the content to specific excluded pages.
Comment #2
jamix commentedThanks. We ultimately solved this on the Expire level by implementing
hook_expire_cache_alter(). The hook implementation skips cache expiration for the node pages that have been disabled through Rabbit Hole: