#2671 - Simple current-page mode
| Identifier | #2671 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Simple current-page mode |
| Status | Completed |
| Tags |
Type: Performance (custom) |
| Handling member | Chris Graham |
| Addon | core_menus |
| Description | Allow running the menu block so that none of the 'is current' indicators are there, and instead they are set via JavaScript by comparing to the current URL and anything in the breadcrumbs.
If this is enabled, the cache signature no longer has to reference the zone/page/type combination. Enable this for all default instances of the menu block. Add support for local caching on the default instances too. |
| Steps to reproduce | |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
My main objective here was solving that the menu had to be individually cached for different pages. That wasted DB space, but also made it slow to navigate the Admin Zone as it kept having to regenerate that huge menu if on an empty block cache.