Opened 12 years ago
Closed 12 years ago
#5416 closed enhancement (fixed)
Suggestion for the get_group_extras function - Save two db queries for non logged-in viewers.
| Reported by: | lenasterg | Owned by: | boonebgorges |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.0 |
| Component: | Groups | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
The get_group_extras() in groups-classes.php actually check the paged groups in relation to logged-in user.
So, for non login users it could save 2 db queries if there was a check if a user is logged in or not.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 7938: