[wp-trac] Re: [WordPress Trac] #7540: allow multiple values for key
in usermeta
WordPress Trac
wp-trac at lists.automattic.com
Thu Apr 16 18:06:02 GMT 2009
#7540: allow multiple values for key in usermeta
-------------------------+--------------------------------------------------
Reporter: wnorris | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 2.8
Component: General | Version: 2.6.1
Severity: normal | Keywords: usermeta, users, has-patch
-------------------------+--------------------------------------------------
Comment(by ryan):
When setting up a user, _fill_user() is called to populate the user object
with meta values. The object is then cached, complete with meta. The
patch adds a separate layer of user meta caching and removes consultation
of the user cache. We're doing two queries and caching to two places for
the same thing. Need to consolidate that somehow.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/7540#comment:7>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list