[buddypress-trac] [BuddyPress Trac] #5377: Cache some frequently used values in notifications component
buddypress-trac
noreply at wordpress.org
Thu Feb 6 20:29:01 UTC 2014
#5377: Cache some frequently used values in notifications component
---------------------------+-----------------
Reporter: boonebgorges | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 2.0
Component: Notifications | Version:
Severity: normal | Keywords:
---------------------------+-----------------
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.
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/5377>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list