Query Metrics

44 Database Queries
13 Different statements
72.16 ms Query time
0 Invalid entities
137 Managed entities

Queries

Group similar statements

# Time Info
1 0.75 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.teaser AS teaser_3, t0.description AS description_4, t0.period AS period_5, t0.seo AS seo_6, t0.slug AS slug_7, t0.price AS price_8, t0.frontpage AS frontpage_9, t0.link AS link_10, t0.created AS created_11, t0.updated AS updated_12, t0.webform AS webform_13, t0.priority AS priority_14, t0.image_id AS image_id_15, t0.header_image_id AS header_image_id_16, t0.tag_id AS tag_id_17, t0.page_id AS page_id_18, t0.menu_id AS menu_id_19 FROM offer t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "sierra-nevada"
]
2 0.89 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.seo AS seo_4, t0.bookingConditions AS bookingConditions_5, t0.slug AS slug_6, t0.tax AS tax_7, t0.add_tax AS add_tax_8, t0.min_days AS min_days_9, t0.created AS created_10, t0.updated AS updated_11, t0.price_rate_model AS price_rate_model_12, t0.product_name AS product_name_13, t0.bond_instructions AS bond_instructions_14, t0.show_tax AS show_tax_15, t0.active AS active_16, t0.main_image_id AS main_image_id_17, t0.zone_id AS zone_id_18, t0.destination_id AS destination_id_19, t0.product_type, t0.period AS period_20, t0.min_people AS min_people_21, t0.price AS price_22, t0.sale_online AS sale_online_23 FROM product t0 WHERE t0.slug = ? AND t0.product_type IN ('product', 'ski', 'activity', 'pack') LIMIT 1
Parameters:
[
  "sierra-nevada"
]
3 0.72 ms
SELECT r.id, r.`date`, r.prices, r.name, r.`percentage` as percentage, r.`days`
            FROM product_rates p
            JOIN price_rate r on (r.id = p.rate_id)
            WHERE p.product_id = ?
            AND r.date >= ?
            ORDER BY r.date ASC
            LIMIT 0,1
