Opened 3 years ago
Last modified 2 years ago
#15715 closed enhancement
Add page load caching to get_users_of_blog() — at Initial Version
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Users | Version: | 3.0.2 |
| Severity: | normal | Keywords: | needs-patch |
| Cc: |
Description
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.
Proposed patch adds simple caching to get_users_of_blog()
Note: See
TracTickets for help on using
tickets.