#11633 closed enhancement (maybelater)
reduce complexity of O(N*N) to O(N) where applicable
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 2.9 |
Component: | Performance | Keywords: | |
Focuses: | Cc: |
Description
various queries to adjacency lists data structures (which are quite common in the WP codebase, like for page parents and the like) can be improved because their current implementations weren't written with performance in mind.
This is already been addressed in various tickets and is partly fixed.
Change History (5)
Note: See
TracTickets for help on using
tickets.
Related: #8384, #10277