Query Metrics
3
Database Queries
3
Different statements
1.57 ms
Query time
0
Invalid entities
4
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.19 ms (76.19%) |
1 |
SELECT a0_.id AS id_0, a0_.first_name AS first_name_1, a0_.last_name AS last_name_2, a0_.org AS org_3, a0_.street AS street_4, a0_.city AS city_5, a0_.district AS district_6, a0_.postal_code AS postal_code_7, a0_.country AS country_8, a0_.phone_number AS phone_number_9, a0_.email AS email_10, a0_.bank_account AS bank_account_11, a0_.bank_name AS bank_name_12, a0_.ic_serial_number AS ic_serial_number_13, a0_.authority AS authority_14, a0_.ic_issue_date AS ic_issue_date_15, a0_.ic_expiration_date AS ic_expiration_date_16, a0_.birth_date AS birth_date_17, a0_.number AS number_18, a0_.signature_date AS signature_date_19, a0_.start_date AS start_date_20, a0_.termination_date AS termination_date_21, a0_.registration_number AS registration_number_22, a0_.notes AS notes_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_contract a0_ WHERE a0_.landlord_id = ? ORDER BY a0_.created_at DESC LIMIT 10
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||||
|
0.22 ms (14.10%) |
1 |
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
]
|
||||||||||||||||||||||||||||||||
|
0.15 ms (9.71%) |
1 |
SELECT count(*) AS sclr_0 FROM ax_contract 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\Contract | 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. |
| App\Entity\Invoice | No errors. |