Make WordPress Core

Opened 17 years ago

Closed 14 years ago

Last modified 14 years ago

#11633 closed enhancement (maybelater)

reduce complexity of O(N*N) to O(N) where applicable

Reported by: hakre Owned by:
Priority: normal Milestone:
Component: Performance Version: 2.9
Severity: normal Keywords:
Cc: Focuses:

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.

Related: #10853, #10852

Change History (5)

#1 @Denis-de-Bernardy
17 years ago

  • Cc Denis-de-Bernardy added

#2 @hakre
17 years ago

Related: #8384, #10277

#3 @nacin
17 years ago

  • Milestone 3.0Future Release

Punting pending patches.

#4 @hakre
14 years ago

  • Resolutionmaybelater
  • Status newclosed

#5 @ocean90
14 years ago

  • Milestone Future Release
Note: See TracTickets for help on using tickets.