• Resolved screampuff

    (@screampuff)


    Hello, I just did a fresh install of wordpress on Ubuntu 14.04 server. Everything is lightning fast, but when I access https://***/wp-admin/plugins.php it takes ~30 seconds to load.

    Every other section of the admin panel is lightning fast, it is only the plugins section.

    Any ideas what might might be wrong or how I can find out what’s causing this? I don’t have any plugins at all on the site.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try turning WP_DEBUG to TRUE in wp-config.php, just in case you are missing any error messages.

    The only long delay behaviour on Admin panels that I’ve seen like you describe is followed by an error message about being unable to connect with a secure socket to www.remarpro.com. But the message may have been displayed because I had WP_DEBUG on.

    I was using Ubuntu when I saw that error.

    It went away after an hour or so in my case. And it was on a fresh install, though I did have the default plugins installed.

    Thread Starter screampuff

    (@screampuff)

    I’m getting stream_socket_client errors

    My site is on localhost and does not have access to the outside internet if that will make a difference. What can/should I change to stop this?

    Thread Starter screampuff

    (@screampuff)

    adding

    define(‘WP_HTTP_BLOCK_EXTERNAL’) true;

    to wp-config.php resolved it. Thanks for your help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Plugins section of admin panel extremely slow on fresh install’ is closed to new replies.