Query Metrics
2
Database Queries
2
Different statements
3.47 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.34 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.slug = ? AND t0.active = ? LIMIT 1
Parameters:
[ "casquette-snapback" 1 ] |
| 2 | 1.13 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position_x AS position_x_3, t0.position_y AS position_y_4, t0.width AS width_5, t0.height AS height_6, t0.allowed_types AS allowed_types_7, t0.sort_order AS sort_order_8, t0.product_id AS product_id_9 FROM customizable_zone t0 WHERE t0.product_id = ?
Parameters:
[
5
]
|
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 | 1 |
| App\Entity\Category | 1 |
| App\Entity\CustomizableZone | 1 |
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. |