• I have over 50K users, and this plugin breaks my site. There is some serious memory issue with this plugin. Even after increasing my memory limit, the plugin crashes my site. I had to delete the plugin completely to restore site access.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Sanjay Dabhoya

    (@sanjaydabhoya)

    Hi @darrengates

    Sorry for the inconvenience caused to you.
    Please add below code in wp-config.php file
    define( ‘WP_MAX_MEMORY_LIMIT’ , ‘1024M’ );

    Thank you!

    This immediately breaks my entire site, and I already have memory up to 1024M, with only 26k users.

    What exactly is going on, are you loading/parsing every single WP user object on every page load? Just to see if they’re blocked or not? I do far more database-heavy transactions than user-blocking to run the store, reports, etc, so this seems totally unnecessary.

    Thankfully I tested it on a staging site first. But come on, WP should not require > 1024M to run a basic plugin. I have my own server, so it’s fine to increase my memory limit; but it’s WordPress: most people do not.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Breaks website when users > 50K’ is closed to new replies.