Query Metrics
5
Database Queries
5
Different statements
6.31 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
3.26 ms (51.63%) |
1 |
"COMMIT"
Parameters:
[]
|
||||||||||||||||||||||||||
|
0.95 ms (15.02%) |
1 |
INSERT INTO `user` (email, reset_token, reset_token_expires_at, verification_code, verification_code_expires_at, google_id, avatar_url, full_name, phone, roles, password, is_verified, created_at, pharmacie_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "devtech763@gmail.com" null null null null "113123104750927077402" "https://lh3.googleusercontent.com/a/ACg8ocKt7OKHT2fV5QtWoSSV6LuqgvLVNhle109evIIJwazgGNxb6w=s96-c" "Tech Dev" null "[]" null 1 "2026-07-29 09:56:26" null ]
|
||||||||||||||||||||||||||
|
0.83 ms (13.17%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.reset_token AS reset_token_3, t0.reset_token_expires_at AS reset_token_expires_at_4, t0.verification_code AS verification_code_5, t0.verification_code_expires_at AS verification_code_expires_at_6, t0.google_id AS google_id_7, t0.avatar_url AS avatar_url_8, t0.full_name AS full_name_9, t0.phone AS phone_10, t0.roles AS roles_11, t0.password AS password_12, t0.is_verified AS is_verified_13, t0.created_at AS created_at_14, t0.pharmacie_id AS pharmacie_id_15 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"devtech763@gmail.com"
]
|
||||||||||||||||||||||||||
|
0.79 ms (12.58%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.reset_token AS reset_token_3, t0.reset_token_expires_at AS reset_token_expires_at_4, t0.verification_code AS verification_code_5, t0.verification_code_expires_at AS verification_code_expires_at_6, t0.google_id AS google_id_7, t0.avatar_url AS avatar_url_8, t0.full_name AS full_name_9, t0.phone AS phone_10, t0.roles AS roles_11, t0.password AS password_12, t0.is_verified AS is_verified_13, t0.created_at AS created_at_14, t0.pharmacie_id AS pharmacie_id_15 FROM `user` t0 WHERE t0.google_id = ? LIMIT 1
Parameters:
[
"113123104750927077402"
]
|
||||||||||||||||||||||||||
|
0.48 ms (7.59%) |
1 |
"START TRANSACTION"
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\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Pharmacie | No errors. |