0.60 ms (19.87%)
|
1 |
SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.reference AS reference_4, p0_.image AS image_5, p0_.hidden AS hidden_6, b1_.id AS id_7, b1_.name AS name_8, b1_.slug AS slug_9, b1_.image AS image_10, b1_.display_order AS display_order_11, p2_.id AS id_12, p2_.locale AS locale_13, p2_.name AS name_14, p2_.slug AS slug_15, p2_.description AS description_16, p2_.specifications AS specifications_17, p2_.directions AS directions_18, c3_.id AS id_19, c3_.image_key AS image_key_20, c3_.image AS image_21, p0_.brand_id AS brand_id_22, p2_.product_id AS product_id_23, c3_.parent_id AS parent_id_24, c3_.brand_id AS brand_id_25 FROM products p0_ INNER JOIN brands b1_ ON p0_.brand_id = b1_.id INNER JOIN products_translations p2_ ON p0_.id = p2_.product_id INNER JOIN products_categories p4_ ON p0_.id = p4_.product_id INNER JOIN categories c3_ ON c3_.id = p4_.category_id WHERE p0_.brand_id = ? AND p2_.slug = ? AND p2_.locale = ? AND p0_.reference = ?
Parameters: [
b"\x01˜>jäÈ}\x03ˆ\x0Eמmƒ%Ú"
"analog-digital-vega-r-rv"
"en"
"id00.05.013"
]
SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.reference AS reference_4, p0_.image AS image_5, p0_.hidden AS hidden_6, b1_.id AS id_7, b1_.name AS name_8, b1_.slug AS slug_9, b1_.image AS image_10, b1_.display_order AS display_order_11, p2_.id AS id_12, p2_.locale AS locale_13, p2_.name AS name_14, p2_.slug AS slug_15, p2_.description AS description_16, p2_.specifications AS specifications_17, p2_.directions AS directions_18, c3_.id AS id_19, c3_.image_key AS image_key_20, c3_.image AS image_21, p0_.brand_id AS brand_id_22, p2_.product_id AS product_id_23, c3_.parent_id AS parent_id_24, c3_.brand_id AS brand_id_25 FROM products p0_ INNER JOIN brands b1_ ON p0_.brand_id = b1_.id INNER JOIN products_translations p2_ ON p0_.id = p2_.product_id INNER JOIN products_categories p4_ ON p0_.id = p4_.product_id INNER JOIN categories c3_ ON c3_.id = p4_.category_id WHERE p0_.brand_id = 0x01983E6AE4C87D03880ED79E6D8325DA AND p2_.slug = 'analog-digital-vega-r-rv' AND p2_.locale = 'en' AND p0_.reference = 'id00.05.013';
|
0.17 ms (5.78%)
|
1 |
SELECT t0.id AS id_1, t0.price AS price_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.reference AS reference_5, t0.image AS image_6, t0.hidden AS hidden_7, t0.brand_id AS brand_id_8 FROM products t0 WHERE t0.id = ?
Parameters: [
b"\x01˜>k\x00¿\x7Fšœi¹!HkT\x16"
]
SELECT t0.id AS id_1, t0.price AS price_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.reference AS reference_5, t0.image AS image_6, t0.hidden AS hidden_7, t0.brand_id AS brand_id_8 FROM products t0 WHERE t0.id = 0x01983E6B00BF7F9A9C69B921486B5416;
|