1 |
3.77 ms |
SELECT id, slug, name, abbreviation, description, number_of_items FROM shop.available_catalog_categories WHERE slug = ? LIMIT 1
Parameters: [
"odpadova-voda/prislusenstvo/predlzenia"
]
SELECT id, slug, name, abbreviation, description, number_of_items FROM shop.available_catalog_categories WHERE slug = 'odpadova-voda/prislusenstvo/predlzenia' LIMIT 1;
|
2 |
1.73 ms |
SELECT slug, name FROM shop.available_catalogs
SELECT slug, name FROM shop.available_catalogs;
|
3 |
1.60 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: [
"c784a8b4-8913-412c-ab1a-23d69b7acfee"
]
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 = 'c784a8b4-8913-412c-ab1a-23d69b7acfee';
|
4 |
1.47 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: [
"c784a8b4-8913-412c-ab1a-23d69b7acfee"
]
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 = 'c784a8b4-8913-412c-ab1a-23d69b7acfee';
|
5 |
1.90 ms |
SELECT * FROM public.cart_items WHERE cart_id = ? ORDER BY product_id ASC LIMIT 999
SELECT * FROM public.cart_items WHERE cart_id = 'c784a8b4-8913-412c-ab1a-23d69b7acfee' ORDER BY product_id ASC LIMIT 999;
|
6 |
1.25 ms |
SELECT name, category_id FROM shop.products WHERE id = ?
SELECT name, category_id FROM shop.products WHERE id = 'ee82b69e-e1b7-4294-ac1f-d2b750554109';
|
7 |
1.22 ms |
SELECT abbreviation, slug, parent_id FROM shop.catalog_categories WHERE id = ?
SELECT abbreviation, slug, parent_id FROM shop.catalog_categories WHERE id = 'ee82b69e-e1b7-4294-ac1f-d2b750554109';
|
8 |
1.71 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 = 'efeb0c5b-85fc-416d-ae01-11db9bb9b353' and id <> 'ee82b69e-e1b7-4294-ac1f-d2b750554109' ORDER BY position ASC LIMIT 20;
|
9 |
1.27 ms |
SELECT abbreviation, slug, parent_id FROM shop.catalog_categories WHERE id = ?
SELECT abbreviation, slug, parent_id FROM shop.catalog_categories WHERE id = 'efeb0c5b-85fc-416d-ae01-11db9bb9b353';
|
10 |
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 = '0bfc16f3-0547-409d-bfc7-d2c5f2ef6d35' and id <> 'efeb0c5b-85fc-416d-ae01-11db9bb9b353' ORDER BY position ASC LIMIT 20;
|
11 |
1.57 ms |
SELECT abbreviation, slug, parent_id FROM shop.catalog_categories WHERE id = ?
SELECT abbreviation, slug, parent_id FROM shop.catalog_categories WHERE id = '0bfc16f3-0547-409d-bfc7-d2c5f2ef6d35';
|
12 |
2.01 ms |
SELECT name, slug FROM shop.catalogs WHERE id = ?
SELECT name, slug FROM shop.catalogs WHERE id = '0bfc16f3-0547-409d-bfc7-d2c5f2ef6d35';
|
13 |
1.53 ms |
SELECT name, slug FROM shop.catalogs WHERE id <> ? ORDER BY position ASC LIMIT 20
SELECT name, slug FROM shop.catalogs WHERE id <> '0bfc16f3-0547-409d-bfc7-d2c5f2ef6d35' ORDER BY position ASC LIMIT 20;
|
14 |
1.57 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 = 'ee82b69e-e1b7-4294-ac1f-d2b750554109' ORDER BY position ASC;
|
15 |
1.84 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 = 'ee82b69e-e1b7-4294-ac1f-d2b750554109' LIMIT 3;
|
16 |
1.51 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 = 'ee82b69e-e1b7-4294-ac1f-d2b750554109';
|