Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #15170


Ignore:
Timestamp:
10/20/2010 04:15:16 PM (14 years ago)
Author:
ryan
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #15170 – Description

    initial v1  
    1111Perhaps users.php and sites.php should consult get_user_count() and get_blog_count() and not do a query if the count is over a certain threshold. The tables would default to being empty and a search would have to be performed to get results.
    1212
    13 Further, a large network flag may be needed so that functions like get_blog_count() and get_user_count() can avoid ever running COUNT queries and instead rely on the network admin to perform counts and populate the count site options via a separate job.
     13Further, a large network flag may be needed so that functions like get_blog_count() and get_user_count() can avoid ever running COUNT queries and instead rely on the network administrator to perform counts and populate the count site options via a separate job.