• I recently upgraded to WP 4.7, but think I may have had this problem while using 4.6.1 as well.

    My front-end is running fine, but my admin section is extremely slow at times.

    Here’s what I’ve one:

    • I deactivated plugins one-by-one, but that was not the culprit. I also used the Query Monitor plugin to shed some more light on a potential plugin issue, but it didn’t show anything significant. I don’t feel as though I have an excessive number of plugins (15 active).
    • I tried switching to a new theme (2015), but that didn’t make a difference.
    • I cleared my cache.
    • I killed any running processes on my server.
    • I verified there weren’t problems with my host

    Any ideas?

    • This topic was modified 9 years, 6 months ago by boybawang.
Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator t-p

    (@t-p)

    Thread Starter boybawang

    (@boybawang)

    Thanks for the link, @t-p.

    I’m cautiously optimistic πŸ™‚

    I installed the Snitch plugin, which might have shed some light on something. I noticed that wp-cron.php is constantly kicking off, which from what I understand is normal for each new page visit/refresh, but it seemed excessive. What I did was temporarily disable it (within wp-config), then re-enabled it. It seems to be kicking off less frequently than before. Could it have been stuck in a loop somehow? I’m not sure, but for anybody out there struggling with this, consider temporarily disabling wp-cron within wp-config to see if it helps.

    To do this, add the following into wp-config.php

    define('DISABLE_WP_CRON', true);

    After a while, re-enable it and see if the admin section is moving any quicker. You might want to install Snitch first, take a look at what is running before disabling wp-cron, then how it compares to after enabling it again.

    I was considering just keeping cron disabled and then adding a cron job within Cpanel to kick off wp-cron.php every few minutes, but felt nervous about doing so. From what I’ve read, this is also an option.

    Thanks again!

    Moderator t-p

    (@t-p)

    YOU are welcome πŸ™‚

    Glad you got it sorted πŸ™‚

    Thread Starter boybawang

    (@boybawang)

    Bummer… didn’t work πŸ™ I’ll keep poking away and will update this thread if I find a resolution!

    Many people feel WordPress 4.7 slower than 4.6, is there any way to fix it?

    Hello, Slow web when update to wordpress 4.7 . mi web slow down like 12 points with https://developers.google.com/speed ,,,, this is the web . https://mercasurestepona.com/

    maybe is a problem with wpml multilingual plugin, but i am worry to desactivate because can lose data, or my translations pages….

    please help…

    Thread Starter boybawang

    (@boybawang)

    It’s not a plugin issue, as I mentioned in my initial post that I tried disabling ALL plugins and still have the problem. I have a feeling that it might be a PHP version issue. I’m using 5.6, but my host doesn’t support 7 yet. What version are you using @mercasur and @skylarkcob?

    hello

    PHP 5.5

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Admin section is very slow’ is closed to new replies.