Changes between Initial Version and Version 1 of Ticket #15715
- Timestamp:
- 12/07/2010 09:53:05 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15715 – Description
initial v1 1 Theme authors useoften 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.1 Theme 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. 2 2 3 3 Proposed patch adds simple caching to get_users_of_blog()