======================================== 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: 8.41 ms Total Queries Executed: 4 Query Details: -------------- 1. [4.10 ms] SQL: select * from `users` where `role` = ? limit 1 Bindings: ["super_admin"] 2. [0.40 ms] SQL: select count(*) as aggregate from `users` where `role` in (?, ?) Bindings: ["user","admin"] 3. [0.37 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. [0.71 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-09T20:39:31.107970Z"] ======================================== Total Execution Time: 28.80 ms ======================================== Recommendations: ---------------- ✅ Query performance is good!