﻿id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc
21120,Optimize get_user_by(),kurtpayne,,"The `get_user_by()` function is used repeatedly on the ""All Posts"" page.

I used the theme unit test sample posts to test this, and there were only 4 unique calls to `get_user_by()` but it was called 264 times to generate the first page of ""All Posts"" (20 posts of 25 total).

When viewing 26 posts, this function is called 264 times.  Each time, a new WP_User object is created and `WP_User::init()` is called.",enhancement,closed,normal,3.5,Performance,,normal,fixed,dev-feedback has-patch,