Parameters:
[
  1449
  "2026-03-24"
]
4 2.59 ms
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.stars AS stars_2, h0_.phone AS phone_3, h0_.score AS score_4, h0_.description AS description_5, h0_.area_description AS area_description_6, h0_.room_description AS room_description_7, h0_.service_description AS service_description_8, h0_.restaurant_description AS restaurant_description_9, h0_.comments AS comments_10, h0_.seo AS seo_11, h0_.bookingConditions AS bookingConditions_12, h0_.rooms AS rooms_13, h0_.slug AS slug_14, h0_.email AS email_15, h0_.highlighted AS highlighted_16, h0_.position AS position_17, h0_.searchable AS searchable_18, h0_.created AS created_19, h0_.updated AS updated_20, h0_.bond_instructions AS bond_instructions_21, h0_.priority AS priority_22, h0_.external AS external_23, h0_.source AS source_24, h0_.source_code AS source_code_25, h0_.cancellation_policy AS cancellation_policy_26, h0_.commission AS commission_27, h0_.main_image_id AS main_image_id_28, h0_.hotel_type_id AS hotel_type_id_29, h0_.zone_id AS zone_id_30, h0_.address_id AS address_id_31 FROM hotel h0_ INNER JOIN hotel_product h2_ ON h0_.id = h2_.hotel_id INNER JOIN product p1_ ON p1_.id = h2_.product_id AND p1_.product_type IN ('product', 'ski', 'activity', 'pack') WHERE p1_.id = ? AND h0_.external = ?
Parameters:
[
  1449
  0
]
5 1.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.location AS location_3, t0.description AS description_4, t0.seo AS seo_5, t0.slug AS slug_6, t0.created AS created_7, t0.updated AS updated_8, t0.priority AS priority_9, t0.active AS active_10, t0.ski_max_height AS ski_max_height_11, t0.ski_min_height AS ski_min_height_12, t0.ski_kms AS ski_kms_13, t0.ski_slopes AS ski_slopes_14, t0.ski_greens AS ski_greens_15, t0.ski_blues AS ski_blues_16, t0.ski_reds AS ski_reds_17, t0.ski_blacks AS ski_blacks_18, t0.ski_facilities AS ski_facilities_19, t0.ski_services AS ski_services_20, t0.ski_forecast AS ski_forecast_21, t0.geo_location_latitude AS geo_location_latitude_22, t0.geo_location_longitude AS geo_location_longitude_23, t0.main_image_id AS main_image_id_24, t0.zone_id AS zone_id_25, t0.category_id AS category_id_26 FROM destination t0 WHERE t0.id = ?
Parameters:
[
  29
]
6 10.08 ms
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.stars AS stars_2, h0_.phone AS phone_3, h0_.score AS score_4, h0_.description AS description_5, h0_.area_description AS area_description_6, h0_.room_description AS room_description_7, h0_.service_description AS service_description_8, h0_.restaurant_description AS restaurant_description_9, h0_.comments AS comments_10, h0_.seo AS seo_11, h0_.bookingConditions AS bookingConditions_12, h0_.rooms AS rooms_13, h0_.slug AS slug_14, h0_.email AS email_15, h0_.highlighted AS highlighted_16, h0_.position AS position_17, h0_.searchable AS searchable_18, h0_.created AS created_19, h0_.updated AS updated_20, h0_.bond_instructions AS bond_instructions_21, h0_.priority AS priority_22, h0_.external AS external_23, h0_.source AS source_24, h0_.source_code AS source_code_25, h0_.cancellation_policy AS cancellation_policy_26, h0_.commission AS commission_27, 6371 * 2 * ASIN(SQRT(POWER(SIN(RADIANS(? - ABS(a1_.latitude))),2) + COS(RADIANS(?)) * COS(RADIANS(ABS(a1_.latitude))) * POWER(SIN(RADIANS(? - a1_.longitude)),2))) AS sclr_28, h0_.main_image_id AS main_image_id_29, h0_.hotel_type_id AS hotel_type_id_30, h0_.zone_id AS zone_id_31, h0_.address_id AS address_id_32 FROM hotel h0_ INNER JOIN address a1_ ON h0_.address_id = a1_.id WHERE h0_.searchable = 1 AND h0_.external = ? HAVING (sclr_28 < ?)
Parameters:
[
  37.0924307
  37.0924307
  -3.1620578
  0
  150
]
7 1.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.weight AS weight_3, t0.slug AS slug_4, t0.parent_id AS parent_id_5 FROM category t0 WHERE t0.id = ?
Parameters:
[
  2524
]
8 1.35 ms
SELECT t0.id AS id_1, t0.city AS city_2, t0.address AS address_3, t0.country AS country_4, t0.location AS location_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.postalCode AS postalCode_8 FROM address t0 WHERE t0.id = ?
Parameters:
[
  2220
]
9 4.01 ms
SELECT MIN(p0_.min_price) AS sclr_0 FROM hotel h1_ INNER JOIN hotel_rates h2_ ON h1_.id = h2_.hotel_id INNER JOIN price_rate p0_ ON p0_.id = h2_.rate_id AND p0_.rate_type IN ('hotel_rate') WHERE p0_.date >= ? AND p0_.date < ? AND p0_.days <= ? AND h1_.id = ?
Parameters:
[
  "2026-03-27 00:00:00"
  "2026-03-29 00:00:00"
  "2"
  2240
]
10 1.51 ms
SELECT r.id, r.`date`, r.prices, r.name, r.`percentage` as percentage, r.`days`
            FROM product_rates d
            JOIN price_rate r on (r.id = d.rate_id)
            WHERE d.product_id = ?
            AND r.date = ?
            AND r.days <= ?
