| 1 |
0.17 ms |
SELECT a0_.id AS id_0, a0_.slug AS slug_1, a0_.label AS label_2, a0_.property_listing_type_id AS property_listing_type_id_3, a0_.language_id AS language_id_4 FROM ax_property_listing_type_translation a0_ INNER JOIN ax_language a1_ ON a0_.language_id = a1_.id WHERE a0_.slug = ? AND a1_.locale = ?
Parameters: [
"de-vanzare"
"ro"
]
SELECT a0_.id AS id_0, a0_.slug AS slug_1, a0_.label AS label_2, a0_.property_listing_type_id AS property_listing_type_id_3, a0_.language_id AS language_id_4 FROM ax_property_listing_type_translation a0_ INNER JOIN ax_language a1_ ON a0_.language_id = a1_.id WHERE a0_.slug = 'de-vanzare' AND a1_.locale = 'ro';
|
| 2 |
0.19 ms |
SELECT a0_.id AS id_0, a0_.slug AS slug_1, a0_.label AS label_2, a0_.property_type_id AS property_type_id_3, a0_.language_id AS language_id_4 FROM ax_property_type_translation a0_ INNER JOIN ax_language a1_ ON a0_.language_id = a1_.id WHERE a0_.slug = ? AND a1_.locale = ?
Parameters: [
"teren"
"ro"
]
SELECT a0_.id AS id_0, a0_.slug AS slug_1, a0_.label AS label_2, a0_.property_type_id AS property_type_id_3, a0_.language_id AS language_id_4 FROM ax_property_type_translation a0_ INNER JOIN ax_language a1_ ON a0_.language_id = a1_.id WHERE a0_.slug = 'teren' AND a1_.locale = 'ro';
|
| 3 |
0.13 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3 FROM ax_district t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"hancesti"
]
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3 FROM ax_district t0 WHERE t0.slug = 'hancesti' LIMIT 1;
|
| 4 |
0.12 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3 FROM ax_language t0 WHERE t0.locale = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.locale AS locale_3 FROM ax_language t0 WHERE t0.locale = 'ro' LIMIT 1;
|
| 5 |
0.13 ms |
SELECT a0_.id AS id_0, a0_.name AS name_1 FROM ax_property_listing_type a0_
SELECT a0_.id AS id_0, a0_.name AS name_1 FROM ax_property_listing_type a0_;
|
| 6 |
0.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM ax_property_type t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2 FROM ax_property_type t0 WHERE t0.id = 3;
|
| 7 |
0.40 ms |
SELECT DISTINCT a0_.id AS id_0, a0_.price AS price_1 FROM ax_property a0_ INNER JOIN ax_locality a1_ ON a0_.locality_id = a1_.id AND (a0_.locality_id = a1_.id) INNER JOIN ax_district a2_ ON a1_.district_id = a2_.id AND (a1_.district_id = a2_.id) INNER JOIN ax_property_sub_type a3_ ON a0_.property_sub_type_id = a3_.id AND (a0_.property_sub_type_id = a3_.id) INNER JOIN ax_property_type a4_ ON a3_.property_type_id = a4_.id AND (a3_.property_type_id = a4_.id) WHERE a2_.id = ? AND a0_.property_listing_type_id = ? AND a3_.property_type_id = ? AND a0_.client_status = ? AND a0_.server_status = ? ORDER BY a0_.price ASC LIMIT 10
Parameters: [
"53"
1
3
"active"
"ok"
]
SELECT DISTINCT a0_.id AS id_0, a0_.price AS price_1 FROM ax_property a0_ INNER JOIN ax_locality a1_ ON a0_.locality_id = a1_.id AND (a0_.locality_id = a1_.id) INNER JOIN ax_district a2_ ON a1_.district_id = a2_.id AND (a1_.district_id = a2_.id) INNER JOIN ax_property_sub_type a3_ ON a0_.property_sub_type_id = a3_.id AND (a0_.property_sub_type_id = a3_.id) INNER JOIN ax_property_type a4_ ON a3_.property_type_id = a4_.id AND (a3_.property_type_id = a4_.id) WHERE a2_.id = '53' AND a0_.property_listing_type_id = 1 AND a3_.property_type_id = 3 AND a0_.client_status = 'active' AND a0_.server_status = 'ok' ORDER BY a0_.price ASC LIMIT 10;
|
| 8 |
0.75 ms |
SELECT a0_.id AS id_0, a0_.cadastral_id AS cadastral_id_1, a0_.cadastral_type AS cadastral_type_2, a0_.address AS address_3, a0_.use_for AS use_for_4, a0_.land_area AS land_area_5, a0_.area AS area_6, a0_.ownership AS ownership_7, ST_AsText(a0_.multipolygon_moldref) AS multipolygon_moldref_8, ST_AsText(a0_.multipolygon) AS multipolygon_9, ST_AsText(a0_.centroid) AS centroid_10, a0_.geohash AS geohash_11, a0_.country AS country_12, a0_.administrative_area_level_one AS administrative_area_level_one_13, a0_.administrative_area_level_one_slug AS administrative_area_level_one_slug_14, a0_.administrative_area_level_two AS administrative_area_level_two_15, a0_.locality_long_name AS locality_long_name_16, a0_.locality_long_name_slug AS locality_long_name_slug_17, a0_.sublocality AS sublocality_18, a0_.route AS route_19, a0_.street_number AS street_number_20, a0_.formatted_address AS formatted_address_21, a0_.lat AS lat_22, a0_.lng AS lng_23, a0_.place_id AS place_id_24, a0_.price AS price_25, a0_.price_per_square_meter AS price_per_square_meter_26, a0_.monthly_expenses AS monthly_expenses_27, a0_.orientation AS orientation_28, a0_.levels AS levels_29, a0_.bedrooms AS bedrooms_30, a0_.bathrooms AS bathrooms_31, a0_.wc AS wc_32, a0_.kitchens AS kitchens_33, a0_.livingrooms AS livingrooms_34, a0_.balconies AS balconies_35, a0_.heating_type AS heating_type_36, a0_.heating_medium AS heating_medium_37, a0_.ac AS ac_38, a0_.energy_class AS energy_class_39, a0_.new_development AS new_development_40, a0_.renovated AS renovated_41, a0_.requires_renovation AS requires_renovation_42, a0_.unfinished AS unfinished_43, a0_.under_construction AS under_construction_44, a0_.air_conditioning AS air_conditioning_45, a0_.heating_under_floor AS heating_under_floor_46, a0_.fireplace AS fireplace_47, a0_.alarm AS alarm_48, a0_.secure_door AS secure_door_49, a0_.storage_space AS storage_space_50, a0_.garden AS garden_51, a0_.garage AS garage_52, a0_.parking_space AS parking_space_53, a0_.solar_water_heater AS solar_water_heater_54, a0_.swimming_pool AS swimming_pool_55, a0_.floor AS floor_56, a0_.is_top_floor AS is_top_floor_57, a0_.elevator AS elevator_58, a0_.penthouse AS penthouse_59, a0_.zone AS zone_60, a0_.construction_year AS construction_year_61, a0_.furnished AS furnished_62, a0_.pets_allowed AS pets_allowed_63, a0_.land_classification AS land_classification_64, a0_.is_corner AS is_corner_65, a0_.youtube_video_id AS youtube_video_id_66, a0_.instagram_reel_id AS instagram_reel_id_67, a0_.client_status AS client_status_68, a0_.server_status AS server_status_69, a0_.views AS views_70, a0_.is_promoted AS is_promoted_71, a0_.available_date AS available_date_72, a0_.expiration_date AS expiration_date_73, a0_.created_at AS created_at_74, a0_.updated_at AS updated_at_75, a0_.user_id AS user_id_76, a0_.locality_id AS locality_id_77, a0_.property_sub_type_id AS property_sub_type_id_78, a0_.property_listing_type_id AS property_listing_type_id_79, a0_.residential_complex_id AS residential_complex_id_80 FROM ax_property a0_ INNER JOIN ax_locality a1_ ON a0_.locality_id = a1_.id AND (a0_.locality_id = a1_.id) INNER JOIN ax_district a2_ ON a1_.district_id = a2_.id AND (a1_.district_id = a2_.id) INNER JOIN ax_property_sub_type a3_ ON a0_.property_sub_type_id = a3_.id AND (a0_.property_sub_type_id = a3_.id) INNER JOIN ax_property_type a4_ ON a3_.property_type_id = a4_.id AND (a3_.property_type_id = a4_.id) WHERE a2_.id = ? AND a0_.property_listing_type_id = ? AND a3_.property_type_id = ? AND a0_.client_status = ? AND a0_.server_status = ? AND a0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY a0_.price ASC
Parameters: [
"53"
1
3
"active"
"ok"
13
12
3
2
4
8
9
10
5
1
]
SELECT
a0_.id AS id_0,
a0_.cadastral_id AS cadastral_id_1,
a0_.cadastral_type AS cadastral_type_2,
a0_.address AS address_3,
a0_.use_for AS use_for_4,
a0_.land_area AS land_area_5,
a0_.area AS area_6,
a0_.ownership AS ownership_7,
ST_AsText(a0_.multipolygon_moldref) AS multipolygon_moldref_8,
ST_AsText(a0_.multipolygon) AS multipolygon_9,
ST_AsText(a0_.centroid) AS centroid_10,
a0_.geohash AS geohash_11,
a0_.country AS country_12,
a0_.administrative_area_level_one AS administrative_area_level_one_13,
a0_.administrative_area_level_one_slug AS administrative_area_level_one_slug_14,
a0_.administrative_area_level_two AS administrative_area_level_two_15,
a0_.locality_long_name AS locality_long_name_16,
a0_.locality_long_name_slug AS locality_long_name_slug_17,
a0_.sublocality AS sublocality_18,
a0_.route AS route_19,
a0_.street_number AS street_number_20,
a0_.formatted_address AS formatted_address_21,
a0_.lat AS lat_22,
a0_.lng AS lng_23,
a0_.place_id AS place_id_24,
a0_.price AS price_25,
a0_.price_per_square_meter AS price_per_square_meter_26,
a0_.monthly_expenses AS monthly_expenses_27,
a0_.orientation AS orientation_28,
a0_.levels AS levels_29,
a0_.bedrooms AS bedrooms_30,
a0_.bathrooms AS bathrooms_31,
a0_.wc AS wc_32,
a0_.kitchens AS kitchens_33,
a0_.livingrooms AS livingrooms_34,
a0_.balconies AS balconies_35,
a0_.heating_type AS heating_type_36,
a0_.heating_medium AS heating_medium_37,
a0_.ac AS ac_38,
a0_.energy_class AS energy_class_39,
a0_.new_development AS new_development_40,
a0_.renovated AS renovated_41,
a0_.requires_renovation AS requires_renovation_42,
a0_.unfinished AS unfinished_43,
a0_.under_construction AS under_construction_44,
a0_.air_conditioning AS air_conditioning_45,
a0_.heating_under_floor AS heating_under_floor_46,
a0_.fireplace AS fireplace_47,
a0_.alarm AS alarm_48,
a0_.secure_door AS secure_door_49,
a0_.storage_space AS storage_space_50,
a0_.garden AS garden_51,
a0_.garage AS garage_52,
a0_.parking_space AS parking_space_53,
a0_.solar_water_heater AS solar_water_heater_54,
a0_.swimming_pool AS swimming_pool_55,
a0_.floor AS floor_56,
a0_.is_top_floor AS is_top_floor_57,
a0_.elevator AS elevator_58,
a0_.penthouse AS penthouse_59,
a0_.zone AS zone_60,
a0_.construction_year AS construction_year_61,
a0_.furnished AS furnished_62,
a0_.pets_allowed AS pets_allowed_63,
a0_.land_classification AS land_classification_64,
a0_.is_corner AS is_corner_65,
a0_.youtube_video_id AS youtube_video_id_66,
a0_.instagram_reel_id AS instagram_reel_id_67,
a0_.client_status AS client_status_68,
a0_.server_status AS server_status_69,
a0_.views AS views_70,
a0_.is_promoted AS is_promoted_71,
a0_.available_date AS available_date_72,
a0_.expiration_date AS expiration_date_73,
a0_.created_at AS created_at_74,
a0_.updated_at AS updated_at_75,
a0_.user_id AS user_id_76,
a0_.locality_id AS locality_id_77,
a0_.property_sub_type_id AS property_sub_type_id_78,
a0_.property_listing_type_id AS property_listing_type_id_79,
a0_.residential_complex_id AS residential_complex_id_80
FROM
ax_property a0_
INNER JOIN ax_locality a1_ ON a0_.locality_id = a1_.id
AND (a0_.locality_id = a1_.id)
INNER JOIN ax_district a2_ ON a1_.district_id = a2_.id
AND (a1_.district_id = a2_.id)
INNER JOIN ax_property_sub_type a3_ ON a0_.property_sub_type_id = a3_.id
AND (
a0_.property_sub_type_id = a3_.id
)
INNER JOIN ax_property_type a4_ ON a3_.property_type_id = a4_.id
AND (a3_.property_type_id = a4_.id)
WHERE
a2_.id = ?
AND a0_.property_listing_type_id = ?
AND a3_.property_type_id = ?
AND a0_.client_status = ?
AND a0_.server_status = ?
AND a0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
ORDER BY
a0_.price ASC
SELECT a0_.id AS id_0, a0_.cadastral_id AS cadastral_id_1, a0_.cadastral_type AS cadastral_type_2, a0_.address AS address_3, a0_.use_for AS use_for_4, a0_.land_area AS land_area_5, a0_.area AS area_6, a0_.ownership AS ownership_7, ST_AsText(a0_.multipolygon_moldref) AS multipolygon_moldref_8, ST_AsText(a0_.multipolygon) AS multipolygon_9, ST_AsText(a0_.centroid) AS centroid_10, a0_.geohash AS geohash_11, a0_.country AS country_12, a0_.administrative_area_level_one AS administrative_area_level_one_13, a0_.administrative_area_level_one_slug AS administrative_area_level_one_slug_14, a0_.administrative_area_level_two AS administrative_area_level_two_15, a0_.locality_long_name AS locality_long_name_16, a0_.locality_long_name_slug AS locality_long_name_slug_17, a0_.sublocality AS sublocality_18, a0_.route AS route_19, a0_.street_number AS street_number_20, a0_.formatted_address AS formatted_address_21, a0_.lat AS lat_22, a0_.lng AS lng_23, a0_.place_id AS place_id_24, a0_.price AS price_25, a0_.price_per_square_meter AS price_per_square_meter_26, a0_.monthly_expenses AS monthly_expenses_27, a0_.orientation AS orientation_28, a0_.levels AS levels_29, a0_.bedrooms AS bedrooms_30, a0_.bathrooms AS bathrooms_31, a0_.wc AS wc_32, a0_.kitchens AS kitchens_33, a0_.livingrooms AS livingrooms_34, a0_.balconies AS balconies_35, a0_.heating_type AS heating_type_36, a0_.heating_medium AS heating_medium_37, a0_.ac AS ac_38, a0_.energy_class AS energy_class_39, a0_.new_development AS new_development_40, a0_.renovated AS renovated_41, a0_.requires_renovation AS requires_renovation_42, a0_.unfinished AS unfinished_43, a0_.under_construction AS under_construction_44, a0_.air_conditioning AS air_conditioning_45, a0_.heating_under_floor AS heating_under_floor_46, a0_.fireplace AS fireplace_47, a0_.alarm AS alarm_48, a0_.secure_door AS secure_door_49, a0_.storage_space AS storage_space_50, a0_.garden AS garden_51, a0_.garage AS garage_52, a0_.parking_space AS parking_space_53, a0_.solar_water_heater AS solar_water_heater_54, a0_.swimming_pool AS swimming_pool_55, a0_.floor AS floor_56, a0_.is_top_floor AS is_top_floor_57, a0_.elevator AS elevator_58, a0_.penthouse AS penthouse_59, a0_.zone AS zone_60, a0_.construction_year AS construction_year_61, a0_.furnished AS furnished_62, a0_.pets_allowed AS pets_allowed_63, a0_.land_classification AS land_classification_64, a0_.is_corner AS is_corner_65, a0_.youtube_video_id AS youtube_video_id_66, a0_.instagram_reel_id AS instagram_reel_id_67, a0_.client_status AS client_status_68, a0_.server_status AS server_status_69, a0_.views AS views_70, a0_.is_promoted AS is_promoted_71, a0_.available_date AS available_date_72, a0_.expiration_date AS expiration_date_73, a0_.created_at AS created_at_74, a0_.updated_at AS updated_at_75, a0_.user_id AS user_id_76, a0_.locality_id AS locality_id_77, a0_.property_sub_type_id AS property_sub_type_id_78, a0_.property_listing_type_id AS property_listing_type_id_79, a0_.residential_complex_id AS residential_complex_id_80 FROM ax_property a0_ INNER JOIN ax_locality a1_ ON a0_.locality_id = a1_.id AND (a0_.locality_id = a1_.id) INNER JOIN ax_district a2_ ON a1_.district_id = a2_.id AND (a1_.district_id = a2_.id) INNER JOIN ax_property_sub_type a3_ ON a0_.property_sub_type_id = a3_.id AND (a0_.property_sub_type_id = a3_.id) INNER JOIN ax_property_type a4_ ON a3_.property_type_id = a4_.id AND (a3_.property_type_id = a4_.id) WHERE a2_.id = '53' AND a0_.property_listing_type_id = 1 AND a3_.property_type_id = 3 AND a0_.client_status = 'active' AND a0_.server_status = 'ok' AND a0_.id IN (13, 12, 3, 2, 4, 8, 9, 10, 5, 1) ORDER BY a0_.price ASC;
|
| 9 |
0.37 ms |
SELECT count(DISTINCT a0_.id) AS sclr_0 FROM ax_property a0_ INNER JOIN ax_locality a1_ ON a0_.locality_id = a1_.id AND (a0_.locality_id = a1_.id) INNER JOIN ax_district a2_ ON a1_.district_id = a2_.id AND (a1_.district_id = a2_.id) INNER JOIN ax_property_sub_type a3_ ON a0_.property_sub_type_id = a3_.id AND (a0_.property_sub_type_id = a3_.id) INNER JOIN ax_property_type a4_ ON a3_.property_type_id = a4_.id AND (a3_.property_type_id = a4_.id) WHERE a2_.id = ? AND a0_.property_listing_type_id = ? AND a3_.property_type_id = ? AND a0_.client_status = ? AND a0_.server_status = ?
Parameters: [
"53"
1
3
"active"
"ok"
]
SELECT count(DISTINCT a0_.id) AS sclr_0 FROM ax_property a0_ INNER JOIN ax_locality a1_ ON a0_.locality_id = a1_.id AND (a0_.locality_id = a1_.id) INNER JOIN ax_district a2_ ON a1_.district_id = a2_.id AND (a1_.district_id = a2_.id) INNER JOIN ax_property_sub_type a3_ ON a0_.property_sub_type_id = a3_.id AND (a0_.property_sub_type_id = a3_.id) INNER JOIN ax_property_type a4_ ON a3_.property_type_id = a4_.id AND (a3_.property_type_id = a4_.id) WHERE a2_.id = '53' AND a0_.property_listing_type_id = 1 AND a3_.property_type_id = 3 AND a0_.client_status = 'active' AND a0_.server_status = 'ok';
|
| 10 |
0.68 ms |
SELECT a0_.id AS id_0, a0_.cadastral_id AS cadastral_id_1, a0_.cadastral_type AS cadastral_type_2, a0_.address AS address_3, a0_.use_for AS use_for_4, a0_.land_area AS land_area_5, a0_.area AS area_6, a0_.ownership AS ownership_7, ST_AsText(a0_.multipolygon_moldref) AS multipolygon_moldref_8, ST_AsText(a0_.multipolygon) AS multipolygon_9, ST_AsText(a0_.centroid) AS centroid_10, a0_.geohash AS geohash_11, a0_.country AS country_12, a0_.administrative_area_level_one AS administrative_area_level_one_13, a0_.administrative_area_level_one_slug AS administrative_area_level_one_slug_14, a0_.administrative_area_level_two AS administrative_area_level_two_15, a0_.locality_long_name AS locality_long_name_16, a0_.locality_long_name_slug AS locality_long_name_slug_17, a0_.sublocality AS sublocality_18, a0_.route AS route_19, a0_.street_number AS street_number_20, a0_.formatted_address AS formatted_address_21, a0_.lat AS lat_22, a0_.lng AS lng_23, a0_.place_id AS place_id_24, a0_.price AS price_25, a0_.price_per_square_meter AS price_per_square_meter_26, a0_.monthly_expenses AS monthly_expenses_27, a0_.orientation AS orientation_28, a0_.levels AS levels_29, a0_.bedrooms AS bedrooms_30, a0_.bathrooms AS bathrooms_31, a0_.wc AS wc_32, a0_.kitchens AS kitchens_33, a0_.livingrooms AS livingrooms_34, a0_.balconies AS balconies_35, a0_.heating_type AS heating_type_36, a0_.heating_medium AS heating_medium_37, a0_.ac AS ac_38, a0_.energy_class AS energy_class_39, a0_.new_development AS new_development_40, a0_.renovated AS renovated_41, a0_.requires_renovation AS requires_renovation_42, a0_.unfinished AS unfinished_43, a0_.under_construction AS under_construction_44, a0_.air_conditioning AS air_conditioning_45, a0_.heating_under_floor AS heating_under_floor_46, a0_.fireplace AS fireplace_47, a0_.alarm AS alarm_48, a0_.secure_door AS secure_door_49, a0_.storage_space AS storage_space_50, a0_.garden AS garden_51, a0_.garage AS garage_52, a0_.parking_space AS parking_space_53, a0_.solar_water_heater AS solar_water_heater_54, a0_.swimming_pool AS swimming_pool_55, a0_.floor AS floor_56, a0_.is_top_floor AS is_top_floor_57, a0_.elevator AS elevator_58, a0_.penthouse AS penthouse_59, a0_.zone AS zone_60, a0_.construction_year AS construction_year_61, a0_.furnished AS furnished_62, a0_.pets_allowed AS pets_allowed_63, a0_.land_classification AS land_classification_64, a0_.is_corner AS is_corner_65, a0_.youtube_video_id AS youtube_video_id_66, a0_.instagram_reel_id AS instagram_reel_id_67, a0_.client_status AS client_status_68, a0_.server_status AS server_status_69, a0_.views AS views_70, a0_.is_promoted AS is_promoted_71, a0_.available_date AS available_date_72, a0_.expiration_date AS expiration_date_73, a0_.created_at AS created_at_74, a0_.updated_at AS updated_at_75, a0_.user_id AS user_id_76, a0_.locality_id AS locality_id_77, a0_.property_sub_type_id AS property_sub_type_id_78, a0_.property_listing_type_id AS property_listing_type_id_79, a0_.residential_complex_id AS residential_complex_id_80 FROM ax_property a0_ INNER JOIN ax_locality a1_ ON a0_.locality_id = a1_.id AND (a0_.locality_id = a1_.id) INNER JOIN ax_district a2_ ON a1_.district_id = a2_.id AND (a1_.district_id = a2_.id) INNER JOIN ax_property_sub_type a3_ ON a0_.property_sub_type_id = a3_.id AND (a0_.property_sub_type_id = a3_.id) INNER JOIN ax_property_type a4_ ON a3_.property_type_id = a4_.id AND (a3_.property_type_id = a4_.id) WHERE a2_.id = ? AND a0_.property_listing_type_id = ? AND a3_.property_type_id = ? AND a0_.client_status = ? AND a0_.server_status = ? ORDER BY a0_.price ASC
Parameters: [
"53"
1
3
"active"
"ok"
]
SELECT
a0_.id AS id_0,
a0_.cadastral_id AS cadastral_id_1,
a0_.cadastral_type AS cadastral_type_2,
a0_.address AS address_3,
a0_.use_for AS use_for_4,
a0_.land_area AS land_area_5,
a0_.area AS area_6,
a0_.ownership AS ownership_7,
ST_AsText(a0_.multipolygon_moldref) AS multipolygon_moldref_8,
ST_AsText(a0_.multipolygon) AS multipolygon_9,
ST_AsText(a0_.centroid) AS centroid_10,
a0_.geohash AS geohash_11,
a0_.country AS country_12,
a0_.administrative_area_level_one AS administrative_area_level_one_13,
a0_.administrative_area_level_one_slug AS administrative_area_level_one_slug_14,
a0_.administrative_area_level_two AS administrative_area_level_two_15,
a0_.locality_long_name AS locality_long_name_16,
a0_.locality_long_name_slug AS locality_long_name_slug_17,
a0_.sublocality AS sublocality_18,
a0_.route AS route_19,
a0_.street_number AS street_number_20,
a0_.formatted_address AS formatted_address_21,
a0_.lat AS lat_22,
a0_.lng AS lng_23,
a0_.place_id AS place_id_24,
a0_.price AS price_25,
a0_.price_per_square_meter AS price_per_square_meter_26,
a0_.monthly_expenses AS monthly_expenses_27,
a0_.orientation AS orientation_28,
a0_.levels AS levels_29,
a0_.bedrooms AS bedrooms_30,
a0_.bathrooms AS bathrooms_31,
a0_.wc AS wc_32,
a0_.kitchens AS kitchens_33,
a0_.livingrooms AS livingrooms_34,
a0_.balconies AS balconies_35,
a0_.heating_type AS heating_type_36,
a0_.heating_medium AS heating_medium_37,
a0_.ac AS ac_38,
a0_.energy_class AS energy_class_39,
a0_.new_development AS new_development_40,
a0_.renovated AS renovated_41,
a0_.requires_renovation AS requires_renovation_42,
a0_.unfinished AS unfinished_43,
a0_.under_construction AS under_construction_44,
a0_.air_conditioning AS air_conditioning_45,
a0_.heating_under_floor AS heating_under_floor_46,
a0_.fireplace AS fireplace_47,
a0_.alarm AS alarm_48,
a0_.secure_door AS secure_door_49,
a0_.storage_space AS storage_space_50,
a0_.garden AS garden_51,
a0_.garage AS garage_52,
a0_.parking_space AS parking_space_53,
a0_.solar_water_heater AS solar_water_heater_54,
a0_.swimming_pool AS swimming_pool_55,
a0_.floor AS floor_56,
a0_.is_top_floor AS is_top_floor_57,
a0_.elevator AS elevator_58,
a0_.penthouse AS penthouse_59,
a0_.zone AS zone_60,
a0_.construction_year AS construction_year_61,
a0_.furnished AS furnished_62,
a0_.pets_allowed AS pets_allowed_63,
a0_.land_classification AS land_classification_64,
a0_.is_corner AS is_corner_65,
a0_.youtube_video_id AS youtube_video_id_66,
a0_.instagram_reel_id AS instagram_reel_id_67,
a0_.client_status AS client_status_68,
a0_.server_status AS server_status_69,
a0_.views AS views_70,
a0_.is_promoted AS is_promoted_71,
a0_.available_date AS available_date_72,
a0_.expiration_date AS expiration_date_73,
a0_.created_at AS created_at_74,
a0_.updated_at AS updated_at_75,
a0_.user_id AS user_id_76,
a0_.locality_id AS locality_id_77,
a0_.property_sub_type_id AS property_sub_type_id_78,
a0_.property_listing_type_id AS property_listing_type_id_79,
a0_.residential_complex_id AS residential_complex_id_80
FROM
ax_property a0_
INNER JOIN ax_locality a1_ ON a0_.locality_id = a1_.id
AND (a0_.locality_id = a1_.id)
INNER JOIN ax_district a2_ ON a1_.district_id = a2_.id
AND (a1_.district_id = a2_.id)
INNER JOIN ax_property_sub_type a3_ ON a0_.property_sub_type_id = a3_.id
AND (
a0_.property_sub_type_id = a3_.id
)
INNER JOIN ax_property_type a4_ ON a3_.property_type_id = a4_.id
AND (a3_.property_type_id = a4_.id)
WHERE
a2_.id = ?
AND a0_.property_listing_type_id = ?
AND a3_.property_type_id = ?
AND a0_.client_status = ?
AND a0_.server_status = ?
ORDER BY
a0_.price ASC
SELECT a0_.id AS id_0, a0_.cadastral_id AS cadastral_id_1, a0_.cadastral_type AS cadastral_type_2, a0_.address AS address_3, a0_.use_for AS use_for_4, a0_.land_area AS land_area_5, a0_.area AS area_6, a0_.ownership AS ownership_7, ST_AsText(a0_.multipolygon_moldref) AS multipolygon_moldref_8, ST_AsText(a0_.multipolygon) AS multipolygon_9, ST_AsText(a0_.centroid) AS centroid_10, a0_.geohash AS geohash_11, a0_.country AS country_12, a0_.administrative_area_level_one AS administrative_area_level_one_13, a0_.administrative_area_level_one_slug AS administrative_area_level_one_slug_14, a0_.administrative_area_level_two AS administrative_area_level_two_15, a0_.locality_long_name AS locality_long_name_16, a0_.locality_long_name_slug AS locality_long_name_slug_17, a0_.sublocality AS sublocality_18, a0_.route AS route_19, a0_.street_number AS street_number_20, a0_.formatted_address AS formatted_address_21, a0_.lat AS lat_22, a0_.lng AS lng_23, a0_.place_id AS place_id_24, a0_.price AS price_25, a0_.price_per_square_meter AS price_per_square_meter_26, a0_.monthly_expenses AS monthly_expenses_27, a0_.orientation AS orientation_28, a0_.levels AS levels_29, a0_.bedrooms AS bedrooms_30, a0_.bathrooms AS bathrooms_31, a0_.wc AS wc_32, a0_.kitchens AS kitchens_33, a0_.livingrooms AS livingrooms_34, a0_.balconies AS balconies_35, a0_.heating_type AS heating_type_36, a0_.heating_medium AS heating_medium_37, a0_.ac AS ac_38, a0_.energy_class AS energy_class_39, a0_.new_development AS new_development_40, a0_.renovated AS renovated_41, a0_.requires_renovation AS requires_renovation_42, a0_.unfinished AS unfinished_43, a0_.under_construction AS under_construction_44, a0_.air_conditioning AS air_conditioning_45, a0_.heating_under_floor AS heating_under_floor_46, a0_.fireplace AS fireplace_47, a0_.alarm AS alarm_48, a0_.secure_door AS secure_door_49, a0_.storage_space AS storage_space_50, a0_.garden AS garden_51, a0_.garage AS garage_52, a0_.parking_space AS parking_space_53, a0_.solar_water_heater AS solar_water_heater_54, a0_.swimming_pool AS swimming_pool_55, a0_.floor AS floor_56, a0_.is_top_floor AS is_top_floor_57, a0_.elevator AS elevator_58, a0_.penthouse AS penthouse_59, a0_.zone AS zone_60, a0_.construction_year AS construction_year_61, a0_.furnished AS furnished_62, a0_.pets_allowed AS pets_allowed_63, a0_.land_classification AS land_classification_64, a0_.is_corner AS is_corner_65, a0_.youtube_video_id AS youtube_video_id_66, a0_.instagram_reel_id AS instagram_reel_id_67, a0_.client_status AS client_status_68, a0_.server_status AS server_status_69, a0_.views AS views_70, a0_.is_promoted AS is_promoted_71, a0_.available_date AS available_date_72, a0_.expiration_date AS expiration_date_73, a0_.created_at AS created_at_74, a0_.updated_at AS updated_at_75, a0_.user_id AS user_id_76, a0_.locality_id AS locality_id_77, a0_.property_sub_type_id AS property_sub_type_id_78, a0_.property_listing_type_id AS property_listing_type_id_79, a0_.residential_complex_id AS residential_complex_id_80 FROM ax_property a0_ INNER JOIN ax_locality a1_ ON a0_.locality_id = a1_.id AND (a0_.locality_id = a1_.id) INNER JOIN ax_district a2_ ON a1_.district_id = a2_.id AND (a1_.district_id = a2_.id) INNER JOIN ax_property_sub_type a3_ ON a0_.property_sub_type_id = a3_.id AND (a0_.property_sub_type_id = a3_.id) INNER JOIN ax_property_type a4_ ON a3_.property_type_id = a4_.id AND (a3_.property_type_id = a4_.id) WHERE a2_.id = '53' AND a0_.property_listing_type_id = 1 AND a3_.property_type_id = 3 AND a0_.client_status = 'active' AND a0_.server_status = 'ok' ORDER BY a0_.price ASC;
|
| 11 |
0.72 ms |
SELECT a0_.id AS id_0, a0_.slug AS slug_1, a0_.label AS label_2, a0_.property_sub_type_id AS property_sub_type_id_3, a0_.language_id AS language_id_4 FROM ax_property_sub_type_translation a0_ WHERE a0_.language_id = ? AND a0_.property_sub_type_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
2
15
15
15
15
15
15
15
15
15
15
15
15
15
]
SELECT a0_.id AS id_0, a0_.slug AS slug_1, a0_.label AS label_2, a0_.property_sub_type_id AS property_sub_type_id_3, a0_.language_id AS language_id_4 FROM ax_property_sub_type_translation a0_ WHERE a0_.language_id = 2 AND a0_.property_sub_type_id IN (15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15, 15);
|
| 12 |
0.15 ms |
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = 12 ORDER BY t0.created_at ASC;
|
| 13 |
0.13 ms |
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.district_id AS district_id_4 FROM ax_locality t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.district_id AS district_id_4 FROM ax_locality t0 WHERE t0.id = '5332';
|
| 14 |
0.12 ms |
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = :id
Parameters: [
"id" => 12
]
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = 12;
|
| 15 |
0.13 ms |
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = 13 ORDER BY t0.created_at ASC;
|
| 16 |
0.11 ms |
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = :id
Parameters: [
"id" => 13
]
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = 13;
|
| 17 |
0.13 ms |
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = 3 ORDER BY t0.created_at ASC;
|
| 18 |
0.11 ms |
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = :id
Parameters: [
"id" => 3
]
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = 3;
|
| 19 |
0.12 ms |
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = 2 ORDER BY t0.created_at ASC;
|
| 20 |
0.10 ms |
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = :id
Parameters: [
"id" => 2
]
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = 2;
|
| 21 |
0.12 ms |
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = 4 ORDER BY t0.created_at ASC;
|
| 22 |
0.11 ms |
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = :id
Parameters: [
"id" => 4
]
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = 4;
|
| 23 |
0.12 ms |
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = 8 ORDER BY t0.created_at ASC;
|
| 24 |
0.10 ms |
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = :id
Parameters: [
"id" => 8
]
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = 8;
|
| 25 |
0.11 ms |
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = 9 ORDER BY t0.created_at ASC;
|
| 26 |
0.10 ms |
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = :id
Parameters: [
"id" => 9
]
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = 9;
|
| 27 |
0.11 ms |
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = 10 ORDER BY t0.created_at ASC;
|
| 28 |
0.11 ms |
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = :id
Parameters: [
"id" => 10
]
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = 10;
|
| 29 |
0.11 ms |
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = 5 ORDER BY t0.created_at ASC;
|
| 30 |
0.11 ms |
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = :id
Parameters: [
"id" => 5
]
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = 5;
|
| 31 |
0.12 ms |
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = 1 ORDER BY t0.created_at ASC;
|
| 32 |
0.10 ms |
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = :id
Parameters: [
"id" => 1
]
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = 1;
|
| 33 |
0.11 ms |
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = 6 ORDER BY t0.created_at ASC;
|
| 34 |
0.10 ms |
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = :id
Parameters: [
"id" => 6
]
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = 6;
|
| 35 |
0.13 ms |
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = 11 ORDER BY t0.created_at ASC;
|
| 36 |
0.10 ms |
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = :id
Parameters: [
"id" => 11
]
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = 11;
|
| 37 |
0.12 ms |
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = ? ORDER BY t0.created_at ASC
SELECT t0.id AS id_1, t0.lat AS lat_2, t0.lng AS lng_3, t0.formatted_address AS formatted_address_4, t0.created_at AS created_at_5, t0.property_id AS property_id_6 FROM ax_property_image t0 WHERE t0.property_id = 7 ORDER BY t0.created_at ASC;
|
| 38 |
0.10 ms |
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = :id
Parameters: [
"id" => 7
]
SELECT ST_AsGeoJSON(p.multipolygon) AS geojson FROM ax_property p WHERE p.id = 7;
|
| 39 |
0.11 ms |
SELECT a0_.id AS id_0, a0_.name AS name_1 FROM ax_property_type a0_ ORDER BY a0_.id ASC
SELECT a0_.id AS id_0, a0_.name AS name_1 FROM ax_property_type a0_ ORDER BY a0_.id ASC;
|
| 40 |
0.13 ms |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.property_type_id AS property_type_id_2 FROM ax_property_sub_type a0_ WHERE a0_.property_type_id = ? ORDER BY a0_.id ASC
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.property_type_id AS property_type_id_2 FROM ax_property_sub_type a0_ WHERE a0_.property_type_id = 0 ORDER BY a0_.id ASC;
|