| 1 |
2.80 ms |
SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.iva AS iva_2, p0_.created_at AS created_at_3, p0_.updated_at AS updated_at_4, p0_.reference AS reference_5, p0_.image AS image_6, p0_.hidden AS hidden_7, p1_.id AS id_8, p1_.locale AS locale_9, p1_.name AS name_10, p1_.slug AS slug_11, p1_.description AS description_12, p1_.specifications AS specifications_13, p1_.directions AS directions_14, c2_.id AS id_15, c2_.image_key AS image_key_16, c2_.image AS image_17, p0_.brand_id AS brand_id_18, p0_.family_type_id AS family_type_id_19, p1_.product_id AS product_id_20, c2_.parent_id AS parent_id_21, c2_.brand_id AS brand_id_22 FROM products p0_ INNER JOIN products_translations p1_ ON p0_.id = p1_.product_id INNER JOIN products_categories p3_ ON p0_.id = p3_.product_id INNER JOIN categories c2_ ON c2_.id = p3_.category_id WHERE p1_.slug = ? AND p1_.locale = ?
Parameters: [
"transfer-seven-r-np"
"es"
]
SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.iva AS iva_2, p0_.created_at AS created_at_3, p0_.updated_at AS updated_at_4, p0_.reference AS reference_5, p0_.image AS image_6, p0_.hidden AS hidden_7, p1_.id AS id_8, p1_.locale AS locale_9, p1_.name AS name_10, p1_.slug AS slug_11, p1_.description AS description_12, p1_.specifications AS specifications_13, p1_.directions AS directions_14, c2_.id AS id_15, c2_.image_key AS image_key_16, c2_.image AS image_17, p0_.brand_id AS brand_id_18, p0_.family_type_id AS family_type_id_19, p1_.product_id AS product_id_20, c2_.parent_id AS parent_id_21, c2_.brand_id AS brand_id_22 FROM products p0_ INNER JOIN products_translations p1_ ON p0_.id = p1_.product_id INNER JOIN products_categories p3_ ON p0_.id = p3_.product_id INNER JOIN categories c2_ ON c2_.id = p3_.category_id WHERE p1_.slug = 'transfer-seven-r-np' AND p1_.locale = 'es';
|
| 3 |
1.42 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.iva AS iva_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.reference AS reference_6, t0.image AS image_7, t0.hidden AS hidden_8, t0.brand_id AS brand_id_9, t0.family_type_id AS family_type_id_10 FROM products t0 WHERE t0.id = ?
Parameters: [
b"\x01œÝ¥÷4u€›¥“!\x02¸\x14\x05"
]
SELECT t0.id AS id_1, t0.price AS price_2, t0.iva AS iva_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.reference AS reference_6, t0.image AS image_7, t0.hidden AS hidden_8, t0.brand_id AS brand_id_9, t0.family_type_id AS family_type_id_10 FROM products t0 WHERE t0.id = 0x019CDDA5F73475809BA5932102B81405;
|
| 4 |
0.96 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.slug AS slug_4, t0.description AS description_5, t0.specifications AS specifications_6, t0.directions AS directions_7, t0.product_id AS product_id_8 FROM products_translations t0 WHERE t0.product_id = ?
Parameters: [
b"\x01œÝ¥÷4u€›¥“!\x02¸\x14\x05"
]
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.name AS name_3, t0.slug AS slug_4, t0.description AS description_5, t0.specifications AS specifications_6, t0.directions AS directions_7, t0.product_id AS product_id_8 FROM products_translations t0 WHERE t0.product_id = 0x019CDDA5F73475809BA5932102B81405;
|