Opened 13 years ago
Closed 13 years ago
#4856 closed enhancement (fixed)
Performance problem with bp_blogs_record_existing_blogs
| Reported by: | borkweb | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.8 |
| Component: | Blogs | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Good find.