Big Load Times in the admin panel
-
Hi Jose,
From a few days ago i noticed a significant slow down in my admin panel, in all the pages. I used query monitor and tracked the slow down to this caller in your plugin
eos_dp_update_fdp_admin_menu()
. It calls https://www.mywebsite.com/wp-admin/
?fdp_query_menu=true
&nonce=65b1134ccbc2d
&id=65b1134ccbc2e
&action=deactivate
&plugin=none and it gets redirected to https://www.mywebsite.com/wp-login.php
?redirect_to=https%3A%2F%2Fwww.mywebsite.com%2Fwp-admin%2F%3Ffdp_query_menu%3Dtrue%26nonce%3D65b1134ccbc2d%26id%3D65b1134ccbc2e%26action%3Ddeactivate%26plugin%3Dnone
&reauth=1, taking allways arround 10 sec for this execution. Can you point me on a solution for this problem??
- The topic ‘Big Load Times in the admin panel’ is closed to new replies.