[buddypress-trac] [BuddyPress Trac] #7218: Only load component action and screen code when we're on the component's page

buddypress-trac noreply at wordpress.org
Mon Mar 5 00:00:26 UTC 2018


#7218: Only load component action and screen code when we're on the component's
page
-------------------------+-----------------------
 Reporter:  r-a-y        |       Owner:
     Type:  enhancement  |      Status:  reopened
 Priority:  normal       |   Milestone:  3.0
Component:  Core         |     Version:
 Severity:  normal       |  Resolution:
 Keywords:  has-patch    |
-------------------------+-----------------------

Comment (by r-a-y):

 In [changeset:"11885"]:
 {{{
 #!CommitTicketReference repository="" revision="11885"
 Activity: Conditionally load action and screen functions.

 This commit conditionally loads action and screen function code for the
 Activity component, utilizing the `'bp_late_include'` hook introduced in
 r11884.

 Previously, we loaded these functions at all times, which is unnecessary
 when a user is not on an BuddyPress activity page.  Now, we only load this
 code when needed.

 A special case is required for PHPUnit as PHPUnit doesn't like
 conditional-
 included files when running multiple unit tests.  So for PHPUnit, we
 include all action and screen code at once, just like before.

 See #7218.
 }}}

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/7218#comment:66>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list