# Lack of pagination on group admin page

**URL:** https://meta.discourse.org/t/lack-of-pagination-on-group-admin-page/248403
**Category:** UX
**Created:** [December 9, 2022, 4:25pm UTC](https://meta.discourse.org/t/lack-of-pagination-on-group-admin-page/248403 "2022-12-09T16:25:33Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![reza\_safaei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/reza_safaei/32/212306_2.png) [@reza\_safaei](https://meta.discourse.org/u/reza_safaei)
#### Post date: [December 9, 2022, 4:25pm UTC](https://meta.discourse.org/t/lack-of-pagination-on-group-admin-page/248403/1 "2022-12-09T16:25:33Z")

</div>

Hello, why can’t the groups be paged? If I want to create 1 million groups. There is a problem loading the page

---

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [December 9, 2022, 5:16pm UTC](https://meta.discourse.org/t/lack-of-pagination-on-group-admin-page/248403/2 "2022-12-09T17:16:15Z")

</div>

Is 1 million an exaggeration? I suspect you’d run into other issues as well with that number of groups. Can you describe the use-case a little more and perhaps the actual number of groups you’re looking to support?

---

<div class="post-metadata">

### Author: ![reza\_safaei](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/reza_safaei/32/212306_2.png) [@reza\_safaei](https://meta.discourse.org/u/reza_safaei)
#### Post date: [December 9, 2022, 7:20pm UTC](https://meta.discourse.org/t/lack-of-pagination-on-group-admin-page/248403/3 "2022-12-09T19:20:15Z")

</div>

The goal is to create a group for each tutorial. To solve problems, we currently have 10,000 tutorials on different topics, now we want to have a troubleshooting group for each tutorial.

---

<div class="post-metadata">

### Author: ![nathank](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/nathank/32/290039_2.png) [@nathank](https://meta.discourse.org/u/nathank)
#### Post date: [December 9, 2022, 7:27pm UTC](https://meta.discourse.org/t/lack-of-pagination-on-group-admin-page/248403/4 "2022-12-09T19:27:55Z")

</div>

If you simply get the relevant users to ‘Watch’ the topics that they should be troubleshooting you could achieve that without the impossible-to-manage group overhead.

To make that workflow easy, you might need a bespoke plugin / theme component though. But it would be a simple one. Sample spec:

1. Specified group (staff by default) have an extra option `Force` (or similar) on Watching menus
2. `Force` opens a modal asking for group / users and the level of watching desired
3. This is then applied on confirmation
4. A useful extension would be to:
  - display on the modal which people/groups have been forced to watch (and what level) that topic / category / etc in the past

---

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [December 9, 2022, 8:13pm UTC](https://meta.discourse.org/t/lack-of-pagination-on-group-admin-page/248403/5 "2022-12-09T20:13:45Z")

</div>

> [@reza\_safaei](#):
>
> There is a problem loading the page

Can you share API response times of the page and endpoints with the 1M groups?

> [@reza\_safaei](#):
>
> why can’t the groups be paged?

The page at `/g` is already paged at 35 groups per page, and uses infinite scrolling to request new pages.

To quickly find a group use the search in that page.
