1 |
3.69 ms |
SELECT id, slug, name, abbreviation, description, number_of_items FROM shop.available_catalog_categories WHERE slug = ? LIMIT 1
Parameters: [
"pivnice/sady"
]
SELECT id, slug, name, abbreviation, description, number_of_items FROM shop.available_catalog_categories WHERE slug = 'pivnice/sady' LIMIT 1;
|
2 |
1.50 ms |
SELECT slug, name FROM shop.available_catalogs
SELECT slug, name FROM shop.available_catalogs;
|
3 |
1.40 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: [
"9be27d77-8a75-46d9-a181-77d2e62d7f6f"
]
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 = '9be27d77-8a75-46d9-a181-77d2e62d7f6f';
|
4 |
1.34 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: [
"9be27d77-8a75-46d9-a181-77d2e62d7f6f"
]
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 = '9be27d77-8a75-46d9-a181-77d2e62d7f6f';
|
5 |
1.72 ms |
SELECT * FROM public.cart_items WHERE cart_id = ? ORDER BY product_id ASC LIMIT 999
SELECT * FROM public.cart_items WHERE cart_id = '9be27d77-8a75-46d9-a181-77d2e62d7f6f' ORDER BY product_id ASC LIMIT 999;
|
6 |
1.39 ms |
SELECT name, category_id FROM shop.products WHERE id = ?
SELECT name, category_id FROM shop.products WHERE id = '433da06f-cff4-4abd-9160-00a227e9f548';
|
7 |
1.18 ms |
SELECT abbreviation, slug, parent_id FROM shop.catalog_categories WHERE id = ?
SELECT abbreviation, slug, parent_id FROM shop.catalog_categories WHERE id = '433da06f-cff4-4abd-9160-00a227e9f548';
|
8 |
1.26 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 = '606df609-4289-4e91-8d9c-b5f4254f9cbc' and id <> '433da06f-cff4-4abd-9160-00a227e9f548' ORDER BY position ASC LIMIT 20;
|
9 |
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 = '606df609-4289-4e91-8d9c-b5f4254f9cbc';
|
10 |
1.23 ms |
SELECT name, slug FROM shop.catalogs WHERE id = ?
SELECT name, slug FROM shop.catalogs WHERE id = '606df609-4289-4e91-8d9c-b5f4254f9cbc';
|
11 |
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 <> '606df609-4289-4e91-8d9c-b5f4254f9cbc' ORDER BY position ASC LIMIT 20;
|
12 |
1.51 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 = '433da06f-cff4-4abd-9160-00a227e9f548' ORDER BY position ASC;
|
13 |
1.47 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 = '433da06f-cff4-4abd-9160-00a227e9f548' LIMIT 3;
|
14 |
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 = ?
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 = '433da06f-cff4-4abd-9160-00a227e9f548';
|