Maybe I should open a new topic but at least is a feedback for the initial post.
As a matter of fact, when I upgraded from 4.3.0 to 4.3.1 issues I have reported initially were solved.
But right after upgrading, Apache error log was getting populated with Database errors.
[lsapi:error] [pid 2259:tid 2278] [client MY SERVER IP] [host domaini.com] Backend fatal error: PHP Fatal error: Uncaught Error: Call to undefined function wp_optimize_minify_config() in /public_html/wp-content/plugins/wp-optimize/includes/class-wpo-page-optimizer.php:61\nStack trace:\n#0 /public_html/wp-content/plugins/wp-optimize/includes/class-wpo-page-optimizer.php(26): WPO_Page_Optimizer->maybe_remove_unused_css('')\n#1 [internal function]: WPO_Page_Optimizer->optimize('', 9)\n#2 /home/cpcinst1010/public_html/wp-includes/functions.php(5471): ob_end_flush()\n#3 /public_html/wp-includes/class-wp-hook.php(324): wp_ob_end_flush_all('')\n#4 /public_html/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)\n#5/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array)\n#6 /public_html/wp-includes/load.php(1304): do_action('shutdown')\n#7 [internal function]: shutdown_action_hook()\n#8 {main}\n thrown in /public_html/wp-content/plugins/wp-optimize/includes/class-wpo-page-optimizer.php on line 61\n
This is happening only one website; other seems to be OK so far. Funny, I don’t even use Minify cache on this one.
Check also WordPress Error log and could see some Database errors as well:
WordPress database error Commands out of sync; you can't run this command now for query SELECT a.action_id FROM wp_actionscheduler_actions a WHERE 1=1 AND a.hook='wc_schedule_pending_batch_processes' AND a.status IN ('in-progress', 'pending') LIMIT 0, 1 made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController->Automattic\WooCommerce\Internal\BatchProcessing\{closure}, Automattic\WooCommerce\Internal\BatchProcessing\BatchProcessingController->remove_or_retry_failed_processors, call_user_func, as_has_scheduled_action, ActionScheduler_Store->query_action, ActionScheduler_DBStore->query_actions
WordPress database error Commands out of sync; you can't run this command now for query SELECT option_value FROM wp_options WHERE option_name = 'action_scheduler_lock_async-request-runner' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_Lock->is_locked, ActionScheduler_OptionLock->get_expiration, ActionScheduler_OptionLock->get_existing_lock
WordPress database error Commands out of sync; you can't run this command now for query SELECT option_value FROM wp_options WHERE option_name = 'action_scheduler_lock_async-request-runner' made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_OptionLock->set, ActionScheduler_OptionLock->get_existing_lock
WordPress database error Commands out of sync; you can't run this command now for query SHOW FULL COLUMNS FROM wp_options made by shutdown_action_hook, do_action('shutdown'), WP_Hook->do_action, WP_Hook->apply_filters, ActionScheduler_QueueRunner->maybe_dispatch_async_request, ActionScheduler_OptionLock->set
Hope this helps to track it.