Looking through the PHP errors, even today looks like there may be some remnants.
[30-Sep-2019 13:35:50 UTC] PHP Fatal error: Uncaught Error: Call to undefined function wp_hash() in /home/XXXXXXXXXXXX/public_html/wp-content/plugins/autoptimize/classes/autoptimizeMain.php:129
Which refers to this line in that file:
if ( ! defined( ‘AUTOPTIMIZE_HASH’ ) ) {
define( ‘AUTOPTIMIZE_HASH’, wp_hash( AUTOPTIMIZE_CACHE_URL ) );
}