7.05 ms (47.24%)
|
1 |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.label AS label_3, t0.label_nl AS label_nl_4, t0.description AS description_5, t0.description_nl AS description_nl_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM cepage t0 INNER JOIN wine_cepage ON t0.id = wine_cepage.cepage_id WHERE wine_cepage.wine_id = ?
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.label AS label_3, t0.label_nl AS label_nl_4, t0.description AS description_5, t0.description_nl AS description_nl_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM cepage t0 INNER JOIN wine_cepage ON t0.id = wine_cepage.cepage_id WHERE wine_cepage.wine_id = 27;
|
6.68 ms (44.75%)
|
1 |
SELECT t0.id AS id_1, t0.level AS level_2, t0.name AS name_3, t0.name_nl AS name_nl_4, t0.slug AS slug_5, t0.description AS description_6, t0.description_nl AS description_nl_7, t0.country_id AS country_id_8, t0.parent_region_id AS parent_region_id_9 FROM location_region t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.level AS level_2, t0.name AS name_3, t0.name_nl AS name_nl_4, t0.slug AS slug_5, t0.description AS description_6, t0.description_nl AS description_nl_7, t0.country_id AS country_id_8, t0.parent_region_id AS parent_region_id_9 FROM location_region t0 WHERE t0.id = 3;
|
1.19 ms (8.01%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.domain AS domain_3, t0.color AS color_4, t0.family AS family_5, t0.appellation AS appellation_6, t0.country AS country_7, t0.vintage AS vintage_8, t0.description AS description_9, t0.description_nl AS description_nl_10, t0.description_domain AS description_domain_11, t0.description_domain_nl AS description_domain_nl_12, t0.image_url AS image_url_13, t0.price_shop AS price_shop_14, t0.price_pro AS price_pro_15, t0.price_cost AS price_cost_16, t0.supplier_reference AS supplier_reference_17, t0.is_available_in_shop AS is_available_in_shop_18, t0.is_available_in_pro_catalog AS is_available_in_pro_catalog_19, t0.is_available_in_pro_premium_catalog AS is_available_in_pro_premium_catalog_20, t0.winevizer_data AS winevizer_data_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23, t0.region_id AS region_id_24 FROM wine t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.domain AS domain_3, t0.color AS color_4, t0.family AS family_5, t0.appellation AS appellation_6, t0.country AS country_7, t0.vintage AS vintage_8, t0.description AS description_9, t0.description_nl AS description_nl_10, t0.description_domain AS description_domain_11, t0.description_domain_nl AS description_domain_nl_12, t0.image_url AS image_url_13, t0.price_shop AS price_shop_14, t0.price_pro AS price_pro_15, t0.price_cost AS price_cost_16, t0.supplier_reference AS supplier_reference_17, t0.is_available_in_shop AS is_available_in_shop_18, t0.is_available_in_pro_catalog AS is_available_in_pro_catalog_19, t0.is_available_in_pro_premium_catalog AS is_available_in_pro_premium_catalog_20, t0.winevizer_data AS winevizer_data_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23, t0.region_id AS region_id_24 FROM wine t0 WHERE t0.id = 27;
|