#5377 closed enhancement (fixed)
Cache some frequently used values in notifications component
| Reported by: | boonebgorges | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 |
| Component: | Toolbar & Notifications | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 7813: