Title: get_users()
Last modified: November 15, 2022

---

# get_users()

 *  Resolved [ipassas design](https://wordpress.org/support/users/danis1986/)
 * (@danis1986)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/get_users/)
 * WP Dashboard never loaded and it always trigger a timeout. The root cause is 
   Brandnestor plugin triggering a get_users() call on every admin request. When
   users are limited shouldn’t be a problem but handling a website with many users
   should be something like this.
    This query is used only in one sub settings sections
   of Brandnestor plugin, to fill a dropdown selector. A proper fix would require
   making this query ONLY when the specific section is rendered AND also avoid a
   full users get when running on large networks. The ideal fix would be something
   like a typeahead input.

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

 *  Plugin Contributor [rwxnikos](https://wordpress.org/support/users/rwxnikos/)
 * (@rwxnikos)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/get_users/#post-16219352)
 * Hello [@danis1986](https://wordpress.org/support/users/danis1986/),
 * Thank you for the report. I released a new version and any queries that were 
   previously executed in wp-admin are now executing in the Settings page. I also
   reduced the data returned by the get_users query and now only query users that
   are not WooCommerce customers.
 * Let me know if that works.
 *  Thread Starter [ipassas design](https://wordpress.org/support/users/danis1986/)
 * (@danis1986)
 * [3 years, 6 months ago](https://wordpress.org/support/topic/get_users/#post-16220974)
 * I will test and let you know asap, Thank you very much also email me please i
   need something extra from the plugin
    -  This reply was modified 3 years, 6 months ago by [ipassas design](https://wordpress.org/support/users/danis1986/).
    -  This reply was modified 3 years, 6 months ago by [ipassas design](https://wordpress.org/support/users/danis1986/).

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

The topic ‘get_users()’ is closed to new replies.

 * ![](https://ps.w.org/brandnestor/assets/icon-256x256.jpg?rev=2617024)
 * [BrandNestor](https://wordpress.org/plugins/brandnestor/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/brandnestor/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/brandnestor/)
 * [Active Topics](https://wordpress.org/support/plugin/brandnestor/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/brandnestor/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/brandnestor/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [ipassas design](https://wordpress.org/support/users/danis1986/)
 * Last activity: [3 years, 6 months ago](https://wordpress.org/support/topic/get_users/#post-16220974)
 * Status: resolved