Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15458, comment 75


Ignore:
Timestamp:
10/08/2011 04:09:15 PM (13 years ago)
Author:
ryan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15458, comment 75

    initial v1  
    1 #14379 is where we fixed the blogs of user cache invalidation.  It used to have a 5 second timeout, meaning we were rebuilding it all the time.  All I recall is that this supposedly help a lot on .com  Because of the admin bar, get_blogs_of_user() is called on pretty much every logged in page load.  But as nacin suggests, this could have been fixed more so by all of the other cache work done around that time and since.
     1#14379 is where we fixed the blogs of user cache invalidation.  It used to have a 5 second timeout, meaning we were rebuilding it all the time.  All I recall is that this supposedly helped a lot on .com  Because of the admin bar, get_blogs_of_user() is called on pretty much every logged in page load.  But as nacin suggests, this could have been fixed more so by all of the other cache work done around that time and since.