Parameters:
[
  1449
  "2026-03-28"
  2
]
11 0.49 ms
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.stars AS stars_2, h0_.phone AS phone_3, h0_.score AS score_4, h0_.description AS description_5, h0_.area_description AS area_description_6, h0_.room_description AS room_description_7, h0_.service_description AS service_description_8, h0_.restaurant_description AS restaurant_description_9, h0_.comments AS comments_10, h0_.seo AS seo_11, h0_.bookingConditions AS bookingConditions_12, h0_.rooms AS rooms_13, h0_.slug AS slug_14, h0_.email AS email_15, h0_.highlighted AS highlighted_16, h0_.position AS position_17, h0_.searchable AS searchable_18, h0_.created AS created_19, h0_.updated AS updated_20, h0_.bond_instructions AS bond_instructions_21, h0_.priority AS priority_22, h0_.external AS external_23, h0_.source AS source_24, h0_.source_code AS source_code_25, h0_.cancellation_policy AS cancellation_policy_26, h0_.commission AS commission_27, h0_.main_image_id AS main_image_id_28, h0_.hotel_type_id AS hotel_type_id_29, h0_.zone_id AS zone_id_30, h0_.address_id AS address_id_31 FROM hotel h0_ INNER JOIN hotel_product h2_ ON h0_.id = h2_.hotel_id INNER JOIN product p1_ ON p1_.id = h2_.product_id AND p1_.product_type IN ('product', 'ski', 'activity', 'pack') WHERE p1_.id = ? AND h0_.external = ?
Parameters:
[
  1449
  0
]
12 0.36 ms
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.stars AS stars_2, h0_.phone AS phone_3, h0_.score AS score_4, h0_.description AS description_5, h0_.area_description AS area_description_6, h0_.room_description AS room_description_7, h0_.service_description AS service_description_8, h0_.restaurant_description AS restaurant_description_9, h0_.comments AS comments_10, h0_.seo AS seo_11, h0_.bookingConditions AS bookingConditions_12, h0_.rooms AS rooms_13, h0_.slug AS slug_14, h0_.email AS email_15, h0_.highlighted AS highlighted_16, h0_.position AS position_17, h0_.searchable AS searchable_18, h0_.created AS created_19, h0_.updated AS updated_20, h0_.bond_instructions AS bond_instructions_21, h0_.priority AS priority_22, h0_.external AS external_23, h0_.source AS source_24, h0_.source_code AS source_code_25, h0_.cancellation_policy AS cancellation_policy_26, h0_.commission AS commission_27, 6371 * 2 * ASIN(SQRT(POWER(SIN(RADIANS(? - ABS(a1_.latitude))),2) + COS(RADIANS(?)) * COS(RADIANS(ABS(a1_.latitude))) * POWER(SIN(RADIANS(? - a1_.longitude)),2))) AS sclr_28, h0_.main_image_id AS main_image_id_29, h0_.hotel_type_id AS hotel_type_id_30, h0_.zone_id AS zone_id_31, h0_.address_id AS address_id_32 FROM hotel h0_ INNER JOIN address a1_ ON h0_.address_id = a1_.id WHERE h0_.searchable = 1 AND h0_.external = ? HAVING (sclr_28 < ?)
Parameters:
[
  37.0924307
  37.0924307
  -3.1620578
  0
  150
]
13 0.63 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.weight AS weight_3, t0.slug AS slug_4, t0.parent_id AS parent_id_5 FROM category t0 WHERE t0.id = ?
Parameters:
[
  2524
]
14 0.36 ms
SELECT t0.id AS id_1, t0.city AS city_2, t0.address AS address_3, t0.country AS country_4, t0.location AS location_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.postalCode AS postalCode_8 FROM address t0 WHERE t0.id = ?
Parameters:
[
  2220
]
15 1.20 ms
SELECT MIN(p0_.min_price) AS sclr_0 FROM hotel h1_ INNER JOIN hotel_rates h2_ ON h1_.id = h2_.hotel_id INNER JOIN price_rate p0_ ON p0_.id = h2_.rate_id AND p0_.rate_type IN ('hotel_rate') WHERE p0_.date >= ? AND p0_.date < ? AND p0_.days <= ? AND h1_.id = ?
Parameters:
[
  "2026-04-03 00:00:00"
  "2026-04-05 00:00:00"
  "2"
  2240
]
16 0.73 ms
SELECT r.id, r.`date`, r.prices, r.name, r.`percentage` as percentage, r.`days`
            FROM product_rates d
            JOIN price_rate r on (r.id = d.rate_id)
            WHERE d.product_id = ?
            AND r.date = ?
            AND r.days <= ?
