Query Metrics
4
Database Queries
4
Different statements
4.16 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.43 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.lang AS lang_6, t0.firstname AS firstname_7, t0.lastname AS lastname_8, t0.company AS company_9, t0.created_at AS created_at_10, t0.address_id AS address_id_11 FROM user t0 WHERE t0.email = ? LIMIT 2
Parameters:
[
"eric0451@gmail.com"
]
|
| 2 | 0.47 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 1.14 ms |
INSERT INTO user (email, roles, password, is_verified, lang, firstname, lastname, company, created_at, address_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "eric0451@gmail.com" "[]" "$2y$13$YCOJbR7YA75M5sW80x098.THB5391INpMJTUTseGRicC/FgZTLHAy" 0 "fr" "wdhekfqwtf" "lupoeeosdi" "pyqfktmhdr" "2026-08-20 19:47:47" null ] |
| 4 | 1.13 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 |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\UserAddress | No errors. |
| App\Entity\JobAd | No errors. |
| App\Entity\Order | No errors. |