GET https://beta.smartimmo-app.com/listing/airbnb?page=2&periodicity=Daily

Query Metrics

11 Database Queries
4 Different statements
30.69 ms Query time
4 Invalid entities

Grouped Statements

Show all queries

Time Count Info
14.61 ms
(47.60%)
2
SELECT CASE WHEN p0_.id = 1 THEN 0 ELSE 1 END AS sclr_0, RAND() AS sclr_1, p1_.id AS id_2, p1_.code AS code_3, p1_.title AS title_4, p1_.type AS type_5, p1_.type_location AS type_location_6, p1_.adress AS adress_7, p1_.city AS city_8, p1_.province AS province_9, p1_.country AS country_10, p1_.status AS status_11, p1_.image AS image_12, p1_.bedroom AS bedroom_13, p1_.bathroom AS bathroom_14, p1_.price AS price_15, p1_.currency AS currency_16, p1_.publish AS publish_17, p1_.uuid AS uuid_18, p1_.registration_step AS registration_step_19, p1_.guests AS guests_20, p1_.livingroom AS livingroom_21, p1_.periodicity AS periodicity_22, p1_.postal_code AS postal_code_23, p1_.appartement_number AS appartement_number_24, p1_.uuid_property AS uuid_property_25, p1_.publish_at AS publish_at_26, p1_.address_view AS address_view_27, p1_.furniture AS furniture_28, p1_.air_condition AS air_condition_29, p1_.pool AS pool_30, p1_.openspaceroof AS openspaceroof_31, p1_.exteriortoilet AS exteriortoilet_32, p1_.securityguard AS securityguard_33, p1_.garden AS garden_34, p1_.wifi AS wifi_35, p1_.parking AS parking_36, p1_.unpublish_at AS unpublish_at_37, p1_.header AS header_38, p1_.pourcerntage_of_booking AS pourcerntage_of_booking_39, p1_.price_of_visit AS price_of_visit_40, p1_.surface_area AS surface_area_41, p1_.relationship_to_property AS relationship_to_property_42, p1_.views AS views_43, p1_.for_agency AS for_agency_44, p1_.cloudpano_tour_url AS cloudpano_tour_url_45, p1_.created_at AS created_at_46, p1_.updated_at AS updated_at_47, p0_.id AS id_48, p0_.name AS name_49, p1_.user_id AS user_id_50, p1_.property_province_id AS property_province_id_51, p1_.property_country_id AS property_country_id_52, p1_.commune_id AS commune_id_53, p1_.property_status_id AS property_status_id_54, p1_.category_id AS category_id_55, p1_.agency_id AS agency_id_56 FROM property p1_ LEFT JOIN property_status p0_ ON p1_.property_status_id = p0_.id WHERE p1_.publish = ? AND p1_.periodicity = ? ORDER BY sclr_0 ASC, sclr_1 ASC LIMIT 54 OFFSET 54
Parameters:
[
  1
  "Daily"
]
9.14 ms
(29.79%)
1
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_2 FROM (SELECT CASE WHEN p0_.id = 1 THEN 0 ELSE 1 END AS sclr_0, RAND() AS sclr_1, p1_.id AS id_2, p1_.code AS code_3, p1_.title AS title_4, p1_.type AS type_5, p1_.type_location AS type_location_6, p1_.adress AS adress_7, p1_.city AS city_8, p1_.province AS province_9, p1_.country AS country_10, p1_.status AS status_11, p1_.image AS image_12, p1_.bedroom AS bedroom_13, p1_.bathroom AS bathroom_14, p1_.price AS price_15, p1_.currency AS currency_16, p1_.publish AS publish_17, p1_.uuid AS uuid_18, p1_.registration_step AS registration_step_19, p1_.guests AS guests_20, p1_.livingroom AS livingroom_21, p1_.periodicity AS periodicity_22, p1_.postal_code AS postal_code_23, p1_.appartement_number AS appartement_number_24, p1_.uuid_property AS uuid_property_25, p1_.publish_at AS publish_at_26, p1_.address_view AS address_view_27, p1_.furniture AS furniture_28, p1_.air_condition AS air_condition_29, p1_.pool AS pool_30, p1_.openspaceroof AS openspaceroof_31, p1_.exteriortoilet AS exteriortoilet_32, p1_.securityguard AS securityguard_33, p1_.garden AS garden_34, p1_.wifi AS wifi_35, p1_.parking AS parking_36, p1_.unpublish_at AS unpublish_at_37, p1_.header AS header_38, p1_.pourcerntage_of_booking AS pourcerntage_of_booking_39, p1_.price_of_visit AS price_of_visit_40, p1_.surface_area AS surface_area_41, p1_.relationship_to_property AS relationship_to_property_42, p1_.views AS views_43, p1_.for_agency AS for_agency_44, p1_.cloudpano_tour_url AS cloudpano_tour_url_45, p1_.created_at AS created_at_46, p1_.updated_at AS updated_at_47, p0_.id AS id_48, p0_.name AS name_49 FROM property p1_ LEFT JOIN property_status p0_ ON p1_.property_status_id = p0_.id WHERE p1_.publish = ? AND p1_.periodicity = ? ORDER BY sclr_0 ASC, sclr_1 ASC) dctrn_result) dctrn_table
Parameters:
[
  1
  "Daily"
]
6.02 ms
(19.61%)
7
SELECT t0.id AS id_1, t0.name AS name_2, t0.province_id AS province_id_3 FROM commune t0 WHERE t0.id = ?
Parameters:
[
  21
]
0.92 ms
(3.00%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.modified_at AS modified_at_4, t0.country_code AS country_code_5, t0.iso_code AS iso_code_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.country_id AS country_id_9 FROM province t0
Parameters:
[]

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.

Entities Mapping

Class Mapping errors
App\Entity\Property No errors.
App\Entity\PropertyStatus No errors.
App\Entity\Province No errors.
App\Entity\Country No errors.
App\Entity\Commune No errors.
App\Entity\Preference
  • The association App\Entity\Preference#leadClaims refers to the owning side field App\Entity\LeadClaims#leadId which does not exist.
App\Entity\User
  • The association App\Entity\User#messengers refers to the owning side field App\Entity\Messenger#receiver which does not exist.
  • The association App\Entity\User#messengersSender refers to the owning side field App\Entity\Messenger#sender which does not exist.
App\Entity\CategoryForProperty No errors.
App\Entity\Agency No errors.
App\Entity\Images No errors.
App\Entity\Favoris No errors.
App\Entity\Messenger No errors.
App\Entity\PropertyReport No errors.
App\Entity\Reservation
  • The association App\Entity\Reservation#services refers to the inverse side field App\Entity\ServiceSup#reservations which does not exist.
App\Entity\ServiceSup
  • The association App\Entity\ServiceSup#user refers to the inverse side field App\Entity\User#serviceSups which does not exist.
App\Entity\Rating No errors.
App\Entity\PropertyView No errors.
App\Entity\Videos No errors.
App\Entity\AgentCoverages No errors.