Query Metrics
10
Database Queries
5
Different statements
5.26 ms
Query time
0
Invalid entities
15
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.84 ms (34.91%) |
6 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.base_price AS base_price_5, t0.base_image AS base_image_6, t0.preview_image AS preview_image_7, t0.colors AS colors_8, t0.sizes AS sizes_9, t0.active AS active_10, t0.featured AS featured_11, t0.created_at AS created_at_12, t0.category_id AS category_id_13 FROM product t0 WHERE t0.category_id = ?
Parameters:
[
6
]
|
|
1.50 ms (28.46%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.description AS description_5, t0.active AS active_6 FROM category t0 WHERE t0.slug = ? AND t0.active = ? LIMIT 1
Parameters:
[ "mugs" 1 ] |
|
1.07 ms (20.29%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.description AS description_3, p0_.base_price AS base_price_4, p0_.base_image AS base_image_5, p0_.preview_image AS preview_image_6, p0_.colors AS colors_7, p0_.sizes AS sizes_8, p0_.active AS active_9, p0_.featured AS featured_10, p0_.created_at AS created_at_11, p0_.category_id AS category_id_12 FROM product p0_ WHERE p0_.active = ? AND p0_.category_id = ? ORDER BY p0_.created_at DESC
Parameters:
[ 1 2 ] |
|
0.50 ms (9.53%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.description AS description_5, t0.active AS active_6 FROM category t0 WHERE t0.active = ? ORDER BY t0.name ASC
Parameters:
[
1
]
|
|
0.36 ms (6.81%) |
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.icon AS icon_3, c0_.description AS description_4, c0_.active AS active_5 FROM category c0_ WHERE c0_.active = true ORDER BY c0_.name 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Product | 9 |
| App\Entity\Category | 6 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Category | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\CustomizableZone | No errors. |
| App\Entity\OrderItem | No errors. |