cache_page / cache_index related
aiwass |
|
---|---|
From a test yesterday and today shows that if you run both $cfg['cache_index'] = TRUE; // Static page cache for guests on index and $cfg['cache_page'] = TRUE; // Static page cache for guests on pages and categories, it will render any updates or content that is to be released (future date) to not show when the date pasted. Meaning that once the future date becomes a already past date or time and it should appear, it doesn't, meaning it doesn't take into consideration the changes made on pagelist or recentitems.page.index (Recent_Pages). Shouldn't it do that? Take all that money that we spend on weapons and defences each year and instead spend it feeding and clothing and educating the poor of the world, which it would many times over, not one human being excluded, and we could explore space, together, both inner and outer, forever, in peace. - Bill Hicks
https://evlear.com |
|
This post was edited by aiwass (2014-05-19 19:17, 10 years ago) |
Trustmaster |
|
---|---|
Honestly, nobody ever took this particular problem in consideration when creating the full-page cache feature. And it is quite important indeed. We don't use Cron jobs because we don't want to force our users learning how to set it up. Yet we could use the cron-like plugin which runs tasks when smb. visits the site (e.g. administrator). We could write a complex algo detecting which particular pages need to be updated because of publication events, but generally you don't want static cache to exist forever and is OK if it gets wiped say every day or twice a day. @aiwass: feel free to open an issue as it is definitiely an issue. @others: better solution ideas? May the Source be with you!
|
aiwass |
|
---|---|
Issue/Ticket created on GitHub regarding above. Take all that money that we spend on weapons and defences each year and instead spend it feeding and clothing and educating the poor of the world, which it would many times over, not one human being excluded, and we could explore space, together, both inner and outer, forever, in peace. - Bill Hicks
https://evlear.com |