1 |
7.28 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.icon AS icon_6, t0.is_active_in_menu AS is_active_in_menu_7, t0.is_active_in_filters AS is_active_in_filters_8, t0.super_category_id AS super_category_id_9 FROM `product_categories` t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"fassade"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.icon AS icon_6, t0.is_active_in_menu AS is_active_in_menu_7, t0.is_active_in_filters AS is_active_in_filters_8, t0.super_category_id AS super_category_id_9 FROM `product_categories` t0 WHERE t0.slug = 'fassade' LIMIT 1;
|
2 |
14.41 ms |
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM products p0_ INNER JOIN products_categories p2_ ON p0_.id = p2_.product_id INNER JOIN `product_categories` p1_ ON p1_.id = p2_.product_category_id WHERE p1_.slug = ?
Parameters: [
"fassade"
]
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM products p0_ INNER JOIN products_categories p2_ ON p0_.id = p2_.product_id INNER JOIN `product_categories` p1_ ON p1_.id = p2_.product_category_id WHERE p1_.slug = 'fassade';
|
3 |
0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.icon AS icon_6, t0.is_active_in_menu AS is_active_in_menu_7, t0.is_active_in_filters AS is_active_in_filters_8, t0.super_category_id AS super_category_id_9 FROM `product_categories` t0 WHERE t0.super_category_id IS NULL ORDER BY t0.name ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.icon AS icon_6, t0.is_active_in_menu AS is_active_in_menu_7, t0.is_active_in_filters AS is_active_in_filters_8, t0.super_category_id AS super_category_id_9 FROM `product_categories` t0 WHERE t0.super_category_id IS NULL ORDER BY t0.name ASC;
|
4 |
0.24 ms |
"START TRANSACTION"
"START TRANSACTION";
|
5 |
4.22 ms |
INSERT INTO carts (session_id, type, created_at, updated_at, deleted_at, customer_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters: [
"dvoeh05qes70p7o7habr65gofj"
"cart"
"2025-07-19 20:29:07"
"2025-07-19 20:29:07"
null
null
]
INSERT INTO carts (session_id, type, created_at, updated_at, deleted_at, customer_id) VALUES ('dvoeh05qes70p7o7habr65gofj', 'cart', '2025-07-19 20:29:07', '2025-07-19 20:29:07', NULL, NULL);
|
6 |
3.11 ms |
"COMMIT"
|
7 |
1.11 ms |
SELECT p0_.id AS id_0, p0_.reference AS reference_1, p0_.name AS name_2, p0_.description AS description_3, p0_.price AS price_4, p0_.slug AS slug_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.deleted_at AS deleted_at_8 FROM products p0_ INNER JOIN products_categories p2_ ON p0_.id = p2_.product_id INNER JOIN `product_categories` p1_ ON p1_.id = p2_.product_category_id WHERE p1_.slug = ? ORDER BY p0_.name ASC LIMIT 9 OFFSET 9
Parameters: [
"fassade"
]
SELECT p0_.id AS id_0, p0_.reference AS reference_1, p0_.name AS name_2, p0_.description AS description_3, p0_.price AS price_4, p0_.slug AS slug_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.deleted_at AS deleted_at_8 FROM products p0_ INNER JOIN products_categories p2_ ON p0_.id = p2_.product_id INNER JOIN `product_categories` p1_ ON p1_.id = p2_.product_category_id WHERE p1_.slug = 'fassade' ORDER BY p0_.name ASC LIMIT 9 OFFSET 9;
|
8 |
0.36 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = 809;
|
9 |
0.36 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = 809;
|
10 |
0.47 ms |
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = ? LIMIT 1
Parameters: [
"default_currency"
]
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = 'default_currency' LIMIT 1;
|
11 |
0.43 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = ? AND t0.is_active = ? LIMIT 1
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = 'EUR' AND t0.is_active = 1 LIMIT 1;
|
12 |
0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = 887;
|
13 |
0.29 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = 887;
|
14 |
0.24 ms |
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = ? LIMIT 1
Parameters: [
"default_currency"
]
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = 'default_currency' LIMIT 1;
|
15 |
0.24 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = ? AND t0.is_active = ? LIMIT 1
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = 'EUR' AND t0.is_active = 1 LIMIT 1;
|
16 |
0.25 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = 920;
|
17 |
0.24 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = 920;
|
18 |
0.21 ms |
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = ? LIMIT 1
Parameters: [
"default_currency"
]
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = 'default_currency' LIMIT 1;
|
19 |
0.23 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = ? AND t0.is_active = ? LIMIT 1
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = 'EUR' AND t0.is_active = 1 LIMIT 1;
|
20 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = 958;
|
21 |
0.22 ms |
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = ? LIMIT 1
Parameters: [
"default_currency"
]
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = 'default_currency' LIMIT 1;
|
22 |
0.23 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = ? AND t0.is_active = ? LIMIT 1
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = 'EUR' AND t0.is_active = 1 LIMIT 1;
|
23 |
0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = 964;
|
24 |
0.28 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = 964;
|
25 |
0.23 ms |
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = ? LIMIT 1
Parameters: [
"default_currency"
]
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = 'default_currency' LIMIT 1;
|
26 |
0.23 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = ? AND t0.is_active = ? LIMIT 1
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = 'EUR' AND t0.is_active = 1 LIMIT 1;
|
27 |
0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = 965;
|
28 |
0.28 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = 965;
|
29 |
0.21 ms |
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = ? LIMIT 1
Parameters: [
"default_currency"
]
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = 'default_currency' LIMIT 1;
|
30 |
0.24 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = ? AND t0.is_active = ? LIMIT 1
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = 'EUR' AND t0.is_active = 1 LIMIT 1;
|
31 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = 916;
|
32 |
0.30 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = 916;
|
33 |
0.24 ms |
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = ? LIMIT 1
Parameters: [
"default_currency"
]
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = 'default_currency' LIMIT 1;
|
34 |
0.26 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = ? AND t0.is_active = ? LIMIT 1
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = 'EUR' AND t0.is_active = 1 LIMIT 1;
|
35 |
0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = 845;
|
36 |
0.25 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = 845;
|
37 |
0.22 ms |
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = ? LIMIT 1
Parameters: [
"default_currency"
]
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = 'default_currency' LIMIT 1;
|
38 |
0.23 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = ? AND t0.is_active = ? LIMIT 1
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = 'EUR' AND t0.is_active = 1 LIMIT 1;
|
39 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.thumbnail AS thumbnail_4, t0.featured AS featured_5, t0.product_id AS product_id_6 FROM product_images t0 WHERE t0.product_id = 925;
|
40 |
0.26 ms |
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = ?
SELECT t0.id AS id_1, t0.value AS value_2, t0.metadata AS metadata_3, t0.price_adjustment AS price_adjustment_4, t0.product_id AS product_id_5, t0.option_id AS option_id_6 FROM product_option_values t0 WHERE t0.product_id = 925;
|
41 |
0.24 ms |
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = ? LIMIT 1
Parameters: [
"default_currency"
]
SELECT t0.id AS id_1, t0.`key` AS key_2, t0.value AS value_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM `configurations` t0 WHERE t0.`key` = 'default_currency' LIMIT 1;
|
42 |
0.24 ms |
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = ? AND t0.is_active = ? LIMIT 1
SELECT t0.code AS code_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.is_active AS is_active_4, t0.is_default AS is_default_5, t0.format AS format_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.deleted_at AS deleted_at_9 FROM currencies t0 WHERE t0.code = 'EUR' AND t0.is_active = 1 LIMIT 1;
|