Query Metrics
3
Database Queries
3
Different statements
2.20 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.92 ms |
SELECT t1.id AS id_2, t1.ref AS ref_3, t1.designation AS designation_4, t1.created_at AS created_at_5, t1.price AS price_6, t1.updated_at AS updated_at_7, t1.promo AS promo_8, t1.description AS description_9, t1.slug AS slug_10, t1.quantity AS quantity_11, t1.weight AS weight_12, t0.state AS state_13, t0.img AS img_14, t1.category_id AS category_id_15, t1.category FROM accessory t0 INNER JOIN product t1 ON t0.id = t1.id WHERE t1.slug = ? LIMIT 1
Parameters:
[
"poster-ravolution-001"
]
|
| 2 | 0.69 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.start_at AS start_at_4, t0.end_at AS end_at_5 FROM params t0
Parameters:
[] |
| 3 | 0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM promote t0 INNER JOIN product_promote ON t0.id = product_promote.promote_id WHERE product_promote.product_id = ?
Parameters:
[
227
]
|
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\Product | No errors. |
| App\Entity\Accessory | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Promote | No errors. |
| App\Entity\Detail | No errors. |
| App\Entity\Params | No errors. |