Duplicate Query Performance Issues
-
Hello,
We are experiencing performance issues with extensive duplicate quieries being caused by WordFence.
While I understand WordFence can be demanding resource-wise for the trade off of a lot of functionality, it seems these extra calls are frequently affecting our server’s performance.
Do you have any adivce to deal with them?
Calls:
-- 3 duplicate calls
SELECT name, val, autoload
FROM wp_wfconfig
WHERE name = 'detectProxyRecommendation';
-- 2 duplicate calls
SELECT val
FROM wp_wfconfig
WHERE name = 'wordfence_chunked_adminNoticeQueue_header';
-- 2 duplicate calls
SELECT val
FROM wp_wfconfig
WHERE name = 'adminNoticeQueue';
-- 2 duplicate calls
SELECT *
FROM wp_wfnotifications
WHERE new = 1
AND ctime > 0
ORDER BY priority ASC, ctime DESC;
-- 8 duplicate calls
SELECT name, val, autoload
FROM wp_wfconfig
WHERE name = 'onboardingAttempt3';
-- 4 duplicate calls
SELECT name, val, autoload
FROM wp_wfconfig
WHERE name = 'onboardingAttempt2';
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Duplicate Query Performance Issues’ is closed to new replies.