Query Metrics
9
Database Queries
6
Different statements
53.76 ms
Query time
4
Invalid entities
Queries
#▲ | Time | Info | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 20.34 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_0 FROM (SELECT p0_.id AS id_0, p0_.code AS code_1, p0_.title AS title_2, p0_.type AS type_3, p0_.type_location AS type_location_4, p0_.adress AS adress_5, p0_.city AS city_6, p0_.province AS province_7, p0_.country AS country_8, p0_.status AS status_9, p0_.image AS image_10, p0_.bedroom AS bedroom_11, p0_.bathroom AS bathroom_12, p0_.price AS price_13, p0_.currency AS currency_14, p0_.publish AS publish_15, p0_.uuid AS uuid_16, p0_.registration_step AS registration_step_17, p0_.guests AS guests_18, p0_.livingroom AS livingroom_19, p0_.periodicity AS periodicity_20, p0_.postal_code AS postal_code_21, p0_.appartement_number AS appartement_number_22, p0_.uuid_property AS uuid_property_23, p0_.publish_at AS publish_at_24, p0_.address_view AS address_view_25, p0_.furniture AS furniture_26, p0_.air_condition AS air_condition_27, p0_.pool AS pool_28, p0_.openspaceroof AS openspaceroof_29, p0_.exteriortoilet AS exteriortoilet_30, p0_.securityguard AS securityguard_31, p0_.garden AS garden_32, p0_.wifi AS wifi_33, p0_.parking AS parking_34, p0_.unpublish_at AS unpublish_at_35, p0_.header AS header_36, p0_.pourcerntage_of_booking AS pourcerntage_of_booking_37, p0_.price_of_visit AS price_of_visit_38, p0_.surface_area AS surface_area_39, p0_.relationship_to_property AS relationship_to_property_40, p0_.created_at AS created_at_41, p0_.updated_at AS updated_at_42, CASE WHEN p1_.name = 'Disponible' THEN 0 ELSE 1 END AS sclr_43, RAND() AS sclr_44 FROM property p0_ INNER JOIN province p2_ ON p0_.property_province_id = p2_.id INNER JOIN property_status p1_ ON p0_.property_status_id = p1_.id WHERE p2_.name = ? AND p0_.periodicity = ? AND p0_.publish = ? ORDER BY sclr_44 ASC) dctrn_result) dctrn_table
Parameters:
[ "Kinshasa" "Monthly" 1 ]
|
||||||||||||||||||||||||||||
2 | 1.00 ms |
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:
[]
|
||||||||||||||||||||||||||||
3 | 0.92 ms |
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 WHERE t0.name = ?
Parameters:
[
"Kinshasa"
]
|
||||||||||||||||||||||||||||
4 | 0.92 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.province_id AS province_id_3 FROM commune t0 WHERE t0.province_id IN (?)
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
5 | 11.83 ms |
SELECT p0_.id AS id_0, p0_.code AS code_1, p0_.title AS title_2, p0_.type AS type_3, p0_.type_location AS type_location_4, p0_.adress AS adress_5, p0_.city AS city_6, p0_.province AS province_7, p0_.country AS country_8, p0_.status AS status_9, p0_.image AS image_10, p0_.bedroom AS bedroom_11, p0_.bathroom AS bathroom_12, p0_.price AS price_13, p0_.currency AS currency_14, p0_.publish AS publish_15, p0_.uuid AS uuid_16, p0_.registration_step AS registration_step_17, p0_.guests AS guests_18, p0_.livingroom AS livingroom_19, p0_.periodicity AS periodicity_20, p0_.postal_code AS postal_code_21, p0_.appartement_number AS appartement_number_22, p0_.uuid_property AS uuid_property_23, p0_.publish_at AS publish_at_24, p0_.address_view AS address_view_25, p0_.furniture AS furniture_26, p0_.air_condition AS air_condition_27, p0_.pool AS pool_28, p0_.openspaceroof AS openspaceroof_29, p0_.exteriortoilet AS exteriortoilet_30, p0_.securityguard AS securityguard_31, p0_.garden AS garden_32, p0_.wifi AS wifi_33, p0_.parking AS parking_34, p0_.unpublish_at AS unpublish_at_35, p0_.header AS header_36, p0_.pourcerntage_of_booking AS pourcerntage_of_booking_37, p0_.price_of_visit AS price_of_visit_38, p0_.surface_area AS surface_area_39, p0_.relationship_to_property AS relationship_to_property_40, p0_.created_at AS created_at_41, p0_.updated_at AS updated_at_42, CASE WHEN p1_.name = 'Disponible' THEN 0 ELSE 1 END AS sclr_43, RAND() AS sclr_44, p0_.user_id AS user_id_45, p0_.property_province_id AS property_province_id_46, p0_.property_country_id AS property_country_id_47, p0_.commune_id AS commune_id_48, p0_.property_status_id AS property_status_id_49, p0_.category_id AS category_id_50 FROM property p0_ INNER JOIN province p2_ ON p0_.property_province_id = p2_.id INNER JOIN property_status p1_ ON p0_.property_status_id = p1_.id WHERE p2_.name = ? AND p0_.periodicity = ? AND p0_.publish = ? ORDER BY sclr_44 ASC LIMIT 52 OFFSET 676
Parameters:
[ "Kinshasa" "Monthly" 1 ] |
||||||||||||||||||||||||||||
6 | 0.82 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM property_status t0 WHERE t0.id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||
7 | 0.81 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM property_status t0 WHERE t0.id = ?
Parameters:
[
2
]
|
||||||||||||||||||||||||||||
8 | 0.83 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM property_status t0 WHERE t0.id = ?
Parameters:
[
3
]
|
||||||||||||||||||||||||||||
9 | 16.29 ms |
SELECT p0_.id AS id_0, p0_.code AS code_1, p0_.title AS title_2, p0_.type AS type_3, p0_.type_location AS type_location_4, p0_.adress AS adress_5, p0_.city AS city_6, p0_.province AS province_7, p0_.country AS country_8, p0_.status AS status_9, p0_.image AS image_10, p0_.bedroom AS bedroom_11, p0_.bathroom AS bathroom_12, p0_.price AS price_13, p0_.currency AS currency_14, p0_.publish AS publish_15, p0_.uuid AS uuid_16, p0_.registration_step AS registration_step_17, p0_.guests AS guests_18, p0_.livingroom AS livingroom_19, p0_.periodicity AS periodicity_20, p0_.postal_code AS postal_code_21, p0_.appartement_number AS appartement_number_22, p0_.uuid_property AS uuid_property_23, p0_.publish_at AS publish_at_24, p0_.address_view AS address_view_25, p0_.furniture AS furniture_26, p0_.air_condition AS air_condition_27, p0_.pool AS pool_28, p0_.openspaceroof AS openspaceroof_29, p0_.exteriortoilet AS exteriortoilet_30, p0_.securityguard AS securityguard_31, p0_.garden AS garden_32, p0_.wifi AS wifi_33, p0_.parking AS parking_34, p0_.unpublish_at AS unpublish_at_35, p0_.header AS header_36, p0_.pourcerntage_of_booking AS pourcerntage_of_booking_37, p0_.price_of_visit AS price_of_visit_38, p0_.surface_area AS surface_area_39, p0_.relationship_to_property AS relationship_to_property_40, p0_.created_at AS created_at_41, p0_.updated_at AS updated_at_42, CASE WHEN p1_.name = 'Disponible' THEN 0 ELSE 1 END AS sclr_43, RAND() AS sclr_44, p0_.user_id AS user_id_45, p0_.property_province_id AS property_province_id_46, p0_.property_country_id AS property_country_id_47, p0_.commune_id AS commune_id_48, p0_.property_status_id AS property_status_id_49, p0_.category_id AS category_id_50 FROM property p0_ INNER JOIN province p2_ ON p0_.property_province_id = p2_.id INNER JOIN property_status p1_ ON p0_.property_status_id = p1_.id WHERE p2_.name = ? AND p0_.periodicity = ? AND p0_.publish = ? ORDER BY sclr_44 ASC LIMIT 52 OFFSET 676
Parameters:
[ "Kinshasa" "Monthly" 1 ] |
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\Province | No errors. |
App\Entity\PropertyStatus | No errors. |
App\Entity\Country | No errors. |
App\Entity\Commune | No errors. |
App\Entity\AgentCoverages | No errors. |
App\Entity\User |
|
App\Entity\CategoryForProperty | 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 |
|
App\Entity\ServiceSup |
|
App\Entity\Rating | No errors. |
App\Entity\Preference |
|