Query Metrics
4
Database Queries
4
Different statements
6.29 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 4.62 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.short_content AS short_content_4, t0.long_content AS long_content_5, t0.instructions AS instructions_6, t0.slug AS slug_7 FROM product t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
| 2 | 0.75 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.slug AS slug_4 FROM product_action t0 INNER JOIN product_product_action ON t0.id = product_product_action.product_action_id WHERE product_product_action.product_id = ?
Parameters:
[
1
]
|
| 3 | 0.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.slug AS slug_4 FROM product_category t0 INNER JOIN product_product_category ON t0.id = product_product_category.product_category_id WHERE product_product_category.product_id = ?
Parameters:
[
1
]
|
| 4 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.size AS size_3, t0.is_main AS is_main_4, t0.product_id AS product_id_5 FROM product_image t0 WHERE t0.product_id = ?
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\ProductAction | No errors. |
| App\Entity\ProductCategory | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\ProductImage | No errors. |