Query Metrics
13
Database Queries
10
Different statements
20.16 ms
Query time
1
Invalid entities
6
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.93 ms |
SELECT COUNT(*) FROM microsoft_tenants t0
Parameters:
[] |
| 2 | 1.17 ms |
SELECT COUNT(*) FROM microsoft_tenants t0 WHERE t0.tenant_id = ? AND t0.active = ?
Parameters:
[ "eb98839e-7261-4f8e-8176-07e6adb5dbe4" 1 ] |
| 3 | 1.84 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.name AS name_3, t0.email AS email_4, t0.password AS password_5, t0.microsoft_id AS microsoft_id_6, t0.require_password_reset AS require_password_reset_7, t0.active AS active_8, t0.last_login_at AS last_login_at_9, t0.created_at AS created_at_10 FROM users t0 WHERE t0.microsoft_id = ? LIMIT 1
Parameters:
[
"d92a38e2-2e1c-48e0-99b9-fff5cd370374"
]
|
| 4 | 0.67 ms |
SELECT t0.id AS id_1, t0.role AS role_2, t0.user_id AS user_id_3, t0.location_id AS location_id_4 FROM user_roles t0 WHERE t0.user_id = ?
Parameters:
[
32
]
|
| 5 | 0.57 ms |
SELECT t0.config_key AS config_key_1, t0.config_value AS config_value_2 FROM system_config t0 WHERE t0.config_key = ?
Parameters:
[
"session_lifetime_minutes"
]
|
| 6 | 0.43 ms |
SELECT t0.config_key AS config_key_1, t0.config_value AS config_value_2 FROM system_config t0 WHERE t0.config_key = ?
Parameters:
[
"max_concurrent_sessions"
]
|
| 7 | 1.27 ms |
SELECT COUNT(u0_.id) AS sclr_0 FROM user_sessions u0_ WHERE u0_.user_id = ? AND u0_.expires_at > ?
Parameters:
[ 32 "2026-05-27 14:11:45" ] |
| 8 | 0.31 ms |
"START TRANSACTION"
Parameters:
[] |
| 9 | 0.93 ms |
INSERT INTO user_sessions (selector, hashed_verifier, ip_address, user_agent, auth_method, created_at, last_active_at, expires_at, last_secure_op_at, remembered, user_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "dbe09210cc0728cb2cddc18e" "217158facc749352825bc95c197c88a73558eebb14bcbf7d7368201d16d67814" "65.140.238.194" "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:150.0) Gecko/20100101 Firefox/150.0" "microsoft" "2026-05-27 14:11:45" "2026-05-27 14:11:45" "2026-05-27 22:11:45" null 0 32 ] |
| 10 | 4.82 ms |
"COMMIT"
Parameters:
[] |
| 11 | 0.26 ms |
"START TRANSACTION"
Parameters:
[] |
| 12 | 0.81 ms |
UPDATE users SET last_login_at = ? WHERE id = ?
Parameters:
[ "2026-05-27 14:11:45" 32 ] |
| 13 | 3.15 ms |
"COMMIT"
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\SystemConfig | 2 |
| App\Entity\User | 1 |
| App\Entity\UserRole | 1 |
| App\Entity\Location | 1 |
| App\Entity\UserSession | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\MicrosoftTenant | No errors. |
| App\Entity\User | No errors. |
| App\Entity\UserRole | No errors. |
| App\Entity\UserSession | No errors. |
| App\Entity\Token | No errors. |
| App\Entity\Invitation | No errors. |
| App\Entity\UserMfaMethod | No errors. |
| App\Entity\Location |
|
| App\Entity\SystemConfig | No errors. |