Opened 8 years ago
Closed 8 years ago
#2255 closed defect (bug) (fixed)
Improve performance of permission checks
Reported by: | ocean90 | Owned by: | ocean90 |
---|---|---|---|
Milestone: | Priority: | high | |
Component: | Translate Site & Plugins | Keywords: | |
Cc: |
Description
The logic added for #741 doesn't scale anymore.
The culprit is the $include_children
argument for WordPressdotorg\GlotPress\Rosetta_Roles\Plugin::get_project_id_access_list()
and trying to build a tree for all sub projects.
Attachments (1)
Change History (9)
#5
@
8 years ago
2255.patch restores showing projects for validators of base level projects like wp-plugins or wp-themes.
@dd32 Since you added the initial query, how does 2255.patch look to you?
Note: See
TracTickets for help on using
tickets.
In 4377: