1 |
3.17 ms |
SELECT id, slug, name, description FROM shop.available_catalogs WHERE slug = ? LIMIT 1
Parameters: [
"odpadova-voda"
]
SELECT id, slug, name, description FROM shop.available_catalogs WHERE slug = 'odpadova-voda' LIMIT 1;
|
2 |
2.11 ms |
SELECT slug, name FROM shop.available_catalogs
SELECT slug, name FROM shop.available_catalogs;
|
3 |
2.00 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: [
"d1e16a3c-3ac6-4f00-bef5-bfd4008b079c"
]
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 = 'd1e16a3c-3ac6-4f00-bef5-bfd4008b079c';
|
4 |
1.68 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: [
"d1e16a3c-3ac6-4f00-bef5-bfd4008b079c"
]
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 = 'd1e16a3c-3ac6-4f00-bef5-bfd4008b079c';
|
5 |
2.85 ms |
SELECT * FROM public.cart_items WHERE cart_id = ? ORDER BY product_id ASC LIMIT 999
SELECT * FROM public.cart_items WHERE cart_id = 'd1e16a3c-3ac6-4f00-bef5-bfd4008b079c' ORDER BY product_id ASC LIMIT 999;
|
6 |
1.92 ms |
SELECT name, category_id FROM shop.products WHERE id = ?
SELECT name, category_id FROM shop.products WHERE id = '0bfc16f3-0547-409d-bfc7-d2c5f2ef6d35';
|
7 |
2.40 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';
|
8 |
1.87 ms |
SELECT name, slug FROM shop.catalogs WHERE id = ?
SELECT name, slug FROM shop.catalogs WHERE id = '0bfc16f3-0547-409d-bfc7-d2c5f2ef6d35';
|
9 |
2.23 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;
|
10 |
3.09 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 = '0bfc16f3-0547-409d-bfc7-d2c5f2ef6d35' ORDER BY position ASC;
|
11 |
2.49 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 = '0bfc16f3-0547-409d-bfc7-d2c5f2ef6d35' LIMIT 3;
|
12 |
1.98 ms |
SELECT id, name, slug FROM shop.exposed_catalog_categories WHERE parent_id = ? LIMIT 3
SELECT id, name, slug FROM shop.exposed_catalog_categories WHERE parent_id = '0bfc16f3-0547-409d-bfc7-d2c5f2ef6d35' LIMIT 3;
|
13 |
2.26 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 = ? ORDER BY sold DESC LIMIT 4
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 = '7bcdd8c9-363d-4a89-bdbf-c5012836b4e4' ORDER BY sold DESC LIMIT 4;
|
14 |
2.11 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 = ? ORDER BY sold DESC LIMIT 4
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 = '0b3dbb7f-164e-4a62-8efe-93397ed7d8ce' ORDER BY sold DESC LIMIT 4;
|
15 |
3.19 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 = ? ORDER BY sold DESC LIMIT 4
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 = 'beb2cc87-36e9-4016-b1eb-c9b512481562' ORDER BY sold DESC LIMIT 4;
|