Query Metrics
3
Database Queries
3
Different statements
1.95 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.82 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.picture AS picture_9, t0.is_deletable AS is_deletable_10, t0.address AS address_11, t0.phone_number AS phone_number_12, t0.deleted_at AS deleted_at_13, t0.role_id AS role_id_14, t15.id AS id_16, t15.firstname AS firstname_17, t15.lastname AS lastname_18, t15.address AS address_19, t15.phone_number AS phone_number_20, t15.email AS email_21, t15.created_at AS created_at_22, t15.updated_at AS updated_at_23, t15.company_name AS company_name_24, t15.deleted_at AS deleted_at_25, t15.user_id AS user_id_26 FROM fleet_user t0 LEFT JOIN fleet_customer t15 ON t15.user_id = t0.id AND ((t15.deleted_at IS NULL)) WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
11
]
|
| 2 | 0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.abbreviation AS abbreviation_4 FROM fleet_currency t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"Euro"
]
|
| 3 | 0.74 ms |
SELECT DISTINCT f0_.id AS id_0, f0_.name AS name_1 FROM fleet_role f0_ LEFT JOIN fleet_user f1_ ON (f0_.id = f1_.role_id) AND (f1_.deleted_at IS NULL) WHERE (f0_.deleted_at IS NULL AND f0_.name LIKE ? AND ((f1_.email <> 'superadmin@fleetcarservice.fr') OR f1_.id IS NULL) AND f0_.name <> 'Client') AND (f0_.deleted_at IS NULL) ORDER BY f0_.name ASC
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 |
| App\Entity\Role | 1 |
| App\Entity\Currency | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Menu | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Role | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\History | No errors. |
| App\Entity\Currency | No errors. |