• 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??

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jose

    (@giuse)

    Hi @cleverinformatica,

    thank you for reporting this issue.

    That function updates the cache of the admin menu that is needed when you disable some plugins in the backend.
    It’s an expensive process, but theoretically it’s triggered only in the following situations:

    • Update of a plugin or theme
    • Activation/deactivation of a plugin from the page of plugins
    • Activation of Freesoul Deactivate Plugins itself
    • Update of the WordPress core
    • Changing of the language in the backend

    I suspect in your installation one of the situations listed above is triggered by a normal backend page load, and if this is confirmed, then that is the root cause of the issue.
    FDP needs to refresh the admin menu cache, in another case, you would have issues with the admin menu.
    I will try to prepare a little plugin to add some information to the log fie to try to understand what is going on.

    Have a great day!

    Jose

    Thread Starter cleverinformatica

    (@cleverinformatica)

    Hi Jose

    Thanks for the feedback, if you manage to create the little plugin to help better undrestand the cause i apreciate it.


    Waiting to hear from you again

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Big Load Times in the admin panel’ is closed to new replies.