Query Metrics
7
Database Queries
4
Different statements
10.15 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.51 ms |
SELECT pages.id, pages.parent, pages.controller FROM pages INNER JOIN stringtable str ON (pages.identifier_str = str.code) INNER JOIN stringtable_values sv ON (str.id = sv.string_id) WHERE ISNULL(pages.parent) AND sv.value = ? AND sv.language_code = ? ORDER BY id LIMIT 1
Parameters:
[ "accessories" "eng" ] |
| 2 | 1.47 ms |
SELECT t0.id AS id_1, t0.name_str AS name_str_2, t0.code AS code_3, t0.iso AS iso_4, t0.promote AS promote_5, t0.vat_percentage AS vat_percentage_6 FROM user_countries t0 WHERE t0.id = ?
Parameters:
[
"1"
]
|
| 3 | 1.42 ms |
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3 FROM shop_setting t0 WHERE t0.setting_key = ? LIMIT 1
Parameters:
[
"vadain.token"
]
|
| 4 | 2.53 ms |
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3 FROM shop_setting t0 WHERE t0.setting_key = ? LIMIT 1
Parameters:
[
"sanity.projectId"
]
|
| 5 | 0.54 ms |
SELECT t0.id AS id_1, t0.setting_key AS setting_key_2, t0.setting_value AS setting_value_3 FROM shop_setting t0 WHERE t0.setting_key = ? LIMIT 1
Parameters:
[
"sanity.dataset"
]
|
| 6 | 0.94 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.internalCategory AS internalCategory_3, t0.range AS range_4, t0.stock AS stock_5, t0.stock_updated AS stock_updated_6, t0.code AS code_7, t0.bespoke AS bespoke_8, t0.price_from AS price_from_9, t0.image_template_string AS image_template_string_10, t0.name_str AS name_str_11, t0.desc_str AS desc_str_12, t0.usp_str AS usp_str_13, t0.payoff_str AS payoff_str_14, t0.product_info_str AS product_info_str_15, t0.gallery_str AS gallery_str_16, t0.faq_str AS faq_str_17, t0.measuring_str AS measuring_str_18, t0.installation_str AS installation_str_19, t0.compatible_with_brand AS compatible_with_brand_20, t0.fixed_price AS fixed_price_21, t0.round_retail_price AS round_retail_price_22, t0.purchase_percentage AS purchase_percentage_23, t0.is_skylight_brand AS is_skylight_brand_24, t0.family_parent AS family_parent_25, t0.useReview AS useReview_26, t0.has_sample AS has_sample_27, t0.width_attribute_id AS width_attribute_id_28, t0.about_page_id AS about_page_id_29, t0.drop_attribute_id AS drop_attribute_id_30, t0.shipping_category_id AS shipping_category_id_31 FROM products t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"9"
]
|
| 7 | 0.73 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.internalCategory AS internalCategory_3, t0.range AS range_4, t0.stock AS stock_5, t0.stock_updated AS stock_updated_6, t0.code AS code_7, t0.bespoke AS bespoke_8, t0.price_from AS price_from_9, t0.image_template_string AS image_template_string_10, t0.name_str AS name_str_11, t0.desc_str AS desc_str_12, t0.usp_str AS usp_str_13, t0.payoff_str AS payoff_str_14, t0.product_info_str AS product_info_str_15, t0.gallery_str AS gallery_str_16, t0.faq_str AS faq_str_17, t0.measuring_str AS measuring_str_18, t0.installation_str AS installation_str_19, t0.compatible_with_brand AS compatible_with_brand_20, t0.fixed_price AS fixed_price_21, t0.round_retail_price AS round_retail_price_22, t0.purchase_percentage AS purchase_percentage_23, t0.is_skylight_brand AS is_skylight_brand_24, t0.family_parent AS family_parent_25, t0.useReview AS useReview_26, t0.has_sample AS has_sample_27, t0.width_attribute_id AS width_attribute_id_28, t0.about_page_id AS about_page_id_29, t0.drop_attribute_id AS drop_attribute_id_30, t0.shipping_category_id AS shipping_category_id_31 FROM products t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
"8"
]
|
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 |
|---|---|
| ShopBundle\Entity\UserCountry | No errors. |
| ShopBundle\Entity\Warehouse | No errors. |
| ShopBundle\Entity\ShopSetting | No errors. |
| ShopBundle\Entity\Product | No errors. |
| ShopBundle\Entity\ProductAttribute | No errors. |
| ShopBundle\Entity\Page | No errors. |
| ShopBundle\Entity\ShippingCategory | No errors. |