Query Metrics
96
Database Queries
62
Different statements
85.85 ms
Query time
0
Invalid entities
341
Managed entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
3.43 ms (3.99%) |
15 |
SELECT t0.id AS id_1, t0.sku AS sku_2, t0.sku_uppercase AS sku_uppercase_3, t0.status AS status_4, t0.variant_fields AS variant_fields_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.type AS type_8, t0.is_featured AS is_featured_9, t0.is_new_arrival AS is_new_arrival_10, t0.name AS name_11, t0.name_uppercase AS name_uppercase_12, t0.kit_shipping_calculation_method AS kit_shipping_calculation_method_13, t0.category_sort_order AS category_sort_order_14, t0.availability_date AS availability_date_15, t0.serialized_data AS serialized_data_16, t0.business_unit_owner_id AS business_unit_owner_id_17, t0.organization_id AS organization_id_18, t0.primary_unit_precision_id AS primary_unit_precision_id_19, t0.default_variant_id AS default_variant_id_20, t0.attribute_family_id AS attribute_family_id_21, t0.brand_id AS brand_id_22, t0.category_id AS category_id_23, t0.taxCode_id AS taxcode_id_24, t0.pageTemplate_id AS pagetemplate_id_25, t0.manageInventory_id AS manageinventory_id_26, t0.highlightLowInventory_id AS highlightlowinventory_id_27, t0.inventoryThreshold_id AS inventorythreshold_id_28, t0.lowInventoryThreshold_id AS lowinventorythreshold_id_29, t0.minimumQuantityToOrder_id AS minimumquantitytoorder_id_30, t0.maximumQuantityToOrder_id AS maximumquantitytoorder_id_31, t0.decrementQuantity_id AS decrementquantity_id_32, t0.backOrder_id AS backorder_id_33, t0.isUpcoming_id AS isupcoming_id_34 FROM oro_product t0 WHERE t0.id = ?
Parameters:
[
14
]
|
|
2.09 ms (2.44%) |
13 |
SELECT o0_.id AS id_0, o0_.entity_class AS entity_class_1, o0_.workflow_step_id AS sclr_2, o0_.mode AS mode_3, o0_.field AS field_4, o0_.mode_values AS mode_values_5, o1_.related_entity AS related_entity_6, o1_.name AS name_7 FROM oro_workflow_restriction o0_ INNER JOIN oro_workflow_definition o1_ ON o0_.workflow_name = o1_.name WHERE o0_.entity_class = ?
Parameters:
[
"Symfony\Component\Form\Form"
]
|
|
1.68 ms (1.96%) |
1 |
SELECT o0_.id AS id_0, o0_.url AS url_1, o0_.slug_prototype AS slug_prototype_2, o0_.url_hash AS url_hash_3, o0_.route_name AS route_name_4, o0_.route_parameters AS route_parameters_5, o0_.scopes_hash AS scopes_hash_6, o0_.parameters_hash AS parameters_hash_7, o1_.id AS id_8 FROM oro_redirect_slug o0_ LEFT JOIN oro_slug_scope o2_ ON o0_.id = o2_.slug_id LEFT JOIN oro_scope o1_ ON o1_.id = o2_.scope_id AND ((o1_.webCatalog_id = ? OR o1_.webCatalog_id IS NULL) AND (o1_.customer_id IS NULL) AND (o1_.customerGroup_id = ? OR o1_.customerGroup_id IS NULL) AND (o1_.organization_id IS NULL) AND (o1_.user_id IS NULL) AND (o1_.website_id IS NULL)) LEFT JOIN oro_localization o3_ ON o0_.localization_id = o3_.id WHERE o0_.url_hash = ? AND o0_.url = ? AND (o1_.localization_id IS NULL OR o1_.localization_id = COALESCE(o3_.id, ?)) ORDER BY o1_.localization_id DESC NULLS LAST, o1_.webCatalog_id DESC NULLS LAST, o1_.customerGroup_id DESC NULLS LAST, o0_.id ASC
Parameters:
[ 1 1 "42118a5a70ca57aa1c1704ebb1b456d2" "/office-furniture" 1 ] |
|
1.36 ms (1.58%) |
2 |
SELECT t0.id AS id_1, t0.materialized_path AS materialized_path_2, t0.title AS title_3, t0.tree_left AS tree_left_4, t0.tree_level AS tree_level_5, t0.tree_right AS tree_right_6, t0.tree_root AS tree_root_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.availability_date AS availability_date_10, t0.serialized_data AS serialized_data_11, t0.parent_id AS parent_id_12, t0.default_product_options_id AS default_product_options_id_13, t0.organization_id AS organization_id_14, t0.manageInventory_id AS manageinventory_id_15, t0.highlightLowInventory_id AS highlightlowinventory_id_16, t0.inventoryThreshold_id AS inventorythreshold_id_17, t0.lowInventoryThreshold_id AS lowinventorythreshold_id_18, t0.minimumQuantityToOrder_id AS minimumquantitytoorder_id_19, t0.maximumQuantityToOrder_id AS maximumquantitytoorder_id_20, t0.decrementQuantity_id AS decrementquantity_id_21, t0.backOrder_id AS backorder_id_22, t0.isUpcoming_id AS isupcoming_id_23, t0.largeImage_id AS largeimage_id_24, t0.smallImage_id AS smallimage_id_25 FROM oro_catalog_category t0 WHERE t0.id = ?
Parameters:
[
11
]
|
|
1.24 ms (1.44%) |
1 |
SELECT o0_.id AS id_0 FROM oro_product o0_ INNER JOIN oro_product_variant_link o1_ ON o0_.id = o1_.product_id LEFT JOIN oro_prod_vsb_resolv o2_ ON (o0_.id = o2_.product_id AND o2_.scope_id = ?) LEFT JOIN oro_cus_grp_prod_vsb_resolv o3_ ON (o0_.id = o3_.product_id AND o3_.scope_id = ?) LEFT JOIN oro_cus_prod_vsb_resolv o4_ ON (o0_.id = o4_.product_id AND o4_.scope_id = ?) WHERE o1_.parent_product_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND o0_.status IN (?) AND o0_.serialized_data->>'inventory_status' IN (?, ?) AND COALESCE(CASE WHEN o2_.visibility = 0 THEN 1 ELSE o2_.visibility END, 1) + COALESCE(CASE WHEN o3_.visibility = 0 THEN 1 ELSE o3_.visibility END, 0) * 10 + CASE WHEN o4_.visibility = 2 THEN (COALESCE(CASE WHEN o2_.visibility = 0 THEN 1 ELSE o2_.visibility END, 1) * 100) ELSE (COALESCE(CASE WHEN o4_.visibility = 0 THEN 1 ELSE o4_.visibility END, 0) * 100) END > 0
Parameters:
[ 1 3 1 14 15 16 24 27 31 34 37 38 39 43 46 51 54 55 "enabled" "prod_inventory_status.in_stock" "prod_inventory_status.out_of_stock" ] |
|
1.02 ms (1.18%) |
1 |
SELECT o0_.id AS id_0 FROM oro_product o0_ WHERE o0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 14 15 16 24 27 31 34 37 38 39 43 46 51 54 55 ] |
|
1.00 ms (1.16%) |
1 |
SELECT text_value FROM oro_config_value WHERE name = ? AND section = ?
Parameters:
[ "is_installed" "oro_distribution" ] |
|
0.85 ms (0.98%) |
1 |
SELECT COALESCE(o0_.visibility, o1_.visibility, 0) AS sclr_0 FROM oro_catalog_category o2_ LEFT JOIN oro_ctgr_vsb_resolv o1_ ON (o1_.category_id = o2_.id) LEFT JOIN oro_cus_grp_ctgr_vsb_resolv o0_ ON (o0_.category_id = o2_.id AND o0_.scope_id = ?) WHERE o2_.id = ?
Parameters:
[ 3 11 ] |
|
0.82 ms (0.96%) |
2 |
SELECT o0_.id AS id_0, o0_.materialized_path AS materialized_path_1, o0_.title AS title_2, o0_.tree_left AS tree_left_3, o0_.tree_level AS tree_level_4, o0_.tree_right AS tree_right_5, o0_.tree_root AS tree_root_6, o0_.created_at AS created_at_7, o0_.updated_at AS updated_at_8, o0_.availability_date AS availability_date_9, o0_.serialized_data AS serialized_data_10, o1_.id AS id_11, o1_.materialized_path AS materialized_path_12, o1_.title AS title_13, o1_.tree_left AS tree_left_14, o1_.tree_level AS tree_level_15, o1_.tree_right AS tree_right_16, o1_.tree_root AS tree_root_17, o1_.created_at AS created_at_18, o1_.updated_at AS updated_at_19, o1_.availability_date AS availability_date_20, o1_.serialized_data AS serialized_data_21, o0_.parent_id AS parent_id_22, o0_.default_product_options_id AS default_product_options_id_23, o0_.organization_id AS organization_id_24, o0_.manageInventory_id AS manageinventory_id_25, o0_.highlightLowInventory_id AS highlightlowinventory_id_26, o0_.inventoryThreshold_id AS inventorythreshold_id_27, o0_.lowInventoryThreshold_id AS lowinventorythreshold_id_28, o0_.minimumQuantityToOrder_id AS minimumquantitytoorder_id_29, o0_.maximumQuantityToOrder_id AS maximumquantitytoorder_id_30, o0_.decrementQuantity_id AS decrementquantity_id_31, o0_.backOrder_id AS backorder_id_32, o0_.isUpcoming_id AS isupcoming_id_33, o0_.largeImage_id AS largeimage_id_34, o0_.smallImage_id AS smallimage_id_35, o1_.parent_id AS parent_id_36, o1_.default_product_options_id AS default_product_options_id_37, o1_.organization_id AS organization_id_38, o1_.manageInventory_id AS manageinventory_id_39, o1_.highlightLowInventory_id AS highlightlowinventory_id_40, o1_.inventoryThreshold_id AS inventorythreshold_id_41, o1_.lowInventoryThreshold_id AS lowinventorythreshold_id_42, o1_.minimumQuantityToOrder_id AS minimumquantitytoorder_id_43, o1_.maximumQuantityToOrder_id AS maximumquantitytoorder_id_44, o1_.decrementQuantity_id AS decrementquantity_id_45, o1_.backOrder_id AS backorder_id_46, o1_.isUpcoming_id AS isupcoming_id_47, o1_.largeImage_id AS largeimage_id_48, o1_.smallImage_id AS smallimage_id_49 FROM oro_catalog_category o0_ LEFT JOIN oro_catalog_category o1_ ON o0_.id = o1_.parent_id WHERE o0_.tree_right < 21 AND o0_.tree_left > 20 AND o0_.tree_root = ? ORDER BY o0_.tree_left ASC, o1_.tree_left ASC
Parameters:
[
1
]
|
|
0.82 ms (0.96%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_default AS is_default_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.serialized_data AS serialized_data_6, t0.business_unit_owner_id AS business_unit_owner_id_7, t0.organization_id AS organization_id_8, t0.guest_role_id AS guest_role_id_9, t0.default_role_id AS default_role_id_10 FROM oro_website t0 WHERE t0.is_default = ? LIMIT 1
Parameters:
[
1
]
|
|
0.77 ms (0.90%) |
1 |
SELECT o0_.product_id AS sclr_0, o1_.unit_code AS sclr_1, SUM(o0_.quantity) AS sclr_2 FROM oro_inventory_level o0_ LEFT JOIN oro_product_unit_precision o1_ ON o0_.product_unit_precision_id = o1_.id WHERE o0_.product_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) GROUP BY o0_.product_id, o1_.unit_code
Parameters:
[ 14 15 16 24 27 31 34 37 38 39 43 46 51 54 55 ] |
|
0.68 ms (0.80%) |
1 |
SELECT o0_.id AS id_0, o0_.status AS status_1, o0_.default_title AS default_title_2, o0_.created_at AS created_at_3, o0_.updated_at AS updated_at_4, o0_.external_id AS external_id_5, o0_.serialized_data AS serialized_data_6, o1_.string AS string_7, o1_.text AS text_8, o1_.id AS id_9, o1_.fallback AS fallback_10, o1_.wysiwyg AS wysiwyg_11, o1_.wysiwyg_style AS wysiwyg_style_12, o1_.wysiwyg_properties AS wysiwyg_properties_13, o1_.serialized_data AS serialized_data_14, o0_.business_unit_owner_id AS business_unit_owner_id_15, o0_.organization_id AS organization_id_16, o1_.localization_id AS localization_id_17 FROM oro_brand o0_ LEFT JOIN oro_brand_name o2_ ON o0_.id = o2_.brand_id LEFT JOIN oro_fallback_localization_val o1_ ON o1_.id = o2_.localized_value_id
Parameters:
[] |
|
0.68 ms (0.80%) |
2 |
SELECT o0_.is_enabled AS is_enabled_0, o0_.is_prices_calculated AS is_prices_calculated_1, o0_.id AS id_2, o0_.name AS name_3, o0_.created_at AS created_at_4, o0_.updated_at AS updated_at_5 FROM oro_price_list_combined o0_ INNER JOIN oro_cmb_plist_to_cus_gr o1_ ON (o1_.combined_price_list_id = o0_.id) WHERE o1_.customer_group_id = ? AND o1_.website_id = ? AND o0_.is_enabled = ? LIMIT 1
Parameters:
[ 1 1 1 ] |
|
0.68 ms (0.79%) |
1 |
SELECT o0_.name AS name_0, o0_.label AS label_1, o0_.related_entity AS related_entity_2, o0_.entity_attribute_name AS entity_attribute_name_3, o0_.steps_display_ordered AS steps_display_ordered_4, o0_."system" AS system_5, o0_.active AS active_6, o0_.priority AS priority_7, o0_.configuration AS configuration_8, o0_.metadata AS metadata_9, o0_.exclusive_active_groups AS exclusive_active_groups_10, o0_.exclusive_record_groups AS exclusive_record_groups_11, o0_.created_at AS created_at_12, o0_.updated_at AS updated_at_13, o0_.applications AS applications_14, o0_.start_step_id AS start_step_id_15 FROM oro_workflow_definition o0_ WHERE o0_.active = ? ORDER BY o0_.priority ASC
Parameters:
[
1
]
|
|
0.67 ms (0.78%) |
1 |
SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.formatting_code AS formatting_code_2, o0_.rtl_mode AS rtl_mode_3, o0_.created_at AS created_at_4, o0_.updated_at AS updated_at_5, o0_.serialized_data AS serialized_data_6, o0_.language_id AS language_id_7, o0_.parent_id AS parent_id_8 FROM oro_localization o0_ ORDER BY o0_.name ASC
Parameters:
[] |
|
0.67 ms (0.78%) |
1 |
SELECT o0_.configuration AS configuration_0 FROM oro_theme_configuration o0_ WHERE o0_.id = ?
Parameters:
[
1
]
|
|
0.66 ms (0.77%) |
1 |
SELECT o0_.id AS id_0, o0_.type AS type_1, o0_.system_page_route AS system_page_route_2, o0_.is_default AS is_default_3, o0_.override_variant_configuration AS override_variant_configuration_4, o0_.do_not_render_title AS do_not_render_title_5, o0_.exclude_subcategories AS exclude_subcategories_6, o0_.serialized_data AS serialized_data_7, o0_.node_id AS node_id_8, o0_.cms_page_id AS cms_page_id_9, o0_.product_page_product_id AS product_page_product_id_10, o0_.product_collection_segment_id AS product_collection_segment_id_11, o0_.category_page_category_id AS category_page_category_id_12 FROM oro_web_catalog_variant o0_ INNER JOIN oro_web_catalog_content_node o1_ ON ((o0_.node_id = o1_.id)) LEFT JOIN oro_web_catalog_variant_scope o3_ ON o0_.id = o3_.variant_id LEFT JOIN oro_scope o2_ ON o2_.id = o3_.scope_id AND ((o2_.webCatalog_id = ? OR o2_.webCatalog_id IS NULL) AND (o2_.customer_id IS NULL) AND (o2_.customerGroup_id = ? OR o2_.customerGroup_id IS NULL) AND (o2_.localization_id = ? OR o2_.localization_id IS NULL) AND (o2_.organization_id IS NULL) AND (o2_.user_id IS NULL) AND (o2_.website_id IS NULL)) WHERE o1_.web_catalog_id = ? AND o0_.category_page_category_id = ? AND o0_.exclude_subcategories = ? ORDER BY o2_.webCatalog_id DESC NULLS LAST, o2_.customerGroup_id DESC NULLS LAST, o2_.localization_id DESC NULLS LAST, o1_.tree_level ASC LIMIT 1
Parameters:
[ 1 1 1 1 11 0 ] |
|
0.62 ms (0.72%) |
1 |
SELECT o0_.role AS role_0 FROM oro_customer_user_role o0_ WHERE o0_.id = ?
Parameters:
[
3
]
|
|
0.61 ms (0.71%) |
1 |
SELECT t0.id AS id_1, t0.last_visit AS last_visit_2, t0.session_id AS session_id_3, t0.serialized_data AS serialized_data_4, t0.cookies_accepted AS cookies_accepted_5, t0.customer_user_id AS customer_user_id_6 FROM oro_customer_visitor t0 WHERE t0.session_id = ? LIMIT 1
Parameters:
[
"1e4c6a49e1c31e742f50"
]
|
|
0.60 ms (0.70%) |
2 |
SELECT o0_.id AS id_0 FROM oro_catalog_category o0_ LEFT JOIN oro_ctgr_vsb_resolv o1_ ON (o0_.id = o1_.category_id) LEFT JOIN oro_cus_grp_ctgr_vsb_resolv o2_ ON (o0_.id = o2_.category_id AND o2_.scope_id = ?) WHERE CASE WHEN o1_.visibility IS NOT NULL AND o1_.visibility <> 0 THEN o1_.visibility ELSE 1 END + COALESCE(CASE WHEN o2_.visibility = 0 THEN 1 ELSE o2_.visibility END, 0) * 10 <= 0 ORDER BY o0_.id ASC
Parameters:
[
3
]
|
|
0.60 ms (0.70%) |
1 |
SELECT o0_.id AS id_0, o0_.type AS type_1, o0_.system_page_route AS system_page_route_2, o0_.is_default AS is_default_3, o0_.override_variant_configuration AS override_variant_configuration_4, o0_.do_not_render_title AS do_not_render_title_5, o0_.exclude_subcategories AS exclude_subcategories_6, o0_.serialized_data AS serialized_data_7, o0_.node_id AS node_id_8, o0_.cms_page_id AS cms_page_id_9, o0_.product_page_product_id AS product_page_product_id_10, o0_.product_collection_segment_id AS product_collection_segment_id_11, o0_.category_page_category_id AS category_page_category_id_12 FROM oro_web_catalog_variant o0_ INNER JOIN oro_web_catalog_variant_slug o2_ ON o0_.id = o2_.content_variant_id INNER JOIN oro_redirect_slug o1_ ON o1_.id = o2_.slug_id WHERE o1_.id = ?
Parameters:
[
21
]
|
|
0.57 ms (0.67%) |
1 |
SELECT o0_.product_id AS sclr_0, o0_.unit_code AS sclr_1, o0_.quantity AS quantity_2, o0_.value AS value_3, o0_.currency AS currency_4 FROM oro_price_product_combined o0_ WHERE o0_.combined_price_list_id = ? AND o0_.product_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND o0_.currency IN (?) ORDER BY o0_.unit_code ASC, o0_.quantity ASC
Parameters:
[ 2 14 15 16 24 27 31 34 37 38 39 43 46 51 54 55 "USD" ] |
|
0.56 ms (0.66%) |
1 |
SELECT o0_.id AS id_0, o1_.string AS string_1, o1_.text AS text_2, o1_.id AS id_3, o1_.fallback AS fallback_4, o1_.wysiwyg AS wysiwyg_5, o1_.wysiwyg_style AS wysiwyg_style_6, o1_.wysiwyg_properties AS wysiwyg_properties_7, o1_.serialized_data AS serialized_data_8, o0_.content_node_id AS content_node_id_9, o0_.scope_id AS scope_id_10, o0_.category_id AS category_id_11, o0_.image_id AS image_id_12, o1_.localization_id AS localization_id_13 FROM oro_commerce_menu_upd o0_ LEFT JOIN oro_commerce_menu_upd_title o2_ ON o0_.id = o2_.menu_update_id LEFT JOIN oro_fallback_localization_val o1_ ON o1_.id = o2_.localized_value_id WHERE o0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 7 8 9 10 11 12 13 14 15 ] |
|
0.53 ms (0.62%) |
1 |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.filename AS filename_3, t0.extension AS extension_4, t0.mime_type AS mime_type_5, t0.original_filename AS original_filename_6, t0.file_size AS file_size_7, t0.parent_entity_class AS parent_entity_class_8, t0.parent_entity_id AS parent_entity_id_9, t0.parent_entity_field_name AS parent_entity_field_name_10, t0.external_url AS external_url_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.serialized_data AS serialized_data_14, t0.owner_user_id AS owner_user_id_15, t0.digitalAsset_id AS digitalasset_id_16 FROM oro_attachment_file t0 WHERE t0.id IN (?, ?)
Parameters:
[ 317 318 ] |
|
0.53 ms (0.62%) |
1 |
SELECT t0.string AS string_1, t0.text AS text_2, t0.id AS id_3, t0.fallback AS fallback_4, t0.wysiwyg AS wysiwyg_5, t0.wysiwyg_style AS wysiwyg_style_6, t0.wysiwyg_properties AS wysiwyg_properties_7, t0.serialized_data AS serialized_data_8, t0.localization_id AS localization_id_9 FROM oro_fallback_localization_val t0 INNER JOIN oro_rel_ff3a7b9721a159aea3971e ON t0.id = oro_rel_ff3a7b9721a159aea3971e.localizedfallbackvalue_id WHERE oro_rel_ff3a7b9721a159aea3971e.category_id = ?
Parameters:
[
11
]
|
|
0.53 ms (0.61%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.serialized_data AS serialized_data_6, t0.business_unit_owner_id AS business_unit_owner_id_7, t0.organization_id AS organization_id_8 FROM oro_web_catalog t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.53 ms (0.61%) |
1 |
SELECT o0_.id AS id_0, o0_.attribute AS attribute_1, o0_.entity_class AS entity_class_2, o0_.updatable AS updatable_3, o0_.deletable AS deletable_4, o1_.name AS name_5, o1_.label AS label_6, o1_.related_entity AS related_entity_7, o1_.entity_attribute_name AS entity_attribute_name_8, o1_.steps_display_ordered AS steps_display_ordered_9, o1_."system" AS system_10, o1_.active AS active_11, o1_.priority AS priority_12, o1_.configuration AS configuration_13, o1_.metadata AS metadata_14, o1_.exclusive_active_groups AS exclusive_active_groups_15, o1_.exclusive_record_groups AS exclusive_record_groups_16, o1_.created_at AS created_at_17, o1_.updated_at AS updated_at_18, o1_.applications AS applications_19, o0_.workflow_name AS workflow_name_20, o0_.workflow_step_id AS workflow_step_id_21, o1_.start_step_id AS start_step_id_22 FROM oro_workflow_entity_acl o0_ INNER JOIN oro_workflow_definition o1_ ON o0_.workflow_name = o1_.name
Parameters:
[] |
|
0.52 ms (0.61%) |
1 |
SELECT t0.id AS id_1, t0.content AS content_2, t0.do_not_render_title AS do_not_render_title_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.draft_uuid AS draft_uuid_6, t0.content_style AS content_style_7, t0.content_properties AS content_properties_8, t0.serialized_data AS serialized_data_9, t0.organization_id AS organization_id_10, t0.draft_project_id AS draft_project_id_11, t0.draft_owner_id AS draft_owner_id_12, t0.draft_source_id AS draft_source_id_13 FROM oro_cms_page t0 WHERE t0.id = ? AND ((t0.draft_uuid IS NULL))
Parameters:
[
10
]
|
|
0.51 ms (0.60%) |
1 |
SELECT t0.string AS string_1, t0.id AS id_2, t0.fallback AS fallback_3, t0.category_id AS category_id_4, t0.localization_id AS localization_id_5 FROM oro_catalog_cat_title t0 WHERE t0.category_id = ?
Parameters:
[
11
]
|
|
0.48 ms (0.55%) |
1 |
SELECT DISTINCT o0_.scope_id AS sclr_0, o0_.menu AS menu_1 FROM oro_commerce_menu_upd o0_
Parameters:
[] |
|
0.46 ms (0.53%) |
2 |
SELECT t0.id AS id_1, t0.parent_scope_used AS parent_scope_used_2, t0.rewrite_variant_title AS rewrite_variant_title_3, t0.materialized_path AS materialized_path_4, t0.tree_left AS tree_left_5, t0.tree_level AS tree_level_6, t0.tree_right AS tree_right_7, t0.tree_root AS tree_root_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.serialized_data AS serialized_data_11, t0.parent_id AS parent_id_12, t0.web_catalog_id AS web_catalog_id_13 FROM oro_web_catalog_content_node t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
0.46 ms (0.53%) |
1 |
SELECT o0_.id AS id_0, o1_.string AS string_1, o1_.text AS text_2, o1_.id AS id_3, o1_.fallback AS fallback_4, o1_.wysiwyg AS wysiwyg_5, o1_.wysiwyg_style AS wysiwyg_style_6, o1_.wysiwyg_properties AS wysiwyg_properties_7, o1_.serialized_data AS serialized_data_8, o0_.content_node_id AS content_node_id_9, o0_.scope_id AS scope_id_10, o0_.category_id AS category_id_11, o0_.image_id AS image_id_12, o1_.localization_id AS localization_id_13 FROM oro_commerce_menu_upd o0_ LEFT JOIN oro_commerce_menu_upd_descr o2_ ON o0_.id = o2_.menu_update_id LEFT JOIN oro_fallback_localization_val o1_ ON o1_.id = o2_.localized_value_id WHERE o0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 7 8 9 10 11 12 13 14 15 ] |
|
0.45 ms (0.53%) |
1 |
SELECT o0_.theme AS theme_0 FROM oro_theme_configuration o0_ WHERE o0_.id = ?
Parameters:
[
1
]
|
|
0.43 ms (0.50%) |
2 |
SELECT o0_.is_enabled AS is_enabled_0, o0_.is_prices_calculated AS is_prices_calculated_1, o0_.id AS id_2, o0_.name AS name_3, o0_.created_at AS created_at_4, o0_.updated_at AS updated_at_5 FROM oro_price_list_combined o0_ INNER JOIN oro_cmb_price_list_to_ws o1_ ON (o1_.combined_price_list_id = o0_.id) WHERE o1_.website_id = ? AND o0_.is_enabled = ? LIMIT 1
Parameters:
[ 1 1 ] |
|
0.41 ms (0.48%) |
2 |
SELECT o0_.code AS code_0 FROM oro_product_unit o0_ ORDER BY o0_.code ASC
Parameters:
[] |
|
0.40 ms (0.47%) |
2 |
SELECT o0_."condition" AS condition_0, o0_.screens AS screens_1, o0_.system_page_route AS system_page_route_2, o0_.link_target AS link_target_3, o0_.menu_template AS menu_template_4, o0_.max_traverse_level AS max_traverse_level_5, o0_.id AS id_6, o0_."key" AS key_7, o0_.parent_key AS parent_key_8, o0_.uri AS uri_9, o0_.menu AS menu_10, o0_.icon AS icon_11, o0_.is_active AS is_active_12, o0_.priority AS priority_13, o0_.is_divider AS is_divider_14, o0_.is_custom AS is_custom_15, o0_.is_synthetic AS is_synthetic_16, o0_.serialized_data AS serialized_data_17, o0_.content_node_id AS content_node_id_18, o0_.scope_id AS scope_id_19, o0_.category_id AS category_id_20, o0_.image_id AS image_id_21 FROM oro_commerce_menu_upd o0_ WHERE o0_.menu = ? AND o0_.scope_id = ? ORDER BY o0_.id ASC
Parameters:
[ "commerce_main_menu" 1 ] |
|
0.37 ms (0.43%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.enabled AS enabled_3, t0.installed_build_date AS installed_build_date_4, t0.local_files_language AS local_files_language_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.organization_id AS organization_id_8 FROM oro_language t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.37 ms (0.43%) |
1 |
SELECT DISTINCT (o0_.entity_config_field_id) AS sclr_0 FROM oro_attribute_group_rel o0_ INNER JOIN oro_attribute_group o1_ ON o0_.attribute_group_id = o1_.id WHERE o1_.attribute_family_id IN (?)
Parameters:
[
1
]
|
|
0.37 ms (0.43%) |
1 |
SELECT t0.id AS id_1, t0.url AS url_2, t0.slug_prototype AS slug_prototype_3, t0.url_hash AS url_hash_4, t0.route_name AS route_name_5, t0.route_parameters AS route_parameters_6, t0.scopes_hash AS scopes_hash_7, t0.parameters_hash AS parameters_hash_8, t0.localization_id AS localization_id_11, t0.organization_id AS organization_id_12 FROM oro_redirect_slug t0 INNER JOIN oro_cms_page_to_slug ON t0.id = oro_cms_page_to_slug.slug_id WHERE oro_cms_page_to_slug.page_id = ?
Parameters:
[
10
]
|
|
0.37 ms (0.43%) |
1 |
SELECT t0.string AS string_1, t0.text AS text_2, t0.id AS id_3, t0.fallback AS fallback_4, t0.wysiwyg AS wysiwyg_5, t0.wysiwyg_style AS wysiwyg_style_6, t0.wysiwyg_properties AS wysiwyg_properties_7, t0.serialized_data AS serialized_data_8, t0.localization_id AS localization_id_9 FROM oro_fallback_localization_val t0 INNER JOIN oro_rel_ff3a7b9721a159ae6e1a29 ON t0.id = oro_rel_ff3a7b9721a159ae6e1a29.localizedfallbackvalue_id WHERE oro_rel_ff3a7b9721a159ae6e1a29.category_id = ?
Parameters:
[
11
]
|
|
0.37 ms (0.43%) |
1 |
SELECT o0_.id AS id_0, o0_.serialized_data AS serialized_data_1, o0_.row_hash AS row_hash_2, o0_.organization_id AS organization_id_3, o0_.user_id AS user_id_4, o0_.localization_id AS localization_id_5, o0_.website_id AS website_id_6, o0_.webCatalog_id AS webcatalog_id_7, o0_.customerGroup_id AS customergroup_id_8, o0_.customer_id AS customer_id_9 FROM oro_scope o0_ INNER JOIN oro_redirect_slug o1_ ON (EXISTS (SELECT 1 FROM oro_slug_scope o2_ WHERE o2_.slug_id = o1_.id AND o2_.scope_id IN (o0_.id))) WHERE (o0_.webCatalog_id = ? OR o0_.webCatalog_id IS NULL) AND o0_.customer_id IS NULL AND (o0_.customerGroup_id = ? OR o0_.customerGroup_id IS NULL) AND (o0_.localization_id = ? OR o0_.localization_id IS NULL) AND o0_.organization_id IS NULL AND o0_.user_id IS NULL AND o0_.website_id IS NULL AND (o0_.webCatalog_id IS NOT NULL OR o0_.customer_id IS NOT NULL OR o0_.customerGroup_id IS NOT NULL OR o0_.localization_id IS NOT NULL OR o0_.organization_id IS NOT NULL OR o0_.user_id IS NOT NULL OR o0_.website_id IS NOT NULL) GROUP BY o0_.id ORDER BY o0_.webCatalog_id DESC NULLS LAST, o0_.customerGroup_id DESC NULLS LAST, o0_.localization_id DESC NULLS LAST
Parameters:
[ 1 1 1 ] |
|
0.35 ms (0.40%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.step_order AS step_order_4, t0.is_final AS is_final_5, t0.workflow_name AS workflow_name_6 FROM oro_workflow_step t0 WHERE t0.id = ?
Parameters:
[
35
]
|
|
0.34 ms (0.40%) |
1 |
SELECT t0.string AS string_1, t0.text AS text_2, t0.id AS id_3, t0.fallback AS fallback_4, t0.wysiwyg AS wysiwyg_5, t0.wysiwyg_style AS wysiwyg_style_6, t0.wysiwyg_properties AS wysiwyg_properties_7, t0.serialized_data AS serialized_data_8, t0.localization_id AS localization_id_9 FROM oro_fallback_localization_val t0 INNER JOIN oro_localization_title ON t0.id = oro_localization_title.localized_value_id WHERE oro_localization_title.localization_id = ?
Parameters:
[
1
]
|
|
0.34 ms (0.40%) |
1 |
SELECT t0.string AS string_1, t0.text AS text_2, t0.id AS id_3, t0.fallback AS fallback_4, t0.wysiwyg AS wysiwyg_5, t0.wysiwyg_style AS wysiwyg_style_6, t0.wysiwyg_properties AS wysiwyg_properties_7, t0.serialized_data AS serialized_data_8, t0.localization_id AS localization_id_9 FROM oro_fallback_localization_val t0 INNER JOIN oro_cms_page_title ON t0.id = oro_cms_page_title.localized_value_id WHERE oro_cms_page_title.page_id = ?
Parameters:
[
10
]
|
|
0.31 ms (0.37%) |
1 |
SELECT o0_.product_id AS sclr_0, o1_.code AS code_1 FROM oro_product_unit o1_ INNER JOIN oro_product_unit_precision o0_ ON (o0_.unit_code = o1_.code) WHERE o0_.sell = true AND o0_.product_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY o0_.unit_code ASC NULLS FIRST
Parameters:
[ 14 15 16 24 27 31 34 37 38 39 43 46 51 54 55 ] |
|
0.30 ms (0.34%) |
1 |
SELECT t0.wysiwyg AS wysiwyg_1, t0.wysiwyg_style AS wysiwyg_style_2, t0.wysiwyg_properties AS wysiwyg_properties_3, t0.id AS id_4, t0.fallback AS fallback_5, t0.category_id AS category_id_6, t0.localization_id AS localization_id_7 FROM oro_catalog_cat_l_descr t0 WHERE t0.category_id = ?
Parameters:
[
11
]
|
|
0.29 ms (0.34%) |
1 |
SELECT t0.string AS string_1, t0.text AS text_2, t0.id AS id_3, t0.fallback AS fallback_4, t0.wysiwyg AS wysiwyg_5, t0.wysiwyg_style AS wysiwyg_style_6, t0.wysiwyg_properties AS wysiwyg_properties_7, t0.serialized_data AS serialized_data_8, t0.localization_id AS localization_id_9 FROM oro_fallback_localization_val t0 INNER JOIN oro_rel_ff3a7b9721a159ae2725f3 ON t0.id = oro_rel_ff3a7b9721a159ae2725f3.localizedfallbackvalue_id WHERE oro_rel_ff3a7b9721a159ae2725f3.category_id = ?
Parameters:
[
11
]
|
|
0.28 ms (0.33%) |
1 |
SELECT o0_.id AS id_0, o1_.id AS id_1, o1_.condition_group_identifier AS condition_group_identifier_2, o1_.operation AS operation_3, o1_.value AS value_4, o0_.content_node_id AS content_node_id_5, o0_.scope_id AS scope_id_6, o0_.category_id AS category_id_7, o0_.image_id AS image_id_8, o1_.menu_update_id AS menu_update_id_9 FROM oro_commerce_menu_upd o0_ LEFT JOIN oro_menu_user_agent_condition o1_ ON o0_.id = o1_.menu_update_id WHERE o0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 7 8 9 10 11 12 13 14 15 ] |
|
0.24 ms (0.28%) |
1 |
SELECT t0.id AS id_1, t0.url AS url_2, t0.slug_prototype AS slug_prototype_3, t0.url_hash AS url_hash_4, t0.route_name AS route_name_5, t0.route_parameters AS route_parameters_6, t0.scopes_hash AS scopes_hash_7, t0.parameters_hash AS parameters_hash_8, t0.localization_id AS localization_id_11, t0.organization_id AS organization_id_12 FROM oro_redirect_slug t0 INNER JOIN oro_web_catalog_variant_slug ON t0.id = oro_web_catalog_variant_slug.slug_id WHERE oro_web_catalog_variant_slug.content_variant_id = ?
Parameters:
[
18
]
|
|
0.23 ms (0.27%) |
1 |
SELECT o0_.id AS id_0, o1_.string AS string_1, o1_.text AS text_2, o1_.id AS id_3, o1_.fallback AS fallback_4, o1_.wysiwyg AS wysiwyg_5, o1_.wysiwyg_style AS wysiwyg_style_6, o1_.wysiwyg_properties AS wysiwyg_properties_7, o1_.serialized_data AS serialized_data_8, o0_.content_node_id AS content_node_id_9, o0_.scope_id AS scope_id_10, o0_.category_id AS category_id_11, o0_.image_id AS image_id_12, o1_.localization_id AS localization_id_13 FROM oro_commerce_menu_upd o0_ LEFT JOIN oro_commerce_menu_upd_title o2_ ON o0_.id = o2_.menu_update_id LEFT JOIN oro_fallback_localization_val o1_ ON o1_.id = o2_.localized_value_id WHERE o0_.id IN (?, ?)
Parameters:
[ 5 6 ] |
|
0.22 ms (0.25%) |
1 |
SELECT t0.id AS id_1, t0.currency AS currency_2, t0.combined_price_list_id AS combined_price_list_id_3 FROM oro_plist_curr_combined t0 WHERE t0.combined_price_list_id = ?
Parameters:
[
2
]
|
|
0.20 ms (0.23%) |
1 |
SELECT loc.id, loc.formatting_code AS formatting, lang.code AS language, loc.rtl_mode AS rtl FROM oro_localization AS loc INNER JOIN oro_language AS lang ON lang.id = loc.language_id
Parameters:
[] |
|
0.20 ms (0.23%) |
1 |
SELECT o0_.id AS id_0, o1_.string AS string_1, o1_.text AS text_2, o1_.id AS id_3, o1_.fallback AS fallback_4, o1_.wysiwyg AS wysiwyg_5, o1_.wysiwyg_style AS wysiwyg_style_6, o1_.wysiwyg_properties AS wysiwyg_properties_7, o1_.serialized_data AS serialized_data_8, o0_.content_node_id AS content_node_id_9, o0_.scope_id AS scope_id_10, o0_.category_id AS category_id_11, o0_.image_id AS image_id_12, o1_.localization_id AS localization_id_13 FROM oro_commerce_menu_upd o0_ LEFT JOIN oro_commerce_menu_upd_descr o2_ ON o0_.id = o2_.menu_update_id LEFT JOIN oro_fallback_localization_val o1_ ON o1_.id = o2_.localized_value_id WHERE o0_.id IN (?, ?)
Parameters:
[ 5 6 ] |
|
0.19 ms (0.22%) |
1 |
SELECT t0.id AS id_1, t0.url AS url_2, t0.slug_prototype AS slug_prototype_3, t0.url_hash AS url_hash_4, t0.route_name AS route_name_5, t0.route_parameters AS route_parameters_6, t0.scopes_hash AS scopes_hash_7, t0.parameters_hash AS parameters_hash_8, t0.localization_id AS localization_id_9, t0.organization_id AS organization_id_10 FROM oro_redirect_slug t0 WHERE t0.id = ?
Parameters:
[
21
]
|
|
0.13 ms (0.15%) |
1 |
SELECT o0_.id AS id_0, o1_.id AS id_1, o1_.condition_group_identifier AS condition_group_identifier_2, o1_.operation AS operation_3, o1_.value AS value_4, o0_.content_node_id AS content_node_id_5, o0_.scope_id AS scope_id_6, o0_.category_id AS category_id_7, o0_.image_id AS image_id_8, o1_.menu_update_id AS menu_update_id_9 FROM oro_commerce_menu_upd o0_ LEFT JOIN oro_menu_user_agent_condition o1_ ON o0_.id = o1_.menu_update_id WHERE o0_.id IN (?, ?)
Parameters:
[ 5 6 ] |
|
0.12 ms (0.14%) |
1 |
SELECT 1 FROM oro_slug_scope WHERE slug_id = ? LIMIT 1
Parameters:
[
21
]
|
|
0.10 ms (0.12%) |
1 |
SET application_name TO '0690b8f849ca21949767a6a0c397cd74'
Parameters:
[] |
search connection
| Time▼ | Count | Info |
|---|---|---|
|
39.66 ms (46.19%) |
1 |
SELECT DISTINCT o0_.id AS id_0, o0_.entity AS entity_1, o0_.alias AS alias_2, o0_.record_id AS record_id_3, o0_.weight AS weight_4, o0_.changed AS changed_5, o0_.created_at AS created_at_6, o0_.updated_at AS updated_at_7, o1_.value AS value_8, o2_.value AS value_9, o3_.value AS value_10, o4_.value AS value_11, o5_.value AS value_12, o6_.value AS value_13, o7_.value AS value_14, o8_.value AS value_15, o9_.value AS value_16, o10_.value AS value_17, o11_.value AS value_18, o12_.value AS value_19, o13_.value AS value_20, o14_.value AS value_21, o15_.value AS value_22, o16_.value AS value_23, o17_.value AS value_24, o18_.value AS value_25, o19_.value AS value_26 FROM oro_website_search_item o0_ LEFT JOIN oro_website_search_text o1_ ON o0_.id = o1_.item_id AND (o1_.field = ?) LEFT JOIN oro_website_search_integer o2_ ON o0_.id = o2_.item_id AND (o2_.field = ?) LEFT JOIN oro_website_search_text o3_ ON o0_.id = o3_.item_id AND (o3_.field = ?) LEFT JOIN oro_website_search_text o4_ ON o0_.id = o4_.item_id AND (o4_.field = ?) LEFT JOIN oro_website_search_text o5_ ON o0_.id = o5_.item_id AND (o5_.field = ?) LEFT JOIN oro_website_search_text o6_ ON o0_.id = o6_.item_id AND (o6_.field = ?) LEFT JOIN oro_website_search_text o7_ ON o0_.id = o7_.item_id AND (o7_.field = ?) LEFT JOIN oro_website_search_text o8_ ON o0_.id = o8_.item_id AND (o8_.field = ?) LEFT JOIN oro_website_search_text o9_ ON o0_.id = o9_.item_id AND (o9_.field = ?) LEFT JOIN oro_website_search_text o10_ ON o0_.id = o10_.item_id AND (o10_.field = ?) LEFT JOIN oro_website_search_text o11_ ON o0_.id = o11_.item_id AND (o11_.field = ?) LEFT JOIN oro_website_search_integer o12_ ON o0_.id = o12_.item_id AND (o12_.field = ?) LEFT JOIN oro_website_search_text o13_ ON o0_.id = o13_.item_id AND (o13_.field = ?) LEFT JOIN oro_website_search_text o14_ ON o0_.id = o14_.item_id AND (o14_.field = ?) LEFT JOIN oro_website_search_decimal o15_ ON o0_.id = o15_.item_id AND (o15_.field = ?) LEFT JOIN oro_website_search_integer o16_ ON o0_.id = o16_.item_id AND (o16_.field = ?) LEFT JOIN oro_website_search_datetime o17_ ON o0_.id = o17_.item_id AND (o17_.field = ?) LEFT JOIN oro_website_search_text o18_ ON o0_.id = o18_.item_id AND (o18_.field = ?) LEFT JOIN oro_website_search_integer o20_ ON o0_.id = o20_.item_id AND (o20_.field = ?) LEFT JOIN oro_website_search_text o21_ ON o0_.id = o21_.item_id AND (o21_.field = ?) LEFT JOIN oro_website_search_text o22_ ON o0_.id = o22_.item_id AND (o22_.field = ?) LEFT JOIN oro_website_search_integer o23_ ON o0_.id = o23_.item_id AND (o23_.field = ?) LEFT JOIN oro_website_search_integer o24_ ON o0_.id = o24_.item_id AND (o24_.field = ?) LEFT JOIN oro_website_search_decimal o19_ ON o0_.id = o19_.item_id AND (o19_.field = ?) WHERE o0_.alias IN ('oro_product_1') AND (((((o20_.id IS NOT NULL AND (o21_.field = ? AND o21_.value IN (?))) AND (o22_.field = ? AND o22_.value IN (?, ?))) AND (o23_.field = ? AND o23_.value = ?)) AND (o24_.field = ? AND o24_.value = ?))) ORDER BY o19_.value ASC, o0_.record_id DESC NULLS LAST, o0_.id DESC LIMIT 25
Parameters:
[ "sku" "newArrival" "names_1" "shortDescriptions_1" "type" "image_product_medium" "image_product_large" "image_product_medium_webp" "image_product_large_webp" "product_units" "primary_unit" "variant_fields_count" "schema_org_brand_name_1" "schema_org_description_1" "low_inventory_threshold" "is_upcoming" "availability_date" "inv_status" "category_paths.1_11" "status" "inv_status" "is_variant" "visibility_anonymous" "category_sort_order" "status" "enabled" "inv_status" "in_stock" "out_of_stock" "is_variant" 0 "visibility_anonymous" 1 ] |
|
5.51 ms (6.42%) |
1 |
SELECT COUNT(DISTINCT o0_.id) AS sclr_0 FROM oro_website_search_item o0_ LEFT JOIN oro_website_search_text o1_ ON o0_.id = o1_.item_id AND (o1_.field = ?) LEFT JOIN oro_website_search_integer o2_ ON o0_.id = o2_.item_id AND (o2_.field = ?) LEFT JOIN oro_website_search_text o3_ ON o0_.id = o3_.item_id AND (o3_.field = ?) LEFT JOIN oro_website_search_text o4_ ON o0_.id = o4_.item_id AND (o4_.field = ?) LEFT JOIN oro_website_search_text o5_ ON o0_.id = o5_.item_id AND (o5_.field = ?) LEFT JOIN oro_website_search_text o6_ ON o0_.id = o6_.item_id AND (o6_.field = ?) LEFT JOIN oro_website_search_text o7_ ON o0_.id = o7_.item_id AND (o7_.field = ?) LEFT JOIN oro_website_search_text o8_ ON o0_.id = o8_.item_id AND (o8_.field = ?) LEFT JOIN oro_website_search_text o9_ ON o0_.id = o9_.item_id AND (o9_.field = ?) LEFT JOIN oro_website_search_text o10_ ON o0_.id = o10_.item_id AND (o10_.field = ?) LEFT JOIN oro_website_search_text o11_ ON o0_.id = o11_.item_id AND (o11_.field = ?) LEFT JOIN oro_website_search_integer o12_ ON o0_.id = o12_.item_id AND (o12_.field = ?) LEFT JOIN oro_website_search_text o13_ ON o0_.id = o13_.item_id AND (o13_.field = ?) LEFT JOIN oro_website_search_text o14_ ON o0_.id = o14_.item_id AND (o14_.field = ?) LEFT JOIN oro_website_search_decimal o15_ ON o0_.id = o15_.item_id AND (o15_.field = ?) LEFT JOIN oro_website_search_integer o16_ ON o0_.id = o16_.item_id AND (o16_.field = ?) LEFT JOIN oro_website_search_datetime o17_ ON o0_.id = o17_.item_id AND (o17_.field = ?) LEFT JOIN oro_website_search_text o18_ ON o0_.id = o18_.item_id AND (o18_.field = ?) LEFT JOIN oro_website_search_integer o19_ ON o0_.id = o19_.item_id AND (o19_.field = ?) LEFT JOIN oro_website_search_text o20_ ON o0_.id = o20_.item_id AND (o20_.field = ?) LEFT JOIN oro_website_search_text o21_ ON o0_.id = o21_.item_id AND (o21_.field = ?) LEFT JOIN oro_website_search_integer o22_ ON o0_.id = o22_.item_id AND (o22_.field = ?) LEFT JOIN oro_website_search_integer o23_ ON o0_.id = o23_.item_id AND (o23_.field = ?) WHERE o0_.alias IN ('oro_product_1') AND (((((o19_.id IS NOT NULL AND (o20_.field = ? AND o20_.value IN (?))) AND (o21_.field = ? AND o21_.value IN (?, ?))) AND (o22_.field = ? AND o22_.value = ?)) AND (o23_.field = ? AND o23_.value = ?)))
Parameters:
[ "sku" "newArrival" "names_1" "shortDescriptions_1" "type" "image_product_medium" "image_product_large" "image_product_medium_webp" "image_product_large_webp" "product_units" "primary_unit" "variant_fields_count" "schema_org_brand_name_1" "schema_org_description_1" "low_inventory_threshold" "is_upcoming" "availability_date" "inv_status" "category_paths.1_11" "status" "inv_status" "is_variant" "visibility_anonymous" "status" "enabled" "inv_status" "in_stock" "out_of_stock" "is_variant" 0 "visibility_anonymous" 1 ] |
|
3.42 ms (3.98%) |
1 |
SELECT o0_.value AS value_0, COUNT(DISTINCT o1_.id) AS sclr_1 FROM oro_website_search_item o1_ LEFT JOIN oro_website_search_integer o0_ ON o1_.id = o0_.item_id AND (o0_.field = ?) LEFT JOIN oro_website_search_integer o2_ ON o1_.id = o2_.item_id AND (o2_.field = ?) LEFT JOIN oro_website_search_text o3_ ON o1_.id = o3_.item_id AND (o3_.field = ?) LEFT JOIN oro_website_search_text o4_ ON o1_.id = o4_.item_id AND (o4_.field = ?) LEFT JOIN oro_website_search_integer o5_ ON o1_.id = o5_.item_id AND (o5_.field = ?) LEFT JOIN oro_website_search_integer o6_ ON o1_.id = o6_.item_id AND (o6_.field = ?) WHERE o1_.alias IN ('oro_product_1') AND (((((o2_.id IS NOT NULL AND (o3_.field = ? AND o3_.value IN (?))) AND (o4_.field = ? AND o4_.value IN (?, ?))) AND (o5_.field = ? AND o5_.value = ?)) AND (o6_.field = ? AND o6_.value = ?))) GROUP BY o0_.value ORDER BY sclr_1 DESC
Parameters:
[ "attribute_family_id" "category_paths.1_11" "status" "inv_status" "is_variant" "visibility_anonymous" "status" "enabled" "inv_status" "in_stock" "out_of_stock" "is_variant" 0 "visibility_anonymous" 1 ] |
config connection
| Time▼ | Count | Info |
|---|---|---|
|
2.40 ms (2.80%) |
1 |
SELECT o0_.id AS id_0, o0_.field_name AS field_name_1, o0_.type AS type_2, o0_.created AS created_3, o0_.updated AS updated_4, o0_.mode AS mode_5, o0_.data AS data_6, o0_.entity_id AS entity_id_7 FROM oro_entity_config_field o0_ INNER JOIN oro_entity_config_index_value o1_ ON o0_.id = o1_.field_id AND (o1_.scope = ? AND o1_.code = ? AND o1_.value = ?) LEFT JOIN oro_entity_config_index_value o2_ ON o0_.id = o2_.field_id AND (o2_.scope = ? AND o2_.code = ? AND o2_.value = ?) INNER JOIN oro_entity_config o3_ ON o0_.entity_id = o3_.id INNER JOIN oro_entity_config_index_value o4_ ON o0_.id = o4_.field_id AND (o4_.scope = ? AND o4_.code = ? AND o4_.value = ?) LEFT JOIN oro_entity_config_index_value o5_ ON o0_.id = o5_.field_id AND (o5_.code = ? AND o5_.value = ?) LEFT JOIN oro_entity_config_index_value o6_ ON o0_.id = o6_.field_id AND (o6_.code = ? AND o6_.value = ?) WHERE o2_.scope IS NULL AND o3_.class_name = ? AND (o5_.value = ? OR o6_.value = ?) AND o0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY o0_.id ASC
Parameters:
[ "attribute" "is_attribute" "1" "extend" "state" "Deleted" "extend" "state" "Active" "sortable" "1" "filterable" "1" "Oro\Bundle\ProductBundle\Entity\Product" "1" "1" 2796 896 897 883 875 2781 2798 882 2797 891 3054 899 892 ] |
|
0.23 ms (0.27%) |
1 |
SELECT t0.id AS id_1, t0.class_name AS class_name_2, t0.created AS created_3, t0.updated AS updated_4, t0.mode AS mode_5, t0.data AS data_6 FROM oro_entity_config t0 WHERE t0.id = ?
Parameters:
[
89
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| session | doctrine.dbal.session_connection |
| config | doctrine.dbal.config_connection |
| message_queue | doctrine.dbal.message_queue_connection |
| sql_validator | doctrine.dbal.sql_validator_connection |
| search | doctrine.dbal.search_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
| config | doctrine.orm.config_entity_manager |
| message_queue | doctrine.orm.message_queue_entity_manager |
| batch | doctrine.orm.batch_entity_manager |
| search | doctrine.orm.search_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| Oro\Bundle\EntityBundle\Entity\EntityFieldFallbackValue | 168 |
| Oro\Bundle\WebCatalogBundle\Entity\ContentNode | 36 |
| Oro\Bundle\ProductBundle\Entity\Product | 15 |
| Oro\Bundle\ProductBundle\Entity\ProductUnitPrecision | 15 |
| Oro\Bundle\CatalogBundle\Entity\Category | 11 |
| Oro\Bundle\CommerceMenuBundle\Entity\MenuUpdate | 11 |
| Oro\Bundle\LocaleBundle\Entity\LocalizedFallbackValue | 10 |
| Oro\Bundle\LocaleBundle\Entity\Localization | 8 |
| Oro\Bundle\TranslationBundle\Entity\Language | 8 |
| Oro\Bundle\WorkflowBundle\Entity\WorkflowDefinition | 8 |
| Oro\Bundle\SegmentBundle\Entity\Segment | 7 |
| Oro\Bundle\WorkflowBundle\Entity\WorkflowStep | 7 |
| Oro\Bundle\RedirectBundle\Entity\Slug | 3 |
| Oro\Bundle\AttachmentBundle\Entity\File | 3 |
| Oro\Bundle\ScopeBundle\Entity\Scope | 3 |
| Oro\Bundle\CMSBundle\Entity\Page | 3 |
| Oro\Bundle\CustomerBundle\Entity\CustomerUserRole | 2 |
| Oro\Bundle\ProductBundle\Entity\ProductUnit | 2 |
| Oro\Bundle\ProductBundle\Entity\Brand | 2 |
| Oro\Bundle\WebsiteBundle\Entity\Website | 1 |
| Oro\Bundle\OrganizationBundle\Entity\BusinessUnit | 1 |
| Oro\Bundle\OrganizationBundle\Entity\Organization | 1 |
| Oro\Bundle\WebCatalogBundle\Entity\WebCatalog | 1 |
| Oro\Bundle\CustomerBundle\Entity\CustomerGroup | 1 |
| Oro\Bundle\CatalogBundle\Entity\CategoryTitle | 1 |
| Oro\Bundle\WebCatalogBundle\Entity\ContentVariant | 1 |
| Oro\Bundle\UserBundle\Entity\User | 1 |
| Oro\Bundle\CatalogBundle\Entity\CategoryLongDescription | 1 |
| Oro\Bundle\PricingBundle\Entity\CombinedPriceList | 1 |
| Oro\Bundle\PricingBundle\Entity\CombinedPriceListCurrency | 1 |
| Oro\Bundle\EntityConfigBundle\Attribute\Entity\AttributeFamily | 1 |
| Oro\Bundle\TaxBundle\Entity\ProductTaxCode | 1 |
| Oro\Bundle\EntityExtendBundle\Entity\EnumOption | 1 |
config entity manager
| Class | Amount of managed objects |
|---|---|
| Oro\Bundle\EntityConfigBundle\Entity\FieldConfigModel | 4 |
| Oro\Bundle\EntityConfigBundle\Entity\EntityConfigModel | 1 |
message_queue entity manager
| Class | Amount of managed objects |
|---|
batch entity manager
| Class | Amount of managed objects |
|---|
search entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
default entity manager
config entity manager
| Class | Mapping errors |
|---|---|
| Oro\Bundle\EntityConfigBundle\Entity\FieldConfigModel | No errors. |
| Oro\Bundle\EntityConfigBundle\Entity\EntityConfigModel | No errors. |
| Oro\Bundle\EntityConfigBundle\Entity\ConfigModelIndexValue | No errors. |
message_queue entity manager
No loaded entities.
batch entity manager
No loaded entities.
search entity manager
| Class | Mapping errors |
|---|---|
| Oro\Bundle\WebsiteSearchBundle\Entity\Item | No errors. |