Query Metrics
3
Database Queries
3
Different statements
1.87 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0.96 ms (51.26%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.active AS active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.enabled AS enabled_7, t8.id AS id_9, t8.name AS name_10, t8.code AS code_11, t8.surname AS surname_12, t8.birthday AS birthday_13, t8.mobile_phone AS mobile_phone_14, t8.fixed_phone AS fixed_phone_15, t8.created_at AS created_at_16, t8.updated_at AS updated_at_17, t8.last_acces AS last_acces_18, t8.enabled AS enabled_19, t8.email AS email_20, t8.client_id AS client_id_21 FROM client t0 LEFT JOIN client_profile t8 ON t8.client_id = t0.id WHERE t0.active = ? LIMIT 1
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||
0.57 ms (30.55%) |
1 |
SELECT t0.id AS id_1, t0.public_name AS public_name_2, t0.code AS code_3, t0.web_domain AS web_domain_4, t0.standart_transport_value AS standart_transport_value_5, t0.subsidized_transport_value AS subsidized_transport_value_6, t0.subsidized_transport_discount AS subsidized_transport_discount_7, t0.limit_subsidized_transport AS limit_subsidized_transport_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.dev_mode AS dev_mode_11, t0.default_language_id AS default_language_id_12, t0.client_id AS client_id_13, t0.application_type_id AS application_type_id_14 FROM app_settings t0 WHERE t0.client_id = ?
Parameters:
[
6
]
|
||||||||||||||||||||||||||||||
0.34 ms (18.19%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.iso_code AS iso_code_3, t0.code AS code_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.enabled AS enabled_7 FROM language t0 WHERE t0.id = ?
Parameters:
[
16
]
|
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\Client | No errors. |
App\Entity\ClientProfile | No errors. |
App\Entity\AppSettings | No errors. |
App\Entity\Address | No errors. |
App\Entity\Language | No errors. |
App\Entity\AppType | No errors. |
App\Entity\AppMenu | No errors. |
App\Entity\ClientService | No errors. |
App\Entity\SeoModule | No errors. |
App\Entity\WebComponents\WebComponent | No errors. |
App\Entity\ServiceProvider | No errors. |