[wp-trac] [WordPress Trac] #3716: Duplicate cached user information
    WordPress Trac 
    wp-trac at lists.automattic.com
       
    Mon Jan 29 21:44:29 GMT 2007
    
    
  
#3716: Duplicate cached user information
--------------------------+-------------------------------------------------
 Reporter:  matt          |       Owner:  anonymous
     Type:  defect        |      Status:  new      
 Priority:  normal        |   Milestone:  2.2      
Component:  Optimization  |     Version:           
 Severity:  normal        |    Keywords:           
--------------------------+-------------------------------------------------
 We cache all of a user's data (their profile and all usermeta) in both the
 users group keyed by ID, and in the userlogins group keyed by user login
 name. We're storing 2x more than we should.
 Probably userlogins should just be a userlogin to ID mapping, and then get
 the data from the users cache group.
-- 
Ticket URL: <http://trac.wordpress.org/ticket/3716>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
    
    
More information about the wp-trac
mailing list