Query Metrics
2
Database Queries
2
Different statements
1.99 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.70 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.locale AS locale_3, t0.url AS url_4, t0.content AS content_5, t0.is_home AS is_home_6, t0.is_cms AS is_cms_7, t0.meta_title AS meta_title_8, t0.meta_description AS meta_description_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM framework_page t0 WHERE t0.slug = ? AND t0.locale = ? LIMIT 1
Parameters:
[ "boutique-produit" "fr" ] |
2 | 0.29 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.slug AS slug_3, t0.type AS type_4, t0.tags AS tags_5, t0.name AS name_6, t0.usecase AS usecase_7, t0.description AS description_8, t0.additional AS additional_9, t0.attributes AS attributes_10, t0.price AS price_11, t0.amount_show AS amount_show_12, t0.published AS published_13, t0.pinned AS pinned_14, t0.slider AS slider_15, t0.featured AS featured_16, t0.stock AS stock_17, t0.stock_total AS stock_total_18, t0.stock_left AS stock_left_19, t0.weight AS weight_20, t0.packaging AS packaging_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23, t0.dataform AS dataform_24, t0.category_id AS category_id_25, t26.id AS id_27, t26.position AS position_28, t26.slug AS slug_29, t26.tags AS tags_30, t26.name AS name_31, t26.description AS description_32, t26.published AS published_33, t26.pinned AS pinned_34, t26.slider AS slider_35, t26.featured AS featured_36, t26.created_at AS created_at_37, t26.updated_at AS updated_at_38, t26.dataform AS dataform_39 FROM framework_shop_product t0 LEFT JOIN framework_shop_category t26 ON t0.category_id = t26.id WHERE t0.slug = ? LIMIT 1
Parameters:
[
"bon-cadeau-9"
]
|
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\Framework\AppBundle\Entity\Page | No errors. |
App\Framework\ShopBundle\Entity\Product | No errors. |
App\Framework\ShopBundle\Entity\Category | No errors. |