1
5.66 ms
SELECT id , name , description , image , on_sale , available_for_purchase_online , price_current_incl_vat FROM shop . products WHERE slug = ? LIMIT 1
Parameters :
[
"auqastay-plocha-nadrz-5000-l "
]
SELECT id , name , description , image , on_sale , available_for_purchase_online , price_current_incl_vat FROM shop . products WHERE slug = 'auqastay-plocha-nadrz-5000-l' LIMIT 1 ;
Copy
2
2.45 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 :
[
"db885f1a-8ed0-4dc6-9df1-8608a9e10f25 "
]
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 = 'db885f1a-8ed0-4dc6-9df1-8608a9e10f25' ;
Copy
3
1.85 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 :
[
"db885f1a-8ed0-4dc6-9df1-8608a9e10f25 "
]
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 = 'db885f1a-8ed0-4dc6-9df1-8608a9e10f25' ;
Copy
4
3.35 ms
SELECT * FROM public . cart_items WHERE cart_id = ? ORDER BY product_id ASC LIMIT 999
SELECT * FROM public . cart_items WHERE cart_id = 'db885f1a-8ed0-4dc6-9df1-8608a9e10f25' ORDER BY product_id ASC LIMIT 999 ;
Copy
5
2.39 ms
SELECT slug , name FROM shop . available_catalogs
SELECT slug , name FROM shop . available_catalogs ;
Copy
6
2.33 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 :
[
"db885f1a-8ed0-4dc6-9df1-8608a9e10f25 "
]
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 = 'db885f1a-8ed0-4dc6-9df1-8608a9e10f25' ;
Copy
7
3.98 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 :
[
"db885f1a-8ed0-4dc6-9df1-8608a9e10f25 "
]
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 = 'db885f1a-8ed0-4dc6-9df1-8608a9e10f25' ;
Copy
8
2.47 ms
SELECT * FROM public . cart_items WHERE cart_id = ? ORDER BY product_id ASC LIMIT 999
SELECT * FROM public . cart_items WHERE cart_id = 'db885f1a-8ed0-4dc6-9df1-8608a9e10f25' ORDER BY product_id ASC LIMIT 999 ;
Copy
9
1.93 ms
SELECT name , category_id FROM shop . products WHERE id = ?
SELECT name , category_id FROM shop . products WHERE id = 'b087845b-cdd3-443a-8538-cbaf3569adf3' ;
Copy
10
4.55 ms
SELECT abbreviation , slug , parent_id FROM shop . catalog_categories WHERE id = ?
SELECT abbreviation , slug , parent_id FROM shop . catalog_categories WHERE id = '7cab6425-76d2-4176-b0ff-f405d0adb287' ;
Copy
11
5.66 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 < > '7cab6425-76d2-4176-b0ff-f405d0adb287' ORDER BY position ASC LIMIT 20 ;
Copy
12
3.68 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
13
3.75 ms
SELECT name , slug FROM shop . catalogs WHERE id = ?
SELECT name , slug FROM shop . catalogs WHERE id = '3aedb44d-c917-4b99-a8cb-abbdee1c82a4' ;
Copy
14
6.20 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
15
7.08 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 = ('b087845b-cdd3-443a-8538-cbaf3569adf3' ) ORDER BY price_current_incl_vat ;
Copy
16
3.14 ms
SELECT extended_description FROM shop . product_specifications WHERE id = ?
SELECT extended_description FROM shop . product_specifications WHERE id = 'b087845b-cdd3-443a-8538-cbaf3569adf3' ;
Copy
17
1.57 ms
SELECT suitable_for FROM shop . product_specifications WHERE id = ?
SELECT suitable_for FROM shop . product_specifications WHERE id = 'b087845b-cdd3-443a-8538-cbaf3569adf3' ;
Copy
18
3.80 ms
SELECT key_features FROM shop . product_specifications WHERE id = ?
SELECT key_features FROM shop . product_specifications WHERE id = 'b087845b-cdd3-443a-8538-cbaf3569adf3' ;
Copy
19
4.24 ms
SELECT name , value FROM shop . product_attributes WHERE id = ?
SELECT name , value FROM shop . product_attributes WHERE id = 'b087845b-cdd3-443a-8538-cbaf3569adf3' ;
Copy