Query Metrics
5
Database Queries
5
Different statements
7.32 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.19 ms |
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.email AS email_3, t0.email_canonical AS email_canonical_4, t0.enabled AS enabled_5, t0.salt AS salt_6, t0.password AS password_7, t0.last_login AS last_login_8, t0.confirmation_token AS confirmation_token_9, t0.password_requested_at AS password_requested_at_10, t0.roles AS roles_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.id AS id_14, t0.firstname AS firstname_15, t0.lastname AS lastname_16, t0.locale AS locale_17, t0.auth_code AS auth_code_18, t0.deleted_at AS deleted_at_19, t0.archived AS archived_20, t0.company_id AS company_id_21 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"JILLNOR@EVERESTKC.NET"
]
|
| 2 | 0.53 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 1.00 ms |
INSERT INTO email_login_token (email, token_hash, expires_at, used_at) VALUES (?, ?, ?, ?)
Parameters:
[ "JILLNOR@EVERESTKC.NET" "dad3237f00e8244be40518c919affcfe46b4566735032e9c9a11f3867853b19f" "2026-06-01 20:20:09" null ] |
| 4 | 1.46 ms |
INSERT INTO `user` (username, username_canonical, email, email_canonical, enabled, salt, password, last_login, confirmation_token, password_requested_at, roles, created_at, updated_at, firstname, lastname, locale, auth_code, deleted_at, archived, company_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "JILLNOR@EVERESTKC.NET" "jillnor@everestkc.net" "JILLNOR@EVERESTKC.NET" "jillnor@everestkc.net" 1 null "$2y$13$XO1R9K2s5eH959o3HUGBJeaP8l/LJDnO.qjT/dJGu2pr8xJnSTxYy" null null null "a:1:{i:0;s:14:"ROLE_COSS_USER";}" "2026-06-01 20:15:09" "2026-06-01 20:15:09" "hifgiqttfq" "uoeoeomtvx" "en" null null 0 null ] |
| 5 | 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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| Sonata\UserBundle\Entity\BaseUser | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\EmailLoginToken | No errors. |
| App\Entity\Campaign | No errors. |
| App\Entity\Participation | No errors. |
| App\Entity\RememberMeToken | No errors. |