Query Metrics
3
Database Queries
3
Different statements
4.40 ms
Query time
0
Invalid entities
8
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.18 ms |
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 = ? LIMIT 1
Parameters:
[
"mugs"
]
|
| 2 | 1.75 ms |
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 ] |
| 3 | 0.47 ms |
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 = ?
Parameters:
[
1
]
|
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\Category | 6 |
| App\Entity\Product | 2 |
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. |