Hi,
I have no info about server specs. But after removing the actions from the file all-in-one-wp-security-and-firewall/classes/wp-security-cronjob-handler.php
do_action('aiowps_perform_scheduled_backup_tasks');
do_action('aiowps_perform_fcd_scan_tasks');
do_action('aiowps_perform_db_cleanup_tasks');
The problem is solved. Before that, I have disabled files scanning from the admin panel, but unfortunately, it isn’t applied as well. I’m not sure only the action aiowps_perform_fcd_scan_tasks
is the problem, but I suggest it is the main villain.
I think this – AIOWPSecurity_Cronjob_Handler->aiowps_hourly_cron_event_handler()
cron event is the main reason of the hight CPU usage. About this cron event AIOWPSecurity_Cronjob_Handler->aiowps_daily_cron_event_handler()
I saw it hasn’t any code in the body of the method aiowps_daily_cron_event_handler
.
This is happening with the AIO version 4.4.0 and WordPress version 5.2.2.
-
This reply was modified 5 years, 6 months ago by
skarabeq.
-
This reply was modified 5 years, 6 months ago by
skarabeq.
-
This reply was modified 5 years, 6 months ago by
skarabeq. Reason: Information about cron events