Parameters:
[
  1449
  "2026-04-04"
  2
]
17 0.44 ms
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.stars AS stars_2, h0_.phone AS phone_3, h0_.score AS score_4, h0_.description AS description_5, h0_.area_description AS area_description_6, h0_.room_description AS room_description_7, h0_.service_description AS service_description_8, h0_.restaurant_description AS restaurant_description_9, h0_.comments AS comments_10, h0_.seo AS seo_11, h0_.bookingConditions AS bookingConditions_12, h0_.rooms AS rooms_13, h0_.slug AS slug_14, h0_.email AS email_15, h0_.highlighted AS highlighted_16, h0_.position AS position_17, h0_.searchable AS searchable_18, h0_.created AS created_19, h0_.updated AS updated_20, h0_.bond_instructions AS bond_instructions_21, h0_.priority AS priority_22, h0_.external AS external_23, h0_.source AS source_24, h0_.source_code AS source_code_25, h0_.cancellation_policy AS cancellation_policy_26, h0_.commission AS commission_27, h0_.main_image_id AS main_image_id_28, h0_.hotel_type_id AS hotel_type_id_29, h0_.zone_id AS zone_id_30, h0_.address_id AS address_id_31 FROM hotel h0_ INNER JOIN hotel_product h2_ ON h0_.id = h2_.hotel_id INNER JOIN product p1_ ON p1_.id = h2_.product_id AND p1_.product_type IN ('product', 'ski', 'activity', 'pack') WHERE p1_.id = ? AND h0_.external = ?
Parameters:
[
  1449
  0
]
18 0.41 ms
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.stars AS stars_2, h0_.phone AS phone_3, h0_.score AS score_4, h0_.description AS description_5, h0_.area_description AS area_description_6, h0_.room_description AS room_description_7, h0_.service_description AS service_description_8, h0_.restaurant_description AS restaurant_description_9, h0_.comments AS comments_10, h0_.seo AS seo_11, h0_.bookingConditions AS bookingConditions_12, h0_.rooms AS rooms_13, h0_.slug AS slug_14, h0_.email AS email_15, h0_.highlighted AS highlighted_16, h0_.position AS position_17, h0_.searchable AS searchable_18, h0_.created AS created_19, h0_.updated AS updated_20, h0_.bond_instructions AS bond_instructions_21, h0_.priority AS priority_22, h0_.external AS external_23, h0_.source AS source_24, h0_.source_code AS source_code_25, h0_.cancellation_policy AS cancellation_policy_26, h0_.commission AS commission_27, 6371 * 2 * ASIN(SQRT(POWER(SIN(RADIANS(? - ABS(a1_.latitude))),2) + COS(RADIANS(?)) * COS(RADIANS(ABS(a1_.latitude))) * POWER(SIN(RADIANS(? - a1_.longitude)),2))) AS sclr_28, h0_.main_image_id AS main_image_id_29, h0_.hotel_type_id AS hotel_type_id_30, h0_.zone_id AS zone_id_31, h0_.address_id AS address_id_32 FROM hotel h0_ INNER JOIN address a1_ ON h0_.address_id = a1_.id WHERE h0_.searchable = 1 AND h0_.external = ? HAVING (sclr_28 < ?)
Parameters:
[
  37.0924307
  37.0924307
  -3.1620578
  0
  150
]
19 0.70 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.weight AS weight_3, t0.slug AS slug_4, t0.parent_id AS parent_id_5 FROM category t0 WHERE t0.id = ?
Parameters:
[
  2524
]
20 1.96 ms
SELECT t0.id AS id_1, t0.city AS city_2, t0.address AS address_3, t0.country AS country_4, t0.location AS location_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.postalCode AS postalCode_8 FROM address t0 WHERE t0.id = ?
Parameters:
[
  2220
]
21 1.84 ms
SELECT MIN(p0_.min_price) AS sclr_0 FROM hotel h1_ INNER JOIN hotel_rates h2_ ON h1_.id = h2_.hotel_id INNER JOIN price_rate p0_ ON p0_.id = h2_.rate_id AND p0_.rate_type IN ('hotel_rate') WHERE p0_.date >= ? AND p0_.date < ? AND p0_.days <= ? AND h1_.id = ?
Parameters:
[
  "2026-04-10 00:00:00"
  "2026-04-12 00:00:00"
  "2"
  2240
]
22 1.59 ms
SELECT r.id, r.`date`, r.prices, r.name, r.`percentage` as percentage, r.`days`
            FROM product_rates d
            JOIN price_rate r on (r.id = d.rate_id)
            WHERE d.product_id = ?
            AND r.date = ?
            AND r.days <= ?
