1 |
2.67 ms |
SELECT id, slug, name, description FROM shop.available_catalogs WHERE slug = ? LIMIT 1
SELECT id, slug, name, description FROM shop.available_catalogs WHERE slug = 'voda' LIMIT 1;
|
2 |
1.36 ms |
SELECT slug, name FROM shop.available_catalogs
SELECT slug, name FROM shop.available_catalogs;
|
3 |
1.43 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: [
"66112386-c56a-4f21-9224-30bd2f65001a"
]
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 = '66112386-c56a-4f21-9224-30bd2f65001a';
|
4 |
1.50 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: [
"66112386-c56a-4f21-9224-30bd2f65001a"
]
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 = '66112386-c56a-4f21-9224-30bd2f65001a';
|
5 |
2.42 ms |
SELECT * FROM public.cart_items WHERE cart_id = ? ORDER BY product_id ASC LIMIT 999
SELECT * FROM public.cart_items WHERE cart_id = '66112386-c56a-4f21-9224-30bd2f65001a' ORDER BY product_id ASC LIMIT 999;
|
6 |
1.19 ms |
SELECT name, category_id FROM shop.products WHERE id = ?
SELECT name, category_id FROM shop.products WHERE id = '3aedb44d-c917-4b99-a8cb-abbdee1c82a4';
|
7 |
1.36 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';
|
8 |
1.14 ms |
SELECT name, slug FROM shop.catalogs WHERE id = ?
SELECT name, slug FROM shop.catalogs WHERE id = '3aedb44d-c917-4b99-a8cb-abbdee1c82a4';
|
9 |
1.26 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;
|
10 |
2.36 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 = '3aedb44d-c917-4b99-a8cb-abbdee1c82a4' ORDER BY position ASC;
|
11 |
1.68 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 = '3aedb44d-c917-4b99-a8cb-abbdee1c82a4' LIMIT 3;
|
12 |
1.39 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 = '3aedb44d-c917-4b99-a8cb-abbdee1c82a4' LIMIT 3;
|
13 |
1.47 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 = '7cab6425-76d2-4176-b0ff-f405d0adb287' ORDER BY sold DESC LIMIT 4;
|
14 |
1.61 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 = '8c688f43-4cb4-47e5-b004-b864a1aba972' ORDER BY sold DESC LIMIT 4;
|
15 |
1.41 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 = '3fe8e7d7-f7a9-4c50-a6ba-9ea79ac969fd' ORDER BY sold DESC LIMIT 4;
|