• Resolved maddin1502

    (@maddin1502)


    Hi,

    my dashboard slows down when I activate the MailPoet Newsletter plugin. The dashboard needs nearly 30 seconds to open a clicked element. I tested each installed plugin (disabled one by one), deactivating MailPoet –> speedup (3-5 seconds).

    I analyzed this behaviour with the Chrome Developer Tool, it says 26 of 30 seconds are IDLE. no loading, just waiting….

    One more thing. After reactivating MailPoet the dashboars keeps fast e few minutes, it slows down after some time (varying).

    I use no special configurations, I have just changed mail addresses and added a new list.

    Theme: Vantage (free)
    Caching Plugin: W3 total Chache

    ———————————————-

    I changed the caching plugin to wp super cache right now. There is still a noticeable slow down, but it is much faster (~10 seconds)

    https://wordpress.org/plugins/wysija-newsletters/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Hi, try to increase your WordPress memory with this plugin to at least 128M and let us know if this solves your slowness issue: http://wordpress.org/plugins/change-memory-limit/

    MailPoet is a heavy plugin!

    Thread Starter maddin1502

    (@maddin1502)

    The plugin (change memory limit) is not working anymore. I already tried to increase the memory limit (htaccess, php), but I don’t know how to test it. How can I display the current max memory value?

    “MailPoet is a heavy plugin!” – But why it only slows down the dashboard?

    EDIT:
    phpinfo() says 256MB memory_limit

    Okay then, try to add these 2 lines of code into your wp-config.php file:

    define( 'WP_MEMORY_LIMIT', '256M' );
    define( 'WP_MAX_MEMORY_LIMIT', '256M' );

    PHP can say it have 256MB but WordPress needs to know that as well. The second define increases your memory exclusively on your wp-admin area, try and let us know!

    Thread Starter maddin1502

    (@maddin1502)

    Done, testing… hope it works

    Thread Starter maddin1502

    (@maddin1502)

    The plugin overview page is still slow, but others are faster than before. That’s ok. Thanks!

    Thread Starter maddin1502

    (@maddin1502)

    resolved

    Cool, good to know!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Dashboard performance issue’ is closed to new replies.