Title: Memory issues?
Last modified: September 1, 2016

---

# Memory issues?

 *  Resolved [Brian Hogg](https://wordpress.org/support/users/brianhogg/)
 * (@brianhogg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/memory-issues-10/)
 * Hello!
 * I’m encountering memory limit reached issues using the plugin on a site with 
   over 10,000 registered users.
 * There’s some obvious problems I see with the UI (ie. clicking the Approved Users
   tab loads all users without any pagination), but I’m taking a look at the code
   to see what might be the issue(s).
 * Has anyone else encountered memory limit reached issues when activating the plugin
   or browsing the admin and know of solutions?
 * Thanks!
    Brian
 * [https://wordpress.org/plugins/new-user-approve/](https://wordpress.org/plugins/new-user-approve/)

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

 *  Thread Starter [Brian Hogg](https://wordpress.org/support/users/brianhogg/)
 * (@brianhogg)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/memory-issues-10/#post-7530306)
 * Looks like the issue is fetching (and storing) the query of users with each status(
   pending, approved, denied). The plugin stores the entire query result in an autoloading
   transient which affects every page load, and becomes an issue when the transient
   is cleared (ie. a new user is registered, a user is approved/denied, or a user
   is deleted).
 * Will need to see what a better long term might be, but for now I’ve just cleared
   the transient and stopped the approved users from being loaded at all since we
   can change their approve/deny status right from the core WP Users area. Not sure
   if the plugin is still being maintained at all and worth a github pull request?
 *  [sixtyseven](https://wordpress.org/support/users/sixtyseven/)
 * (@sixtyseven)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/memory-issues-10/#post-7530521)
 * I hope it is, I have a website that relies on this plugin. Would be great to 
   hear from the plugin author …

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

The topic ‘Memory issues?’ is closed to new replies.

 * ![](https://ps.w.org/new-user-approve/assets/icon-128x128.gif?rev=2544141)
 * [New User Approve](https://wordpress.org/plugins/new-user-approve/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/new-user-approve/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/new-user-approve/)
 * [Active Topics](https://wordpress.org/support/plugin/new-user-approve/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/new-user-approve/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/new-user-approve/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [sixtyseven](https://wordpress.org/support/users/sixtyseven/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/memory-issues-10/#post-7530521)
 * Status: resolved