Query Metrics
2
Database Queries
2
Different statements
0.84 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 0.57 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.summary AS summary_4, t0.description AS description_5, t0.base_price AS base_price_6, t0.tax AS tax_7, t0.price AS price_8, t0.meta_title AS meta_title_9, t0.meta_description AS meta_description_10, t0.slug AS slug_11, t0.meta_tags AS meta_tags_12, t0.public AS public_13, t14.id AS id_15, t14.count AS count_16, t14.item_id AS item_id_17, t0.category_id AS category_id_18 FROM shop_item t0 LEFT JOIN shop_stock t14 ON t14.item_id = t0.id WHERE t0.id = ? LIMIT 1
Parameters:
[
"4 "
]
|
||||||||||||||||||||||||||||
2 | 0.27 ms |
SELECT t0.id AS id_1, t0.promotion_type AS promotion_type_2, t0.value AS value_3, t0.start_at AS start_at_4, t0.expired_at AS expired_at_5, t0.max_use AS max_use_6, t0.item_id AS item_id_7 FROM shop_promotions t0 WHERE t0.item_id = ?
Parameters:
[
4
]
|
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\ShopItem | No errors. |
App\Entity\ShopStock | No errors. |
App\Entity\ShopItemCategory | No errors. |
App\Entity\ShopPriceHistory | No errors. |
App\Entity\ShopPromotions | No errors. |