| 1 |
4.63 ms |
SELECT t0.id AS id_1, t0.status AS status_2, t0.usage_type AS usage_type_3, t0.first_registration_date AS first_registration_date_4, t0.mileage AS mileage_5, t0.price AS price_6, t0.vin AS vin_7, t0.registration_number AS registration_number_8, t0.is_featured AS is_featured_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_model_id AS vehicle_model_id_12, t0.fuel_type_id AS fuel_type_id_13, t0.gear_type_id AS gear_type_id_14, t0.color_id AS color_id_15, t0.supplier_id AS supplier_id_16 FROM vehicle t0 WHERE t0.is_featured = ?
SELECT t0.id AS id_1, t0.status AS status_2, t0.usage_type AS usage_type_3, t0.first_registration_date AS first_registration_date_4, t0.mileage AS mileage_5, t0.price AS price_6, t0.vin AS vin_7, t0.registration_number AS registration_number_8, t0.is_featured AS is_featured_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_model_id AS vehicle_model_id_12, t0.fuel_type_id AS fuel_type_id_13, t0.gear_type_id AS gear_type_id_14, t0.color_id AS color_id_15, t0.supplier_id AS supplier_id_16 FROM vehicle t0 WHERE t0.is_featured = 1;
|
| 2 |
2.28 ms |
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = 16138;
|
| 3 |
0.96 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = 27;
|
| 4 |
1.06 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = 2385;
|
| 5 |
1.82 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = 20 ORDER BY t0.position ASC;
|
| 6 |
0.93 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.icon AS icon_5 FROM body_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.icon AS icon_5 FROM body_type t0 WHERE t0.id = 2;
|
| 7 |
0.87 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM fuel_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2 FROM fuel_type t0 WHERE t0.id = 2;
|
| 8 |
2.40 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = 20;
|
| 9 |
0.69 ms |
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = 12834;
|
| 10 |
0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = 2265;
|
| 11 |
0.55 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = 88 ORDER BY t0.position ASC;
|
| 12 |
0.60 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.icon AS icon_5 FROM body_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.icon AS icon_5 FROM body_type t0 WHERE t0.id = 9;
|
| 13 |
0.58 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM fuel_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2 FROM fuel_type t0 WHERE t0.id = 1;
|
| 14 |
1.10 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = 88;
|
| 15 |
0.76 ms |
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = 11230;
|
| 16 |
0.60 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = 2184;
|
| 17 |
0.55 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = 93 ORDER BY t0.position ASC;
|
| 18 |
0.58 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.icon AS icon_5 FROM body_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.icon AS icon_5 FROM body_type t0 WHERE t0.id = 7;
|
| 19 |
1.04 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = 93;
|
| 20 |
0.83 ms |
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = 8365;
|
| 21 |
0.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = 2104;
|
| 22 |
0.66 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = 98 ORDER BY t0.position ASC;
|
| 23 |
1.04 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = 98;
|
| 24 |
0.76 ms |
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = 8902;
|
| 25 |
0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = 2118;
|
| 26 |
0.72 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = 203 ORDER BY t0.position ASC;
|
| 27 |
0.56 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.icon AS icon_5 FROM body_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.icon AS icon_5 FROM body_type t0 WHERE t0.id = 5;
|
| 28 |
0.99 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = 203;
|
| 29 |
0.66 ms |
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = 19366;
|
| 30 |
0.61 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = 34;
|
| 31 |
0.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = 3044;
|
| 32 |
0.62 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = 249 ORDER BY t0.position ASC;
|
| 33 |
0.62 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.icon AS icon_5 FROM body_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.icon AS icon_5 FROM body_type t0 WHERE t0.id = 1;
|
| 34 |
0.99 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = 249;
|
| 35 |
0.70 ms |
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = 3026;
|
| 36 |
0.56 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = 16;
|
| 37 |
0.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = 1596;
|
| 38 |
0.66 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = 262 ORDER BY t0.position ASC;
|
| 39 |
0.99 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = 262;
|
| 40 |
0.77 ms |
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = 20402;
|
| 41 |
0.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = 45;
|
| 42 |
0.58 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = 3788;
|
| 43 |
0.55 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = 414 ORDER BY t0.position ASC;
|
| 44 |
1.03 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = 414;
|
| 45 |
0.65 ms |
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = 16838;
|
| 46 |
0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = 2395;
|
| 47 |
0.71 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = 425 ORDER BY t0.position ASC;
|
| 48 |
0.60 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.icon AS icon_5 FROM body_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.position AS position_4, t0.icon AS icon_5 FROM body_type t0 WHERE t0.id = 6;
|
| 49 |
0.98 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = 425;
|
| 50 |
0.72 ms |
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.euro_norm AS euro_norm_2, t0.power_hp AS power_hp_3, t0.power_fiscal AS power_fiscal_4, t0.consumption AS consumption_5, t0.co2 AS co2_6, t0.cnit AS cnit_7, t0.utac_code AS utac_code_8, t0.homologation_date AS homologation_date_9, t0.mass_min AS mass_min_10, t0.mass_max AS mass_max_11, t0.brand_id AS brand_id_12, t0.model_id AS model_id_13, t0.variant_id AS variant_id_14, t0.fuel_type_id AS fuel_type_id_15, t0.gear_type_id AS gear_type_id_16, t0.body_type_id AS body_type_id_17 FROM vehicle_model t0 WHERE t0.id = 19911;
|
| 51 |
0.57 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2 FROM brand t0 WHERE t0.id = 38;
|
| 52 |
0.65 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.brand_id AS brand_id_3 FROM model t0 WHERE t0.id = 3466;
|
| 53 |
0.75 ms |
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.filename AS filename_2, t0.thumbnail AS thumbnail_3, t0.original_name AS original_name_4, t0.mime_type AS mime_type_5, t0.size AS size_6, t0.position AS position_7, t0.is_featured AS is_featured_8, t0.image_path AS image_path_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.vehicle_id AS vehicle_id_12 FROM image t0 WHERE t0.vehicle_id = 434 ORDER BY t0.position ASC;
|
| 54 |
0.90 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = ?
SELECT t0.id AS id_1, t0.code AS code_2, t0.label AS label_3, t0.category_id AS category_id_4 FROM feature t0 INNER JOIN vehicle_feature ON t0.id = vehicle_feature.feature_id WHERE vehicle_feature.vehicle_id = 434;
|