Query Metrics
376
Database Queries
24
Different statements
48.23 ms
Query time
0
Invalid entities
569
Managed entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.14 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"sliders"
]
|
| 2 | 0.16 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "192" "en" "App\Entity\Product\Category" ] |
| 3 | 0.25 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.price_url AS price_url_38, t0.price_comments AS price_comments_39, t0.supplier_discount AS supplier_discount_40, t0.special_discount AS special_discount_41, t0.customs_charges AS customs_charges_42, t0.expected_profit AS expected_profit_43, t0.accessories AS accessories_44, t0.original_price_amount AS original_price_amount_45, t0.original_price_currency AS original_price_currency_46, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_47, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_48, t0.dimensions_measurement_unit AS dimensions_measurement_unit_49, t0.dimensions_length AS dimensions_length_50, t0.dimensions_width AS dimensions_width_51, t0.dimensions_height AS dimensions_height_52, t0.dimensions_weight_unit AS dimensions_weight_unit_53, t0.dimensions_weight AS dimensions_weight_54, t0.dimensions_volume AS dimensions_volume_55, t0.type_id AS type_id_56, t0.main_image_id AS main_image_id_57, t0.manufacturer_id AS manufacturer_id_58, t0.discr FROM products t0 WHERE t0.slug = ? AND t0.discr IN ('product') LIMIT 1
Parameters:
[
"Magic_Carpet_Carbon_Medium"
]
|
| 4 | 0.14 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "8146" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 5 | 0.10 ms |
"START TRANSACTION"
Parameters:
[] |
| 6 | 0.17 ms |
UPDATE products SET views = ? WHERE id = ?
Parameters:
[ 8 8146 ] |
| 7 | 2.62 ms |
"COMMIT"
Parameters:
[] |
| 8 | 0.16 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.type AS type_3, t0.url AS url_4 FROM product_reference t0 INNER JOIN products_references ON t0.id = products_references.reference_id WHERE products_references.product_id = ?
Parameters:
[
8146
]
|
| 9 | 1.12 ms |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.slug AS slug_2, p0_.summary AS summary_3, p0_.price_gross_amount AS price_gross_amount_4, p0_.price_gross_currency AS price_gross_currency_5, p0_.price_with_discount_amount AS price_with_discount_amount_6, p0_.price_with_discount_currency AS price_with_discount_currency_7, p0_.mfr_code AS mfr_code_8, p0_.blk_code AS blk_code_9, p1_.id AS id_10, p1_.name AS name_11, a2_.name AS name_12, a2_.path AS path_13, p3_.id AS id_14, p3_.name AS name_15, p3_.slug AS slug_16, a4_.name AS name_17, a4_.path AS path_18, p5_.slug AS slug_19, p6_.slug AS slug_20 FROM products p0_ INNER JOIN products_categories p7_ ON p0_.id = p7_.product_id INNER JOIN product_manufacturer p3_ ON (p0_.manufacturer_id = p3_.id) INNER JOIN app_file a4_ ON (p3_.logo_id = a4_.id) AND a4_.discr IN ('manufacturer_logo') INNER JOIN products_categories p8_ ON (p0_.id = p8_.product_id) INNER JOIN product_category p5_ ON (p8_.category_id = p5_.id) INNER JOIN products_categories p9_ ON (p0_.id = p9_.product_id AND p9_.main = 1) INNER JOIN product_category p6_ ON (p9_.category_id = p6_.id) INNER JOIN product_type p1_ ON (p0_.type_id = p1_.id) LEFT JOIN app_file a2_ ON (p0_.main_image_id = a2_.id) AND a2_.discr IN ('product_image', 'product_category_banner', 'manufacturer_logo', 'product_reference_pdf', 'product_reference_image') WHERE (p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND p0_.published = ? AND p0_.status NOT IN (?, ?)) AND p0_.discr IN ('product', 'product_kit') GROUP BY p0_.id ORDER BY p0_.name ASC
Parameters:
[ 3370 4861 5183 9430 6539 6677 7448 7499 7500 8206 8747 4946 5337 1 "view" "no_view" ] |
| 10 | 0.75 ms |
SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.user_id AS user_id_5 FROM cart t0 WHERE t0.session_id = ? LIMIT 1
Parameters:
[
"cart_6989519dce2531.30581470"
]
|
| 11 | 0.29 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.lvl = ?
Parameters:
[
1
]
|
| 12 | 0.18 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "4" "en" "App\Entity\Product\Category" ] |
| 13 | 0.11 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "5" "en" "App\Entity\Product\Category" ] |
| 14 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "6" "en" "App\Entity\Product\Category" ] |
| 15 | 0.10 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "7" "en" "App\Entity\Product\Category" ] |
| 16 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "8" "en" "App\Entity\Product\Category" ] |
| 17 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "9" "en" "App\Entity\Product\Category" ] |
| 18 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "10" "en" "App\Entity\Product\Category" ] |
| 19 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "11" "en" "App\Entity\Product\Category" ] |
| 20 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "14" "en" "App\Entity\Product\Category" ] |
| 21 | 0.11 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.tree_root = ? LIMIT 1
Parameters:
[
true
]
|
| 22 | 0.14 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "1" "en" "App\Entity\Product\Category" ] |
| 23 | 0.66 ms |
SELECT p0_.id AS id_0, p0_.migration_id AS migration_id_1, p0_.softone_id AS softone_id_2, p0_.name AS name_3, p0_.slug AS slug_4, p0_.description AS description_5, p0_.lft AS lft_6, p0_.lvl AS lvl_7, p0_.rgt AS rgt_8, p0_.published AS published_9, p0_.sort_index AS sort_index_10 FROM product_category p0_ WHERE p0_.rgt < 924 AND p0_.lft > 1 AND p0_.tree_root = ? ORDER BY p0_.tree_root ASC, p0_.lft ASC
Parameters:
[
1
]
|
| 24 | 0.25 ms |
SELECT t0.id AS id_1, t0.quantity AS quantity_2, t0.wishlist AS wishlist_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.price_amount AS price_amount_6, t0.price_currency AS price_currency_7, t0.cart_id AS cart_id_8, t0.product_id AS product_id_9 FROM cart_item t0 WHERE t0.cart_id = ?
Parameters:
[
b"\x1F\x10V\;Xc\x1E‘®Ë\x15õÅ1/"
]
|
| 25 | 0.23 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
129
]
|
| 26 | 0.17 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "129" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 27 | 0.19 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
146
]
|
| 28 | 0.14 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "146" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 29 | 0.18 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
920
]
|
| 30 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "920" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 31 | 0.18 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
401
]
|
| 32 | 0.12 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "401" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 33 | 0.18 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
3201
]
|
| 34 | 0.15 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "3201" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 35 | 0.19 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
4384
]
|
| 36 | 0.14 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "4384" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 37 | 0.17 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
3301
]
|
| 38 | 0.15 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "3301" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 39 | 0.17 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
101
]
|
| 40 | 0.11 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "101" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 41 | 0.17 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
1306
]
|
| 42 | 0.10 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "1306" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 43 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
4103
]
|
| 44 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "4103" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 45 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
3900
]
|
| 46 | 0.12 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "3900" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 47 | 0.17 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
136
]
|
| 48 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "136" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 49 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
3202
]
|
| 50 | 0.12 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "3202" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 51 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
2321
]
|
| 52 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "2321" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 53 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
5231
]
|
| 54 | 0.10 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "5231" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 55 | 0.15 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
2421
]
|
| 56 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "2421" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 57 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
737
]
|
| 58 | 0.12 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "737" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 59 | 0.17 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
4183
]
|
| 60 | 0.12 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "4183" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 61 | 0.15 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
7821
]
|
| 62 | 0.12 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "7821" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 63 | 0.15 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
258
]
|
| 64 | 0.12 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "258" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 65 | 0.15 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
2521
]
|
| 66 | 0.11 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "2521" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 67 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
121
]
|
| 68 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "121" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 69 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
3302
]
|
| 70 | 0.12 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "3302" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 71 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
7976
]
|
| 72 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "7976" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 73 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
2170
]
|
| 74 | 0.12 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "2170" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 75 | 0.15 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
1321
]
|
| 76 | 0.09 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "1321" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 77 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
255
]
|
| 78 | 0.14 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "255" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 79 | 0.15 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
7992
]
|
| 80 | 0.09 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "7992" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 81 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
3972
]
|
| 82 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "3972" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 83 | 0.15 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
3149
]
|
| 84 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "3149" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 85 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
54
]
|
| 86 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "54" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 87 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
4263
]
|
| 88 | 0.11 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "4263" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 89 | 0.15 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
264
]
|
| 90 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "264" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 91 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
283
]
|
| 92 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "283" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 93 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
145
]
|
| 94 | 0.12 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "145" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 95 | 0.15 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
3280
]
|
| 96 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "3280" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 97 | 0.15 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
128
]
|
| 98 | 0.09 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "128" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 99 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
902
]
|
| 100 | 0.11 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "902" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 101 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
6151
]
|
| 102 | 0.11 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "6151" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 103 | 0.18 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
7014
]
|
| 104 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "7014" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 105 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
7175
]
|
| 106 | 0.14 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "7175" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 107 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
3821
]
|
| 108 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "3821" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 109 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
3907
]
|
| 110 | 0.11 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "3907" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 111 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
7155
]
|
| 112 | 0.14 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "7155" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 113 | 0.15 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
4191
]
|
| 114 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "4191" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 115 | 0.17 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
3906
]
|
| 116 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "3906" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 117 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
112
]
|
| 118 | 0.12 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "112" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 119 | 0.15 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
741
]
|
| 120 | 0.13 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "741" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 121 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
876
]
|
| 122 | 0.10 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "876" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 123 | 0.16 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
53
]
|
| 124 | 0.18 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "53" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 125 | 0.24 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
2006
]
|
| 126 | 0.16 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "2006" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 127 | 0.19 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.summary AS summary_6, t0.description AS description_7, t0.status AS status_8, t0.keywords AS keywords_9, t0.general_comments AS general_comments_10, t0.published AS published_11, t0.featured AS featured_12, t0.sku AS sku_13, t0.mfr_code AS mfr_code_14, t0.blk_code AS blk_code_15, t0.ean_code AS ean_code_16, t0.supplier_code AS supplier_code_17, t0.volumetric_weight AS volumetric_weight_18, t0.views AS views_19, t0.sales AS sales_20, t0.created_at AS created_at_21, t0.supplier_url AS supplier_url_22, t0.in_the_box_text AS in_the_box_text_23, t0.discount_percent AS discount_percent_24, t0.available_at AS available_at_25, t0.offer AS offer_26, t0.cash_back AS cash_back_27, t0.ask_for_price AS ask_for_price_28, t0.warehouse_stock_warehouse AS warehouse_stock_warehouse_29, t0.warehouse_stock_quantity AS warehouse_stock_quantity_30, t0.warehouse_stock_reserved AS warehouse_stock_reserved_31, t0.warehouse_stock_target_stock AS warehouse_stock_target_stock_32, t0.warehouse_stock_immutable AS warehouse_stock_immutable_33, t0.price_gross_amount AS price_gross_amount_34, t0.price_gross_currency AS price_gross_currency_35, t0.price_with_discount_amount AS price_with_discount_amount_36, t0.price_with_discount_currency AS price_with_discount_currency_37, t0.type_id AS type_id_38, t0.main_image_id AS main_image_id_39, t0.manufacturer_id AS manufacturer_id_40, t0.discr, t0.price_url AS price_url_41, t0.price_comments AS price_comments_42, t0.supplier_discount AS supplier_discount_43, t0.special_discount AS special_discount_44, t0.customs_charges AS customs_charges_45, t0.expected_profit AS expected_profit_46, t0.accessories AS accessories_47, t0.original_price_amount AS original_price_amount_48, t0.original_price_currency AS original_price_currency_49, t0.supplier_shipping_value_amount AS supplier_shipping_value_amount_50, t0.supplier_shipping_value_currency AS supplier_shipping_value_currency_51, t0.dimensions_measurement_unit AS dimensions_measurement_unit_52, t0.dimensions_length AS dimensions_length_53, t0.dimensions_width AS dimensions_width_54, t0.dimensions_height AS dimensions_height_55, t0.dimensions_weight_unit AS dimensions_weight_unit_56, t0.dimensions_weight AS dimensions_weight_57, t0.dimensions_volume AS dimensions_volume_58 FROM products t0 WHERE t0.id = ? AND t0.discr IN ('product', 'product_kit')
Parameters:
[
1978
]
|
| 128 | 0.15 ms |
SELECT p0_.content AS content_0, p0_.field AS field_1 FROM product_translations p0_ WHERE p0_.foreign_key = ? AND p0_.locale = ? AND p0_.object_class = ?
Parameters:
[ "1978" "en" "App\Entity\Product\Object\BaseProduct" ] |
| 129 | 0.10 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
25
]
|
| 130 | 0.14 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "25" "en" "App\Entity\Product\Category" ] |
| 131 | 0.15 ms |
SELECT t0.id AS id_1, t0.text_value AS text_value_2, t0.quantity AS quantity_3, t0.product_id AS product_id_4, t0.attribute_id AS attribute_id_5, t0.attribute_value_id AS attribute_value_id_6 FROM product_attribute_value t0 WHERE t0.product_id = ?
Parameters:
[
8146
]
|
| 132 | 0.23 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.parent_id = ? ORDER BY t0.lft ASC
Parameters:
[
4
]
|
| 133 | 0.15 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "15" "en" "App\Entity\Product\Category" ] |
| 134 | 0.10 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "17" "en" "App\Entity\Product\Category" ] |
| 135 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "19" "en" "App\Entity\Product\Category" ] |
| 136 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "20" "en" "App\Entity\Product\Category" ] |
| 137 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "22" "en" "App\Entity\Product\Category" ] |
| 138 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "24" "en" "App\Entity\Product\Category" ] |
| 139 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "27" "en" "App\Entity\Product\Category" ] |
| 140 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "28" "en" "App\Entity\Product\Category" ] |
| 141 | 0.07 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "30" "en" "App\Entity\Product\Category" ] |
| 142 | 0.07 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "32" "en" "App\Entity\Product\Category" ] |
| 143 | 0.07 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "33" "en" "App\Entity\Product\Category" ] |
| 144 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "36" "en" "App\Entity\Product\Category" ] |
| 145 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "37" "en" "App\Entity\Product\Category" ] |
| 146 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "38" "en" "App\Entity\Product\Category" ] |
| 147 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "39" "en" "App\Entity\Product\Category" ] |
| 148 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "40" "en" "App\Entity\Product\Category" ] |
| 149 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "41" "en" "App\Entity\Product\Category" ] |
| 150 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "42" "en" "App\Entity\Product\Category" ] |
| 151 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "43" "en" "App\Entity\Product\Category" ] |
| 152 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "44" "en" "App\Entity\Product\Category" ] |
| 153 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "45" "en" "App\Entity\Product\Category" ] |
| 154 | 0.07 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "46" "en" "App\Entity\Product\Category" ] |
| 155 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "47" "en" "App\Entity\Product\Category" ] |
| 156 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "48" "en" "App\Entity\Product\Category" ] |
| 157 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "49" "en" "App\Entity\Product\Category" ] |
| 158 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "50" "en" "App\Entity\Product\Category" ] |
| 159 | 0.07 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "51" "en" "App\Entity\Product\Category" ] |
| 160 | 0.16 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.parent_id = ? ORDER BY t0.lft ASC
Parameters:
[
5
]
|
| 161 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "18" "en" "App\Entity\Product\Category" ] |
| 162 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "23" "en" "App\Entity\Product\Category" ] |
| 163 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "26" "en" "App\Entity\Product\Category" ] |
| 164 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "31" "en" "App\Entity\Product\Category" ] |
| 165 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "35" "en" "App\Entity\Product\Category" ] |
| 166 | 0.11 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.parent_id = ? ORDER BY t0.lft ASC
Parameters:
[
6
]
|
| 167 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "52" "en" "App\Entity\Product\Category" ] |
| 168 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "55" "en" "App\Entity\Product\Category" ] |
| 169 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "58" "en" "App\Entity\Product\Category" ] |
| 170 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "61" "en" "App\Entity\Product\Category" ] |
| 171 | 0.07 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "65" "en" "App\Entity\Product\Category" ] |
| 172 | 0.10 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "67" "en" "App\Entity\Product\Category" ] |
| 173 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "70" "en" "App\Entity\Product\Category" ] |
| 174 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "74" "en" "App\Entity\Product\Category" ] |
| 175 | 0.10 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.parent_id = ? ORDER BY t0.lft ASC
Parameters:
[
7
]
|
| 176 | 0.10 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "53" "en" "App\Entity\Product\Category" ] |
| 177 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "57" "en" "App\Entity\Product\Category" ] |
| 178 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "59" "en" "App\Entity\Product\Category" ] |
| 179 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "62" "en" "App\Entity\Product\Category" ] |
| 180 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "64" "en" "App\Entity\Product\Category" ] |
| 181 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "68" "en" "App\Entity\Product\Category" ] |
| 182 | 0.07 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "71" "en" "App\Entity\Product\Category" ] |
| 183 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "72" "en" "App\Entity\Product\Category" ] |
| 184 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "75" "en" "App\Entity\Product\Category" ] |
| 185 | 0.10 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.parent_id = ? ORDER BY t0.lft ASC
Parameters:
[
8
]
|
| 186 | 0.12 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "16" "en" "App\Entity\Product\Category" ] |
| 187 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "21" "en" "App\Entity\Product\Category" ] |
| 188 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "29" "en" "App\Entity\Product\Category" ] |
| 189 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "34" "en" "App\Entity\Product\Category" ] |
| 190 | 0.11 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.parent_id = ? ORDER BY t0.lft ASC
Parameters:
[
9
]
|
| 191 | 0.12 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "54" "en" "App\Entity\Product\Category" ] |
| 192 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "56" "en" "App\Entity\Product\Category" ] |
| 193 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "60" "en" "App\Entity\Product\Category" ] |
| 194 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "63" "en" "App\Entity\Product\Category" ] |
| 195 | 0.07 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "66" "en" "App\Entity\Product\Category" ] |
| 196 | 0.08 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "69" "en" "App\Entity\Product\Category" ] |
| 197 | 0.07 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "73" "en" "App\Entity\Product\Category" ] |
| 198 | 0.10 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.parent_id = ? ORDER BY t0.lft ASC
Parameters:
[
10
]
|
| 199 | 0.09 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.parent_id = ? ORDER BY t0.lft ASC
Parameters:
[
11
]
|
| 200 | 0.08 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.parent_id = ? ORDER BY t0.lft ASC
Parameters:
[
14
]
|
| 201 | 0.15 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
129
]
|
| 202 | 0.13 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
379
]
|
| 203 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "379" "en" "App\Entity\Product\Category" ] |
| 204 | 0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"GBP"
]
|
| 205 | 0.13 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19075
]
|
| 206 | 0.11 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
146
]
|
| 207 | 0.13 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
133
]
|
| 208 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "133" "en" "App\Entity\Product\Category" ] |
| 209 | 0.08 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"GBP"
]
|
| 210 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19092
]
|
| 211 | 0.10 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
920
]
|
| 212 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
348
]
|
| 213 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "348" "en" "App\Entity\Product\Category" ] |
| 214 | 0.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 215 | 0.09 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
20027
]
|
| 216 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
401
]
|
| 217 | 0.11 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
436
]
|
| 218 | 0.09 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "436" "en" "App\Entity\Product\Category" ] |
| 219 | 0.09 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19391
]
|
| 220 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
3201
]
|
| 221 | 0.09 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
83
]
|
| 222 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "83" "en" "App\Entity\Product\Category" ] |
| 223 | 0.08 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 224 | 0.10 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
25455
]
|
| 225 | 0.10 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
4384
]
|
| 226 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
106
]
|
| 227 | 0.14 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "106" "en" "App\Entity\Product\Category" ] |
| 228 | 0.09 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
28984
]
|
| 229 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
3301
]
|
| 230 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
214
]
|
| 231 | 0.10 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "214" "en" "App\Entity\Product\Category" ] |
| 232 | 0.09 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
25706
]
|
| 233 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
101
]
|
| 234 | 0.14 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
206
]
|
| 235 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "206" "en" "App\Entity\Product\Category" ] |
| 236 | 0.09 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19036
]
|
| 237 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
1306
]
|
| 238 | 0.13 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
288
]
|
| 239 | 0.12 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "288" "en" "App\Entity\Product\Category" ] |
| 240 | 0.09 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
20657
]
|
| 241 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
4103
]
|
| 242 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
226
]
|
| 243 | 0.14 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "226" "en" "App\Entity\Product\Category" ] |
| 244 | 0.09 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
28150
]
|
| 245 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
3900
]
|
| 246 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
345
]
|
| 247 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "345" "en" "App\Entity\Product\Category" ] |
| 248 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
27497
]
|
| 249 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
136
]
|
| 250 | 0.12 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"GBP"
]
|
| 251 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19082
]
|
| 252 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
3202
]
|
| 253 | 0.09 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
410
]
|
| 254 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "410" "en" "App\Entity\Product\Category" ] |
| 255 | 0.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 256 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
25459
]
|
| 257 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
5231
]
|
| 258 | 0.11 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 259 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
31302
]
|
| 260 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
737
]
|
| 261 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
439
]
|
| 262 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "439" "en" "App\Entity\Product\Category" ] |
| 263 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19764
]
|
| 264 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
4183
]
|
| 265 | 0.12 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
28357
]
|
| 266 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
258
]
|
| 267 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
312
]
|
| 268 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "312" "en" "App\Entity\Product\Category" ] |
| 269 | 0.09 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19198
]
|
| 270 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
121
]
|
| 271 | 0.11 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
252
]
|
| 272 | 0.12 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "252" "en" "App\Entity\Product\Category" ] |
| 273 | 0.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"GBP"
]
|
| 274 | 0.09 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19066
]
|
| 275 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
3302
]
|
| 276 | 0.12 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
25708
]
|
| 277 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
7976
]
|
| 278 | 0.11 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 279 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
43031
]
|
| 280 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
2170
]
|
| 281 | 0.08 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
426
]
|
| 282 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "426" "en" "App\Entity\Product\Category" ] |
| 283 | 0.08 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 284 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
22819
]
|
| 285 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
255
]
|
| 286 | 0.14 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
253
]
|
| 287 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "253" "en" "App\Entity\Product\Category" ] |
| 288 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19195
]
|
| 289 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
7992
]
|
| 290 | 0.12 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 291 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
43164
]
|
| 292 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
3972
]
|
| 293 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
344
]
|
| 294 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "344" "en" "App\Entity\Product\Category" ] |
| 295 | 0.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 296 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
27731
]
|
| 297 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
3149
]
|
| 298 | 0.11 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
194
]
|
| 299 | 0.10 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "194" "en" "App\Entity\Product\Category" ] |
| 300 | 0.09 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
25300
]
|
| 301 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
54
]
|
| 302 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
276
]
|
| 303 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "276" "en" "App\Entity\Product\Category" ] |
| 304 | 0.08 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 305 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
18983
]
|
| 306 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
4263
]
|
| 307 | 0.11 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 308 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
28589
]
|
| 309 | 0.11 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
264
]
|
| 310 | 0.12 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19207
]
|
| 311 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
283
]
|
| 312 | 0.12 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19242
]
|
| 313 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
145
]
|
| 314 | 0.12 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"GBP"
]
|
| 315 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19091
]
|
| 316 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
3280
]
|
| 317 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
245
]
|
| 318 | 0.10 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "245" "en" "App\Entity\Product\Category" ] |
| 319 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
25652
]
|
| 320 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
128
]
|
| 321 | 0.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"GBP"
]
|
| 322 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19074
]
|
| 323 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
902
]
|
| 324 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
109
]
|
| 325 | 0.12 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "109" "en" "App\Entity\Product\Category" ] |
| 326 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
20009
]
|
| 327 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
6151
]
|
| 328 | 0.11 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
363
]
|
| 329 | 0.12 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "363" "en" "App\Entity\Product\Category" ] |
| 330 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
34231
]
|
| 331 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
7014
]
|
| 332 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
287
]
|
| 333 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "287" "en" "App\Entity\Product\Category" ] |
| 334 | 0.08 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 335 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
38778
]
|
| 336 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
7175
]
|
| 337 | 0.09 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
405
]
|
| 338 | 0.12 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "405" "en" "App\Entity\Product\Category" ] |
| 339 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
39260
]
|
| 340 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
3907
]
|
| 341 | 0.09 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
27511
]
|
| 342 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
7155
]
|
| 343 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
213
]
|
| 344 | 0.12 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "213" "en" "App\Entity\Product\Category" ] |
| 345 | 0.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 346 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
39220
]
|
| 347 | 0.19 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
4191
]
|
| 348 | 0.18 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
28378
]
|
| 349 | 0.18 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
3906
]
|
| 350 | 0.20 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
27509
]
|
| 351 | 0.19 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
112
]
|
| 352 | 0.20 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
304
]
|
| 353 | 0.17 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "304" "en" "App\Entity\Product\Category" ] |
| 354 | 0.13 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19047
]
|
| 355 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
741
]
|
| 356 | 0.10 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
437
]
|
| 357 | 0.13 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "437" "en" "App\Entity\Product\Category" ] |
| 358 | 0.09 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19771
]
|
| 359 | 0.09 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
876
]
|
| 360 | 0.12 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
19974
]
|
| 361 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
53
]
|
| 362 | 0.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 363 | 0.09 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
18982
]
|
| 364 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
2006
]
|
| 365 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
22374
]
|
| 366 | 0.08 ms |
SELECT t0.main AS main_1, t0.product_id AS product_id_2, t0.category_id AS category_id_3 FROM products_categories t0 WHERE t0.product_id = ?
Parameters:
[
1978
]
|
| 367 | 0.12 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.description AS description_6, t0.lft AS lft_7, t0.lvl AS lvl_8, t0.rgt AS rgt_9, t0.published AS published_10, t0.sort_index AS sort_index_11, t0.tree_root AS tree_root_12, t0.parent_id AS parent_id_13, t0.banner_id AS banner_id_14 FROM product_category t0 WHERE t0.id = ?
Parameters:
[
212
]
|
| 368 | 0.14 ms |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "212" "en" "App\Entity\Product\Category" ] |
| 369 | 0.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 370 | 0.08 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
22330
]
|
| 371 | 0.16 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 WHERE t0.id = ? AND t0.discr IN ('product_image')
Parameters:
[
40390
]
|
| 372 | 0.16 ms |
SELECT t0.id AS id_1, t0.path AS path_2, t0.name AS name_3, t0.mime_type AS mime_type_4, t0.size AS size_5, t0.uploaded_at AS uploaded_at_6, t0.discr FROM app_file t0 INNER JOIN product_images ON t0.id = product_images.image_id WHERE product_images.product_id = ? AND t0.discr IN ('product_image')
Parameters:
[
8146
]
|
| 373 | 0.12 ms |
SELECT t0.id AS id_1, t0.custom_id AS custom_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.url AS url_6, t0.email AS email_7, t0.published AS published_8, t0.official_dealer AS official_dealer_9, t0.european_support AS european_support_10, t0.discount_percent AS discount_percent_11, t0.extra_discount AS extra_discount_12, t0.logo_id AS logo_id_13 FROM product_manufacturer t0 WHERE t0.id = ?
Parameters:
[
309
]
|
| 374 | 0.11 ms |
SELECT t0.id AS id_1, t0.migration_id AS migration_id_2, t0.softone_id AS softone_id_3, t0.name AS name_4 FROM product_type t0 WHERE t0.id = ?
Parameters:
[
85
]
|
| 375 | 0.15 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
| 376 | 0.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.rate AS rate_3, t0.code AS code_4, t0.symbol AS symbol_5, t0.published AS published_6, t0.default_currency AS default_currency_7 FROM currency t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"USD"
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| blk | doctrine.dbal.blk_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Product\Object\ProductCategory | 226 |
| App\Entity\Product\Category | 126 |
| App\Entity\Common\Files\AppFile | 54 |
| App\Entity\Product\Object\BaseProduct | 53 |
| App\Entity\Cart\CartItem | 52 |
| App\Entity\Product\ProductManufacturer | 31 |
| App\Entity\Product\ProductType | 23 |
| App\Entity\Common\Currency | 2 |
| App\Entity\Product\ProductReference | 1 |
| App\Entity\Cart\Cart | 1 |