Query Metrics
3
Database Queries
3
Different statements
2.51 ms
Query time
0
Invalid entities
12
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.52 ms |
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.active = ? AND t0.featured = ? ORDER BY t0.created_at DESC LIMIT 8
Parameters:
[ 1 1 ] |
| 2 | 0.62 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
]
|
| 3 | 0.37 ms |
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.active = ? ORDER BY t0.created_at DESC LIMIT 4
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\Product | 6 |
| App\Entity\Category | 6 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Product | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\CustomizableZone | No errors. |
| App\Entity\OrderItem | No errors. |