Replies: 0
Temporarily turned on slow query logging for PHP to diagnose a performance issue and found a bunch of entries associated with WordFence. Here’s an example:
[27-Oct-2023 03:40:27] WARNING: [pool www] child 98185, script '/var/www/html/sico/wp-admin/admin-ajax.php' (request: "GET /wp-admin/admin-ajax.php?action=wordfence_doScan&isFork=0&scanMode=custom&cronKey=cc262abb3256bc5bbce8f3b49eb761fa&signature=e751f77767b52a50cbf92a3cf6655e73cc8a8198d56f53a741c7c432e09d84db") executing too slow (8.402395 sec), logging
Is WordFence trying to kick off a scan here and not able to?
I’ve got maybe 2 dozen entries like this in a 2-hour period. Any idea what might be going on here?
Thanks.