Parameters:
[
  1449
  "2026-04-11"
  2
]
23 0.92 ms
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.stars AS stars_2, h0_.phone AS phone_3, h0_.score AS score_4, h0_.description AS description_5, h0_.area_description AS area_description_6, h0_.room_description AS room_description_7, h0_.service_description AS service_description_8, h0_.restaurant_description AS restaurant_description_9, h0_.comments AS comments_10, h0_.seo AS seo_11, h0_.bookingConditions AS bookingConditions_12, h0_.rooms AS rooms_13, h0_.slug AS slug_14, h0_.email AS email_15, h0_.highlighted AS highlighted_16, h0_.position AS position_17, h0_.searchable AS searchable_18, h0_.created AS created_19, h0_.updated AS updated_20, h0_.bond_instructions AS bond_instructions_21, h0_.priority AS priority_22, h0_.external AS external_23, h0_.source AS source_24, h0_.source_code AS source_code_25, h0_.cancellation_policy AS cancellation_policy_26, h0_.commission AS commission_27, h0_.main_image_id AS main_image_id_28, h0_.hotel_type_id AS hotel_type_id_29, h0_.zone_id AS zone_id_30, h0_.address_id AS address_id_31 FROM hotel h0_ INNER JOIN hotel_product h2_ ON h0_.id = h2_.hotel_id INNER JOIN product p1_ ON p1_.id = h2_.product_id AND p1_.product_type IN ('product', 'ski', 'activity', 'pack') WHERE p1_.id = ? AND h0_.external = ?
Parameters:
[
  1449
  0
]
24 1.41 ms
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.stars AS stars_2, h0_.phone AS phone_3, h0_.score AS score_4, h0_.description AS description_5, h0_.area_description AS area_description_6, h0_.room_description AS room_description_7, h0_.service_description AS service_description_8, h0_.restaurant_description AS restaurant_description_9, h0_.comments AS comments_10, h0_.seo AS seo_11, h0_.bookingConditions AS bookingConditions_12, h0_.rooms AS rooms_13, h0_.slug AS slug_14, h0_.email AS email_15, h0_.highlighted AS highlighted_16, h0_.position AS position_17, h0_.searchable AS searchable_18, h0_.created AS created_19, h0_.updated AS updated_20, h0_.bond_instructions AS bond_instructions_21, h0_.priority AS priority_22, h0_.external AS external_23, h0_.source AS source_24, h0_.source_code AS source_code_25, h0_.cancellation_policy AS cancellation_policy_26, h0_.commission AS commission_27, 6371 * 2 * ASIN(SQRT(POWER(SIN(RADIANS(? - ABS(a1_.latitude))),2) + COS(RADIANS(?)) * COS(RADIANS(ABS(a1_.latitude))) * POWER(SIN(RADIANS(? - a1_.longitude)),2))) AS sclr_28, h0_.main_image_id AS main_image_id_29, h0_.hotel_type_id AS hotel_type_id_30, h0_.zone_id AS zone_id_31, h0_.address_id AS address_id_32 FROM hotel h0_ INNER JOIN address a1_ ON h0_.address_id = a1_.id WHERE h0_.searchable = 1 AND h0_.external = ? HAVING (sclr_28 < ?)
Parameters:
[
  37.0924307
  37.0924307
  -3.1620578
  0
  150
]
25 1.06 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.weight AS weight_3, t0.slug AS slug_4, t0.parent_id AS parent_id_5 FROM category t0 WHERE t0.id = ?
Parameters:
[
  2524
]
26 0.91 ms
SELECT t0.id AS id_1, t0.city AS city_2, t0.address AS address_3, t0.country AS country_4, t0.location AS location_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.postalCode AS postalCode_8 FROM address t0 WHERE t0.id = ?
Parameters:
[
  2220
]
27 1.83 ms
SELECT MIN(p0_.min_price) AS sclr_0 FROM hotel h1_ INNER JOIN hotel_rates h2_ ON h1_.id = h2_.hotel_id INNER JOIN price_rate p0_ ON p0_.id = h2_.rate_id AND p0_.rate_type IN ('hotel_rate') WHERE p0_.date >= ? AND p0_.date < ? AND p0_.days <= ? AND h1_.id = ?
Parameters:
[
  "2026-04-17 00:00:00"
  "2026-04-19 00:00:00"
  "2"
  2240
]
28 1.43 ms
SELECT r.id, r.`date`, r.prices, r.name, r.`percentage` as percentage, r.`days`
            FROM product_rates d
            JOIN price_rate r on (r.id = d.rate_id)
            WHERE d.product_id = ?
            AND r.date = ?
            AND r.days <= ?
