This option doesn't work the way it has to. I've just installed the new rc, patched the crawler issue but this option works like "Cache every page except the listed pages". Listed pages are not cached, others are.

CommentFileSizeAuthor
#4 boost-565640.patch877 bytesmikeytown2

Comments

mikeytown2’s picture

On the performance/boost page your talking about this correct?

Statically cache specific pages:
  Cache every page except the listed pages.
  Cache only the listed pages.
  Cache pages for which the following PHP code returns TRUE (PHP-mode, experts only).

So "Cache only the listed pages" is acting like "Cache every page except the listed pages"?

vancip’s picture

Yes. Option 1 (Cache every page except the listed pages) and 2 (Cache only the listed pages.) work in the same way: listed pages are not "boosted", other ones are cached.

mikeytown2’s picture

Here's the issue that changed this part of the code base.
#337756: Rewrite boost_is_cacheable() to use core API functions.

mikeytown2’s picture

Status: Active » Needs review
StatusFileSize
new877 bytes

Here's a patch that should fix this

vancip’s picture

Patched, it seems to work fine again.

mikeytown2’s picture

Status: Needs review » Reviewed & tested by the community
mikeytown2’s picture

Status: Reviewed & tested by the community » Fixed

committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.