Query Metrics

204 Database Queries
17 Different statements
95.51 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 3.14 ms
SELECT r0_.id AS id_0, r0_.source_host AS source_host_1, r0_.source_path AS source_path_2, r0_.redirect_url AS redirect_url_3, r0_.redirect_status_code AS redirect_status_code_4, r0_.strict_trailing_slash AS strict_trailing_slash_5, r0_.strict_url_query AS strict_url_query_6, r0_.redirect_count AS redirect_count_7, r0_.last_redirect AS last_redirect_8 FROM redirector_mapping r0_ WHERE r0_.source_host = ? AND (((r0_.strict_trailing_slash = 0 OR r0_.strict_trailing_slash IS NULL) AND (r0_.strict_url_query = 0 OR r0_.strict_url_query IS NULL) AND (r0_.source_path = ? OR r0_.source_path = ?)) OR (r0_.strict_trailing_slash = 1 AND (r0_.strict_url_query = 0 OR r0_.strict_url_query IS NULL) AND (r0_.source_path = ?)) OR ((r0_.strict_trailing_slash = 0 OR r0_.strict_trailing_slash IS NULL) AND r0_.strict_url_query = 1 AND (r0_.source_path = ? OR r0_.source_path = ?)) OR (r0_.strict_trailing_slash = 1 AND r0_.strict_url_query = 1 AND (r0_.source_path = ?)))
Parameters:
[
  "rent.gruppobossoni.wi-staging.it"
  "/veicolo-noleggio/privati/nlt/lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv/?id=f0afa070-3846-4f55-92bc-f4042e85693c"
  "/veicolo-noleggio/privati/nlt/lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv?id=f0afa070-3846-4f55-92bc-f4042e85693c"
  "/veicolo-noleggio/privati/nlt/lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv?id=f0afa070-3846-4f55-92bc-f4042e85693c"
  "/veicolo-noleggio/privati/nlt/lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv/?id=f0afa070-3846-4f55-92bc-f4042e85693c"
  "/veicolo-noleggio/privati/nlt/lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv?id=f0afa070-3846-4f55-92bc-f4042e85693c"
  "/veicolo-noleggio/privati/nlt/lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv?id=f0afa070-3846-4f55-92bc-f4042e85693c"
]
2 1.63 ms
SELECT r0_.id AS id_0, r0_.source_host AS source_host_1, r0_.source_path AS source_path_2, r0_.redirect_url AS redirect_url_3, r0_.redirect_status_code AS redirect_status_code_4, r0_.strict_trailing_slash AS strict_trailing_slash_5, r0_.strict_url_query AS strict_url_query_6, r0_.redirect_count AS redirect_count_7, r0_.last_redirect AS last_redirect_8 FROM redirector_mapping r0_ WHERE r0_.source_host = ? AND (((r0_.strict_trailing_slash = 0 OR r0_.strict_trailing_slash IS NULL) AND (r0_.strict_url_query = 0 OR r0_.strict_url_query IS NULL) AND (r0_.source_path = ? OR r0_.source_path = ?)) OR (r0_.strict_trailing_slash = 1 AND (r0_.strict_url_query = 0 OR r0_.strict_url_query IS NULL) AND (r0_.source_path = ?)) OR ((r0_.strict_trailing_slash = 0 OR r0_.strict_trailing_slash IS NULL) AND r0_.strict_url_query = 1 AND (r0_.source_path = ? OR r0_.source_path = ?)) OR (r0_.strict_trailing_slash = 1 AND r0_.strict_url_query = 1 AND (r0_.source_path = ?)))
Parameters:
[
  "rent.gruppobossoni.wi-staging.it"
  "/veicolo-noleggio/privati/nlt/lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv/"
  "/veicolo-noleggio/privati/nlt/lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv"
  "/veicolo-noleggio/privati/nlt/lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv"
  "/veicolo-noleggio/privati/nlt/lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv/?id=f0afa070-3846-4f55-92bc-f4042e85693c"
  "/veicolo-noleggio/privati/nlt/lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv?id=f0afa070-3846-4f55-92bc-f4042e85693c"
  "/veicolo-noleggio/privati/nlt/lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv?id=f0afa070-3846-4f55-92bc-f4042e85693c"
]
3 1.47 ms
SELECT r0_.id AS id_0, r0_.source_host AS source_host_1, r0_.source_path AS source_path_2, r0_.redirect_url AS redirect_url_3, r0_.redirect_status_code AS redirect_status_code_4, r0_.strict_trailing_slash AS strict_trailing_slash_5, r0_.strict_url_query AS strict_url_query_6, r0_.redirect_count AS redirect_count_7, r0_.last_redirect AS last_redirect_8 FROM redirector_mapping r0_ WHERE r0_.source_host = ? AND r0_.source_path = ?
Parameters:
[
  "rent.gruppobossoni.wi-staging.it"
  "*"
]
4 1.48 ms
SELECT r0_.id AS id_0, r0_.rental_type AS rental_type_1, r0_.type AS type_2, r0_.is_visible AS is_visible_3, r0_.km AS km_4, r0_.fee AS fee_5, r0_.advance AS advance_6, r0_.duration AS duration_7, r0_.is_vat AS is_vat_8, r0_.promo_date_start AS promo_date_start_9, r0_.promo_date_end AS promo_date_end_10, r0_.promo_title AS promo_title_11, r0_.promo_fee AS promo_fee_12, r0_.is_promo AS is_promo_13, r0_.is_home AS is_home_14, r0_.date_created AS date_created_15, r0_.date_last_updated AS date_last_updated_16, r0_.legal_note AS legal_note_17, r0_.rentalVehicleId AS rentalVehicleId_18 FROM rental_vehicle_type r0_ INNER JOIN rental_vehicle r1_ ON r0_.rentalVehicleId = r1_.id WHERE r0_.is_visible = 1 AND r1_.is_visible = 1 AND r0_.type = ? AND r0_.rental_type = ? AND r1_.url_name = ? AND r0_.id = ?
Parameters:
[
  "privati"
  "nlt"
  "lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv"
  "f0afa070-3846-4f55-92bc-f4042e85693c"
]
5 0.75 ms
SELECT t0.id AS id_1, t0.eurotax_brand_code AS eurotax_brand_code_2, t0.eurotax_model_code AS eurotax_model_code_3, t0.eurotax_version_code AS eurotax_version_code_4, t0.vic AS vic_5, t0.eurotax_json AS eurotax_json_6, t0.model AS model_7, t0.model_stock AS model_stock_8, t0.version AS version_9, t0.frame_type AS frame_type_10, t0.traction AS traction_11, t0.displacement AS displacement_12, t0.doors_number AS doors_number_13, t0.kw AS kw_14, t0.hp AS hp_15, t0.emission AS emission_16, t0.consumption_avg AS consumption_avg_17, t0.young_driver AS young_driver_18, t0.content AS content_19, t0.optionals AS optionals_20, t0.fuel AS fuel_21, t0.gear_type AS gear_type_22, t0.url_name AS url_name_23, t0.seo_title AS seo_title_24, t0.seo_description AS seo_description_25, t0.is_visible AS is_visible_26, t0.sort_index AS sort_index_27, t0.image_home AS image_home_28, t0.date_create AS date_create_29, t0.date_last_update AS date_last_update_30, t0.brandId AS brandId_31, t0.wiBrandId AS wiBrandId_32, t0.rentalVehicleId AS rentalVehicleId_33, t0.companyId AS companyId_34 FROM rental_vehicle t0 WHERE t0.id = ?
Parameters:
[
  "234feaea-6929-4739-b770-8bd589d28366"
]
6 0.55 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.is_visible AS is_visible_3, t0.sort_index AS sort_index_4, t0.type AS type_5, t0.rentalVehicleId AS rentalVehicleId_6 FROM rental_vehicle_image t0 WHERE t0.rentalVehicleId = ? ORDER BY t0.sort_index ASC
Parameters:
[
  "234feaea-6929-4739-b770-8bd589d28366"
]
7 0.38 ms
SELECT t0.id AS id_1, t0.label AS label_2, t0.eurotax_brand_id AS eurotax_brand_id_3, t0.infocar_brand_id AS infocar_brand_id_4, t0.is_auto AS is_auto_5, t0.is_moto AS is_moto_6, t0.is_vic AS is_vic_7, t0.brandId AS brandId_8 FROM wi_brand t0 WHERE t0.id = ?
Parameters:
[
  57
]
8 0.34 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.domain AS domain_3, t0.code AS code_4 FROM company t0 WHERE t0.id = ?
Parameters:
[
  2
]
9 1.25 ms
SELECT l0_.id AS id_0, l0_.type AS type_1, l0_.is_visible AS is_visible_2, l0_.phone AS phone_3, l0_.whatsapp AS whatsapp_4, l0_.hour_text AS hour_text_5, l0_.fax AS fax_6, l0_.email AS email_7, l0_.sort_index AS sort_index_8, l0_.date_create AS date_create_9, l0_.date_last_update AS date_last_update_10, l0_.locationId AS locationId_11 FROM location_type l0_ LEFT JOIN location l1_ ON l0_.locationId = l1_.id LEFT JOIN location_brand_join l3_ ON l1_.id = l3_.locationId LEFT JOIN brand b2_ ON b2_.id = l3_.brandId WHERE l1_.is_visible = 1 AND l0_.is_visible = 1 AND l0_.type = ? AND l1_.company = ? ORDER BY l1_.sort_index ASC, l1_.name ASC
Parameters:
[
  "vendita"
  "gruppobossoni"
]
10 0.46 ms
SELECT t0.id AS id_1, t0.erp_id AS erp_id_2, t0.name AS name_3, t0.company AS company_4, t0.is_visible AS is_visible_5, t0.storage_area AS storage_area_6, t0.city AS city_7, t0.province AS province_8, t0.address AS address_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.cap AS cap_12, t0.sort_index AS sort_index_13, t0.url_name AS url_name_14, t0.seo_title AS seo_title_15, t0.seo_description AS seo_description_16, t0.image AS image_17, t0.image_map AS image_map_18, t0.general_info AS general_info_19, t0.date_create AS date_create_20, t0.date_last_update AS date_last_update_21 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "64421403-0fc4-4ab4-9f82-e01e9a120be9"
]
11 0.47 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.url_name AS url_name_4, t0.is_vic AS is_vic_5, t0.eurotax_code AS eurotax_code_6, t0.sort_index AS sort_index_7, t0.emergency_call_italy AS emergency_call_italy_8, t0.emergency_call_abroad AS emergency_call_abroad_9, t0.companyId AS companyId_10 FROM brand t0 INNER JOIN location_brand_join ON t0.id = location_brand_join.brandId WHERE location_brand_join.locationId = ?
Parameters:
[
  "64421403-0fc4-4ab4-9f82-e01e9a120be9"
]
12 0.50 ms
SELECT t0.id AS id_1, t0.day_week AS day_week_2, t0.time_start_morning AS time_start_morning_3, t0.time_end_morning AS time_end_morning_4, t0.time_start_afternoon AS time_start_afternoon_5, t0.time_end_afternoon AS time_end_afternoon_6, t0.locationTypeId AS locationTypeId_7 FROM HOUR t0 WHERE t0.locationTypeId = ? ORDER BY t0.day_week ASC
Parameters:
[
  "5c54889d-09fb-43b6-b3a1-e2f4154e5ba2"
]
13 0.36 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "3dd1455e-35f9-458a-b8e1-585014597aa6"
]
14 0.29 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "3dd1455e-35f9-458a-b8e1-585014597aa6"
]
15 0.37 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "3dd1455e-35f9-458a-b8e1-585014597aa6"
]
16 0.29 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "3dd1455e-35f9-458a-b8e1-585014597aa6"
]
17 0.30 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "3dd1455e-35f9-458a-b8e1-585014597aa6"
]
18 0.29 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "3dd1455e-35f9-458a-b8e1-585014597aa6"
]
19 0.92 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "01806fa4-12c2-4a54-91e8-f5e65d84af06"
]
20 0.28 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "01806fa4-12c2-4a54-91e8-f5e65d84af06"
]
21 0.31 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "01806fa4-12c2-4a54-91e8-f5e65d84af06"
]
22 0.38 ms
SELECT t0.id AS id_1, t0.erp_id AS erp_id_2, t0.name AS name_3, t0.company AS company_4, t0.is_visible AS is_visible_5, t0.storage_area AS storage_area_6, t0.city AS city_7, t0.province AS province_8, t0.address AS address_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.cap AS cap_12, t0.sort_index AS sort_index_13, t0.url_name AS url_name_14, t0.seo_title AS seo_title_15, t0.seo_description AS seo_description_16, t0.image AS image_17, t0.image_map AS image_map_18, t0.general_info AS general_info_19, t0.date_create AS date_create_20, t0.date_last_update AS date_last_update_21 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "07851fe2-2d3c-43e9-8a25-2da63344e7a7"
]
23 0.41 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.url_name AS url_name_4, t0.is_vic AS is_vic_5, t0.eurotax_code AS eurotax_code_6, t0.sort_index AS sort_index_7, t0.emergency_call_italy AS emergency_call_italy_8, t0.emergency_call_abroad AS emergency_call_abroad_9, t0.companyId AS companyId_10 FROM brand t0 INNER JOIN location_brand_join ON t0.id = location_brand_join.brandId WHERE location_brand_join.locationId = ?
Parameters:
[
  "07851fe2-2d3c-43e9-8a25-2da63344e7a7"
]
24 0.39 ms
SELECT t0.id AS id_1, t0.day_week AS day_week_2, t0.time_start_morning AS time_start_morning_3, t0.time_end_morning AS time_end_morning_4, t0.time_start_afternoon AS time_start_afternoon_5, t0.time_end_afternoon AS time_end_afternoon_6, t0.locationTypeId AS locationTypeId_7 FROM HOUR t0 WHERE t0.locationTypeId = ? ORDER BY t0.day_week ASC
Parameters:
[
  "f22c1fc2-727c-460b-9cc6-17a6815aedba"
]
25 0.29 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "78647e1b-fc48-4de3-9923-23e3c7cebbb1"
]
26 0.31 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "78647e1b-fc48-4de3-9923-23e3c7cebbb1"
]
27 0.29 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "78647e1b-fc48-4de3-9923-23e3c7cebbb1"
]
28 0.30 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "78647e1b-fc48-4de3-9923-23e3c7cebbb1"
]
29 0.27 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "78647e1b-fc48-4de3-9923-23e3c7cebbb1"
]
30 0.33 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "78647e1b-fc48-4de3-9923-23e3c7cebbb1"
]
31 1.45 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "f2bb5952-0df1-47d1-b9fc-bdf78eb3bac0"
]
32 0.31 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "f2bb5952-0df1-47d1-b9fc-bdf78eb3bac0"
]
33 0.29 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "f2bb5952-0df1-47d1-b9fc-bdf78eb3bac0"
]
34 0.38 ms
SELECT t0.id AS id_1, t0.erp_id AS erp_id_2, t0.name AS name_3, t0.company AS company_4, t0.is_visible AS is_visible_5, t0.storage_area AS storage_area_6, t0.city AS city_7, t0.province AS province_8, t0.address AS address_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.cap AS cap_12, t0.sort_index AS sort_index_13, t0.url_name AS url_name_14, t0.seo_title AS seo_title_15, t0.seo_description AS seo_description_16, t0.image AS image_17, t0.image_map AS image_map_18, t0.general_info AS general_info_19, t0.date_create AS date_create_20, t0.date_last_update AS date_last_update_21 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "56c16ab3-0039-4ce1-9508-75a3d54f8727"
]
35 0.42 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.url_name AS url_name_4, t0.is_vic AS is_vic_5, t0.eurotax_code AS eurotax_code_6, t0.sort_index AS sort_index_7, t0.emergency_call_italy AS emergency_call_italy_8, t0.emergency_call_abroad AS emergency_call_abroad_9, t0.companyId AS companyId_10 FROM brand t0 INNER JOIN location_brand_join ON t0.id = location_brand_join.brandId WHERE location_brand_join.locationId = ?
Parameters:
[
  "56c16ab3-0039-4ce1-9508-75a3d54f8727"
]
36 0.40 ms
SELECT t0.id AS id_1, t0.day_week AS day_week_2, t0.time_start_morning AS time_start_morning_3, t0.time_end_morning AS time_end_morning_4, t0.time_start_afternoon AS time_start_afternoon_5, t0.time_end_afternoon AS time_end_afternoon_6, t0.locationTypeId AS locationTypeId_7 FROM HOUR t0 WHERE t0.locationTypeId = ? ORDER BY t0.day_week ASC
Parameters:
[
  "1837d2a9-56e1-49f8-9922-37b7549eb4b1"
]
37 0.88 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "1c6835fe-7d4a-47f0-b84d-8271a11af443"
]
38 0.32 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "1c6835fe-7d4a-47f0-b84d-8271a11af443"
]
39 0.37 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "1c6835fe-7d4a-47f0-b84d-8271a11af443"
]
40 0.33 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "1c6835fe-7d4a-47f0-b84d-8271a11af443"
]
41 0.28 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "1c6835fe-7d4a-47f0-b84d-8271a11af443"
]
42 0.32 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "1c6835fe-7d4a-47f0-b84d-8271a11af443"
]
43 7.54 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "11932d1d-f00c-4196-93f7-3fc148ef7238"
]
44 0.59 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "11932d1d-f00c-4196-93f7-3fc148ef7238"
]
45 0.50 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "11932d1d-f00c-4196-93f7-3fc148ef7238"
]
46 0.50 ms
SELECT t0.id AS id_1, t0.erp_id AS erp_id_2, t0.name AS name_3, t0.company AS company_4, t0.is_visible AS is_visible_5, t0.storage_area AS storage_area_6, t0.city AS city_7, t0.province AS province_8, t0.address AS address_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.cap AS cap_12, t0.sort_index AS sort_index_13, t0.url_name AS url_name_14, t0.seo_title AS seo_title_15, t0.seo_description AS seo_description_16, t0.image AS image_17, t0.image_map AS image_map_18, t0.general_info AS general_info_19, t0.date_create AS date_create_20, t0.date_last_update AS date_last_update_21 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "7d9c90f0-c5b5-4039-9bac-35ee8c000c8d"
]
47 0.50 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.url_name AS url_name_4, t0.is_vic AS is_vic_5, t0.eurotax_code AS eurotax_code_6, t0.sort_index AS sort_index_7, t0.emergency_call_italy AS emergency_call_italy_8, t0.emergency_call_abroad AS emergency_call_abroad_9, t0.companyId AS companyId_10 FROM brand t0 INNER JOIN location_brand_join ON t0.id = location_brand_join.brandId WHERE location_brand_join.locationId = ?
Parameters:
[
  "7d9c90f0-c5b5-4039-9bac-35ee8c000c8d"
]
48 0.53 ms
SELECT t0.id AS id_1, t0.day_week AS day_week_2, t0.time_start_morning AS time_start_morning_3, t0.time_end_morning AS time_end_morning_4, t0.time_start_afternoon AS time_start_afternoon_5, t0.time_end_afternoon AS time_end_afternoon_6, t0.locationTypeId AS locationTypeId_7 FROM HOUR t0 WHERE t0.locationTypeId = ? ORDER BY t0.day_week ASC
Parameters:
[
  "ec827648-65d4-46f8-963f-a59b7852899b"
]
49 0.40 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "a7364683-4b5f-422e-a65c-958e6be6fffc"
]
50 0.40 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "a7364683-4b5f-422e-a65c-958e6be6fffc"
]
51 0.36 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "a7364683-4b5f-422e-a65c-958e6be6fffc"
]
52 0.41 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "a7364683-4b5f-422e-a65c-958e6be6fffc"
]
53 0.34 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "a7364683-4b5f-422e-a65c-958e6be6fffc"
]
54 0.31 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "a7364683-4b5f-422e-a65c-958e6be6fffc"
]
55 0.37 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "9a1af5e7-e500-4fe2-9d2b-b3c7786fd837"
]
56 0.30 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "9a1af5e7-e500-4fe2-9d2b-b3c7786fd837"
]
57 0.30 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "9a1af5e7-e500-4fe2-9d2b-b3c7786fd837"
]
58 0.35 ms
SELECT t0.id AS id_1, t0.erp_id AS erp_id_2, t0.name AS name_3, t0.company AS company_4, t0.is_visible AS is_visible_5, t0.storage_area AS storage_area_6, t0.city AS city_7, t0.province AS province_8, t0.address AS address_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.cap AS cap_12, t0.sort_index AS sort_index_13, t0.url_name AS url_name_14, t0.seo_title AS seo_title_15, t0.seo_description AS seo_description_16, t0.image AS image_17, t0.image_map AS image_map_18, t0.general_info AS general_info_19, t0.date_create AS date_create_20, t0.date_last_update AS date_last_update_21 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "28e232f3-75bf-4b34-8223-f89ac544591d"
]
59 0.40 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.url_name AS url_name_4, t0.is_vic AS is_vic_5, t0.eurotax_code AS eurotax_code_6, t0.sort_index AS sort_index_7, t0.emergency_call_italy AS emergency_call_italy_8, t0.emergency_call_abroad AS emergency_call_abroad_9, t0.companyId AS companyId_10 FROM brand t0 INNER JOIN location_brand_join ON t0.id = location_brand_join.brandId WHERE location_brand_join.locationId = ?
Parameters:
[
  "28e232f3-75bf-4b34-8223-f89ac544591d"
]
60 0.57 ms
SELECT t0.id AS id_1, t0.day_week AS day_week_2, t0.time_start_morning AS time_start_morning_3, t0.time_end_morning AS time_end_morning_4, t0.time_start_afternoon AS time_start_afternoon_5, t0.time_end_afternoon AS time_end_afternoon_6, t0.locationTypeId AS locationTypeId_7 FROM HOUR t0 WHERE t0.locationTypeId = ? ORDER BY t0.day_week ASC
Parameters:
[
  "4eed1e66-2b34-49e7-9a2f-ef1e99a40fad"
]
61 0.34 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "7c198490-17a4-401b-a927-90308242eddb"
]
62 0.33 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "7c198490-17a4-401b-a927-90308242eddb"
]
63 0.32 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "7c198490-17a4-401b-a927-90308242eddb"
]
64 0.37 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "7c198490-17a4-401b-a927-90308242eddb"
]
65 0.40 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "7c198490-17a4-401b-a927-90308242eddb"
]
66 0.31 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "7c198490-17a4-401b-a927-90308242eddb"
]
67 0.41 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "85467217-cac3-4d14-8d05-657980d3721e"
]
68 0.31 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "85467217-cac3-4d14-8d05-657980d3721e"
]
69 0.37 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "85467217-cac3-4d14-8d05-657980d3721e"
]
70 0.41 ms
SELECT t0.id AS id_1, t0.erp_id AS erp_id_2, t0.name AS name_3, t0.company AS company_4, t0.is_visible AS is_visible_5, t0.storage_area AS storage_area_6, t0.city AS city_7, t0.province AS province_8, t0.address AS address_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.cap AS cap_12, t0.sort_index AS sort_index_13, t0.url_name AS url_name_14, t0.seo_title AS seo_title_15, t0.seo_description AS seo_description_16, t0.image AS image_17, t0.image_map AS image_map_18, t0.general_info AS general_info_19, t0.date_create AS date_create_20, t0.date_last_update AS date_last_update_21 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "846d06e9-143a-4461-98eb-80a36aa58f08"
]
71 0.42 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.url_name AS url_name_4, t0.is_vic AS is_vic_5, t0.eurotax_code AS eurotax_code_6, t0.sort_index AS sort_index_7, t0.emergency_call_italy AS emergency_call_italy_8, t0.emergency_call_abroad AS emergency_call_abroad_9, t0.companyId AS companyId_10 FROM brand t0 INNER JOIN location_brand_join ON t0.id = location_brand_join.brandId WHERE location_brand_join.locationId = ?
Parameters:
[
  "846d06e9-143a-4461-98eb-80a36aa58f08"
]
72 0.47 ms
SELECT t0.id AS id_1, t0.day_week AS day_week_2, t0.time_start_morning AS time_start_morning_3, t0.time_end_morning AS time_end_morning_4, t0.time_start_afternoon AS time_start_afternoon_5, t0.time_end_afternoon AS time_end_afternoon_6, t0.locationTypeId AS locationTypeId_7 FROM HOUR t0 WHERE t0.locationTypeId = ? ORDER BY t0.day_week ASC
Parameters:
[
  "197d4322-3a6f-45c5-a758-d5d621d408c8"
]
73 0.35 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "f47df591-ba83-44e6-9e68-eef23766c31d"
]
74 0.43 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "f47df591-ba83-44e6-9e68-eef23766c31d"
]
75 0.36 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "f47df591-ba83-44e6-9e68-eef23766c31d"
]
76 0.35 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "f47df591-ba83-44e6-9e68-eef23766c31d"
]
77 0.34 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "f47df591-ba83-44e6-9e68-eef23766c31d"
]
78 0.34 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "f47df591-ba83-44e6-9e68-eef23766c31d"
]
79 0.34 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "41593a84-29bb-4877-9203-540cf70118a1"
]
80 0.33 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "41593a84-29bb-4877-9203-540cf70118a1"
]
81 0.27 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "41593a84-29bb-4877-9203-540cf70118a1"
]
82 0.34 ms
SELECT t0.id AS id_1, t0.erp_id AS erp_id_2, t0.name AS name_3, t0.company AS company_4, t0.is_visible AS is_visible_5, t0.storage_area AS storage_area_6, t0.city AS city_7, t0.province AS province_8, t0.address AS address_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.cap AS cap_12, t0.sort_index AS sort_index_13, t0.url_name AS url_name_14, t0.seo_title AS seo_title_15, t0.seo_description AS seo_description_16, t0.image AS image_17, t0.image_map AS image_map_18, t0.general_info AS general_info_19, t0.date_create AS date_create_20, t0.date_last_update AS date_last_update_21 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "213c9f5f-7da7-4b60-b22b-77f891f34849"
]
83 0.65 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.url_name AS url_name_4, t0.is_vic AS is_vic_5, t0.eurotax_code AS eurotax_code_6, t0.sort_index AS sort_index_7, t0.emergency_call_italy AS emergency_call_italy_8, t0.emergency_call_abroad AS emergency_call_abroad_9, t0.companyId AS companyId_10 FROM brand t0 INNER JOIN location_brand_join ON t0.id = location_brand_join.brandId WHERE location_brand_join.locationId = ?
Parameters:
[
  "213c9f5f-7da7-4b60-b22b-77f891f34849"
]
84 0.45 ms
SELECT t0.id AS id_1, t0.day_week AS day_week_2, t0.time_start_morning AS time_start_morning_3, t0.time_end_morning AS time_end_morning_4, t0.time_start_afternoon AS time_start_afternoon_5, t0.time_end_afternoon AS time_end_afternoon_6, t0.locationTypeId AS locationTypeId_7 FROM HOUR t0 WHERE t0.locationTypeId = ? ORDER BY t0.day_week ASC
Parameters:
[
  "60ddf482-8c14-40c2-9f55-276a1f0de662"
]
85 0.38 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "1cd8c3d8-b68b-4462-afa0-30107229562c"
]
86 0.32 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "1cd8c3d8-b68b-4462-afa0-30107229562c"
]
87 0.39 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "1cd8c3d8-b68b-4462-afa0-30107229562c"
]
88 0.39 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "1cd8c3d8-b68b-4462-afa0-30107229562c"
]
89 0.34 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "1cd8c3d8-b68b-4462-afa0-30107229562c"
]
90 0.42 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "1cd8c3d8-b68b-4462-afa0-30107229562c"
]
91 1.07 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "19a71323-ada8-42d5-bb80-0f7a33d91e14"
]
92 0.41 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "19a71323-ada8-42d5-bb80-0f7a33d91e14"
]
93 0.40 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "19a71323-ada8-42d5-bb80-0f7a33d91e14"
]
94 0.45 ms
SELECT t0.id AS id_1, t0.erp_id AS erp_id_2, t0.name AS name_3, t0.company AS company_4, t0.is_visible AS is_visible_5, t0.storage_area AS storage_area_6, t0.city AS city_7, t0.province AS province_8, t0.address AS address_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.cap AS cap_12, t0.sort_index AS sort_index_13, t0.url_name AS url_name_14, t0.seo_title AS seo_title_15, t0.seo_description AS seo_description_16, t0.image AS image_17, t0.image_map AS image_map_18, t0.general_info AS general_info_19, t0.date_create AS date_create_20, t0.date_last_update AS date_last_update_21 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "53bc5812-971e-4b72-bd6a-3829d331fac9"
]
95 0.47 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.url_name AS url_name_4, t0.is_vic AS is_vic_5, t0.eurotax_code AS eurotax_code_6, t0.sort_index AS sort_index_7, t0.emergency_call_italy AS emergency_call_italy_8, t0.emergency_call_abroad AS emergency_call_abroad_9, t0.companyId AS companyId_10 FROM brand t0 INNER JOIN location_brand_join ON t0.id = location_brand_join.brandId WHERE location_brand_join.locationId = ?
Parameters:
[
  "53bc5812-971e-4b72-bd6a-3829d331fac9"
]
96 0.45 ms
SELECT t0.id AS id_1, t0.day_week AS day_week_2, t0.time_start_morning AS time_start_morning_3, t0.time_end_morning AS time_end_morning_4, t0.time_start_afternoon AS time_start_afternoon_5, t0.time_end_afternoon AS time_end_afternoon_6, t0.locationTypeId AS locationTypeId_7 FROM HOUR t0 WHERE t0.locationTypeId = ? ORDER BY t0.day_week ASC
Parameters:
[
  "6736ca22-32a5-42a7-b7ee-d136a9069b78"
]
97 0.30 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "96a26480-5031-4119-aea0-5e81fcabdafe"
]
98 0.32 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "96a26480-5031-4119-aea0-5e81fcabdafe"
]
99 0.42 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "96a26480-5031-4119-aea0-5e81fcabdafe"
]
100 0.37 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "96a26480-5031-4119-aea0-5e81fcabdafe"
]
101 0.40 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "96a26480-5031-4119-aea0-5e81fcabdafe"
]
102 0.30 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "96a26480-5031-4119-aea0-5e81fcabdafe"
]
103 0.41 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "f9a6aaab-4aed-4fb0-a8a6-88a84d9d4e7f"
]
104 0.31 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "f9a6aaab-4aed-4fb0-a8a6-88a84d9d4e7f"
]
105 0.31 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "f9a6aaab-4aed-4fb0-a8a6-88a84d9d4e7f"
]
106 0.34 ms
SELECT t0.id AS id_1, t0.erp_id AS erp_id_2, t0.name AS name_3, t0.company AS company_4, t0.is_visible AS is_visible_5, t0.storage_area AS storage_area_6, t0.city AS city_7, t0.province AS province_8, t0.address AS address_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.cap AS cap_12, t0.sort_index AS sort_index_13, t0.url_name AS url_name_14, t0.seo_title AS seo_title_15, t0.seo_description AS seo_description_16, t0.image AS image_17, t0.image_map AS image_map_18, t0.general_info AS general_info_19, t0.date_create AS date_create_20, t0.date_last_update AS date_last_update_21 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "2b889a99-0640-4709-96f6-fee0b2784d00"
]
107 0.41 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.url_name AS url_name_4, t0.is_vic AS is_vic_5, t0.eurotax_code AS eurotax_code_6, t0.sort_index AS sort_index_7, t0.emergency_call_italy AS emergency_call_italy_8, t0.emergency_call_abroad AS emergency_call_abroad_9, t0.companyId AS companyId_10 FROM brand t0 INNER JOIN location_brand_join ON t0.id = location_brand_join.brandId WHERE location_brand_join.locationId = ?
Parameters:
[
  "2b889a99-0640-4709-96f6-fee0b2784d00"
]
108 0.44 ms
SELECT t0.id AS id_1, t0.day_week AS day_week_2, t0.time_start_morning AS time_start_morning_3, t0.time_end_morning AS time_end_morning_4, t0.time_start_afternoon AS time_start_afternoon_5, t0.time_end_afternoon AS time_end_afternoon_6, t0.locationTypeId AS locationTypeId_7 FROM HOUR t0 WHERE t0.locationTypeId = ? ORDER BY t0.day_week ASC
Parameters:
[
  "7eea1194-e835-49c7-8add-499effe936f1"
]
109 0.90 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "501e07b2-40c0-4e91-b96a-4727494e1c77"
]
110 0.31 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "501e07b2-40c0-4e91-b96a-4727494e1c77"
]
111 0.35 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "501e07b2-40c0-4e91-b96a-4727494e1c77"
]
112 0.33 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "501e07b2-40c0-4e91-b96a-4727494e1c77"
]
113 0.37 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "501e07b2-40c0-4e91-b96a-4727494e1c77"
]
114 0.28 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "501e07b2-40c0-4e91-b96a-4727494e1c77"
]
115 0.32 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "29885f4e-d7e2-4306-b373-b0276c5d194e"
]
116 0.31 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "29885f4e-d7e2-4306-b373-b0276c5d194e"
]
117 0.28 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "29885f4e-d7e2-4306-b373-b0276c5d194e"
]
118 0.33 ms
SELECT t0.id AS id_1, t0.erp_id AS erp_id_2, t0.name AS name_3, t0.company AS company_4, t0.is_visible AS is_visible_5, t0.storage_area AS storage_area_6, t0.city AS city_7, t0.province AS province_8, t0.address AS address_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.cap AS cap_12, t0.sort_index AS sort_index_13, t0.url_name AS url_name_14, t0.seo_title AS seo_title_15, t0.seo_description AS seo_description_16, t0.image AS image_17, t0.image_map AS image_map_18, t0.general_info AS general_info_19, t0.date_create AS date_create_20, t0.date_last_update AS date_last_update_21 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "a84ef17c-50fd-444a-bbeb-79ef7bf670c3"
]
119 0.39 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.url_name AS url_name_4, t0.is_vic AS is_vic_5, t0.eurotax_code AS eurotax_code_6, t0.sort_index AS sort_index_7, t0.emergency_call_italy AS emergency_call_italy_8, t0.emergency_call_abroad AS emergency_call_abroad_9, t0.companyId AS companyId_10 FROM brand t0 INNER JOIN location_brand_join ON t0.id = location_brand_join.brandId WHERE location_brand_join.locationId = ?
Parameters:
[
  "a84ef17c-50fd-444a-bbeb-79ef7bf670c3"
]
120 0.39 ms
SELECT t0.id AS id_1, t0.day_week AS day_week_2, t0.time_start_morning AS time_start_morning_3, t0.time_end_morning AS time_end_morning_4, t0.time_start_afternoon AS time_start_afternoon_5, t0.time_end_afternoon AS time_end_afternoon_6, t0.locationTypeId AS locationTypeId_7 FROM HOUR t0 WHERE t0.locationTypeId = ? ORDER BY t0.day_week ASC
Parameters:
[
  "6ad6c78d-0615-4116-a93c-6edf3aeb63dc"
]
121 0.84 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "2c136175-b57b-4feb-b1a9-c0f9a7ad047e"
]
122 0.34 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "2c136175-b57b-4feb-b1a9-c0f9a7ad047e"
]
123 0.28 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "2c136175-b57b-4feb-b1a9-c0f9a7ad047e"
]
124 0.32 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "2c136175-b57b-4feb-b1a9-c0f9a7ad047e"
]
125 0.31 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "2c136175-b57b-4feb-b1a9-c0f9a7ad047e"
]
126 0.29 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "2c136175-b57b-4feb-b1a9-c0f9a7ad047e"
]
127 0.89 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "23a04c2c-13a3-4092-80aa-47def3cc5093"
]
128 0.32 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "23a04c2c-13a3-4092-80aa-47def3cc5093"
]
129 0.27 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "23a04c2c-13a3-4092-80aa-47def3cc5093"
]
130 0.34 ms
SELECT t0.id AS id_1, t0.erp_id AS erp_id_2, t0.name AS name_3, t0.company AS company_4, t0.is_visible AS is_visible_5, t0.storage_area AS storage_area_6, t0.city AS city_7, t0.province AS province_8, t0.address AS address_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.cap AS cap_12, t0.sort_index AS sort_index_13, t0.url_name AS url_name_14, t0.seo_title AS seo_title_15, t0.seo_description AS seo_description_16, t0.image AS image_17, t0.image_map AS image_map_18, t0.general_info AS general_info_19, t0.date_create AS date_create_20, t0.date_last_update AS date_last_update_21 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "da99f43b-a993-47c3-bd59-7114d2ab69c4"
]
131 0.43 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.url_name AS url_name_4, t0.is_vic AS is_vic_5, t0.eurotax_code AS eurotax_code_6, t0.sort_index AS sort_index_7, t0.emergency_call_italy AS emergency_call_italy_8, t0.emergency_call_abroad AS emergency_call_abroad_9, t0.companyId AS companyId_10 FROM brand t0 INNER JOIN location_brand_join ON t0.id = location_brand_join.brandId WHERE location_brand_join.locationId = ?
Parameters:
[
  "da99f43b-a993-47c3-bd59-7114d2ab69c4"
]
132 0.39 ms
SELECT t0.id AS id_1, t0.day_week AS day_week_2, t0.time_start_morning AS time_start_morning_3, t0.time_end_morning AS time_end_morning_4, t0.time_start_afternoon AS time_start_afternoon_5, t0.time_end_afternoon AS time_end_afternoon_6, t0.locationTypeId AS locationTypeId_7 FROM HOUR t0 WHERE t0.locationTypeId = ? ORDER BY t0.day_week ASC
Parameters:
[
  "77c8ebbb-ddca-4fba-bcf3-2f8017561836"
]
133 0.30 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "8259c6a9-5ade-4540-af17-c5b9a5fa6a9a"
]
134 0.30 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "8259c6a9-5ade-4540-af17-c5b9a5fa6a9a"
]
135 0.27 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "8259c6a9-5ade-4540-af17-c5b9a5fa6a9a"
]
136 0.31 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "8259c6a9-5ade-4540-af17-c5b9a5fa6a9a"
]
137 0.30 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "8259c6a9-5ade-4540-af17-c5b9a5fa6a9a"
]
138 0.29 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "8259c6a9-5ade-4540-af17-c5b9a5fa6a9a"
]
139 0.33 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "989477b6-0e1e-4d39-8fac-ffa3c27c54b6"
]
140 0.32 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "989477b6-0e1e-4d39-8fac-ffa3c27c54b6"
]
141 0.37 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "989477b6-0e1e-4d39-8fac-ffa3c27c54b6"
]
142 1.39 ms
SELECT t0.id AS id_1, t0.erp_id AS erp_id_2, t0.name AS name_3, t0.company AS company_4, t0.is_visible AS is_visible_5, t0.storage_area AS storage_area_6, t0.city AS city_7, t0.province AS province_8, t0.address AS address_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.cap AS cap_12, t0.sort_index AS sort_index_13, t0.url_name AS url_name_14, t0.seo_title AS seo_title_15, t0.seo_description AS seo_description_16, t0.image AS image_17, t0.image_map AS image_map_18, t0.general_info AS general_info_19, t0.date_create AS date_create_20, t0.date_last_update AS date_last_update_21 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "58ea428b-56b9-4e9f-93c1-90a273b3d080"
]
143 0.77 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.url_name AS url_name_4, t0.is_vic AS is_vic_5, t0.eurotax_code AS eurotax_code_6, t0.sort_index AS sort_index_7, t0.emergency_call_italy AS emergency_call_italy_8, t0.emergency_call_abroad AS emergency_call_abroad_9, t0.companyId AS companyId_10 FROM brand t0 INNER JOIN location_brand_join ON t0.id = location_brand_join.brandId WHERE location_brand_join.locationId = ?
Parameters:
[
  "58ea428b-56b9-4e9f-93c1-90a273b3d080"
]
144 0.51 ms
SELECT t0.id AS id_1, t0.day_week AS day_week_2, t0.time_start_morning AS time_start_morning_3, t0.time_end_morning AS time_end_morning_4, t0.time_start_afternoon AS time_start_afternoon_5, t0.time_end_afternoon AS time_end_afternoon_6, t0.locationTypeId AS locationTypeId_7 FROM HOUR t0 WHERE t0.locationTypeId = ? ORDER BY t0.day_week ASC
Parameters:
[
  "6f750faf-869e-4260-bd74-e0a24c24f1e3"
]
145 0.35 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "bf61401b-94d9-4b73-bc83-594280b4dd48"
]
146 0.33 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "bf61401b-94d9-4b73-bc83-594280b4dd48"
]
147 0.47 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "bf61401b-94d9-4b73-bc83-594280b4dd48"
]
148 0.43 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "bf61401b-94d9-4b73-bc83-594280b4dd48"
]
149 0.35 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "bf61401b-94d9-4b73-bc83-594280b4dd48"
]
150 0.42 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "bf61401b-94d9-4b73-bc83-594280b4dd48"
]
151 0.36 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "95dc426d-821a-4ec8-9aaa-391f8960a69a"
]
152 0.41 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "95dc426d-821a-4ec8-9aaa-391f8960a69a"
]
153 0.40 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "95dc426d-821a-4ec8-9aaa-391f8960a69a"
]
154 0.41 ms
SELECT t0.id AS id_1, t0.erp_id AS erp_id_2, t0.name AS name_3, t0.company AS company_4, t0.is_visible AS is_visible_5, t0.storage_area AS storage_area_6, t0.city AS city_7, t0.province AS province_8, t0.address AS address_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.cap AS cap_12, t0.sort_index AS sort_index_13, t0.url_name AS url_name_14, t0.seo_title AS seo_title_15, t0.seo_description AS seo_description_16, t0.image AS image_17, t0.image_map AS image_map_18, t0.general_info AS general_info_19, t0.date_create AS date_create_20, t0.date_last_update AS date_last_update_21 FROM location t0 WHERE t0.id = ?
Parameters:
[
  "cee7fdc7-2861-4075-8e80-c6ec0e564367"
]
155 0.48 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.url_name AS url_name_4, t0.is_vic AS is_vic_5, t0.eurotax_code AS eurotax_code_6, t0.sort_index AS sort_index_7, t0.emergency_call_italy AS emergency_call_italy_8, t0.emergency_call_abroad AS emergency_call_abroad_9, t0.companyId AS companyId_10 FROM brand t0 INNER JOIN location_brand_join ON t0.id = location_brand_join.brandId WHERE location_brand_join.locationId = ?
Parameters:
[
  "cee7fdc7-2861-4075-8e80-c6ec0e564367"
]
156 0.46 ms
SELECT t0.id AS id_1, t0.day_week AS day_week_2, t0.time_start_morning AS time_start_morning_3, t0.time_end_morning AS time_end_morning_4, t0.time_start_afternoon AS time_start_afternoon_5, t0.time_end_afternoon AS time_end_afternoon_6, t0.locationTypeId AS locationTypeId_7 FROM HOUR t0 WHERE t0.locationTypeId = ? ORDER BY t0.day_week ASC
Parameters:
[
  "80d9c0e1-5e78-4198-8207-1f5db6fda240"
]
157 1.02 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "5977e015-0871-4f6f-9260-f9108b946af8"
]
158 0.34 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "5977e015-0871-4f6f-9260-f9108b946af8"
]
159 0.51 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "5977e015-0871-4f6f-9260-f9108b946af8"
]
160 0.37 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "5977e015-0871-4f6f-9260-f9108b946af8"
]
161 0.34 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "5977e015-0871-4f6f-9260-f9108b946af8"
]
162 0.34 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "5977e015-0871-4f6f-9260-f9108b946af8"
]
163 0.34 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "64d4cb97-ce50-4f73-b412-69297f0ae62e"
]
164 0.34 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "64d4cb97-ce50-4f73-b412-69297f0ae62e"
]
165 0.34 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "64d4cb97-ce50-4f73-b412-69297f0ae62e"
]
166 0.52 ms
SELECT l0_.id AS id_0, l0_.site AS site_1, l0_.url AS url_2, l0_.is_visible AS is_visible_3, l0_.content AS content_4, l0_.content_secondary AS content_secondary_5, l0_.title AS title_6, l0_.seo_title AS seo_title_7, l0_.seo_description AS seo_description_8, l0_.pre_footer_title AS pre_footer_title_9, l0_.pre_footer_content AS pre_footer_content_10, l0_.date_create AS date_create_11, l0_.date_last_update AS date_last_update_12 FROM link_seo l0_ WHERE l0_.is_visible = 1 AND l0_.url = ? AND l0_.site = ?
Parameters:
[
  "/veicolo-noleggio/privati/nlt/lancia-ypsilon-1-0-firefly-hybrid-gold-s-s-70cv?id=f0afa070-3846-4f55-92bc-f4042e85693c"
  "rent"
]
167 0.42 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
168 0.33 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
169 0.32 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
170 0.76 ms
SELECT c0_.id AS id_0, c0_.site AS site_1, c0_.label AS label_2, c0_.link AS link_3, c0_.link_blank AS link_blank_4, c0_.visible AS visible_5, c0_.initial_open AS initial_open_6, c0_.column_position AS column_position_7, c0_.sort_index AS sort_index_8, c0_.parentCustomMenuItemId AS parentCustomMenuItemId_9 FROM custom_menu_item c0_ WHERE c0_.visible = 1 AND c0_.site = ? ORDER BY c0_.column_position ASC, c0_.sort_index ASC
Parameters:
[
  "rent"
]
171 0.44 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
172 0.37 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
173 0.34 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
174 0.31 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
175 0.28 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
176 0.33 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
177 0.94 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "eeceaf03-2ecf-4932-afd4-f939855081c9"
]
178 0.33 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "eeceaf03-2ecf-4932-afd4-f939855081c9"
]
179 0.32 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "eeceaf03-2ecf-4932-afd4-f939855081c9"
]
180 0.29 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "eeceaf03-2ecf-4932-afd4-f939855081c9"
]
181 0.27 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "eeceaf03-2ecf-4932-afd4-f939855081c9"
]
182 0.29 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "eeceaf03-2ecf-4932-afd4-f939855081c9"
]
183 0.29 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "ff0180bb-b886-40ee-a1d8-f839cc9b3c61"
]
184 0.34 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "ff0180bb-b886-40ee-a1d8-f839cc9b3c61"
]
185 0.30 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "ff0180bb-b886-40ee-a1d8-f839cc9b3c61"
]
186 0.30 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
187 0.29 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
188 0.33 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
189 0.40 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
190 0.32 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
191 0.29 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "de2f518e-5e70-4598-90cd-7a7987a8e9c7"
]
192 0.32 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "eeceaf03-2ecf-4932-afd4-f939855081c9"
]
193 0.29 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "eeceaf03-2ecf-4932-afd4-f939855081c9"
]
194 0.30 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "eeceaf03-2ecf-4932-afd4-f939855081c9"
]
195 0.29 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "eeceaf03-2ecf-4932-afd4-f939855081c9"
]
196 0.28 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "eeceaf03-2ecf-4932-afd4-f939855081c9"
]
197 0.29 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "eeceaf03-2ecf-4932-afd4-f939855081c9"
]
198 0.31 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "ff0180bb-b886-40ee-a1d8-f839cc9b3c61"
]
199 0.29 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "ff0180bb-b886-40ee-a1d8-f839cc9b3c61"
]
200 0.27 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "ff0180bb-b886-40ee-a1d8-f839cc9b3c61"
]
201 0.37 ms
SELECT i0_.id AS id_0, i0_.prefix AS prefix_1, i0_.title AS title_2, i0_.description AS description_3, i0_.original_filename AS original_filename_4, i0_.image_type AS image_type_5, i0_.image_source AS image_source_6, i0_.mime_type AS mime_type_7, i0_.cache_status_json AS cache_status_json_8, i0_.created_at AS created_at_9, i0_.modified_at AS modified_at_10 FROM imgbundle_image i0_ WHERE i0_.id = ?
Parameters:
[
  "ff0180bb-b886-40ee-a1d8-f839cc9b3c61"
]
202 0.28 ms
SELECT t0.id AS id_1, t0.prefix AS prefix_2, t0.title AS title_3, t0.description AS description_4, t0.original_filename AS original_filename_5, t0.image_type AS image_type_6, t0.image_source AS image_source_7, t0.mime_type AS mime_type_8, t0.cache_status_json AS cache_status_json_9, t0.created_at AS created_at_10, t0.modified_at AS modified_at_11 FROM imgbundle_image t0 WHERE t0.id = ?
Parameters:
[
  "ff0180bb-b886-40ee-a1d8-f839cc9b3c61"
]
203 0.30 ms
SELECT t0.id AS id_1, t0.sort_index AS sort_index_2, t0.image_id AS image_id_3, t0.tag_id AS tag_id_4 FROM imgbundle_image_tag_join t0 WHERE t0.image_id = ?
Parameters:
[
  "ff0180bb-b886-40ee-a1d8-f839cc9b3c61"
]
204 0.30 ms
SELECT COUNT(*) FROM rental_vehicle_rental_service_join t WHERE t.rentalVehicleId = ?
Parameters:
[
  "234feaea-6929-4739-b770-8bd589d28366"
]

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.