Query Metrics
1
Database Queries
1
Different statements
0.34 ms
Query time
0
Invalid entities
23
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.34 ms (100.00%) |
1 |
SELECT o0_.id AS id_0, o0_.username AS username_1, o0_.password AS password_2, c1_.id AS id_3, c1_.email AS email_4, c1_.tel1 AS tel1_5, c1_.tel2 AS tel2_6, c1_.first_name AS first_name_7, c1_.last_name AS last_name_8, c1_.birth_date AS birth_date_9, c1_.birth_place AS birth_place_10, c1_.profession AS profession_11, c1_.employer AS employer_12, a2_.id AS id_13, a2_.name AS name_14, a2_.additional_address AS additional_address_15, a2_.rent AS rent_16, a2_.charges AS charges_17, a2_.surface AS surface_18, a2_.description AS description_19, a2_.inactive AS inactive_20, o0_.contact_id AS contact_id_21, o0_.address_id AS address_id_22, a2_.building_id AS building_id_23, a2_.owner_id AS owner_id_24 FROM owner o0_ INNER JOIN contact c1_ ON o0_.contact_id = c1_.id LEFT JOIN apartment a2_ ON o0_.id = a2_.owner_id
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\Apartment | 11 |
| App\Entity\Owner | 3 |
| App\Entity\Address | 3 |
| App\Entity\Contact | 3 |
| App\Entity\Building | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Owner | No errors. |
| App\Entity\Contact | No errors. |
| App\Entity\Apartment | No errors. |
| App\Entity\Address | No errors. |
| App\Entity\Building | No errors. |
| App\Entity\Attachment | No errors. |
| App\Entity\Rental | No errors. |
| App\Entity\Meter | No errors. |
| App\Entity\Room | No errors. |