Query Metrics
120
Database Queries
8
Different statements
23.74 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
12.25 ms (51.61%) |
72 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.key_name AS key_name_4, t0.url AS url_5 FROM contact t0 WHERE t0.key_name = ? LIMIT 1
Parameters:
[
"instagram"
]
|
|
3.50 ms (14.76%) |
18 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM child_menu_translations t0 WHERE t0.object_id = ?
Parameters:
[
2
]
|
|
2.69 ms (11.34%) |
12 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM contact_translation t0 WHERE t0.object_id = ?
Parameters:
[
6
]
|
|
1.77 ms (7.47%) |
6 |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.field AS field_3, t0.content AS content_4, t0.object_id AS object_id_5 FROM menu_translation t0 WHERE t0.object_id = ?
Parameters:
[
2
]
|
|
1.38 ms (5.83%) |
6 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.position AS position_4, t0.show_in_footer AS show_in_footer_5, t0.show_in_header AS show_in_header_6, t0.menu_id AS menu_id_7 FROM child_menu t0 WHERE t0.menu_id = ?
Parameters:
[
2
]
|
|
0.81 ms (3.42%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.name AS name_6, t0.sur_name AS sur_name_7, t0.verification_code AS verification_code_8, t0.uuid AS uuid_9, t0.phone AS phone_10, t0.birthdate AS birthdate_11, t0.country AS country_12, t0.city AS city_13, t0.gender AS gender_14 FROM user t0 WHERE t0.email IS NULL LIMIT 1
Parameters:
[] |
|
0.78 ms (3.30%) |
2 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.position AS position_4, t0.show_in_footer AS show_in_footer_5, t0.show_in_header AS show_in_header_6 FROM menu t0 WHERE t0.show_in_header = ? ORDER BY t0.position ASC
Parameters:
[
"1"
]
|
|
0.54 ms (2.27%) |
3 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.key_name AS key_name_4, t0.url AS url_5 FROM contact t0
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\ChildMenu |
|
| App\Entity\Translation\MenuTranslation | No errors. |
| App\Entity\Translation\ChildMenuTranslation |
|
| App\Entity\Contact | No errors. |
| App\Entity\Translation\ContactTranslation | No errors. |