Can't seem to find the Boost admin blocks anywhere on the block page. I've checked all the settings as well. I'm sure I'm missing it but I just can't find it.

How do I add the Boost admin block to the site?

Comments

gnal’s picture

See here: http://drupal.org/node/1434362
It seems that they are not yet implemented for the drupal 7 version of the module.

XerraX’s picture

Is there a way to manually set caching times per node, in the meantime?

bgm’s picture

Status: Active » Closed (duplicate)

Caching times per node is not yet possible. Please open a separate issue if you would like to work on this or do a feature request.

(deleted the first part of my comment, I mixed two different issues)

bgm’s picture

Status: Closed (duplicate) » Active

oops, mixing different issues. Re-opening this one, and edited my last post.

VM’s picture

Status: Active » Closed (duplicate)

Seems this was answered with comment #1

VM’s picture

Status: Closed (duplicate) » Fixed

status correction

Status: Fixed » Closed (fixed)

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

bgm’s picture

Title: Where are the admin blocks? » Admin blocks in 7.x-1.x
Category: support » feature
Status: Closed (fixed) » Active

Re-opening issue and changing as a feature request.

bgm’s picture

Title: Admin blocks in 7.x-1.x » Admin status block in 7.x-1.x
Status: Active » Needs review

I committed to 7.x-1.x (dev) a first attempt to a status block for boost. Please test/review!

* shows the filename of the cached page
* shows the file creation time
* if the page cannot be cached, it explains why (more info on this later)
* allows to flush the page from the cache (adds a permission "boost flush page", so users do not need "administer content" to flush some content, although it would be nice to make this configurable per content-type).

Modules implementing "hook_boost_is_cacheable" can add $parts['is_cacheable_rason'] = 'your reason here..';. This can be useful to understand why a page is not being cached. See boost_boost_is_cacheable() for an example. Related: #1666140: Boost API: hook_boost_is_cacheable: have a way to know if the current page is cacheable for the status block.

Changing the title of this issue to clarify to the 'status block' only. The stats block already has another issue, and the tuning block needs a separate issue. I updated the documentation in the handbook.

bgm’s picture

Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

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

yannisc’s picture

This is a very nice addition! How could we add the flush page button on the admin menu/toolbar?