Query Metrics
4
Database Queries
4
Different statements
16.68 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
7.17 ms (43.00%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.is_verified AS is_verified_7, t0.photo AS photo_8, t0.google_id AS google_id_9, t0.facebook_id AS facebook_id_10, t0.last_login AS last_login_11, t0.phone AS phone_12, t0.is_active AS is_active_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.deleted_at AS deleted_at_16, t0.company_id AS company_id_17 FROM "user" t0 WHERE t0.email = ? AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[
"[email protected]"
]
|
3.72 ms (22.32%) |
1 |
"START TRANSACTION"
Parameters:
[] |
3.16 ms (18.92%) |
1 |
"COMMIT"
Parameters:
[] |
2.63 ms (15.76%) |
1 |
UPDATE "user" SET last_login = ?, updated_at = ? WHERE id = ?
Parameters:
[ "2025-09-14 06:31:07" "2025-09-14 06:31:07" "01990afc-4d01-098d-8485-beaa0e93eb12" ] |
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\User | No errors. |
App\Entity\Company | No errors. |
App\Entity\Order | No errors. |
App\Entity\Subscription | No errors. |
App\Entity\Payment | No errors. |
App\Entity\Post | No errors. |
App\Entity\Pointing | No errors. |
App\Entity\AbsenceEmployee | No errors. |
App\Entity\Activity | No errors. |