Query Metrics
40
Database Queries
4
Different statements
16.53 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
7.21 ms (43.61%) |
15 |
SELECT t0.id AS id_1, t0.image_card AS image_card_2, t0.image_main AS image_main_3, t0.type AS type_4, t0.title AS title_5, t0.description AS description_6, t0.task_left AS task_left_7, t0.task_right AS task_right_8, t0.solution_subtitle AS solution_subtitle_9, t0.solution_left AS solution_left_10, t0.solution_right AS solution_right_11, t0.subtitle AS subtitle_12, t0.sequence AS sequence_13, t0.slug AS slug_14, t0.title_seo AS title_seo_15, t0.description_seo AS description_seo_16, t0.seo_h1 AS seo_h1_17, t0.canonical AS canonical_18, t0.indexes AS indexes_19, t0.links AS links_20, t0.text_seo AS text_seo_21, t0.updated_at AS updated_at_22 FROM project t0 INNER JOIN solutions_project ON t0.id = solutions_project.project_id WHERE solutions_project.solutions_id = ?
Parameters:
[
8
]
|
|
4.82 ms (29.12%) |
15 |
SELECT t0.id AS id_1, t0.media AS media_2, t0.image_alt AS image_alt_3, t0.image_description AS image_description_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.solutions_id AS solutions_id_7 FROM solutions_images t0 WHERE t0.solutions_id = ?
Parameters:
[
8
]
|
|
3.68 ms (22.27%) |
9 |
SELECT t0.id AS id_1, t0.media AS media_2, t0.image AS image_3, t0.image_alt AS image_alt_4, t0.image_description AS image_description_5, t0.sequence AS sequence_6, t0.updated_at AS updated_at_7, t0.project_id AS project_id_8 FROM project_media t0 WHERE t0.project_id = ?
Parameters:
[
10
]
|
|
0.83 ms (5.00%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.info AS info_3, t0.sub_title AS sub_title_4, t0.description AS description_5, t0.functional AS functional_6, t0.sub_functional AS sub_functional_7, t0.image_card AS image_card_8, t0.slug AS slug_9, t0.title_seo AS title_seo_10, t0.description_seo AS description_seo_11, t0.main AS main_12, t0.sequence AS sequence_13, t0.seo_h1 AS seo_h1_14, t0.canonical AS canonical_15, t0.indexes AS indexes_16, t0.links AS links_17, t0.text_seo AS text_seo_18, t0.updated_at AS updated_at_19 FROM solutions t0 ORDER BY t0.sequence ASC
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\Solutions | No errors. |
| App\Entity\Project | No errors. |
| App\Entity\SolutionsImages | No errors. |
| App\Entity\ProjectMedia | No errors. |
| App\Entity\ProjectCategory | No errors. |