[wp-trac] [WordPress Trac] #11423: user_nicename should get memcached
WordPress Trac
wp-trac at lists.automattic.com
Thu Dec 24 23:13:13 UTC 2009
#11423: user_nicename should get memcached
-------------------------------+--------------------------------------------
Reporter: Denis-de-Bernardy | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 3.0
Component: Optimization | Version: 2.9
Severity: normal | Keywords: has-patch
-------------------------------+--------------------------------------------
Comment(by hakre):
something like merging
{{{
SELECT ID FROM users WHERE user_nicename='whoever'
SELECT display_name FROM users WHERE user_nicename = 'whoever'
}}}
into
{{{
SELECT ID, display_name FROM users WHERE user_nicename = 'whoever'
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/11423#comment:4>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list