Query Metrics
135
Database Queries
6
Different statements
51.27 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.29 ms |
SELECT t0.id AS id_1, t0.webid AS webid_2, t0.code AS code_3, t0.price AS price_4, t0.deposit AS deposit_5, t0.duration AS duration_6, t0.distance AS distance_7, t0.notes AS notes_8, t0.left_label AS left_label_9, t0.right_label AS right_label_10, t0.fast_delivery AS fast_delivery_11, t0.delivery_time AS delivery_time_12, t0.tag AS tag_13, t0.secondary_tag AS secondary_tag_14, t0.seolink AS seolink_15, t0.status AS status_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.deleted_at AS deleted_at_19, t0.featured AS featured_20, t0.catalog AS catalog_21, t0.published AS published_22, t0.private AS private_23, t0.for_company AS for_company_24, t0.video_id AS video_id_25, t0.last_import_at AS last_import_at_26, t0.priority AS priority_27, t0.adv AS adv_28, t0.linear_badge AS linear_badge_29, t0.linear_badge_color AS linear_badge_color_30, t0.round_badge AS round_badge_31, t0.round_badge_color AS round_badge_color_32, t0.ribbon_badge AS ribbon_badge_33, t0.ribbon_badge_color AS ribbon_badge_color_34, t0.provider AS provider_35, t0.image_lock AS image_lock_36, t0.booked AS booked_37, t0.booked_by AS booked_by_38, t0.booked_at AS booked_at_39, t0.car_id AS car_id_40, t41.id AS id_42, t41.brand_name AS brand_name_43, t41.brand_slug AS brand_slug_44, t41.fuel_name AS fuel_name_45, t41.fuel_slug AS fuel_slug_46, t41.category_name AS category_name_47, t41.category_slug AS category_slug_48, t41.model_name AS model_name_49, t41.model_slug AS model_slug_50, t41.version AS version_51, t41.displacement AS displacement_52, t41.power AS power_53, t41.drive AS drive_54, t41.average_consumption AS average_consumption_55, t41.emission AS emission_56, t41.sizes AS sizes_57, t41.capacity AS capacity_58, t41.seats AS seats_59, t41.doors AS doors_60, t41.gearbox AS gearbox_61, t41.gearbox_slug AS gearbox_slug_62 FROM offer t0 LEFT JOIN car t41 ON t0.car_id = t41.id WHERE t0.code = ? LIMIT 1
Parameters:
[
"fiat-panda-gpl-vaigo"
]
|
| 2 | 0.57 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"651dc9d1-31d3-4df7-8c08-4c52d0b94b87"
]
|
| 3 | 0.46 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"651dc9d1-31d3-4df7-8c08-4c52d0b94b87"
]
|
| 4 | 0.60 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"3f581753-276c-462d-9289-86ed7de03c79"
]
|
| 5 | 2.31 ms |
SELECT t0.id AS id_1, t0.webid AS webid_2, t0.code AS code_3, t0.price AS price_4, t0.deposit AS deposit_5, t0.duration AS duration_6, t0.distance AS distance_7, t0.notes AS notes_8, t0.left_label AS left_label_9, t0.right_label AS right_label_10, t0.fast_delivery AS fast_delivery_11, t0.delivery_time AS delivery_time_12, t0.tag AS tag_13, t0.secondary_tag AS secondary_tag_14, t0.seolink AS seolink_15, t0.status AS status_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.deleted_at AS deleted_at_19, t0.featured AS featured_20, t0.catalog AS catalog_21, t0.published AS published_22, t0.private AS private_23, t0.for_company AS for_company_24, t0.video_id AS video_id_25, t0.last_import_at AS last_import_at_26, t0.priority AS priority_27, t0.adv AS adv_28, t0.linear_badge AS linear_badge_29, t0.linear_badge_color AS linear_badge_color_30, t0.round_badge AS round_badge_31, t0.round_badge_color AS round_badge_color_32, t0.ribbon_badge AS ribbon_badge_33, t0.ribbon_badge_color AS ribbon_badge_color_34, t0.provider AS provider_35, t0.image_lock AS image_lock_36, t0.booked AS booked_37, t0.booked_by AS booked_by_38, t0.booked_at AS booked_at_39, t0.car_id AS car_id_40, t41.id AS id_42, t41.brand_name AS brand_name_43, t41.brand_slug AS brand_slug_44, t41.fuel_name AS fuel_name_45, t41.fuel_slug AS fuel_slug_46, t41.category_name AS category_name_47, t41.category_slug AS category_slug_48, t41.model_name AS model_name_49, t41.model_slug AS model_slug_50, t41.version AS version_51, t41.displacement AS displacement_52, t41.power AS power_53, t41.drive AS drive_54, t41.average_consumption AS average_consumption_55, t41.emission AS emission_56, t41.sizes AS sizes_57, t41.capacity AS capacity_58, t41.seats AS seats_59, t41.doors AS doors_60, t41.gearbox AS gearbox_61, t41.gearbox_slug AS gearbox_slug_62 FROM offer t0 LEFT JOIN car t41 ON t0.car_id = t41.id WHERE t0.fast_delivery = ? AND t0.published = ? LIMIT 99
Parameters:
[ 1 1 ] |
| 6 | 0.50 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"03502332-d346-4b6b-b42e-0cc3d0e1565c"
]
|
| 7 | 0.30 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"03502332-d346-4b6b-b42e-0cc3d0e1565c"
]
|
| 8 | 0.37 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"0985d3c8-24c1-4516-92ba-4cfd60a2cccf"
]
|
| 9 | 0.35 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"b74e4541-482a-49d4-a5c0-1f3df6a92c60"
]
|
| 10 | 0.28 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"0985d3c8-24c1-4516-92ba-4cfd60a2cccf"
]
|
| 11 | 0.36 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"149611ec-2892-4447-8317-c7e522f96797"
]
|
| 12 | 0.49 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"687073dc-7e75-410c-a371-b07ab79bb0c2"
]
|
| 13 | 0.45 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"149611ec-2892-4447-8317-c7e522f96797"
]
|
| 14 | 0.82 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"18a6ce99-3beb-4d61-a13e-bbe0eb0c6ce8"
]
|
| 15 | 0.77 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"d09318ec-e49a-4700-a771-596127ed357b"
]
|
| 16 | 0.57 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"18a6ce99-3beb-4d61-a13e-bbe0eb0c6ce8"
]
|
| 17 | 0.73 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"25252b42-02c1-414e-85f4-4b6b95da6f48"
]
|
| 18 | 0.64 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"53d64435-a3f6-4491-ba82-90027d54a1b7"
]
|
| 19 | 0.30 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"25252b42-02c1-414e-85f4-4b6b95da6f48"
]
|
| 20 | 0.38 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"2eb2f038-bfbd-43f4-93ba-840bf157043c"
]
|
| 21 | 0.44 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"f39c6704-0468-4bb1-a114-ae11ece81fbd"
]
|
| 22 | 0.28 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"2eb2f038-bfbd-43f4-93ba-840bf157043c"
]
|
| 23 | 0.35 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"39e5bca8-6aa1-490a-a8be-b97a7babb7e4"
]
|
| 24 | 0.32 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"b415d7dd-833e-4e06-b60f-27427a09788e"
]
|
| 25 | 0.26 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"39e5bca8-6aa1-490a-a8be-b97a7babb7e4"
]
|
| 26 | 0.35 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"3aab2f82-75bc-4559-a9a0-c0ea1ec6c224"
]
|
| 27 | 0.32 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"0a82da10-124f-424f-80b7-5e2898657480"
]
|
| 28 | 0.38 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"3aab2f82-75bc-4559-a9a0-c0ea1ec6c224"
]
|
| 29 | 0.38 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"3f19d14e-3150-4285-8d8f-52617111a5ae"
]
|
| 30 | 0.35 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"c5fe0310-9207-4f2c-97fc-9d9a2d9a9700"
]
|
| 31 | 0.37 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"3f19d14e-3150-4285-8d8f-52617111a5ae"
]
|
| 32 | 0.38 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"413cdeb7-21bc-4671-bee7-4d4f0b20c6c2"
]
|
| 33 | 0.31 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"e055acb6-4e12-4861-a442-8fb9f6c9262c"
]
|
| 34 | 0.27 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"413cdeb7-21bc-4671-bee7-4d4f0b20c6c2"
]
|
| 35 | 0.34 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"489d1da4-7ad8-47ef-9347-bf549d27dbc5"
]
|
| 36 | 0.35 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"a61509f0-dd18-44ab-bcc7-7a8be34f14c8"
]
|
| 37 | 0.27 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"489d1da4-7ad8-47ef-9347-bf549d27dbc5"
]
|
| 38 | 0.35 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"490a1b24-8190-49fa-a28e-c01d21caff22"
]
|
| 39 | 0.35 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"a312a45a-aa80-4c0a-9a6e-63b261011b73"
]
|
| 40 | 0.36 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"490a1b24-8190-49fa-a28e-c01d21caff22"
]
|
| 41 | 0.36 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"4bfeb976-aeb8-4195-935b-cc8732576121"
]
|
| 42 | 0.39 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"51074922-15ff-41d9-bd20-b7f77d94f6d8"
]
|
| 43 | 0.34 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"4bfeb976-aeb8-4195-935b-cc8732576121"
]
|
| 44 | 0.34 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"4c8c72d1-9ac4-41e1-b1a3-1f7db9e2fcdd"
]
|
| 45 | 0.30 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"256434e1-6db4-42f8-8b9c-314b5935cfdf"
]
|
| 46 | 0.25 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"4c8c72d1-9ac4-41e1-b1a3-1f7db9e2fcdd"
]
|
| 47 | 0.34 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"5030a390-8d9c-4cf6-8d67-8851dba13bc5"
]
|
| 48 | 0.36 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"810ecb06-a926-4256-a040-3522d3edb8c6"
]
|
| 49 | 0.24 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"5030a390-8d9c-4cf6-8d67-8851dba13bc5"
]
|
| 50 | 0.34 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"50a9d02f-5b88-4698-afa7-ebb3d8bad81b"
]
|
| 51 | 0.29 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"7ec5218d-f6eb-4c3f-b093-02b197d84f20"
]
|
| 52 | 0.34 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"50a9d02f-5b88-4698-afa7-ebb3d8bad81b"
]
|
| 53 | 0.36 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"543f1d06-c8ab-48a3-a3f0-bec2f038c9b1"
]
|
| 54 | 0.31 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"8cec4173-c67e-41b4-89f3-a9116271376f"
]
|
| 55 | 0.33 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"543f1d06-c8ab-48a3-a3f0-bec2f038c9b1"
]
|
| 56 | 0.36 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"5527f842-96d1-4386-a8a1-48bbc48deb48"
]
|
| 57 | 0.38 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"d89efd90-ee03-41b7-8c26-4f0a83cba971"
]
|
| 58 | 0.25 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"5527f842-96d1-4386-a8a1-48bbc48deb48"
]
|
| 59 | 0.34 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"5ea7d844-a192-43e1-925f-ec7bcf7376d5"
]
|
| 60 | 0.35 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"9d119bc4-ccd3-44cd-add8-4f6d2feb1799"
]
|
| 61 | 0.22 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"5ea7d844-a192-43e1-925f-ec7bcf7376d5"
]
|
| 62 | 0.29 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"6e44309b-6ffe-4e5e-bf7a-e3db36ee0433"
]
|
| 63 | 0.26 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"138e943b-b045-481d-9467-55ce0b3b4332"
]
|
| 64 | 0.21 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"6e44309b-6ffe-4e5e-bf7a-e3db36ee0433"
]
|
| 65 | 0.26 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"723ad204-556e-43e4-97e9-f1f9f8116fee"
]
|
| 66 | 0.27 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"f63cfff4-f0b5-4a02-a7e8-03b72a93496f"
]
|
| 67 | 0.21 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"723ad204-556e-43e4-97e9-f1f9f8116fee"
]
|
| 68 | 0.28 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"732890cc-f77c-4662-8b17-51951f3637a7"
]
|
| 69 | 0.30 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"0ec05da5-f366-4086-abcf-43cb2bb6b033"
]
|
| 70 | 0.22 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"732890cc-f77c-4662-8b17-51951f3637a7"
]
|
| 71 | 0.27 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"7646c2d0-270f-446e-8c6a-6a9580d9d353"
]
|
| 72 | 0.34 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"54774b70-470a-4f37-b9f1-ba45c4892164"
]
|
| 73 | 0.28 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"7646c2d0-270f-446e-8c6a-6a9580d9d353"
]
|
| 74 | 0.32 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"7eea73ae-9d25-46d3-b799-9012a0e65fd2"
]
|
| 75 | 0.30 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"57ee0264-983e-44e3-ac75-78df97777162"
]
|
| 76 | 0.33 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"7eea73ae-9d25-46d3-b799-9012a0e65fd2"
]
|
| 77 | 0.30 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"814d22b2-8234-4644-9e3e-e535e8151cae"
]
|
| 78 | 0.26 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"fe64ae74-eaa5-48b3-a2e4-168713bfd284"
]
|
| 79 | 0.21 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"814d22b2-8234-4644-9e3e-e535e8151cae"
]
|
| 80 | 0.28 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"8a09b9ee-1e0a-44f3-8c31-1265646a3550"
]
|
| 81 | 0.25 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"c30fba7c-e14d-45bb-96d0-b5e1a8dca298"
]
|
| 82 | 0.29 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"8a09b9ee-1e0a-44f3-8c31-1265646a3550"
]
|
| 83 | 0.28 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"8ca69785-fc14-4db2-abbb-294ea0761cee"
]
|
| 84 | 0.26 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"6191e20a-38e8-4391-b2d3-7efcb1998e38"
]
|
| 85 | 0.29 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"8ca69785-fc14-4db2-abbb-294ea0761cee"
]
|
| 86 | 0.32 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"8d252d6f-f946-45c1-91e1-f97e8878c50b"
]
|
| 87 | 0.32 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"9026407d-09a8-4439-a557-594bffc14f7c"
]
|
| 88 | 0.31 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"8d252d6f-f946-45c1-91e1-f97e8878c50b"
]
|
| 89 | 0.29 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"9c23d591-5c12-4fc8-9454-790e399ab303"
]
|
| 90 | 0.27 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"19fce6af-f846-41e5-afdf-9051f9ac71ad"
]
|
| 91 | 0.22 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"9c23d591-5c12-4fc8-9454-790e399ab303"
]
|
| 92 | 0.29 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"a0a3cfc0-7c81-47d2-a134-ab572dcd988a"
]
|
| 93 | 0.64 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"b7d397a5-78c9-4ee1-abb2-7b7cb53cfcbb"
]
|
| 94 | 0.66 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"a0a3cfc0-7c81-47d2-a134-ab572dcd988a"
]
|
| 95 | 0.69 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"a53e6f89-02e3-4d20-b26d-142c7e581aa7"
]
|
| 96 | 0.77 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"a061de2b-b770-48d9-ba7f-2135935019f2"
]
|
| 97 | 0.65 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"a53e6f89-02e3-4d20-b26d-142c7e581aa7"
]
|
| 98 | 0.64 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"a5782eaa-ae0d-4820-8428-7eaab47da42b"
]
|
| 99 | 0.50 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"252f9c07-6c4b-4910-930e-abd1c17f55ce"
]
|
| 100 | 0.61 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"a5782eaa-ae0d-4820-8428-7eaab47da42b"
]
|
| 101 | 0.64 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"b0324be0-2e45-41f8-8f39-399e924ba6ed"
]
|
| 102 | 0.53 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"929fa5f1-c8a4-4949-b828-31b214588408"
]
|
| 103 | 0.56 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"b0324be0-2e45-41f8-8f39-399e924ba6ed"
]
|
| 104 | 0.59 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"b235a970-3f89-4542-b5cb-53207880c13f"
]
|
| 105 | 0.52 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"e0734eb3-8ae9-4e4a-8776-a7b475195ce1"
]
|
| 106 | 0.31 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"b235a970-3f89-4542-b5cb-53207880c13f"
]
|
| 107 | 0.41 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"c468443f-4989-44ca-aeca-4c68e2b4f762"
]
|
| 108 | 0.43 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"a2bd798c-2142-4df2-b630-eff3aa722a31"
]
|
| 109 | 0.34 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"c468443f-4989-44ca-aeca-4c68e2b4f762"
]
|
| 110 | 0.30 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"cb6bbd1b-ba6b-47d3-bdb0-b4f308cc0031"
]
|
| 111 | 0.29 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"19109b35-bd1c-44b8-aa25-2498dc84c483"
]
|
| 112 | 0.20 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"cb6bbd1b-ba6b-47d3-bdb0-b4f308cc0031"
]
|
| 113 | 0.34 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"cc300f82-5821-4529-9e5e-ade439266e62"
]
|
| 114 | 0.25 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"8e2c129c-1394-4546-9295-40b5ff5a950d"
]
|
| 115 | 0.32 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"cc300f82-5821-4529-9e5e-ade439266e62"
]
|
| 116 | 0.29 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"d526d1ce-7523-4cdf-8d72-6ed5ece137a7"
]
|
| 117 | 0.26 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"a58c5fe6-ca72-4354-bdaa-d4b95d0e72de"
]
|
| 118 | 0.19 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"d526d1ce-7523-4cdf-8d72-6ed5ece137a7"
]
|
| 119 | 0.28 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"d8f1cda0-ae1a-42f5-a013-ae5387d9d5bd"
]
|
| 120 | 0.26 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"c6e6a549-9245-4d91-bc6c-85891a688f7f"
]
|
| 121 | 0.29 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"d8f1cda0-ae1a-42f5-a013-ae5387d9d5bd"
]
|
| 122 | 0.29 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"e37749f0-2084-4acb-be07-53bfa873d6d2"
]
|
| 123 | 0.30 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"2c1e2785-7a92-400a-9969-8a2d8c4144d0"
]
|
| 124 | 0.20 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"e37749f0-2084-4acb-be07-53bfa873d6d2"
]
|
| 125 | 0.30 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"f10d98fc-6d5e-4144-8041-f9ece0393485"
]
|
| 126 | 0.26 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"ff0bc158-259f-4ce5-82a0-5d0192a95a5b"
]
|
| 127 | 0.28 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"f10d98fc-6d5e-4144-8041-f9ece0393485"
]
|
| 128 | 0.29 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"f1249ebb-6f24-413d-aa34-2414d8e3cc57"
]
|
| 129 | 0.26 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"1a703356-631e-4562-a84a-b13993178c10"
]
|
| 130 | 0.30 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"f1249ebb-6f24-413d-aa34-2414d8e3cc57"
]
|
| 131 | 0.29 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.description AS description_4, t0.icon AS icon_5 FROM offer_service t0 INNER JOIN offer_service_relation ON t0.id = offer_service_relation.service_id WHERE offer_service_relation.offer_id = ?
Parameters:
[
"f85902dd-38b3-47e6-9244-7deadaaef157"
]
|
| 132 | 0.23 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"f5f28ffe-d801-4943-8e18-44aabe9be606"
]
|
| 133 | 0.20 ms |
SELECT t0.id AS id_1, t0.price AS price_2, t0.deposit AS deposit_3, t0.duration AS duration_4, t0.distance AS distance_5, t0.offer_id AS offer_id_6 FROM offer_variation t0 WHERE t0.offer_id IN (?)
Parameters:
[
"f85902dd-38b3-47e6-9244-7deadaaef157"
]
|
| 134 | 0.24 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.alt AS alt_3, t0.src AS src_4, t0.original_src AS original_src_5, t0.ordering AS ordering_6, t0.car_id AS car_id_7 FROM car_image t0 WHERE t0.car_id IN (?) ORDER BY t0.ordering ASC
Parameters:
[
"51fd159e-4dd2-4ae0-852d-30b01b19e2f6"
]
|
| 135 | 0.32 ms |
SELECT COUNT(*) FROM offer t0 WHERE t0.fast_delivery = ? AND t0.published = ?
Parameters:
[ 1 1 ] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Domain\Offer\Entity\Offer | No errors. |
| App\Domain\Offer\Entity\Car | No errors. |
| App\Domain\Offer\Entity\Variation | No errors. |
| App\Domain\Offer\Entity\Service | No errors. |
| App\Domain\Offer\Entity\CarImage | No errors. |