Make WordPress Core


Ignore:
Timestamp:
03/23/2019 03:17:14 AM (6 years ago)
Author:
pento
Message:

Admin: Introduce the Site Health screens.

The Site Health tool serves two purposes:

  • Provide site owners with information to improve the performance, reliability, and security of their site.
  • Collect comprehensive debug information about the site.

By encouraging site owners to maintain their site and adhere to modern best practices, we ultimately improve the software hygeine of both the WordPress ecosystem, and the open internet as a whole.

Props Clorith, hedgefield, melchoyce, xkon, karmatosed, jordesign, earnjam, ianbelanger, wpscholar, desrosj, pedromendonca, peterbooker, jcastaneda, garyj, soean, pento, timothyblynjacobs, zodiac1978, dgroddick, garrett-eclipse, netweb, tobifjellner, pixolin, afercia, joedolson, birgire.
See #46573.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/5.1/src/wp-admin/admin-ajax.php

    r42986 r44984  
    132132    'wp-privacy-export-personal-data',
    133133    'wp-privacy-erase-personal-data',
     134    'health-check-site-status-result',
     135    'health-check-dotorg-communication',
     136    'health-check-is-in-debug-mode',
     137    'health-check-background-updates',
     138    'health-check-loopback-requests',
    134139);
    135140
Note: See TracChangeset for help on using the changeset viewer.