Query Metrics
10
Database Queries
6
Different statements
4.41 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
1.28 ms (28.95%) |
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
]
|
1.01 ms (23.01%) |
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:
[
"ready-mix-concrete-solutions"
]
|
0.91 ms (20.66%) |
2 |
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:
[
1
]
|
0.47 ms (10.57%) |
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.46 ms (10.50%) |
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:
[
"recycling"
]
|
0.28 ms (6.32%) |
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. |