| 1 |
2.23 ms |
SELECT t0.id AS id_1, t0.zipcode AS zipcode_2, t0.locality AS locality_3, t0.latitude AS latitude_4, t0.longitude AS longitude_5, t0.osm AS osm_6, t0.tier AS tier_7, t0.city AS city_8, t0.slug AS slug_9, t0.search AS search_10, t0.area AS area_11, t0.state AS state_12, t0.illustration AS illustration_13, t0.priority AS priority_14, t0.city_en AS city_en_15, t0.state_en AS state_en_16, t0.search_city AS search_city_17, t0.state_slug AS state_slug_18, t0.state_reference_id AS state_reference_id_19 FROM locality t0 WHERE t0.state_slug = ? LIMIT 1
Parameters: [
"bruxelles-capitale"
]
SELECT t0.id AS id_1, t0.zipcode AS zipcode_2, t0.locality AS locality_3, t0.latitude AS latitude_4, t0.longitude AS longitude_5, t0.osm AS osm_6, t0.tier AS tier_7, t0.city AS city_8, t0.slug AS slug_9, t0.search AS search_10, t0.area AS area_11, t0.state AS state_12, t0.illustration AS illustration_13, t0.priority AS priority_14, t0.city_en AS city_en_15, t0.state_en AS state_en_16, t0.search_city AS search_city_17, t0.state_slug AS state_slug_18, t0.state_reference_id AS state_reference_id_19 FROM locality t0 WHERE t0.state_slug = 'bruxelles-capitale' LIMIT 1;
|
| 2 |
2679.14 ms |
SELECT l0_.id AS id_0, l0_.zipcode AS zipcode_1, l0_.locality AS locality_2, l0_.latitude AS latitude_3, l0_.longitude AS longitude_4, l0_.osm AS osm_5, l0_.tier AS tier_6, l0_.city AS city_7, l0_.slug AS slug_8, l0_.search AS search_9, l0_.area AS area_10, l0_.state AS state_11, l0_.illustration AS illustration_12, l0_.priority AS priority_13, l0_.city_en AS city_en_14, l0_.state_en AS state_en_15, l0_.search_city AS search_city_16, l0_.state_slug AS state_slug_17, l0_.state_reference_id AS state_reference_id_18 FROM locality l0_ WHERE l0_.state_slug = ? AND l0_.priority IS NOT NULL AND (l0_.id = (SELECT MIN(l1_.id) AS sclr_19 FROM locality l1_ WHERE l1_.priority = l0_.priority AND l1_.state_slug = ?)) ORDER BY l0_.priority DESC LIMIT 12
Parameters: [
"bruxelles-capitale"
"bruxelles-capitale"
]
SELECT l0_.id AS id_0, l0_.zipcode AS zipcode_1, l0_.locality AS locality_2, l0_.latitude AS latitude_3, l0_.longitude AS longitude_4, l0_.osm AS osm_5, l0_.tier AS tier_6, l0_.city AS city_7, l0_.slug AS slug_8, l0_.search AS search_9, l0_.area AS area_10, l0_.state AS state_11, l0_.illustration AS illustration_12, l0_.priority AS priority_13, l0_.city_en AS city_en_14, l0_.state_en AS state_en_15, l0_.search_city AS search_city_16, l0_.state_slug AS state_slug_17, l0_.state_reference_id AS state_reference_id_18 FROM locality l0_ WHERE l0_.state_slug = 'bruxelles-capitale' AND l0_.priority IS NOT NULL AND (l0_.id = (SELECT MIN(l1_.id) AS sclr_19 FROM locality l1_ WHERE l1_.priority = l0_.priority AND l1_.state_slug = 'bruxelles-capitale')) ORDER BY l0_.priority DESC LIMIT 12;
|
| 3 |
3.07 ms |
SELECT MAX(p0_.rent) AS sclr_0 FROM property p0_ LEFT JOIN address a1_ ON p0_.address_id = a1_.id WHERE p0_.status = 2 AND a1_.state_slug IN (?)
Parameters: [
"bruxelles-capitale"
]
SELECT MAX(p0_.rent) AS sclr_0 FROM property p0_ LEFT JOIN address a1_ ON p0_.address_id = a1_.id WHERE p0_.status = 2 AND a1_.state_slug IN ('bruxelles-capitale');
|
| 4 |
0.56 ms |
SELECT MIN(p0_.rent) AS sclr_0 FROM property p0_ LEFT JOIN address a1_ ON p0_.address_id = a1_.id WHERE p0_.status = 2 AND a1_.state_slug IN (?)
Parameters: [
"bruxelles-capitale"
]
SELECT MIN(p0_.rent) AS sclr_0 FROM property p0_ LEFT JOIN address a1_ ON p0_.address_id = a1_.id WHERE p0_.status = 2 AND a1_.state_slug IN ('bruxelles-capitale');
|
| 5 |
2.37 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.uid AS uid_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.status AS status_4, p0_.state AS state_5, p0_.type AS type_6, p0_.area AS area_7, p0_.rooms AS rooms_8, p0_.floor AS floor_9, p0_.elevator AS elevator_10, p0_.furnished AS furnished_11, p0_.heating AS heating_12, p0_.equipments AS equipments_13, p0_.benefits AS benefits_14, p0_.rent AS rent_15, p0_.charges AS charges_16, p0_.services AS services_17, p0_.availability_date AS availability_date_18, p0_.description AS description_19, p0_.title AS title_20, p0_.active AS active_21, p0_.score AS score_22, p0_.extrafields AS extrafields_23 FROM property p0_ LEFT JOIN address a1_ ON p0_.address_id = a1_.id WHERE p0_.status = 2 AND a1_.state_slug IN (?) ORDER BY p0_.active DESC, p0_.score DESC, p0_.created_at DESC) dctrn_result) dctrn_table
Parameters: [
"bruxelles-capitale"
]
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.uid AS uid_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.status AS status_4, p0_.state AS state_5, p0_.type AS type_6, p0_.area AS area_7, p0_.rooms AS rooms_8, p0_.floor AS floor_9, p0_.elevator AS elevator_10, p0_.furnished AS furnished_11, p0_.heating AS heating_12, p0_.equipments AS equipments_13, p0_.benefits AS benefits_14, p0_.rent AS rent_15, p0_.charges AS charges_16, p0_.services AS services_17, p0_.availability_date AS availability_date_18, p0_.description AS description_19, p0_.title AS title_20, p0_.active AS active_21, p0_.score AS score_22, p0_.extrafields AS extrafields_23 FROM property p0_ LEFT JOIN address a1_ ON p0_.address_id = a1_.id WHERE p0_.status = 2 AND a1_.state_slug IN ('bruxelles-capitale') ORDER BY p0_.active DESC, p0_.score DESC, p0_.created_at DESC) dctrn_result) dctrn_table;
|
| 6 |
5.40 ms |
SELECT DISTINCT id_0, MIN(sclr_24) AS dctrn_minrownum FROM (SELECT p0_.id AS id_0, p0_.uid AS uid_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.status AS status_4, p0_.state AS state_5, p0_.type AS type_6, p0_.area AS area_7, p0_.rooms AS rooms_8, p0_.floor AS floor_9, p0_.elevator AS elevator_10, p0_.furnished AS furnished_11, p0_.heating AS heating_12, p0_.equipments AS equipments_13, p0_.benefits AS benefits_14, p0_.rent AS rent_15, p0_.charges AS charges_16, p0_.services AS services_17, p0_.availability_date AS availability_date_18, p0_.description AS description_19, p0_.title AS title_20, p0_.active AS active_21, p0_.score AS score_22, p0_.extrafields AS extrafields_23, ROW_NUMBER() OVER(ORDER BY p0_.active DESC, p0_.score DESC, p0_.created_at DESC) AS sclr_24 FROM property p0_ LEFT JOIN address a1_ ON p0_.address_id = a1_.id WHERE p0_.status = 2 AND a1_.state_slug IN (?)) dctrn_result GROUP BY id_0 ORDER BY dctrn_minrownum ASC LIMIT 20
Parameters: [
"bruxelles-capitale"
]
SELECT DISTINCT id_0, MIN(sclr_24) AS dctrn_minrownum FROM (SELECT p0_.id AS id_0, p0_.uid AS uid_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.status AS status_4, p0_.state AS state_5, p0_.type AS type_6, p0_.area AS area_7, p0_.rooms AS rooms_8, p0_.floor AS floor_9, p0_.elevator AS elevator_10, p0_.furnished AS furnished_11, p0_.heating AS heating_12, p0_.equipments AS equipments_13, p0_.benefits AS benefits_14, p0_.rent AS rent_15, p0_.charges AS charges_16, p0_.services AS services_17, p0_.availability_date AS availability_date_18, p0_.description AS description_19, p0_.title AS title_20, p0_.active AS active_21, p0_.score AS score_22, p0_.extrafields AS extrafields_23, ROW_NUMBER() OVER(ORDER BY p0_.active DESC, p0_.score DESC, p0_.created_at DESC) AS sclr_24 FROM property p0_ LEFT JOIN address a1_ ON p0_.address_id = a1_.id WHERE p0_.status = 2 AND a1_.state_slug IN ('bruxelles-capitale')) dctrn_result GROUP BY id_0 ORDER BY dctrn_minrownum ASC LIMIT 20;
|
| 7 |
7.42 ms |
SELECT p0_.id AS id_0, p0_.uid AS uid_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.status AS status_4, p0_.state AS state_5, p0_.type AS type_6, p0_.area AS area_7, p0_.rooms AS rooms_8, p0_.floor AS floor_9, p0_.elevator AS elevator_10, p0_.furnished AS furnished_11, p0_.heating AS heating_12, p0_.equipments AS equipments_13, p0_.benefits AS benefits_14, p0_.rent AS rent_15, p0_.charges AS charges_16, p0_.services AS services_17, p0_.availability_date AS availability_date_18, p0_.description AS description_19, p0_.title AS title_20, p0_.active AS active_21, p0_.score AS score_22, p0_.extrafields AS extrafields_23, p0_.owner_id AS owner_id_24, p0_.address_id AS address_id_25 FROM property p0_ LEFT JOIN address a1_ ON p0_.address_id = a1_.id WHERE p0_.status = 2 AND a1_.state_slug IN (?) AND p0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY p0_.active DESC, p0_.score DESC, p0_.created_at DESC
Parameters: [
"bruxelles-capitale"
305
306
330
338
337
327
334
325
317
320
]
SELECT p0_.id AS id_0, p0_.uid AS uid_1, p0_.created_at AS created_at_2, p0_.updated_at AS updated_at_3, p0_.status AS status_4, p0_.state AS state_5, p0_.type AS type_6, p0_.area AS area_7, p0_.rooms AS rooms_8, p0_.floor AS floor_9, p0_.elevator AS elevator_10, p0_.furnished AS furnished_11, p0_.heating AS heating_12, p0_.equipments AS equipments_13, p0_.benefits AS benefits_14, p0_.rent AS rent_15, p0_.charges AS charges_16, p0_.services AS services_17, p0_.availability_date AS availability_date_18, p0_.description AS description_19, p0_.title AS title_20, p0_.active AS active_21, p0_.score AS score_22, p0_.extrafields AS extrafields_23, p0_.owner_id AS owner_id_24, p0_.address_id AS address_id_25 FROM property p0_ LEFT JOIN address a1_ ON p0_.address_id = a1_.id WHERE p0_.status = 2 AND a1_.state_slug IN ('bruxelles-capitale') AND p0_.id IN (305, 306, 330, 338, 337, 327, 334, 325, 317, 320) ORDER BY p0_.active DESC, p0_.score DESC, p0_.created_at DESC;
|
| 8 |
15.78 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = 305;
|
| 9 |
1.17 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = 305 ORDER BY t0.position ASC;
|
| 10 |
11.51 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = 306;
|
| 11 |
0.59 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = 306 ORDER BY t0.position ASC;
|
| 12 |
0.44 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = 330;
|
| 13 |
0.36 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = 330 ORDER BY t0.position ASC;
|
| 14 |
4.60 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = 338;
|
| 15 |
0.40 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = 338 ORDER BY t0.position ASC;
|
| 16 |
13.87 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = 337;
|
| 17 |
7.62 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = 337 ORDER BY t0.position ASC;
|
| 18 |
0.67 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = 327;
|
| 19 |
0.39 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = 327 ORDER BY t0.position ASC;
|
| 20 |
0.64 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = 334;
|
| 21 |
0.37 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = 334 ORDER BY t0.position ASC;
|
| 22 |
2.77 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = 325;
|
| 23 |
0.36 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = 325 ORDER BY t0.position ASC;
|
| 24 |
9.54 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = 317;
|
| 25 |
7.29 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = 317 ORDER BY t0.position ASC;
|
| 26 |
0.61 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.label AS label_3, t0.address AS address_4, t0.housenumber AS housenumber_5, t0.street AS street_6, t0.city AS city_7, t0.zipcode AS zipcode_8, t0.area AS area_9, t0.context AS context_10, t0.longitude AS longitude_11, t0.latitude AS latitude_12, t0.api_id AS api_id_13, t0.slug AS slug_14, t0.state AS state_15, t0.city_slug AS city_slug_16, t0.area_slug AS area_slug_17, t0.place AS place_18, t0.district AS district_19, t0.tier AS tier_20, t0.hood AS hood_21, t0.state_slug AS state_slug_22 FROM address t0 WHERE t0.id = 320;
|
| 27 |
2.04 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.name AS name_3, t0.position AS position_4, t0.property_id AS property_id_5 FROM property_image t0 WHERE t0.property_id = 320 ORDER BY t0.position ASC;
|