Query Metrics
20
Database Queries
7
Different statements
52.96 ms
Query time
2
Invalid entities
31
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
33.90 ms (64.00%) |
14 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.coordinates AS coordinates_3, t0.slug AS slug_4, t0._left AS _left_5, t0.level AS level_6, t0._right AS _right_7, t0.root AS root_8, t0.activity AS activity_9, t0.is_compound_location AS is_compound_location_10, t0.type AS type_11, t0.parent_id AS parent_id_12, t0.listing_id AS listing_id_13, t0.location_id AS location_id_14 FROM compound_locations t0 WHERE t0.parent_id = ? ORDER BY t0._left ASC
Parameters:
[
1
]
|
|
4.13 ms (7.81%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.alias AS alias_3, t0.description AS description_4, t0.slug AS slug_5, t0.lat AS lat_6, t0.lon AS lon_7, t0.zoom AS zoom_8, t0.coordinates AS coordinates_9, t0.searchable AS searchable_10, t0.home_filter AS home_filter_11, t0.statistics_filter AS statistics_filter_12, t0.neighborhood_filter AS neighborhood_filter_13, t0.compound_filter AS compound_filter_14, t0.estimate AS estimate_15, t0.disabled AS disabled_16, t0.synced AS synced_17, t0.level AS level_18, t0._left AS _left_19, t0._right AS _right_20, t0.root AS root_21, t0.leads_counter AS leads_counter_22, t0.listings_counter AS listings_counter_23, t0.keyword AS keyword_24, t0.full_path AS full_path_25, t0.reference_id AS reference_id_26, t0.type AS type_27, t0.eligible_for_mortgage AS eligible_for_mortgage_28, t0.is_compound_location AS is_compound_location_29, t0.parent_id AS parent_id_30, t0.location_compound_id AS location_compound_id_31, t0.rating_id AS rating_id_32, t0.listing_id AS listing_id_33 FROM locations t0 WHERE t0.id IN (?, ?, ?, ?, ?)
Parameters:
[ "1" "2" "3" "4" "5" ] |
|
3.41 ms (6.43%) |
1 |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.paragraph AS paragraph_2, c0_.place AS place_3, c0_.is_published AS is_published_4, c0_.by_owner_only AS by_owner_only_5, c0_.photo AS photo_6 FROM custom_paragraphs c0_ INNER JOIN paragraphs_sections p2_ ON c0_.id = p2_.paragraph_id INNER JOIN sections s1_ ON s1_.id = p2_.section_id INNER JOIN paragraphs_compound_locations p4_ ON c0_.id = p4_.paragraph_id INNER JOIN compound_locations c3_ ON c3_.id = p4_.compound_location_id WHERE s1_.id = ? AND c0_.place = ? AND (SELECT COUNT(*) FROM paragraphs_locations p5_ WHERE p5_.paragraph_id = c0_.id) = 0 AND c3_.id IN (?) AND c0_.is_published = ?
Parameters:
[ 3 2 9 true ] |
|
3.32 ms (6.26%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.coordinates AS coordinates_3, t0.slug AS slug_4, t0._left AS _left_5, t0.level AS level_6, t0._right AS _right_7, t0.root AS root_8, t0.activity AS activity_9, t0.is_compound_location AS is_compound_location_10, t0.type AS type_11, t0.parent_id AS parent_id_12, t0.listing_id AS listing_id_13, t0.location_id AS location_id_14 FROM compound_locations t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"imbaba"
]
|
|
2.84 ms (5.35%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.label AS label_3, t0.type AS type_4, t0.options AS options_5, t0.similar_identifier AS similar_identifier_6, t0.required AS required_7 FROM custom_fields t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"finish-type"
]
|
|
2.74 ms (5.18%) |
1 |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.url AS url_2, a0_.description AS description_3, a0_.customer_title AS customer_title_4, a0_.customer_url AS customer_url_5, a0_.customer_description AS customer_description_6, a0_.end_at AS end_at_7, a0_.start_at AS start_at_8, a0_.color AS color_9, a0_.counter AS counter_10, a0_.top_bar AS top_bar_11, a0_.appear_on_mobile AS appear_on_mobile_12 FROM announcements a0_ WHERE a0_.top_bar IN (?) AND a0_.end_at >= ?
Parameters:
[ 1 "2025-12-16 00:31:58" ] |
|
2.63 ms (4.96%) |
1 |
SELECT c0_.id AS id_0, c0_.title AS title_1, c0_.coordinates AS coordinates_2, c0_.slug AS slug_3, c0_._left AS _left_4, c0_.level AS level_5, c0_._right AS _right_6, c0_.root AS root_7, c0_.activity AS activity_8, c0_.is_compound_location AS is_compound_location_9, c0_.type AS type_10, c0_.parent_id AS parent_id_11, c0_.listing_id AS listing_id_12, c0_.location_id AS location_id_13 FROM compound_locations c0_ WHERE c0_._right < 16 AND c0_._left > 15 AND c0_.root = ? AND c0_.activity = ? ORDER BY c0_._left ASC
Parameters:
[ 1 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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| Aqarmap\Bundle\ListingBundle\Entity\CompoundLocation | 14 |
| Aqarmap\Bundle\ListingBundle\Entity\Location | 8 |
| Aqarmap\Bundle\ListingBundle\Entity\Listing | 4 |
| Aqarmap\Bundle\ListingBundle\Entity\LocationRating | 2 |
| Aqarmap\Bundle\ListingBundle\Entity\Section | 2 |
| Aqarmap\Bundle\ListingBundle\Entity\CustomField | 1 |