1 |
4.95 ms |
SELECT id, slug, name, abbreviation, description, number_of_items FROM shop.available_catalog_categories WHERE slug = ? LIMIT 1
Parameters: [
"voda/kompletne-riesenia"
]
SELECT id, slug, name, abbreviation, description, number_of_items FROM shop.available_catalog_categories WHERE slug = 'voda/kompletne-riesenia' LIMIT 1;
|
2 |
1.92 ms |
SELECT slug, name FROM shop.available_catalogs
SELECT slug, name FROM shop.available_catalogs;
|
3 |
1.58 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: [
"05baca34-9e6d-43c3-bc25-854c4c3e0302"
]
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 = '05baca34-9e6d-43c3-bc25-854c4c3e0302';
|
4 |
1.19 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: [
"05baca34-9e6d-43c3-bc25-854c4c3e0302"
]
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 = '05baca34-9e6d-43c3-bc25-854c4c3e0302';
|
5 |
1.74 ms |
SELECT * FROM public.cart_items WHERE cart_id = ? ORDER BY product_id ASC LIMIT 999
SELECT * FROM public.cart_items WHERE cart_id = '05baca34-9e6d-43c3-bc25-854c4c3e0302' ORDER BY product_id ASC LIMIT 999;
|
6 |
4.50 ms |
SELECT name, category_id FROM shop.products WHERE id = ?
SELECT name, category_id FROM shop.products WHERE id = '5130c0ca-ecc1-4f51-b425-6842aac4b88d';
|
7 |
1.34 ms |
SELECT abbreviation, slug, parent_id FROM shop.catalog_categories WHERE id = ?
SELECT abbreviation, slug, parent_id FROM shop.catalog_categories WHERE id = '5130c0ca-ecc1-4f51-b425-6842aac4b88d';
|
8 |
1.38 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 <> '5130c0ca-ecc1-4f51-b425-6842aac4b88d' ORDER BY position ASC LIMIT 20;
|
9 |
1.14 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';
|
10 |
1.11 ms |
SELECT name, slug FROM shop.catalogs WHERE id = ?
SELECT name, slug FROM shop.catalogs WHERE id = '3aedb44d-c917-4b99-a8cb-abbdee1c82a4';
|
11 |
1.11 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;
|
12 |
1.97 ms |
SELECT slug, abbreviation, number_of_items FROM shop.visible_catalog_categories WHERE parent_id = ? ORDER BY position ASC
SELECT slug, abbreviation, number_of_items FROM shop.visible_catalog_categories WHERE parent_id = '5130c0ca-ecc1-4f51-b425-6842aac4b88d' ORDER BY position ASC;
|
13 |
1.65 ms |
SELECT slug, name, image, price_original_incl_vat, price_current_incl_vat, at_discount FROM shop.best_sellers WHERE category_id = ? LIMIT 3
SELECT slug, name, image, price_original_incl_vat, price_current_incl_vat, at_discount FROM shop.best_sellers WHERE category_id = '5130c0ca-ecc1-4f51-b425-6842aac4b88d' LIMIT 3;
|
14 |
1.72 ms |
SELECT id, name, slug, image, price_current_incl_vat, price_original_incl_vat, price_currency, stock_status, at_discount, available_for_purchase_online FROM shop.visible_catalog_items WHERE category_id = ?
SELECT id, name, slug, image, price_current_incl_vat, price_original_incl_vat, price_currency, stock_status, at_discount, available_for_purchase_online FROM shop.visible_catalog_items WHERE category_id = '5130c0ca-ecc1-4f51-b425-6842aac4b88d';
|