Opened 13 years ago
Closed 13 years ago
#4856 closed enhancement (fixed)
Performance problem with bp_blogs_record_existing_blogs
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 1.8 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Blogs | Keywords: | has-patch |
| Cc: |
Description
When querying users via get_users, all user fields are retrieved when only the ID is needed/used This is a performance hit with large collections of users. Adding the fields parameter would do nicely.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Good find.