1
2.68 ms
SELECT id , name , description , image , on_sale , available_for_purchase_online , price_current_incl_vat FROM shop . products WHERE slug = ? LIMIT 1
Parameters :
[
"prechodove-tesnenie-dn125 "
]
SELECT id , name , description , image , on_sale , available_for_purchase_online , price_current_incl_vat FROM shop . products WHERE slug = 'prechodove-tesnenie-dn125' LIMIT 1 ;
Copy
2
1.83 ms
SELECT t0 . count AS count_1 , t0 . id AS id_2 , t0 . total_price_amount AS total_price_amount_3 , t0 . total_price_currency AS total_price_currency_4 FROM domain . carts t0 WHERE t0 . id = ?
Parameters :
[
"d410e0aa-a8b8-464e-ac66-15a3ebcf2267 "
]
SELECT t0 . count AS count_1 , t0 . id AS id_2 , t0 . total_price_amount AS total_price_amount_3 , t0 . total_price_currency AS total_price_currency_4 FROM domain . carts t0 WHERE t0 . id = 'd410e0aa-a8b8-464e-ac66-15a3ebcf2267' ;
Copy
3
1.28 ms
SELECT t0 . count AS count_1 , t0 . id AS id_2 , t0 . total_price_amount AS total_price_amount_3 , t0 . total_price_currency AS total_price_currency_4 FROM domain . carts t0 WHERE t0 . id = ?
Parameters :
[
"d410e0aa-a8b8-464e-ac66-15a3ebcf2267 "
]
SELECT t0 . count AS count_1 , t0 . id AS id_2 , t0 . total_price_amount AS total_price_amount_3 , t0 . total_price_currency AS total_price_currency_4 FROM domain . carts t0 WHERE t0 . id = 'd410e0aa-a8b8-464e-ac66-15a3ebcf2267' ;
Copy
4
1.83 ms
SELECT * FROM public . cart_items WHERE cart_id = ? ORDER BY product_id ASC LIMIT 999
SELECT * FROM public . cart_items WHERE cart_id = 'd410e0aa-a8b8-464e-ac66-15a3ebcf2267' ORDER BY product_id ASC LIMIT 999 ;
Copy
5
1.78 ms
SELECT slug , name FROM shop . available_catalogs
SELECT slug , name FROM shop . available_catalogs ;
Copy
6
1.52 ms
SELECT t0 . count AS count_1 , t0 . id AS id_2 , t0 . total_price_amount AS total_price_amount_3 , t0 . total_price_currency AS total_price_currency_4 FROM domain . carts t0 WHERE t0 . id = ?
Parameters :
[
"d410e0aa-a8b8-464e-ac66-15a3ebcf2267 "
]
SELECT t0 . count AS count_1 , t0 . id AS id_2 , t0 . total_price_amount AS total_price_amount_3 , t0 . total_price_currency AS total_price_currency_4 FROM domain . carts t0 WHERE t0 . id = 'd410e0aa-a8b8-464e-ac66-15a3ebcf2267' ;
Copy
7
1.25 ms
SELECT t0 . count AS count_1 , t0 . id AS id_2 , t0 . total_price_amount AS total_price_amount_3 , t0 . total_price_currency AS total_price_currency_4 FROM domain . carts t0 WHERE t0 . id = ?
Parameters :
[
"d410e0aa-a8b8-464e-ac66-15a3ebcf2267 "
]
SELECT t0 . count AS count_1 , t0 . id AS id_2 , t0 . total_price_amount AS total_price_amount_3 , t0 . total_price_currency AS total_price_currency_4 FROM domain . carts t0 WHERE t0 . id = 'd410e0aa-a8b8-464e-ac66-15a3ebcf2267' ;
Copy
8
1.32 ms
SELECT * FROM public . cart_items WHERE cart_id = ? ORDER BY product_id ASC LIMIT 999
SELECT * FROM public . cart_items WHERE cart_id = 'd410e0aa-a8b8-464e-ac66-15a3ebcf2267' ORDER BY product_id ASC LIMIT 999 ;
Copy
9
1.30 ms
SELECT name , category_id FROM shop . products WHERE id = ?
SELECT name , category_id FROM shop . products WHERE id = '5db1062f-de30-4a35-a7e5-b17f92420913' ;
Copy
10
1.63 ms
SELECT abbreviation , slug , parent_id FROM shop . catalog_categories WHERE id = ?
SELECT abbreviation , slug , parent_id FROM shop . catalog_categories WHERE id = 'f1b7732c-716d-46a7-9715-637cf8a96a08' ;
Copy
11
1.54 ms
SELECT abbreviation , slug , parent_id FROM shop . catalog_categories WHERE parent_id = ? and id < > ? ORDER BY position ASC LIMIT 20
SELECT abbreviation , slug , parent_id FROM shop . catalog_categories WHERE parent_id = 'eaffa308-e7bc-4898-a3aa-6fd585d685b4' and id < > 'f1b7732c-716d-46a7-9715-637cf8a96a08' ORDER BY position ASC LIMIT 20 ;
Copy
12
1.20 ms
SELECT abbreviation , slug , parent_id FROM shop . catalog_categories WHERE id = ?
SELECT abbreviation , slug , parent_id FROM shop . catalog_categories WHERE id = 'eaffa308-e7bc-4898-a3aa-6fd585d685b4' ;
Copy
13
1.25 ms
SELECT abbreviation , slug , parent_id FROM shop . catalog_categories WHERE parent_id = ? and id < > ? ORDER BY position ASC LIMIT 20
SELECT abbreviation , slug , parent_id FROM shop . catalog_categories WHERE parent_id = '3aedb44d-c917-4b99-a8cb-abbdee1c82a4' and id < > 'eaffa308-e7bc-4898-a3aa-6fd585d685b4' ORDER BY position ASC LIMIT 20 ;
Copy
14
1.35 ms
SELECT abbreviation , slug , parent_id FROM shop . catalog_categories WHERE id = ?
SELECT abbreviation , slug , parent_id FROM shop . catalog_categories WHERE id = '3aedb44d-c917-4b99-a8cb-abbdee1c82a4' ;
Copy
15
1.36 ms
SELECT name , slug FROM shop . catalogs WHERE id = ?
SELECT name , slug FROM shop . catalogs WHERE id = '3aedb44d-c917-4b99-a8cb-abbdee1c82a4' ;
Copy
16
1.34 ms
SELECT name , slug FROM shop . catalogs WHERE id < > ? ORDER BY position ASC LIMIT 20
SELECT name , slug FROM shop . catalogs WHERE id < > '3aedb44d-c917-4b99-a8cb-abbdee1c82a4' ORDER BY position ASC LIMIT 20 ;
Copy
17
2.03 ms
SELECT name , slug , image , price_original_incl_vat , price_current_incl_vat , price_currency , stock_status , at_discount , available_for_purchase_online FROM shop . related_products WHERE related_id = (? ) ORDER BY price_current_incl_vat
SELECT name , slug , image , price_original_incl_vat , price_current_incl_vat , price_currency , stock_status , at_discount , available_for_purchase_online FROM shop . related_products WHERE related_id = ('5db1062f-de30-4a35-a7e5-b17f92420913' ) ORDER BY price_current_incl_vat ;
Copy
18
1.57 ms
SELECT extended_description FROM shop . product_specifications WHERE id = ?
SELECT extended_description FROM shop . product_specifications WHERE id = '5db1062f-de30-4a35-a7e5-b17f92420913' ;
Copy
19
1.63 ms
SELECT suitable_for FROM shop . product_specifications WHERE id = ?
SELECT suitable_for FROM shop . product_specifications WHERE id = '5db1062f-de30-4a35-a7e5-b17f92420913' ;
Copy
20
1.31 ms
SELECT key_features FROM shop . product_specifications WHERE id = ?
SELECT key_features FROM shop . product_specifications WHERE id = '5db1062f-de30-4a35-a7e5-b17f92420913' ;
Copy
21
1.41 ms
SELECT name , value FROM shop . product_attributes WHERE id = ?
SELECT name , value FROM shop . product_attributes WHERE id = '5db1062f-de30-4a35-a7e5-b17f92420913' ;
Copy