1 |
2.36 ms |
SELECT id, slug, name, description FROM shop.available_catalogs WHERE slug = ? LIMIT 1
Parameters: [
"pivnice"
]
SELECT id, slug, name, description FROM shop.available_catalogs WHERE slug = 'pivnice' LIMIT 1;
|
2 |
2.22 ms |
SELECT slug, name FROM shop.available_catalogs
SELECT slug, name FROM shop.available_catalogs;
|
3 |
1.64 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: [
"e1da44b8-d9a9-4800-b131-0ef205691da3"
]
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 = 'e1da44b8-d9a9-4800-b131-0ef205691da3';
|
4 |
1.09 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: [
"e1da44b8-d9a9-4800-b131-0ef205691da3"
]
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 = 'e1da44b8-d9a9-4800-b131-0ef205691da3';
|
5 |
1.88 ms |
SELECT * FROM public.cart_items WHERE cart_id = ? ORDER BY product_id ASC LIMIT 999
SELECT * FROM public.cart_items WHERE cart_id = 'e1da44b8-d9a9-4800-b131-0ef205691da3' ORDER BY product_id ASC LIMIT 999;
|
6 |
1.10 ms |
SELECT name, category_id FROM shop.products WHERE id = ?
SELECT name, category_id FROM shop.products WHERE id = '606df609-4289-4e91-8d9c-b5f4254f9cbc';
|
7 |
1.19 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';
|
8 |
1.03 ms |
SELECT name, slug FROM shop.catalogs WHERE id = ?
SELECT name, slug FROM shop.catalogs WHERE id = '606df609-4289-4e91-8d9c-b5f4254f9cbc';
|
9 |
1.35 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;
|
10 |
2.61 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 = '606df609-4289-4e91-8d9c-b5f4254f9cbc' ORDER BY position ASC;
|
11 |
1.83 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 = '606df609-4289-4e91-8d9c-b5f4254f9cbc' LIMIT 3;
|
12 |
1.36 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 = '606df609-4289-4e91-8d9c-b5f4254f9cbc' LIMIT 3;
|
13 |
4.24 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 = '433da06f-cff4-4abd-9160-00a227e9f548' ORDER BY sold DESC LIMIT 4;
|
14 |
1.63 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 = '4341b89d-7b41-458f-9535-8a0f341055e3' ORDER BY sold DESC LIMIT 4;
|