1.57 ms (27.22%)
7
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . type AS type_3 FROM product_attributes t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . type AS type_3 FROM product_attributes t0 WHERE t0 . id = 22 ;
Copy
0.91 ms (15.75%)
1
SELECT t0 . id AS id_1 , t0 . reference AS reference_2 , t0 . name AS name_3 , t0 . description AS description_4 , t0 . price AS price_5 , t0 . slug AS slug_6 , t0 . created_at AS created_at_7 , t0 . updated_at AS updated_at_8 , t0 . deleted_at AS deleted_at_9 FROM products t0 WHERE t0 . slug = ? LIMIT 1
Parameters :
[
"stocolor-isol-spray-stocolor-isol-spray-weiss-400-ml "
]
SELECT t0 . id AS id_1 , t0 . reference AS reference_2 , t0 . name AS name_3 , t0 . description AS description_4 , t0 . price AS price_5 , t0 . slug AS slug_6 , t0 . created_at AS created_at_7 , t0 . updated_at AS updated_at_8 , t0 . deleted_at AS deleted_at_9 FROM products t0 WHERE t0 . slug = 'stocolor-isol-spray-stocolor-isol-spray-weiss-400-ml' LIMIT 1 ;
Copy
0.55 ms (9.51%)
1
INSERT INTO carts (session_id , type , created_at , updated_at , deleted_at , customer_id ) VALUES (? , ? , ? , ? , ? , ? )
Parameters :
[
"01gsq2j3vsgh5tn3dgve10pn2j "
"wishlist "
"2025-07-21 00:39:19 "
"2025-07-21 00:39:19 "
null
null
]
INSERT INTO carts (session_id , type , created_at , updated_at , deleted_at , customer_id ) VALUES ('01gsq2j3vsgh5tn3dgve10pn2j' , 'wishlist' , '2025-07-21 00:39:19' , '2025-07-21 00:39:19' , NULL , NULL );
Copy
0.50 ms (8.68%)
1
SELECT t0 . id AS id_1 , t0 . session_id AS session_id_2 , t0 . type AS type_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . deleted_at AS deleted_at_6 , t0 . customer_id AS customer_id_7 FROM carts t0 WHERE t0 . id = ? AND t0 . type = ? LIMIT 1
Parameters :
[
1038
"cart "
]
SELECT t0 . id AS id_1 , t0 . session_id AS session_id_2 , t0 . type AS type_3 , t0 . created_at AS created_at_4 , t0 . updated_at AS updated_at_5 , t0 . deleted_at AS deleted_at_6 , t0 . customer_id AS customer_id_7 FROM carts t0 WHERE t0 . id = 1038 AND t0 . type = 'cart' LIMIT 1 ;
Copy
0.29 ms (5.09%)
1
SELECT t0 . id AS id_1 , t0 . ref AS ref_2 , t0 . description AS description_3 , t0 . color_class AS color_class_4 , t0 . r_color AS r_color_5 , t0 . g_color AS g_color_6 , t0 . b_color AS b_color_7 , t0 . y AS y_8 , t0 . l AS l_9 , t0 . a AS a_10 , t0 . b AS b_11 , t0 . c AS c_12 , t0 . h AS h_13 , t0 . cmy_c AS cmy_c_14 , t0 . cmy_m AS cmy_m_15 , t0 . cmy_y AS cmy_y_16 , t0 . cmyk_c AS cmyk_c_17 , t0 . cmyk_m AS cmyk_m_18 , t0 . cmyk_y AS cmyk_y_19 , t0 . cmyk_k AS cmyk_k_20 , t0 . created_at AS created_at_21 , t0 . updated_at AS updated_at_22 , t0 . deleted_at AS deleted_at_23 , t0 . color_catalogue_id AS color_catalogue_id_24 FROM colors t0 WHERE t0 . id IS NULL LIMIT 1
SELECT t0 . id AS id_1 , t0 . ref AS ref_2 , t0 . description AS description_3 , t0 . color_class AS color_class_4 , t0 . r_color AS r_color_5 , t0 . g_color AS g_color_6 , t0 . b_color AS b_color_7 , t0 . y AS y_8 , t0 . l AS l_9 , t0 . a AS a_10 , t0 . b AS b_11 , t0 . c AS c_12 , t0 . h AS h_13 , t0 . cmy_c AS cmy_c_14 , t0 . cmy_m AS cmy_m_15 , t0 . cmy_y AS cmy_y_16 , t0 . cmyk_c AS cmyk_c_17 , t0 . cmyk_m AS cmyk_m_18 , t0 . cmyk_y AS cmyk_y_19 , t0 . cmyk_k AS cmyk_k_20 , t0 . created_at AS created_at_21 , t0 . updated_at AS updated_at_22 , t0 . deleted_at AS deleted_at_23 , t0 . color_catalogue_id AS color_catalogue_id_24 FROM colors t0 WHERE t0 . id IS NULL LIMIT 1 ;
Copy
0.29 ms (4.96%)
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 = ? 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 ;
Copy
0.27 ms (4.69%)
1
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 = 1162 ;
Copy
0.27 ms (4.61%)
1
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 = 1162 ;
Copy
0.26 ms (4.52%)
1
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . cart_id AS cart_id_3 , t0 . product_id AS product_id_4 FROM cart_items t0 WHERE t0 . cart_id = ?
SELECT t0 . id AS id_1 , t0 . quantity AS quantity_2 , t0 . cart_id AS cart_id_3 , t0 . product_id AS product_id_4 FROM cart_items t0 WHERE t0 . cart_id = 1038 ;
Copy
0.26 ms (4.52%)
1
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . product_id AS product_id_3 , t0 . attribute_id AS attribute_id_4 FROM product_attribute_values t0 WHERE t0 . product_id = ?
SELECT t0 . id AS id_1 , t0 . value AS value_2 , t0 . product_id AS product_id_3 , t0 . attribute_id AS attribute_id_4 FROM product_attribute_values t0 WHERE t0 . product_id = 1162 ;
Copy
0.26 ms (4.45%)
1
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 ;
Copy
0.18 ms (3.18%)
1
"START TRANSACTION"
"START TRANSACTION" ;
Copy
0.16 ms (2.80%)
1
"COMMIT"