Parameters:
[
  1449
  "2026-04-18"
  2
]
29 0.96 ms
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.stars AS stars_2, h0_.phone AS phone_3, h0_.score AS score_4, h0_.description AS description_5, h0_.area_description AS area_description_6, h0_.room_description AS room_description_7, h0_.service_description AS service_description_8, h0_.restaurant_description AS restaurant_description_9, h0_.comments AS comments_10, h0_.seo AS seo_11, h0_.bookingConditions AS bookingConditions_12, h0_.rooms AS rooms_13, h0_.slug AS slug_14, h0_.email AS email_15, h0_.highlighted AS highlighted_16, h0_.position AS position_17, h0_.searchable AS searchable_18, h0_.created AS created_19, h0_.updated AS updated_20, h0_.bond_instructions AS bond_instructions_21, h0_.priority AS priority_22, h0_.external AS external_23, h0_.source AS source_24, h0_.source_code AS source_code_25, h0_.cancellation_policy AS cancellation_policy_26, h0_.commission AS commission_27, h0_.main_image_id AS main_image_id_28, h0_.hotel_type_id AS hotel_type_id_29, h0_.zone_id AS zone_id_30, h0_.address_id AS address_id_31 FROM hotel h0_ INNER JOIN hotel_product h2_ ON h0_.id = h2_.hotel_id INNER JOIN product p1_ ON p1_.id = h2_.product_id AND p1_.product_type IN ('product', 'ski', 'activity', 'pack') WHERE p1_.id = ? AND h0_.external = ?
Parameters:
[
  1449
  0
]
30 0.80 ms
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.stars AS stars_2, h0_.phone AS phone_3, h0_.score AS score_4, h0_.description AS description_5, h0_.area_description AS area_description_6, h0_.room_description AS room_description_7, h0_.service_description AS service_description_8, h0_.restaurant_description AS restaurant_description_9, h0_.comments AS comments_10, h0_.seo AS seo_11, h0_.bookingConditions AS bookingConditions_12, h0_.rooms AS rooms_13, h0_.slug AS slug_14, h0_.email AS email_15, h0_.highlighted AS highlighted_16, h0_.position AS position_17, h0_.searchable AS searchable_18, h0_.created AS created_19, h0_.updated AS updated_20, h0_.bond_instructions AS bond_instructions_21, h0_.priority AS priority_22, h0_.external AS external_23, h0_.source AS source_24, h0_.source_code AS source_code_25, h0_.cancellation_policy AS cancellation_policy_26, h0_.commission AS commission_27, 6371 * 2 * ASIN(SQRT(POWER(SIN(RADIANS(? - ABS(a1_.latitude))),2) + COS(RADIANS(?)) * COS(RADIANS(ABS(a1_.latitude))) * POWER(SIN(RADIANS(? - a1_.longitude)),2))) AS sclr_28, h0_.main_image_id AS main_image_id_29, h0_.hotel_type_id AS hotel_type_id_30, h0_.zone_id AS zone_id_31, h0_.address_id AS address_id_32 FROM hotel h0_ INNER JOIN address a1_ ON h0_.address_id = a1_.id WHERE h0_.searchable = 1 AND h0_.external = ? HAVING (sclr_28 < ?)
Parameters:
[
  37.0924307
  37.0924307
  -3.1620578
  0
  150
]
31 1.42 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.weight AS weight_3, t0.slug AS slug_4, t0.parent_id AS parent_id_5 FROM category t0 WHERE t0.id = ?
Parameters:
[
  2524
]
32 2.32 ms
SELECT t0.id AS id_1, t0.city AS city_2, t0.address AS address_3, t0.country AS country_4, t0.location AS location_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.postalCode AS postalCode_8 FROM address t0 WHERE t0.id = ?
Parameters:
[
  2220
]
33 3.36 ms
SELECT MIN(p0_.min_price) AS sclr_0 FROM hotel h1_ INNER JOIN hotel_rates h2_ ON h1_.id = h2_.hotel_id INNER JOIN price_rate p0_ ON p0_.id = h2_.rate_id AND p0_.rate_type IN ('hotel_rate') WHERE p0_.date >= ? AND p0_.date < ? AND p0_.days <= ? AND h1_.id = ?
Parameters:
[
  "2026-04-24 00:00:00"
  "2026-04-26 00:00:00"
  "2"
  2240
]
34 2.71 ms
SELECT r.id, r.`date`, r.prices, r.name, r.`percentage` as percentage, r.`days`
            FROM product_rates d
            JOIN price_rate r on (r.id = d.rate_id)
            WHERE d.product_id = ?
            AND r.date = ?
            AND r.days <= ?
