Query Metrics
41
Database Queries
21
Different statements
54.68 ms
Query time
0
Invalid entities
145
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 3.17 ms |
SELECT t0.id AS id_1, t0.accommodation_id AS accommodation_id_2, t0.user_id AS user_id_3, t0.company AS company_4, t0.company_id AS company_id_5, t0.accommodation_name AS accommodation_name_6, t0.id_gallery AS id_gallery_7, t0.occupational_rule_id AS occupational_rule_id_8, t0.price_modifier_id AS price_modifier_id_9, t0.purpose AS purpose_10, t0.kind_id AS kind_id_11, t0.latitude AS latitude_12, t0.longitude AS longitude_13, t0.accommodation_units AS accommodation_units_14, t0.currency AS currency_15, t0.vat_included AS vat_included_16, t0.touristic_registration_number AS touristic_registration_number_17, t0.location_id AS location_id_18, t19.id AS id_20, t19.people_capacity AS people_capacity_21, t19.minimum_occupation AS minimum_occupation_22, t19.accept_youngsters AS accept_youngsters_23, t19.occupation_without_supplement AS occupation_without_supplement_24, t19.bedrooms AS bedrooms_25, t19.double_beds AS double_beds_26, t19.individual_beds AS individual_beds_27, t19.individual_sofa_bed AS individual_sofa_bed_28, t19.double_sofa_bed AS double_sofa_bed_29, t19.queen_beds AS queen_beds_30, t19.king_beds AS king_beds_31, t19.toilets AS toilets_32, t19.bathroom_with_bathtub AS bathroom_with_bathtub_33, t19.bathroom_with_shower AS bathroom_with_shower_34, t19.berths AS berths_35, t19.area_housing AS area_housing_36, t19.area_housing_unit AS area_housing_unit_37, t19.area_plot AS area_plot_38, t19.area_plot_unit AS area_plot_unit_39, t19.adults_capacity AS adults_capacity_40, t19.accommodation_id AS accommodation_id_41, t42.id AS id_43, t42.tv AS tv_44, t42.garden AS garden_45, t42.garden_furniture AS garden_furniture_46, t42.iron AS iron_47, t42.fire_place AS fire_place_48, t42.barbacue AS barbacue_49, t42.radio AS radio_50, t42.mini_bar AS mini_bar_51, t42.terrace AS terrace_52, t42.fenced_plot AS fenced_plot_53, t42.security_box AS security_box_54, t42.elevator AS elevator_55, t42.dvd AS dvd_56, t42.balcony AS balcony_57, t42.juice_squeezer AS juice_squeezer_58, t42.electric_kettle AS electric_kettle_59, t42.hair_dryer AS hair_dryer_60, t42.children_area AS children_area_61, t42.gym AS gym_62, t42.alarm AS alarm_63, t42.tennis AS tennis_64, t42.squash AS squash_65, t42.paddel AS paddel_66, t42.sauna AS sauna_67, t42.handicapped_facilities AS handicapped_facilities_68, t42.jacuzzi AS jacuzzi_69, t42.smoking_allowed AS smoking_allowed_70, t42.num_of_televisions AS num_of_televisions_71, t42.num_of_fans AS num_of_fans_72, t42.num_of_electronic_mosquito_repeller AS num_of_electronic_mosquito_repeller_73, t42.window_screens AS window_screens_74, t42.acswimming_pool_id AS acswimming_pool_id_75, t42.tv_satellite_id AS tv_satellite_id_76, t42.ackitchen_id AS ackitchen_id_77, t42.accommodation_id AS accommodation_id_78, t79.id AS id_80, t79.name AS name_81, t79.video AS video_82, t79.code AS code_83, t79.accommodation_id AS accommodation_id_84 FROM accommodation t0 LEFT JOIN ac_distribution t19 ON t19.accommodation_id = t0.id LEFT JOIN ac_house_characteristics t42 ON t42.accommodation_id = t0.id LEFT JOIN video t79 ON t79.accommodation_id = t0.id WHERE t0.accommodation_id = ? LIMIT 1
Parameters:
[
"165242"
]
|
||||||||||||||||||||||||||||||||
| 2 | 0.69 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM kind t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 2 "pt" ]
|
||||||||||||||||||||||||||||||||
| 3 | 8.41 ms |
SELECT p0_.id AS id_0, p0_.code AS code_1, p0_.name AS name_2, p0_.supplement AS supplement_3, p0_.cumulative AS cumulative_4, p0_.start_date AS start_date_5, p0_.end_date AS end_date_6, p0_.number_of_nights AS number_of_nights_7, p0_.type AS type_8, p0_.discount_supplement_type AS discount_supplement_type_9, p0_.amount AS amount_10 FROM price_modifier p0_ WHERE p0_.code = ? AND (? BETWEEN p0_.start_date AND p0_.end_date) AND p0_.number_of_nights = ?
Parameters:
[ 2603655 "2026-09-03 13:40:57" 1 ]
|
||||||||||||||||||||||||||||||||
| 4 | 1.18 ms |
SELECT r0_.id AS id_0, r0_.capacity AS capacity_1, r0_.start_date AS start_date_2, r0_.end_date AS end_date_3, r0_.type AS type_4, r0_.price AS price_5, r0_.applicable_from_number_people AS applicable_from_number_people_6, r0_.supplement AS supplement_7, r0_.accommodation_id AS accommodation_id_8 FROM rate r0_ WHERE r0_.accommodation_id = ? AND r0_.start_date >= ? AND r0_.end_date <= ? ORDER BY r0_.start_date ASC
Parameters:
[ 8 "2026-09-03 13:40:57" "2028-03-03 13:40:57" ]
|
||||||||||||||||||||||||||||||||
| 5 | 0.67 ms |
SELECT t0.id AS id_1, t0.startday AS startday_2, t0.startmonth AS startmonth_3, t0.finalday AS finalday_4, t0.finalmonth AS finalmonth_5, t0.timefrom AS timefrom_6, t0.timeto AS timeto_7, t0.monday AS monday_8, t0.tuesday AS tuesday_9, t0.wednesday AS wednesday_10, t0.thursday AS thursday_11, t0.friday AS friday_12, t0.saturday AS saturday_13, t0.sunday AS sunday_14, t0.checkout AS checkout_15, t0.accommodation_id AS accommodation_id_16 FROM ac_check_in_out t0 WHERE t0.accommodation_id = ? LIMIT 1
Parameters:
[
8
]
|
||||||||||||||||||||||||||||||||
| 6 | 0.65 ms |
SELECT t0.id AS id_1, t0.guestname AS guestname_2, t0.language AS language_3, t0.rating AS rating_4, t0.title AS title_5, t0.positivecomment AS positivecomment_6, t0.negativecomment AS negativecomment_7, t0.bookingstartdate AS bookingstartdate_8, t0.bookingenddate AS bookingenddate_9, t0.reviewdate AS reviewdate_10, t0.reply AS reply_11, t0.accommodation_id AS accommodation_id_12 FROM reviews t0 WHERE t0.accommodation_id = ?
Parameters:
[
8
]
|
||||||||||||||||||||||||||||||||
| 7 | 0.55 ms |
SELECT t0.id AS id_1, t0.locationviews_id AS locationviews_id_2, t0.accommodation_id AS accommodation_id_3 FROM ac_location t0 WHERE t0.accommodation_id = ?
Parameters:
[
8
]
|
||||||||||||||||||||||||||||||||
| 8 | 0.76 ms |
SELECT t0.id AS id_1, t0.place_type AS place_type_2, t0.value AS value_3, t0.unit AS unit_4, t0.name AS name_5, t0.ac_location_id AS ac_location_id_6 FROM ac_nearest_place t0 WHERE t0.ac_location_id IN (?)
Parameters:
[
8
]
|
||||||||||||||||||||||||||||||||
| 9 | 0.52 ms |
SELECT t0.id AS id_1, t0.locationviews_id AS locationviews_id_2, t0.accommodation_id AS accommodation_id_3 FROM ac_location t0 WHERE t0.accommodation_id = ? LIMIT 1
Parameters:
[
8
]
|
||||||||||||||||||||||||||||||||
| 10 | 0.64 ms |
SELECT t0.id AS id_1, t0.place_type AS place_type_2, t0.value AS value_3, t0.unit AS unit_4, t0.name AS name_5, t0.ac_location_id AS ac_location_id_6 FROM ac_nearest_place t0 WHERE t0.ac_location_id = ?
Parameters:
[
8
]
|
||||||||||||||||||||||||||||||||
| 11 | 0.80 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.code AS code_3, t0.includedinprice AS includedinprice_4, t0.quantity AS quantity_5, t0.application AS application_6, t0.maxprice AS maxprice_7, t0.minprice AS minprice_8, t0.paytime AS paytime_9, t0.comparison AS comparison_10, t0.comparisonvalue AS comparisonvalue_11, t0.countable AS countable_12, t0.countablelimit AS countablelimit_13, t0.startday AS startday_14, t0.startmonth AS startmonth_15, t0.finalday AS finalday_16, t0.finalmonth AS finalmonth_17, t0.change_bed_clothes AS change_bed_clothes_18, t0.change_frequency AS change_frequency_19, t0.change_towels AS change_towels_20, t0.unit AS unit_21, t0.accommodation_id AS accommodation_id_22 FROM ac_special_service t0 WHERE t0.accommodation_id = ? AND t0.code = ? LIMIT 1
Parameters:
[ 8 2 ]
|
||||||||||||||||||||||||||||||||
| 12 | 0.78 ms |
SELECT t0.id AS id_1, t0.tv AS tv_2, t0.garden AS garden_3, t0.garden_furniture AS garden_furniture_4, t0.iron AS iron_5, t0.fire_place AS fire_place_6, t0.barbacue AS barbacue_7, t0.radio AS radio_8, t0.mini_bar AS mini_bar_9, t0.terrace AS terrace_10, t0.fenced_plot AS fenced_plot_11, t0.security_box AS security_box_12, t0.elevator AS elevator_13, t0.dvd AS dvd_14, t0.balcony AS balcony_15, t0.juice_squeezer AS juice_squeezer_16, t0.electric_kettle AS electric_kettle_17, t0.hair_dryer AS hair_dryer_18, t0.children_area AS children_area_19, t0.gym AS gym_20, t0.alarm AS alarm_21, t0.tennis AS tennis_22, t0.squash AS squash_23, t0.paddel AS paddel_24, t0.sauna AS sauna_25, t0.handicapped_facilities AS handicapped_facilities_26, t0.jacuzzi AS jacuzzi_27, t0.smoking_allowed AS smoking_allowed_28, t0.num_of_televisions AS num_of_televisions_29, t0.num_of_fans AS num_of_fans_30, t0.num_of_electronic_mosquito_repeller AS num_of_electronic_mosquito_repeller_31, t0.window_screens AS window_screens_32, t0.acswimming_pool_id AS acswimming_pool_id_33, t0.tv_satellite_id AS tv_satellite_id_34, t0.ackitchen_id AS ackitchen_id_35, t0.accommodation_id AS accommodation_id_36 FROM ac_house_characteristics t0 WHERE t0.accommodation_id = ? LIMIT 1
Parameters:
[
8
]
|
||||||||||||||||||||||||||||||||
| 13 | 0.90 ms |
SELECT t0.id AS id_1, t0.pool_type AS pool_type_2, t0.dimensions AS dimensions_3, t0.minimum_depth AS minimum_depth_4, t0.maximum_depth AS maximum_depth_5, t0.depth_unit AS depth_unit_6, t0.opening_day AS opening_day_7, t0.opening_month AS opening_month_8, t0.closing_day AS closing_day_9, t0.closing_month AS closing_month_10, t11.id AS id_12, t11.tv AS tv_13, t11.garden AS garden_14, t11.garden_furniture AS garden_furniture_15, t11.iron AS iron_16, t11.fire_place AS fire_place_17, t11.barbacue AS barbacue_18, t11.radio AS radio_19, t11.mini_bar AS mini_bar_20, t11.terrace AS terrace_21, t11.fenced_plot AS fenced_plot_22, t11.security_box AS security_box_23, t11.elevator AS elevator_24, t11.dvd AS dvd_25, t11.balcony AS balcony_26, t11.juice_squeezer AS juice_squeezer_27, t11.electric_kettle AS electric_kettle_28, t11.hair_dryer AS hair_dryer_29, t11.children_area AS children_area_30, t11.gym AS gym_31, t11.alarm AS alarm_32, t11.tennis AS tennis_33, t11.squash AS squash_34, t11.paddel AS paddel_35, t11.sauna AS sauna_36, t11.handicapped_facilities AS handicapped_facilities_37, t11.jacuzzi AS jacuzzi_38, t11.smoking_allowed AS smoking_allowed_39, t11.num_of_televisions AS num_of_televisions_40, t11.num_of_fans AS num_of_fans_41, t11.num_of_electronic_mosquito_repeller AS num_of_electronic_mosquito_repeller_42, t11.window_screens AS window_screens_43, t11.acswimming_pool_id AS acswimming_pool_id_44, t11.tv_satellite_id AS tv_satellite_id_45, t11.ackitchen_id AS ackitchen_id_46, t11.accommodation_id AS accommodation_id_47 FROM ac_swimming_pool t0 LEFT JOIN ac_house_characteristics t11 ON t11.acswimming_pool_id = t0.id WHERE t0.id = ? LIMIT 1
Parameters:
[
8
]
|
||||||||||||||||||||||||||||||||
| 14 | 0.66 ms |
SELECT t0.id AS id_1, t0.people_capacity AS people_capacity_2, t0.minimum_occupation AS minimum_occupation_3, t0.accept_youngsters AS accept_youngsters_4, t0.occupation_without_supplement AS occupation_without_supplement_5, t0.bedrooms AS bedrooms_6, t0.double_beds AS double_beds_7, t0.individual_beds AS individual_beds_8, t0.individual_sofa_bed AS individual_sofa_bed_9, t0.double_sofa_bed AS double_sofa_bed_10, t0.queen_beds AS queen_beds_11, t0.king_beds AS king_beds_12, t0.toilets AS toilets_13, t0.bathroom_with_bathtub AS bathroom_with_bathtub_14, t0.bathroom_with_shower AS bathroom_with_shower_15, t0.berths AS berths_16, t0.area_housing AS area_housing_17, t0.area_housing_unit AS area_housing_unit_18, t0.area_plot AS area_plot_19, t0.area_plot_unit AS area_plot_unit_20, t0.adults_capacity AS adults_capacity_21, t0.accommodation_id AS accommodation_id_22 FROM ac_distribution t0 WHERE t0.accommodation_id = ? LIMIT 1
Parameters:
[
8
]
|
||||||||||||||||||||||||||||||||
| 15 | 0.56 ms |
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.description AS description_3, t0.accommodation_id AS accommodation_id_4 FROM description t0 WHERE t0.accommodation_id = ?
Parameters:
[
8
]
|
||||||||||||||||||||||||||||||||
| 16 | 0.69 ms |
SELECT t0.id AS id_1, t0.description AS description_2, t0.name AS name_3, t0.code AS code_4, t0.locale AS locale_5, t0.accommodation_id AS accommodation_id_6 FROM extrasincluded t0 WHERE t0.accommodation_id = ? AND t0.locale = ?
Parameters:
[ 8 "pt" ]
|
||||||||||||||||||||||||||||||||
| 17 | 0.77 ms |
SELECT t0.id AS id_1, t0.description AS description_2, t0.name AS name_3, t0.code AS code_4, t0.locale AS locale_5, t0.accommodation_id AS accommodation_id_6 FROM extrasoptional t0 WHERE t0.accommodation_id = ? AND t0.locale = ?
Parameters:
[ 8 "pt" ]
|
||||||||||||||||||||||||||||||||
| 18 | 0.73 ms |
SELECT t0.id AS id_1, t0.tv AS tv_2, t0.garden AS garden_3, t0.garden_furniture AS garden_furniture_4, t0.iron AS iron_5, t0.fire_place AS fire_place_6, t0.barbacue AS barbacue_7, t0.radio AS radio_8, t0.mini_bar AS mini_bar_9, t0.terrace AS terrace_10, t0.fenced_plot AS fenced_plot_11, t0.security_box AS security_box_12, t0.elevator AS elevator_13, t0.dvd AS dvd_14, t0.balcony AS balcony_15, t0.juice_squeezer AS juice_squeezer_16, t0.electric_kettle AS electric_kettle_17, t0.hair_dryer AS hair_dryer_18, t0.children_area AS children_area_19, t0.gym AS gym_20, t0.alarm AS alarm_21, t0.tennis AS tennis_22, t0.squash AS squash_23, t0.paddel AS paddel_24, t0.sauna AS sauna_25, t0.handicapped_facilities AS handicapped_facilities_26, t0.jacuzzi AS jacuzzi_27, t0.smoking_allowed AS smoking_allowed_28, t0.num_of_televisions AS num_of_televisions_29, t0.num_of_fans AS num_of_fans_30, t0.num_of_electronic_mosquito_repeller AS num_of_electronic_mosquito_repeller_31, t0.window_screens AS window_screens_32, t0.acswimming_pool_id AS acswimming_pool_id_33, t0.tv_satellite_id AS tv_satellite_id_34, t0.ackitchen_id AS ackitchen_id_35, t0.accommodation_id AS accommodation_id_36 FROM ac_house_characteristics t0 WHERE t0.accommodation_id = ? LIMIT 1
Parameters:
[
8
]
|
||||||||||||||||||||||||||||||||
| 19 | 0.92 ms |
SELECT t0.id AS id_1, t0.kitchen_class AS kitchen_class_2, t0.kitchen_type AS kitchen_type_3, t0.number_of_kitchens AS number_of_kitchens_4, t0.fridge AS fridge_5, t0.freezer AS freezer_6, t0.washing_machine AS washing_machine_7, t0.dishwasher AS dishwasher_8, t0.dryer AS dryer_9, t0.coffee_machine AS coffee_machine_10, t0.fryer AS fryer_11, t0.toaster AS toaster_12, t0.table_ware AS table_ware_13, t0.kitchen_utensils AS kitchen_utensils_14, t0.microwave AS microwave_15, t0.oven AS oven_16, t17.id AS id_18, t17.tv AS tv_19, t17.garden AS garden_20, t17.garden_furniture AS garden_furniture_21, t17.iron AS iron_22, t17.fire_place AS fire_place_23, t17.barbacue AS barbacue_24, t17.radio AS radio_25, t17.mini_bar AS mini_bar_26, t17.terrace AS terrace_27, t17.fenced_plot AS fenced_plot_28, t17.security_box AS security_box_29, t17.elevator AS elevator_30, t17.dvd AS dvd_31, t17.balcony AS balcony_32, t17.juice_squeezer AS juice_squeezer_33, t17.electric_kettle AS electric_kettle_34, t17.hair_dryer AS hair_dryer_35, t17.children_area AS children_area_36, t17.gym AS gym_37, t17.alarm AS alarm_38, t17.tennis AS tennis_39, t17.squash AS squash_40, t17.paddel AS paddel_41, t17.sauna AS sauna_42, t17.handicapped_facilities AS handicapped_facilities_43, t17.jacuzzi AS jacuzzi_44, t17.smoking_allowed AS smoking_allowed_45, t17.num_of_televisions AS num_of_televisions_46, t17.num_of_fans AS num_of_fans_47, t17.num_of_electronic_mosquito_repeller AS num_of_electronic_mosquito_repeller_48, t17.window_screens AS window_screens_49, t17.acswimming_pool_id AS acswimming_pool_id_50, t17.tv_satellite_id AS tv_satellite_id_51, t17.ackitchen_id AS ackitchen_id_52, t17.accommodation_id AS accommodation_id_53 FROM ac_kitchen t0 LEFT JOIN ac_house_characteristics t17 ON t17.ackitchen_id = t0.id WHERE t0.id = ? LIMIT 1
Parameters:
[
8
]
|
||||||||||||||||||||||||||||||||
| 20 | 0.85 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.code AS code_3, t0.includedinprice AS includedinprice_4, t0.quantity AS quantity_5, t0.application AS application_6, t0.maxprice AS maxprice_7, t0.minprice AS minprice_8, t0.paytime AS paytime_9, t0.comparison AS comparison_10, t0.comparisonvalue AS comparisonvalue_11, t0.countable AS countable_12, t0.countablelimit AS countablelimit_13, t0.startday AS startday_14, t0.startmonth AS startmonth_15, t0.finalday AS finalday_16, t0.finalmonth AS finalmonth_17, t0.change_bed_clothes AS change_bed_clothes_18, t0.change_frequency AS change_frequency_19, t0.change_towels AS change_towels_20, t0.unit AS unit_21, t0.accommodation_id AS accommodation_id_22 FROM ac_special_service t0 WHERE t0.accommodation_id = ? AND t0.application = ?
Parameters:
[ 8 "OBLIGATORIO-SIEMPRE" ]
|
||||||||||||||||||||||||||||||||
| 21 | 0.58 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 8 "pt" ]
|
||||||||||||||||||||||||||||||||
| 22 | 0.60 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 2 "pt" ]
|
||||||||||||||||||||||||||||||||
| 23 | 0.59 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 11 "pt" ]
|
||||||||||||||||||||||||||||||||
| 24 | 0.55 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 3 "pt" ]
|
||||||||||||||||||||||||||||||||
| 25 | 2.42 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 4520 "pt" ]
|
||||||||||||||||||||||||||||||||
| 26 | 0.56 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 10 "pt" ]
|
||||||||||||||||||||||||||||||||
| 27 | 0.68 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 127 "pt" ]
|
||||||||||||||||||||||||||||||||
| 28 | 0.74 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.code AS code_3, t0.includedinprice AS includedinprice_4, t0.quantity AS quantity_5, t0.application AS application_6, t0.maxprice AS maxprice_7, t0.minprice AS minprice_8, t0.paytime AS paytime_9, t0.comparison AS comparison_10, t0.comparisonvalue AS comparisonvalue_11, t0.countable AS countable_12, t0.countablelimit AS countablelimit_13, t0.startday AS startday_14, t0.startmonth AS startmonth_15, t0.finalday AS finalday_16, t0.finalmonth AS finalmonth_17, t0.change_bed_clothes AS change_bed_clothes_18, t0.change_frequency AS change_frequency_19, t0.change_towels AS change_towels_20, t0.unit AS unit_21, t0.accommodation_id AS accommodation_id_22 FROM ac_special_service t0 WHERE t0.accommodation_id = ? AND t0.application = ?
Parameters:
[ 8 "OPCIONAL" ]
|
||||||||||||||||||||||||||||||||
| 29 | 0.59 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 9 "pt" ]
|
||||||||||||||||||||||||||||||||
| 30 | 0.60 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 5 "pt" ]
|
||||||||||||||||||||||||||||||||
| 31 | 2.93 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 10823 "pt" ]
|
||||||||||||||||||||||||||||||||
| 32 | 0.62 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 4 "pt" ]
|
||||||||||||||||||||||||||||||||
| 33 | 2.86 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 10319 "pt" ]
|
||||||||||||||||||||||||||||||||
| 34 | 0.62 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 18 "pt" ]
|
||||||||||||||||||||||||||||||||
| 35 | 1.64 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 1971 "pt" ]
|
||||||||||||||||||||||||||||||||
| 36 | 1.64 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 1970 "pt" ]
|
||||||||||||||||||||||||||||||||
| 37 | 6.35 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 32069 "pt" ]
|
||||||||||||||||||||||||||||||||
| 38 | 1.61 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 1972 "pt" ]
|
||||||||||||||||||||||||||||||||
| 39 | 1.56 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 1871 "pt" ]
|
||||||||||||||||||||||||||||||||
| 40 | 1.49 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.locale AS locale_3, t0.text AS text_4 FROM service t0 WHERE t0.code = ? AND t0.locale = ? LIMIT 1
Parameters:
[ 1537 "pt" ]
|
||||||||||||||||||||||||||||||||
| 41 | 0.57 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_airport AS is_airport_3, t0.is_active AS is_active_4, t0.is_online AS is_online_5, t0.is_deleted AS is_deleted_6, t0.is_transfer AS is_transfer_7, t0.traveltime AS traveltime_8, t0.gps AS gps_9, t0.code AS code_10, t0.transferarea_id AS transferarea_id_11 FROM location t0 WHERE t0.id = ?
Parameters:
[
4
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Rate | 56 |
| App\Entity\AcSpecialService | 19 |
| App\Entity\Service | 19 |
| App\Entity\AcNearestPlace | 13 |
| App\Entity\Extrasoptional | 11 |
| App\Entity\Extrasincluded | 7 |
| App\Entity\Reviews | 5 |
| App\Entity\Description | 2 |
| App\Entity\Accommodation | 1 |
| App\Entity\Location | 1 |
| App\Entity\AcDistribution | 1 |
| App\Entity\AcHouseCharacteristics | 1 |
| App\Entity\AcSwimmingPool | 1 |
| App\Entity\AcTVSatellite | 1 |
| App\Entity\AcKitchen | 1 |
| App\Entity\Video | 1 |
| App\Entity\Kind | 1 |
| App\Entity\PriceModifier | 1 |
| App\Entity\AcCheckInOut | 1 |
| App\Entity\AcLocation | 1 |
| App\Entity\AcLocationViews | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Accommodation | No errors. |
| App\Entity\Location | No errors. |
| App\Entity\AcDistribution | No errors. |
| App\Entity\AcHouseCharacteristics | No errors. |
| App\Entity\AcSwimmingPool | No errors. |
| App\Entity\AcTVSatellite | No errors. |
| App\Entity\AcKitchen | No errors. |
| App\Entity\Video | No errors. |
| App\Entity\AcSpecialService | No errors. |
| App\Entity\AcCommonService | No errors. |
| App\Entity\Description | No errors. |
| App\Entity\Extrasincluded | No errors. |
| App\Entity\Extrasoptional | No errors. |
| App\Entity\Pictures | No errors. |
| App\Entity\Availability | No errors. |
| App\Entity\Rate | No errors. |
| App\Entity\Reviews | No errors. |
| App\Entity\AcTouristSeason | No errors. |
| App\Entity\Kind | No errors. |
| App\Entity\PriceModifier | No errors. |
| App\Entity\AcCheckInOut | No errors. |
| App\Entity\NpsReview | No errors. |
| App\Entity\AcLocation | No errors. |
| App\Entity\AcLocationViews | No errors. |
| App\Entity\AcLocationDescription | No errors. |
| App\Entity\AcNearestPlace | No errors. |
| App\Entity\Service | No errors. |