Query Metrics
9
Database Queries
6
Different statements
5.65 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
2.78 ms (49.17%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.document AS document_5, t0.benefit AS benefit_6, t0.sub_category_id AS sub_category_id_7 FROM product_page t0 WHERE t0.sub_category_id = ?
Parameters:
[
3
]
|
1.11 ms (19.65%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.color AS color_4 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"precast-concrete-solutions"
]
|
0.60 ms (10.61%) |
3 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.category_id AS category_id_5 FROM sub_category t0 WHERE t0.category_id = ?
Parameters:
[
1
]
|
0.52 ms (9.24%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.category_id AS category_id_5 FROM sub_category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"automation"
]
|
0.39 ms (6.89%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.color AS color_4 FROM category t0
Parameters:
[] |
0.25 ms (4.43%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.category_id AS category_id_5 FROM sub_category 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\Category | No errors. |
App\Entity\SubCategory | No errors. |
App\Entity\ProductPage | No errors. |
App\Entity\Image | No errors. |