Parameters:
[
  1449
  "2026-04-25"
  2
]
35 3.13 ms
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.stars AS stars_2, h0_.phone AS phone_3, h0_.score AS score_4, h0_.description AS description_5, h0_.area_description AS area_description_6, h0_.room_description AS room_description_7, h0_.service_description AS service_description_8, h0_.restaurant_description AS restaurant_description_9, h0_.comments AS comments_10, h0_.seo AS seo_11, h0_.bookingConditions AS bookingConditions_12, h0_.rooms AS rooms_13, h0_.slug AS slug_14, h0_.email AS email_15, h0_.highlighted AS highlighted_16, h0_.position AS position_17, h0_.searchable AS searchable_18, h0_.created AS created_19, h0_.updated AS updated_20, h0_.bond_instructions AS bond_instructions_21, h0_.priority AS priority_22, h0_.external AS external_23, h0_.source AS source_24, h0_.source_code AS source_code_25, h0_.cancellation_policy AS cancellation_policy_26, h0_.commission AS commission_27, h0_.main_image_id AS main_image_id_28, h0_.hotel_type_id AS hotel_type_id_29, h0_.zone_id AS zone_id_30, h0_.address_id AS address_id_31 FROM hotel h0_ INNER JOIN hotel_product h2_ ON h0_.id = h2_.hotel_id INNER JOIN product p1_ ON p1_.id = h2_.product_id AND p1_.product_type IN ('product', 'ski', 'activity', 'pack') WHERE p1_.id = ? AND h0_.external = ?
Parameters:
[
  1449
  0
]
36 2.77 ms
SELECT h0_.id AS id_0, h0_.name AS name_1, h0_.stars AS stars_2, h0_.phone AS phone_3, h0_.score AS score_4, h0_.description AS description_5, h0_.area_description AS area_description_6, h0_.room_description AS room_description_7, h0_.service_description AS service_description_8, h0_.restaurant_description AS restaurant_description_9, h0_.comments AS comments_10, h0_.seo AS seo_11, h0_.bookingConditions AS bookingConditions_12, h0_.rooms AS rooms_13, h0_.slug AS slug_14, h0_.email AS email_15, h0_.highlighted AS highlighted_16, h0_.position AS position_17, h0_.searchable AS searchable_18, h0_.created AS created_19, h0_.updated AS updated_20, h0_.bond_instructions AS bond_instructions_21, h0_.priority AS priority_22, h0_.external AS external_23, h0_.source AS source_24, h0_.source_code AS source_code_25, h0_.cancellation_policy AS cancellation_policy_26, h0_.commission AS commission_27, 6371 * 2 * ASIN(SQRT(POWER(SIN(RADIANS(? - ABS(a1_.latitude))),2) + COS(RADIANS(?)) * COS(RADIANS(ABS(a1_.latitude))) * POWER(SIN(RADIANS(? - a1_.longitude)),2))) AS sclr_28, h0_.main_image_id AS main_image_id_29, h0_.hotel_type_id AS hotel_type_id_30, h0_.zone_id AS zone_id_31, h0_.address_id AS address_id_32 FROM hotel h0_ INNER JOIN address a1_ ON h0_.address_id = a1_.id WHERE h0_.searchable = 1 AND h0_.external = ? HAVING (sclr_28 < ?)
Parameters:
[
  37.0924307
  37.0924307
  -3.1620578
  0
  150
]
37 0.75 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.weight AS weight_3, t0.slug AS slug_4, t0.parent_id AS parent_id_5 FROM category t0 WHERE t0.id = ?
Parameters:
[
  2524
]
38 0.42 ms
SELECT t0.id AS id_1, t0.city AS city_2, t0.address AS address_3, t0.country AS country_4, t0.location AS location_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.postalCode AS postalCode_8 FROM address t0 WHERE t0.id = ?
Parameters:
[
  2220
]
39 1.81 ms
SELECT MIN(p0_.min_price) AS sclr_0 FROM hotel h1_ INNER JOIN hotel_rates h2_ ON h1_.id = h2_.hotel_id INNER JOIN price_rate p0_ ON p0_.id = h2_.rate_id AND p0_.rate_type IN ('hotel_rate') WHERE p0_.date >= ? AND p0_.date < ? AND p0_.days <= ? AND h1_.id = ?
Parameters:
[
  "2026-05-01 00:00:00"
  "2026-05-03 00:00:00"
  "2"
  2240
]
40 2.17 ms
SELECT r.id, r.`date`, r.prices, r.name, r.`percentage` as percentage, r.`days`
            FROM product_rates d
            JOIN price_rate r on (r.id = d.rate_id)
            WHERE d.product_id = ?
            AND r.date = ?
            AND r.days <= ?
