• Hello – I have two sites running this plugin, and the 2.0 update causes the 2 new critical errors in the Site Health.

    An active PHP session was detectedPerformance

    A PHP session was created by a session_start() function call. This interferes with REST API and loopback requests. The session should be closed by session_write_close() before making any HTTP requests.

    The REST API encountered an errorPerformance

    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: https://www.______.com/wp-json/wp/v2/types/post?context=edit
    REST API Response: (http_request_failed) cURL error 28: Operation timed out after 10001 milliseconds with 0 bytes received

  • The topic ‘2.0 update causes 2 Critical Site Health Issue’ is closed to new replies.