[wp-trac] [WordPress Trac] #40268: Remove mode switcher from the network admin sites screen

WordPress Trac noreply at wordpress.org
Mon Jul 17 20:39:23 UTC 2017


#40268: Remove mode switcher from the network admin sites screen
-------------------------------------+-------------------------------------
 Reporter:  johnbillion              |       Owner:
     Type:  enhancement              |      Status:  new
 Priority:  normal                   |   Milestone:  Future Release
Component:  Networks and Sites       |     Version:
 Severity:  normal                   |  Resolution:
 Keywords:  has-screenshots has-     |     Focuses:  administration,
  patch                              |  multisite
-------------------------------------+-------------------------------------

Comment (by flixos90):

 Per discussion today:

 * Preferably both modes should continue to exist. The list view should
 only show the most basic site information all of which is available
 without any `switch_to_blog()` calls.
 * The excerpt view should show advanced information, but it should happen
 in a way that all necessary information is fetched in a single
 `switch_to_blog()` call per site and then stored temporarily, so that the
 column callbacks can access it. This ensures performance doesn't decrease
 crazily (otherwise we'd need to do a switch for every single field we'd
 wanna show).

 My suggestion is to keep working on this, but relabel the ticket -
 removing the mode toggle should not be part of it, but rather get more
 value out of the two modes.

--
Ticket URL: <https://core.trac.wordpress.org/ticket/40268#comment:6>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list