updateTableExists every request, slowing down
-
I was optimizing my site, and found that updateTableExists get called from wfConfig::loadAllOptions every request.
It uses a cache there, but adds it to the non persitent group:
wp_cache_add_non_persistent_groups('wordfence');
This limits the cache scope to a single request only.
Why doesnt wordfence use a persistent cache?
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘updateTableExists every request, slowing down’ is closed to new replies.