======================================== Testing API /users Performance ======================================== Testing as: admin@example.com Results: -------- Total Users Found: 2 Current Page: 1 Per Page: 20 Last Page: 1 Query Performance: ------------------ Query Time: 11.36 ms Total Queries Executed: 4 Query Details: -------------- 1. [4.62 ms] SQL: select * from `users` where `role` = ? limit 1 Bindings: ["super_admin"] 2. [0.59 ms] SQL: select count(*) as aggregate from `users` where `role` in (?, ?) Bindings: ["user","admin"] 3. [0.57 ms] SQL: select `id`, `name`, `email`, `role`, `phone`, `photo`, `created_at` from `users` where `role` in (?, ?) order by `created_at` desc limit 20 offset 0 Bindings: ["user","admin"] 4. [1.64 ms] SQL: select `id`, `user_id`, `token_code`, `cookie_group_id`, `website_id`, `expires_at`, `is_active` from `tokens` where `tokens`.`user_id` in (2, 3) and `is_active` = ? and `expires_at` > ? Bindings: [true,"2026-03-14T11:36:36.209490Z"] ======================================== Total Execution Time: 34.40 ms ======================================== Recommendations: ---------------- ✅ Query performance is good!