[wp-trac] [WordPress Trac] #46945: Site Health: More human readable values

WordPress Trac noreply at wordpress.org
Tue Apr 16 02:23:20 UTC 2019


#46945: Site Health: More human readable values
----------------------------+-----------------------------
 Reporter:  birgire         |      Owner:  (none)
     Type:  defect (bug)    |     Status:  new
 Priority:  normal          |  Milestone:  Awaiting Review
Component:  Administration  |    Version:
 Severity:  normal          |   Keywords:  site-health
  Focuses:                  |
----------------------------+-----------------------------
 I wonder if the info displayed on the {{{/wp-admin/site-
 health.php?tab=debug}}} page should be more human readable.

 For example:

 {{{
 PHP time limit  90

 }}}

 It might not be obvious to everybody that it's in seconds. What about:

 {{{
 PHP time limit  90 seconds

 }}}

 instead? Similarly:

 {{{
 Max input time  90

 }}}

 We have:

 {{{
 Themes Directory Size   8.56 MB

 }}}

 and:

 {{{
 memory: 2 GB

 }}}

 but we're missing the "Bytes" and the extra space in:

 {{{
 PHP memory limit        512M
 Upload max filesize     32M
 PHP post max size       32M

 }}}

 It would be great to have unit-consistency here, that would make it easier
 to understand.

 Some of these values originate from e.g. {{{php.ini}}} that uses it's own
 special formatting, but I wonder if that would be relevant for many users.

 Maybe the more technical information/values could be in the "copied" text
 and
 the more human readable values displayed on the admin page?

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/46945>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list