[wp-trac] [WordPress Trac] #54617: Add more details when site health checks fail

WordPress Trac noreply at wordpress.org
Mon Sep 19 14:46:06 UTC 2022


#54617: Add more details when site health checks fail
-------------------------------+---------------------
 Reporter:  dingo_d            |       Owner:  (none)
     Type:  enhancement        |      Status:  new
 Priority:  normal             |   Milestone:  6.1
Component:  Site Health        |     Version:  5.2
 Severity:  normal             |  Resolution:
 Keywords:  needs-copy-review  |     Focuses:
-------------------------------+---------------------

Comment (by shetheliving):

 @Clorith Suggesting some minor changes to make this a bit more parseable
 for non-technical users (I hope!). See below and let me know if you have
 any questions.

 1. If no problems are detected;
 Title:
 > The REST API is available
 Body:
 > The REST API is one way that WordPress and other applications
 communicate with the server. For example, the block editor screen relies
 on the REST API to display and save your posts and pages.

 2. If an error is encountered;
 Title:
 > The REST API encountered an error
 Body:
 > The REST API is one way that WordPress and other applications
 communicate with the server. For example, the block editor screen relies
 on the REST API to display and save your posts and pages.
 > When testing the REST API, an error was encountered:
 > REST API Endpoint: <URL being requested>
 > REST API Response: (<WP_HTTP API error code>) <WP_HTTP API error
 message>

 3. If an unexpected result was encountered;
 Title:
 > The REST API encountered an unexpected result
 Body:
 > The REST API is one way that WordPress and other applications
 communicate with the server. For example, the block editor screen relies
 on the REST API to display and save your posts and pages.
 > When testing the REST API, an unexpected result was returned:
 > REST API Endpoint: <URL being requested>
 > REST API Response: (<HTTP Response code>) <Human readable error message
 for the HTTP response code>

 4. If the result was successful, but the data returned did not indicate
 that things are working as expected;
 Title:
 > The REST API isn't working as expected
 Body:
 > The REST API is one way that WordPress and other applications
 communicate with the server. For example, the block editor screen relies
 on the REST API to display and save your posts and pages.
 > The REST API did not process the `context` query parameter correctly.

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


More information about the wp-trac mailing list