Closed (fixed)
Project:
Boost
Version:
6.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Aug 2009 at 11:05 UTC
Updated:
14 Oct 2009 at 09:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
mikeytown2 commentedThe server IP needs to be hard coded, in order for this to work; from what I can tell.
Comment #2
mikeytown2 commentednot sure if this will ever be committed, but its here.
Comment #3
mikeytown2 commentedFirst step is to make htaccess generation more tailored to the current settings. Make a note that a particular setting effects the htaccess generation.
Comment #4
Froggie-2 commented@mikeytown: Is it a bad idea to leave cached pages as it is permanently without any expiry date/time, until the page gets updated or modified? What I mean is to have a page expire from cache if and only if it is updated. This will help save a lot of server resources...
Comment #5
mikeytown2 commented@Froggie
There is a global setting for that; here is the patch that makes it work correctly #566106: boost_has_site_changed() function not working.
Enable the "Expire content on cron only if the sites content has changed." checkbox.
In a more specific manner you can select different expiration times for different content types with the "Boost: Pages cache configuration" Block. So for nodes do something like 52 weeks and for views do 1 hour, front page do 1 min. Not expiring pages that contain multiple nodes, like views/panels (#453908: Hook for panel node types - expiration of static cache; panel containing multiple nodes), is a bad idea. Also if you have dynamic content, then a low expiration time is a good idea, otherwise that dynamic info will not be updated.
Comment #6
Froggie-2 commented@Mikeytown: Thank you very much for the latest information and updates. I am looking forward to install the latest version sometime soon. Best Regards
Comment #7
mikeytown2 commentedInside boost_cron(): Bypass cache expiration and load to be expired content in the crawler.
Comment #8
mikeytown2 commentedFirst step done. Rules get selectively generated based on settings.
Comment #9
mikeytown2 commentedComment #10
mikeytown2 commentedWhats left to do is put in the logic so crawler loads up the correct URL's and cron doesn't clear the expired cache.
Comment #11
mikeytown2 commentedpatch is in with checkbox commented out.
Comment #12
mikeytown2 commentedComment #13
mikeytown2 commentedComment #14
mikeytown2 commenteddid it
Comment #15
mikeytown2 commentedworks on windows now as well
Comment #16
mikeytown2 commentedcommitted