Closed ewsopp closed 8 years ago
I suspect it is because the admin page is initialized on the "init" action, when it should be on done only on "admin_init", and further more only when the settings page is loaded
We're experiencing exactly the same, triggering resource overload on the server and downtime to the sites every once in a while.
Is there any solution for this?
Our post_meta table has 570,508 rows and it appears Fantastic Elastic is having a hard time running this query:
It creates too many active simultaneous connections to the database and simply overloads the available resources. This query was not trigger by a manual re-index, but appears to run on a regular basis - each time overloading our database server.
We were able to stop this from running by disabling the plugin, otherwise we would have to wait for it to complete while enduring downtime.