| 1 |
7.87 ms |
SELECT o0_.id AS id_0, o0_.organization_id AS organization_id_1, o0_.domain AS domain_2, o0_.verified AS verified_3, o0_.created_at AS created_at_4 FROM organization_domains o0_ WHERE o0_.domain = ?
Parameters: [
"optiquelumiere.tokii.fr"
]
SELECT o0_.id AS id_0, o0_.organization_id AS organization_id_1, o0_.domain AS domain_2, o0_.verified AS verified_3, o0_.created_at AS created_at_4 FROM organization_domains o0_ WHERE o0_.domain = 'optiquelumiere.tokii.fr';
|
| 2 |
3.52 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.hashed_password AS hashed_password_3, t0.display_name AS display_name_4, t0.roles AS roles_5, t0.avatar_url AS avatar_url_6, t0.theme_config AS theme_config_7, t0.status AS status_8, t0.custom_status_text AS custom_status_text_9, t0.last_seen_at AS last_seen_at_10, t0.created_at AS created_at_11, t0.is_email_verified AS is_email_verified_12, t0.email_verification_token AS email_verification_token_13, t0.email_verification_token_expires_at AS email_verification_token_expires_at_14, t0.account_type AS account_type_15, t0.description AS description_16, t0.organization_category AS organization_category_17, t0.featured_channel_id AS featured_channel_id_18, t0.contact_email AS contact_email_19, t0.website_url AS website_url_20, t0.phone_number AS phone_number_21, t0.postal_address AS postal_address_22, t0.group_visibility AS group_visibility_23, t0.accepts_membership_requests AS accepts_membership_requests_24, t0.tutorial_completed AS tutorial_completed_25, t0.archived_at AS archived_at_26, t0.white_label_config AS white_label_config_27, t0.subdomain AS subdomain_28 FROM users t0 WHERE t0.id = ?
Parameters: [
"019faa7b-72e5-732d-9607-71ca860d5e28"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.hashed_password AS hashed_password_3, t0.display_name AS display_name_4, t0.roles AS roles_5, t0.avatar_url AS avatar_url_6, t0.theme_config AS theme_config_7, t0.status AS status_8, t0.custom_status_text AS custom_status_text_9, t0.last_seen_at AS last_seen_at_10, t0.created_at AS created_at_11, t0.is_email_verified AS is_email_verified_12, t0.email_verification_token AS email_verification_token_13, t0.email_verification_token_expires_at AS email_verification_token_expires_at_14, t0.account_type AS account_type_15, t0.description AS description_16, t0.organization_category AS organization_category_17, t0.featured_channel_id AS featured_channel_id_18, t0.contact_email AS contact_email_19, t0.website_url AS website_url_20, t0.phone_number AS phone_number_21, t0.postal_address AS postal_address_22, t0.group_visibility AS group_visibility_23, t0.accepts_membership_requests AS accepts_membership_requests_24, t0.tutorial_completed AS tutorial_completed_25, t0.archived_at AS archived_at_26, t0.white_label_config AS white_label_config_27, t0.subdomain AS subdomain_28 FROM users t0 WHERE t0.id = '019faa7b-72e5-732d-9607-71ca860d5e28';
|
| 3 |
10.72 ms |
SELECT t0.id AS id_1, t0.conversation_id AS conversation_id_2, t0.currency AS currency_3, t0.prices_include_tax AS prices_include_tax_4, t0.enabled AS enabled_5, t0.pickup_enabled AS pickup_enabled_6, t0.shipping_enabled AS shipping_enabled_7, t0.pickup_address AS pickup_address_8, t0.pickup_instructions AS pickup_instructions_9, t0.flat_shipping_cents AS flat_shipping_cents_10, t0.free_shipping_threshold_cents AS free_shipping_threshold_cents_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM shop_shops t0 WHERE t0.conversation_id = ? LIMIT 1
Parameters: [
"019faa7b-72fa-79fe-a64d-cb92fba2ab2b"
]
SELECT t0.id AS id_1, t0.conversation_id AS conversation_id_2, t0.currency AS currency_3, t0.prices_include_tax AS prices_include_tax_4, t0.enabled AS enabled_5, t0.pickup_enabled AS pickup_enabled_6, t0.shipping_enabled AS shipping_enabled_7, t0.pickup_address AS pickup_address_8, t0.pickup_instructions AS pickup_instructions_9, t0.flat_shipping_cents AS flat_shipping_cents_10, t0.free_shipping_threshold_cents AS free_shipping_threshold_cents_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13 FROM shop_shops t0 WHERE t0.conversation_id = '019faa7b-72fa-79fe-a64d-cb92fba2ab2b' LIMIT 1;
|
| 4 |
10.86 ms |
SELECT s0_.id AS id_0, s0_.shop_id AS shop_id_1, s0_.name AS name_2, s0_.slug AS slug_3, s0_.description AS description_4, s0_.short_description AS short_description_5, s0_.status AS status_6, s0_.product_type AS product_type_7, s0_.brand AS brand_8, s0_.position AS position_9, s0_.created_at AS created_at_10, s0_.updated_at AS updated_at_11, s0_.taxon_ids AS taxon_ids_12 FROM shop_products s0_ WHERE s0_.shop_id = ? AND s0_.status = ? ORDER BY s0_.position ASC, s0_.created_at DESC LIMIT 24
Parameters: [
"019faa7b-7350-76c5-a323-f767c991beda"
"published"
]
SELECT s0_.id AS id_0, s0_.shop_id AS shop_id_1, s0_.name AS name_2, s0_.slug AS slug_3, s0_.description AS description_4, s0_.short_description AS short_description_5, s0_.status AS status_6, s0_.product_type AS product_type_7, s0_.brand AS brand_8, s0_.position AS position_9, s0_.created_at AS created_at_10, s0_.updated_at AS updated_at_11, s0_.taxon_ids AS taxon_ids_12 FROM shop_products s0_ WHERE s0_.shop_id = '019faa7b-7350-76c5-a323-f767c991beda' AND s0_.status = 'published' ORDER BY s0_.position ASC, s0_.created_at DESC LIMIT 24;
|
| 5 |
3.48 ms |
SELECT COUNT(s0_.id) AS sclr_0 FROM shop_products s0_ WHERE s0_.shop_id = ? AND s0_.status = ?
Parameters: [
"019faa7b-7350-76c5-a323-f767c991beda"
"published"
]
SELECT COUNT(s0_.id) AS sclr_0 FROM shop_products s0_ WHERE s0_.shop_id = '019faa7b-7350-76c5-a323-f767c991beda' AND s0_.status = 'published';
|
| 6 |
4.37 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.name AS name_3, t0.scope_type AS scope_type_4, t0.scope_id AS scope_id_5, t0.action_type AS action_type_6, t0.action_value AS action_value_7, t0.starts_at AS starts_at_8, t0.ends_at AS ends_at_9, t0.priority AS priority_10, t0.enabled AS enabled_11 FROM shop_catalog_promotions t0 WHERE t0.shop_id = ? ORDER BY t0.priority DESC
Parameters: [
"019faa7b-7350-76c5-a323-f767c991beda"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.name AS name_3, t0.scope_type AS scope_type_4, t0.scope_id AS scope_id_5, t0.action_type AS action_type_6, t0.action_value AS action_value_7, t0.starts_at AS starts_at_8, t0.ends_at AS ends_at_9, t0.priority AS priority_10, t0.enabled AS enabled_11 FROM shop_catalog_promotions t0 WHERE t0.shop_id = '019faa7b-7350-76c5-a323-f767c991beda' ORDER BY t0.priority DESC;
|
| 7 |
4.00 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.parent_id AS parent_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.position AS position_6 FROM shop_taxons t0 WHERE t0.shop_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7350-76c5-a323-f767c991beda"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.parent_id AS parent_id_3, t0.name AS name_4, t0.slug AS slug_5, t0.position AS position_6 FROM shop_taxons t0 WHERE t0.shop_id = '019faa7b-7350-76c5-a323-f767c991beda' ORDER BY t0.position ASC;
|
| 8 |
5.22 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.name AS name_3, t0.description AS description_4, t0.status AS status_5, t0.starts_at AS starts_at_6, t0.ends_at AS ends_at_7, t0.target_channel_ids AS target_channel_ids_8, t0.promotion_ids AS promotion_ids_9, t0.banner_text AS banner_text_10, t0.banner_image_path AS banner_image_path_11, t0.announcement_sent AS announcement_sent_12 FROM shop_campaigns t0 WHERE t0.status = ?
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.name AS name_3, t0.description AS description_4, t0.status AS status_5, t0.starts_at AS starts_at_6, t0.ends_at AS ends_at_7, t0.target_channel_ids AS target_channel_ids_8, t0.promotion_ids AS promotion_ids_9, t0.banner_text AS banner_text_10, t0.banner_image_path AS banner_image_path_11, t0.announcement_sent AS announcement_sent_12 FROM shop_campaigns t0 WHERE t0.status = 'active';
|
| 9 |
3.93 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74be-775e-9b87-b14c66b209b9"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-74be-775e-9b87-b14c66b209b9' ORDER BY t0.position ASC;
|
| 10 |
9.55 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74be-775e-9b87-b14c66b209b9"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-74be-775e-9b87-b14c66b209b9' ORDER BY t0.position ASC;
|
| 11 |
1.94 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7497-7e95-819e-385d1bde9346"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-7497-7e95-819e-385d1bde9346' ORDER BY t0.position ASC;
|
| 12 |
1.14 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7497-7e95-819e-385d1bde9346"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-7497-7e95-819e-385d1bde9346' ORDER BY t0.position ASC;
|
| 13 |
0.73 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7487-7b36-9e29-a2bd9837200f"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-7487-7b36-9e29-a2bd9837200f' ORDER BY t0.position ASC;
|
| 14 |
1.02 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7487-7b36-9e29-a2bd9837200f"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-7487-7b36-9e29-a2bd9837200f' ORDER BY t0.position ASC;
|
| 15 |
0.93 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74b1-762a-aabf-82e1b6b6556f"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-74b1-762a-aabf-82e1b6b6556f' ORDER BY t0.position ASC;
|
| 16 |
0.66 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74b1-762a-aabf-82e1b6b6556f"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-74b1-762a-aabf-82e1b6b6556f' ORDER BY t0.position ASC;
|
| 17 |
1.89 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-744e-766f-a2f7-975e6713830f"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-744e-766f-a2f7-975e6713830f' ORDER BY t0.position ASC;
|
| 18 |
0.85 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-744e-766f-a2f7-975e6713830f"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-744e-766f-a2f7-975e6713830f' ORDER BY t0.position ASC;
|
| 19 |
0.63 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7466-74ec-83f8-935e5ddc59ad"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-7466-74ec-83f8-935e5ddc59ad' ORDER BY t0.position ASC;
|
| 20 |
0.68 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7466-74ec-83f8-935e5ddc59ad"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-7466-74ec-83f8-935e5ddc59ad' ORDER BY t0.position ASC;
|
| 21 |
0.48 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-739b-7111-a0ec-8353bb3333c3"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-739b-7111-a0ec-8353bb3333c3' ORDER BY t0.position ASC;
|
| 22 |
0.75 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-739b-7111-a0ec-8353bb3333c3"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-739b-7111-a0ec-8353bb3333c3' ORDER BY t0.position ASC;
|
| 23 |
0.64 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73e9-7b18-8250-c1bacc8a6bc2"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-73e9-7b18-8250-c1bacc8a6bc2' ORDER BY t0.position ASC;
|
| 24 |
1.15 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73e9-7b18-8250-c1bacc8a6bc2"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-73e9-7b18-8250-c1bacc8a6bc2' ORDER BY t0.position ASC;
|
| 25 |
0.73 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73d0-7ec8-b135-9cfb328b12e7"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-73d0-7ec8-b135-9cfb328b12e7' ORDER BY t0.position ASC;
|
| 26 |
1.01 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73d0-7ec8-b135-9cfb328b12e7"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-73d0-7ec8-b135-9cfb328b12e7' ORDER BY t0.position ASC;
|
| 27 |
0.54 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73fa-7058-bd0b-b5f32e2eb98e"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-73fa-7058-bd0b-b5f32e2eb98e' ORDER BY t0.position ASC;
|
| 28 |
0.77 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73fa-7058-bd0b-b5f32e2eb98e"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-73fa-7058-bd0b-b5f32e2eb98e' ORDER BY t0.position ASC;
|
| 29 |
0.59 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73c0-7cc4-91a9-41cbef2a8e22"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-73c0-7cc4-91a9-41cbef2a8e22' ORDER BY t0.position ASC;
|
| 30 |
1.37 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-73c0-7cc4-91a9-41cbef2a8e22"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-73c0-7cc4-91a9-41cbef2a8e22' ORDER BY t0.position ASC;
|
| 31 |
1.33 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74c7-7891-b573-cc3d96f888f8"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-74c7-7891-b573-cc3d96f888f8' ORDER BY t0.position ASC;
|
| 32 |
0.73 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74c7-7891-b573-cc3d96f888f8"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-74c7-7891-b573-cc3d96f888f8' ORDER BY t0.position ASC;
|
| 33 |
1.07 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-741d-7816-bc07-8d61ce814c9f"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-741d-7816-bc07-8d61ce814c9f' ORDER BY t0.position ASC;
|
| 34 |
1.31 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-741d-7816-bc07-8d61ce814c9f"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-741d-7816-bc07-8d61ce814c9f' ORDER BY t0.position ASC;
|
| 35 |
0.52 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7409-713d-af71-2f8c89732e81"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-7409-713d-af71-2f8c89732e81' ORDER BY t0.position ASC;
|
| 36 |
0.71 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7409-713d-af71-2f8c89732e81"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-7409-713d-af71-2f8c89732e81' ORDER BY t0.position ASC;
|
| 37 |
0.46 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-743a-796a-8bca-33256cc979b9"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-743a-796a-8bca-33256cc979b9' ORDER BY t0.position ASC;
|
| 38 |
0.60 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-743a-796a-8bca-33256cc979b9"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-743a-796a-8bca-33256cc979b9' ORDER BY t0.position ASC;
|
| 39 |
0.86 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-742c-7b0b-a0aa-b6cd3f27bc1e"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-742c-7b0b-a0aa-b6cd3f27bc1e' ORDER BY t0.position ASC;
|
| 40 |
1.34 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-742c-7b0b-a0aa-b6cd3f27bc1e"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-742c-7b0b-a0aa-b6cd3f27bc1e' ORDER BY t0.position ASC;
|
| 41 |
1.01 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7479-7642-8189-b61f440fe25c"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-7479-7642-8189-b61f440fe25c' ORDER BY t0.position ASC;
|
| 42 |
0.89 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-7479-7642-8189-b61f440fe25c"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-7479-7642-8189-b61f440fe25c' ORDER BY t0.position ASC;
|
| 43 |
0.69 ms |
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74a7-77ff-aee4-7ad6f54af729"
]
SELECT t0.id AS id_1, t0.url AS url_2, t0.alt_text AS alt_text_3, t0.position AS position_4, t0.product_id AS product_id_5 FROM shop_product_images t0 WHERE t0.product_id = '019faa7b-74a7-77ff-aee4-7ad6f54af729' ORDER BY t0.position ASC;
|
| 44 |
0.80 ms |
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = ? ORDER BY t0.position ASC
Parameters: [
"019faa7b-74a7-77ff-aee4-7ad6f54af729"
]
SELECT t0.id AS id_1, t0.shop_id AS shop_id_2, t0.sku AS sku_3, t0.barcode AS barcode_4, t0.option_value_ids AS option_value_ids_5, t0.price_cents AS price_cents_6, t0.currency AS currency_7, t0.original_price_cents AS original_price_cents_8, t0.tax_rate_bps AS tax_rate_bps_9, t0.stock_quantity AS stock_quantity_10, t0.low_stock_threshold AS low_stock_threshold_11, t0.tracks_inventory AS tracks_inventory_12, t0.allow_backorder AS allow_backorder_13, t0.weight_grams AS weight_grams_14, t0.enabled AS enabled_15, t0.position AS position_16, t0.product_id AS product_id_17 FROM shop_product_variants t0 WHERE t0.product_id = '019faa7b-74a7-77ff-aee4-7ad6f54af729' ORDER BY t0.position ASC;
|