Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #7666, comment 3


Ignore:
Timestamp:
01/23/2018 05:10:42 PM (5 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #7666, comment 3

    initial v1  
    33There shouldn't be a backward-compatibility issue unless developers use functions that are not meant to be used outside the loop.  We can try to be conservative with what is offshored though.
    44
    5 It's hard to do benchmarks without writing a patch for the whole codebase, but it would save loading thousands of lines of code.  The example patch already saves more than 2000+ lines of code alone.
     5It's hard to do benchmarks without writing a patch for the whole codebase, but it would save loading thousands of lines of code.  The example patch already saves more than 2000+ lines of code alone and that is just for the `bp_has_activities()` loop.