#5377 closed enhancement (fixed)
Cache some frequently used values in notifications component
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 2.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Toolbar & Notifications | Keywords: | |
Cc: |
Description
The notifications component could use a bit of minor caching. Most of the component is more or less fine without it. But there are a few queries that are called on every page, because of the toolbar and bp_options_nav. In fact, there are three DB queries on each BP pageload caused by the Notifications component, which could be consistently reduced to a single query even without persistent caching (all three ultimately result in the same DB query).
Fix incoming.
Change History (2)
Note: See
TracTickets for help on using
tickets.
In 7813: