[wp-trac] Re: [WordPress Trac] #3614: Scaling issue with hundreds of pages

WordPress Trac wp-trac at lists.automattic.com
Mon Dec 3 23:40:23 GMT 2007


#3614: Scaling issue with hundreds of pages
--------------------------+-------------------------------------------------
 Reporter:  markjaquith   |        Owner:  anonymous
     Type:  defect        |       Status:  new      
 Priority:  high          |    Milestone:  2.4      
Component:  Optimization  |      Version:  2.0.7    
 Severity:  critical      |   Resolution:           
 Keywords:  needs-patch   |  
--------------------------+-------------------------------------------------
Comment (by ryan):

 I would like to make some improvements in 2.4, but there are no guarantees
 it will happen given everything else that is scheduled for 2.4.  Here are
 my thoughts on how to address the page rewrite rules.


 We currently have 9 rewrite rules per page.  This, obviously, sucks.
 The rules are there to avoid collisions for those who use category or tag
 bases of "/" or those using %category%, %tag%, or %postname% at the
 beginning of their permalink structure.  Most people don't do this,
 making all of those page rules a huge waste.  For those who don't use
 any of the above, let's add a catch-all set of page rules at the end
 of the rewrite rule list.  Those who do use the above will get the old
 behavior.  Losing hundreds of rewrite rules (thousands for some
 people) and the need to update the rewrite rules every time a page is
 changed would greatly improve performance.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/3614#comment:14>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list