Parameters:
[
  1449
  "2026-05-02"
  2
]
41 1.24 ms
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.location AS location_2, d0_.description AS description_3, d0_.seo AS seo_4, d0_.slug AS slug_5, d0_.created AS created_6, d0_.updated AS updated_7, d0_.priority AS priority_8, d0_.active AS active_9, d0_.ski_max_height AS ski_max_height_10, d0_.ski_min_height AS ski_min_height_11, d0_.ski_kms AS ski_kms_12, d0_.ski_slopes AS ski_slopes_13, d0_.ski_greens AS ski_greens_14, d0_.ski_blues AS ski_blues_15, d0_.ski_reds AS ski_reds_16, d0_.ski_blacks AS ski_blacks_17, d0_.ski_facilities AS ski_facilities_18, d0_.ski_services AS ski_services_19, d0_.ski_forecast AS ski_forecast_20, d0_.geo_location_latitude AS geo_location_latitude_21, d0_.geo_location_longitude AS geo_location_longitude_22, d0_.main_image_id AS main_image_id_23, d0_.zone_id AS zone_id_24, d0_.category_id AS category_id_25 FROM destination d0_ ORDER BY d0_.priority DESC
Parameters:
[]
42 2.50 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.weight AS weight_3, t0.slug AS slug_4, t0.parent_id AS parent_id_5 FROM category t0 WHERE t0.id = ?
Parameters:
[
  2537
]
43 1.00 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.config_key AS config_key_3, t0.settings AS settings_4 FROM configuration t0 WHERE t0.config_key = ? LIMIT 1
Parameters:
[
  "homepage"
]
44 2.10 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.path AS path_4, t0.file_type AS file_type_5 FROM image t0 WHERE t0.id = ?
Parameters:
[
  8176
]

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
Uniski\ResourceBundle\Entity\Destination 70
Uniski\ResourceBundle\Entity\Image 56
Uniski\ConfigBundle\Entity\Category 10
Uniski\ConfigBundle\Entity\Configuration 1