Hi, I'm investigating some performance issues on my production server and I noticed something strange when I load the the /admin/collections/users (with a single user in the database).
- the "not-found" server component is beeing rendered even if I'm on an existing route, Maybe it's something from nextjs default behavior
2: I can see a lot of pg-pool.connect, is payload creating a new database connection for each request ?