[wp-trac] [WordPress Trac] #15459: Need Better Page Hierarchy Display Algo

WordPress Trac noreply at wordpress.org
Thu Nov 6 20:53:19 UTC 2014


#15459: Need Better Page Hierarchy Display Algo
--------------------------------+------------------------------------------
 Reporter:  truthmedia          |       Owner:
     Type:  enhancement         |      Status:  new
 Priority:  normal              |   Milestone:  Future Release
Component:  Posts, Post Types   |     Version:  3.0.1
 Severity:  normal              |  Resolution:
 Keywords:  has-patch dev-      |     Focuses:  performance, administration
  feedback                      |
--------------------------------+------------------------------------------

Comment (by rodrigosprimo):

 Some performance benchmarking on this patch collected using query-monitor
 plugin and a WordPress install with 6000 posts of a hierarchical custom
 type:

 Without the patch:

 Page generation time: 55.3375
 Peak memory usage: 466 MB
 Database query time: 2.2530
 Database queries: SELECT 161

 After applying the patch:

 Page generation time: 27.6313
 Peak memory usage: 87MB
 Database query time: 0.4134
 Database queries: SELECT 141

--
Ticket URL: <https://core.trac.wordpress.org/ticket/15459#comment:39>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list