Hi,

I set Boost not to cache but I still saw it cache that page. (Set it under "Cacheability settings")

Can you please check it?

Comments

abx’s picture

I forgot to say that what I did is to set not to cache "Frontpage" only. I also check source page and found the Boost comment at the end of that source page.

greggles’s picture

Title: Boost does cache even I set it to NO » Boost does cache even when disabled for a specific page

So, the steps to repeat are:

1. Install boost
2. Visit front page as anonymous user
3. Visit admin/settings/performance/boost
4. Select "Cache every page except the listed pages."
5. Enter in the box
6. Visit front page as anonymous user

Expected results:
Front page is not cached (comment from boost not found at end of page source)

Actual results:
Front page is cached (comment from boost is found at end of page source)

I able to repeat these results.

I did notice, however, that if i visit cron.php then it clears out the front page from the cache and all is happy again. I don't see this as a major issue.

One possible solution would be for the module to clear the cache of files after the settings/performance/boost page has been submitted.

I think it would just require a call to boost_cache_expire_all() in a custom admin_settings submit function.

Thoughts?

mikeytown2’s picture

Status: Active » Closed (fixed)

Closing all 5.x issues; will only reevaluate if someone steps up #454652: Looking for a co-maintainer - 5.x

Reason is 6.x has 10x as many users as 5.x; also last 5.x dev was over a year ago. The 5.x issue queue needs to go.