Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15715


Ignore:
Timestamp:
12/07/2010 09:53:05 AM (14 years ago)
Author:
yoavf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15715 – Description

    initial v1  
    1 Theme authors use often use get_users_of_blog() in various area to style/present blog authors. Unfortunately, the query resulting from this function isn't cached, and can be quite expensive in a large multisite environment.
     1Theme authors often use get_users_of_blog() in various area to style/present blog authors. Unfortunately, the query resulting from this function isn't cached, and can be quite expensive in a large multisite environment.
    22
    33Proposed patch adds simple caching to get_users_of_blog()