_boost_get_menu_router() should grab the ID column out of the views_display table instead of vid from views_view. Will allow for further refinements of the cache. Right now the last 2 have the same scope.

CommentFileSizeAuthor
#4 boost-596930.patch1.26 KBmikeytown2
#2 boost-596930.patch13.28 KBmikeytown2

Comments

mikeytown2’s picture

  $router_item['page_id'] = $router_item['page_arguments'][1];

Need to change "page_id" in "boost_cache_settings" table from int to varchar so it can store values like page, page_1, page_2 ect...

mikeytown2’s picture

Category: task » bug
Status: Active » Needs review
StatusFileSize
new13.28 KB
mikeytown2’s picture

Status: Needs review » Fixed

committed

mikeytown2’s picture

Status: Fixed » Needs review
StatusFileSize
new1.26 KB

added in better reporting at the end

mikeytown2’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

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