Query Metrics
3
Database Queries
3
Different statements
0.63 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.19 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.google AS google_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.legal_name AS legal_name_7, t0.sex AS sex_8, t0.account_type AS account_type_9, t0.nin AS nin_10, t0.status AS status_11, t0.is_suspended AS is_suspended_12, t0.roles AS roles_13, t0.balance AS balance_14, t0.is_subscribed AS is_subscribed_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.language_id AS language_id_18, t19.id AS id_20, t19.phone_number AS phone_number_21, t19.status AS status_22, t19.code AS code_23, t19.ip_address AS ip_address_24, t19.created_at AS created_at_25, t19.updated_at AS updated_at_26, t19.landlord_id AS landlord_id_27 FROM ax_landlord t0 LEFT JOIN ax_landlord_phone t19 ON t19.landlord_id = t0.id WHERE t0.id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||||
| 2 | 0.28 ms |
SELECT a0_.id AS id_0, a0_.cadastral_id AS cadastral_id_1, a0_.cadastral_type AS cadastral_type_2, a0_.address AS address_3, a0_.use_for AS use_for_4, a0_.land_area AS land_area_5, a0_.area AS area_6, a0_.ownership AS ownership_7, ST_AsText(a0_.multipolygon_moldref) AS multipolygon_moldref_8, ST_AsText(a0_.multipolygon) AS multipolygon_9, ST_AsText(a0_.centroid) AS centroid_10, a0_.administrative_area_level_one AS administrative_area_level_one_11, a0_.administrative_area_level_one_slug AS administrative_area_level_one_slug_12, a0_.administrative_area_level_two AS administrative_area_level_two_13, a0_.locality_long_name AS locality_long_name_14, a0_.locality_long_name_slug AS locality_long_name_slug_15, a0_.sublocality AS sublocality_16, a0_.route AS route_17, a0_.street_number AS street_number_18, a0_.formatted_address AS formatted_address_19, a0_.lat AS lat_20, a0_.lng AS lng_21, a0_.place_id AS place_id_22, a0_.price AS price_23, a0_.created_at AS created_at_24, a0_.updated_at AS updated_at_25, a0_.landlord_id AS landlord_id_26, a0_.tenant_id AS tenant_id_27 FROM ax_property a0_ WHERE a0_.landlord_id = ? ORDER BY a0_.created_at DESC LIMIT 10
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||||
| 3 | 0.16 ms |
SELECT count(*) AS sclr_0 FROM ax_property a0_ WHERE a0_.landlord_id = ?
Parameters:
[
1
]
|
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\Landlord | 1 |
| App\Entity\Language | 1 |
| App\Entity\Property | 1 |
| App\Entity\Tenant | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Landlord | No errors. |
| App\Entity\Language | No errors. |
| App\Entity\LandlordPhone | No errors. |
| App\Entity\Property | No errors. |
| App\Entity\Contract | No errors. |
| App\Entity\Tenant | No errors. |