Query Metrics
6
Database Queries
6
Different statements
16.74 ms
Query time
0
Invalid entities
4
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
14.46 ms (86.33%) |
1 |
SELECT t0.name AS name_1, t0.description AS description_2, t0.enabled AS enabled_3, t0.provider_name AS provider_name_4, t0.provider_status AS provider_status_5, t0.provider_reference AS provider_reference_6, t0.provider_metadata AS provider_metadata_7, t0.width AS width_8, t0.height AS height_9, t0.length AS length_10, t0.content_type AS content_type_11, t0.content_size AS content_size_12, t0.copyright AS copyright_13, t0.author_name AS author_name_14, t0.context AS context_15, t0.cdn_is_flushable AS cdn_is_flushable_16, t0.cdn_flush_identifier AS cdn_flush_identifier_17, t0.cdn_flush_at AS cdn_flush_at_18, t0.cdn_status AS cdn_status_19, t0.updated_at AS updated_at_20, t0.created_at AS created_at_21, t0.id AS id_22 FROM media__media t0 WHERE t0.id = ?
Parameters:
[
5954
]
|
|
0.78 ms (4.68%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.inclusions AS inclusions_5, t0.exclusions AS exclusions_6, t0.departure_date AS departure_date_7, t0.returning_date AS returning_date_8, t0.length_in_days AS length_in_days_9, t0.other_dates AS other_dates_10, t0.country AS country_11, t0.country_description AS country_description_12, t0.price AS price_13, t0.price_starting_at AS price_starting_at_14, t0.price_label AS price_label_15, t0.specifications AS specifications_16, t0.conditions AS conditions_17, t0.comment AS comment_18, t0.active AS active_19, t0.created_uid AS created_uid_20, t0.updated_uid AS updated_uid_21, t0.created_at AS created_at_22, t0.updated_at AS updated_at_23, t0.main_image_id AS main_image_id_24, t0.gallery_id AS gallery_id_25 FROM tour t0 WHERE t0.id = ?
Parameters:
[
"88"
]
|
|
0.42 ms (2.53%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.meta_description AS meta_description_3, t0.title AS title_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM page t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"home"
]
|
|
0.38 ms (2.27%) |
1 |
SELECT s0_.id AS id_0, s0_.label AS label_1, s0_.resume AS resume_2, s0_.description AS description_3, s0_.eventStart AS eventStart_4, s0_.eventEnd AS eventEnd_5, s0_.sale_start AS sale_start_6, s0_.sale_end AS sale_end_7, s0_.active AS active_8, s0_.created_at AS created_at_9, s0_.updated_at AS updated_at_10, s0_.event_thumbnail_id AS event_thumbnail_id_11, s0_.event_banner_id AS event_banner_id_12 FROM special_event s0_ WHERE s0_.sale_start <= ? AND ? <= s0_.sale_end AND s0_.active = ?
Parameters:
[ "2026-09-25" "2026-09-25" 1 ] |
|
0.38 ms (2.25%) |
1 |
SELECT t0.name AS name_1, t0.context AS context_2, t0.default_format AS default_format_3, t0.enabled AS enabled_4, t0.updated_at AS updated_at_5, t0.created_at AS created_at_6, t0.id AS id_7, t0.for_tag_id AS for_tag_id_8 FROM media__gallery t0 WHERE t0.id = ?
Parameters:
[
928
]
|
|
0.33 ms (1.94%) |
1 |
SELECT t0.position AS position_1, t0.enabled AS enabled_2, t0.updated_at AS updated_at_3, t0.created_at AS created_at_4, t0.id AS id_5, t0.gallery_id AS gallery_id_6, t0.media_id AS media_id_7 FROM media__gallery_item t0 WHERE t0.gallery_id = ? ORDER BY t0.position ASC
Parameters:
[
928
]
|
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 |
|---|---|
| App\Entity\Tour | 1 |
| App\Entity\Media | 1 |
| App\Entity\Gallery | 1 |
| App\Entity\Page | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Tour | No errors. |
| Sonata\MediaBundle\Entity\BaseMedia | No errors. |
| App\Entity\Media | No errors. |
| Sonata\MediaBundle\Entity\BaseGallery | No errors. |
| App\Entity\Gallery | No errors. |
| App\Entity\TourQuotation | No errors. |
| Sonata\MediaBundle\Entity\BaseGalleryItem | No errors. |
| App\Entity\GalleryItem | No errors. |
| App\Entity\Tag | No errors. |
| App\Entity\TourQuotationPassenger | No errors. |
| App\Entity\Agency | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\SpecialEvent | No errors. |