Query Metrics

6 Database Queries
6 Different statements
23.99 ms Query time
0 Invalid entities
9 Managed entities

Grouped Statements

Show all queries

Time Count Info
7.50 ms
(31.27%)
1
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.startDate AS startDate_2, a0_.endDate AS endDate_3, a0_.isPublished AS isPublished_4, a0_.hour AS hour_5, a0_.address AS address_6, a0_.price AS price_7, a0_.image AS image_8, a0_.category AS category_9, a0_.equipment_id AS equipment_id_10 FROM agenda a0_ INNER JOIN agenda_contents a1_ ON a0_.id = a1_.agenda WHERE a0_.isPublished = 1 AND a1_.language = ? AND a0_.equipment_id = ? ORDER BY a0_.startDate ASC, a0_.id ASC
Parameters:
[
  "ca"
  4
]
7.02 ms
(29.25%)
1
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.introduction AS introduction_4, t0.description AS description_5, t0.address AS address_6, t0.openingHours AS openingHours_7, t0.language_id AS language_id_8, t0.equipment_id AS equipment_id_9 FROM equipments_contents t0 WHERE t0.equipment_id = ?
Parameters:
[
  4
]
3.48 ms
(14.52%)
1
SELECT t0.id AS id_1, t0.phone AS phone_2, t0.email AS email_3, t0.latitude AS latitude_4, t0.longitude AS longitude_5, t0.appointmentUrl AS appointmentUrl_6, t0.orderPosition AS orderPosition_7, t0.active AS active_8, t0.image AS image_9 FROM equipments t0 WHERE t0.id = ?
Parameters:
[
  "4"
]
2.75 ms
(11.45%)
1
SELECT n0_.id AS id_0, n0_.slug AS slug_1, n0_.isPublished AS isPublished_2, n0_.isOld AS isOld_3, n0_.date AS date_4, n0_.startPublishDate AS startPublishDate_5, n0_.title AS title_6, n0_.author AS author_7, n0_.introduction AS introduction_8, n0_.body AS body_9, n0_.source AS source_10, n0_.link AS link_11, n0_.linkText AS linkText_12, n0_.url AS url_13, n0_.shareTitle AS shareTitle_14, n0_.shareDescription AS shareDescription_15, n0_.category AS category_16, n0_.mainImage AS mainImage_17, n0_.language AS language_18, n0_.shareImage AS shareImage_19, n0_.equipment_id AS equipment_id_20 FROM news n0_ WHERE n0_.isPublished = 1 AND n0_.language = ? AND n0_.equipment_id = ? AND CURRENT_DATE >= n0_.startPublishDate ORDER BY n0_.date DESC, n0_.id DESC LIMIT 8
Parameters:
[
  "ca"
  4
]
1.88 ms
(7.85%)
1
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.title AS title_4, t0.subtitle AS subtitle_5, t0.intro AS intro_6, t0.body AS body_7, t0.metaTitle AS metaTitle_8, t0.metaDescription AS metaDescription_9, t0.metaKeywords AS metaKeywords_10, t0.bannerText AS bannerText_11, t0.redirect_url AS redirect_url_12, t0.is_external AS is_external_13, t0.bannerImage AS bannerImage_14, t0.page AS page_15, t0.language AS language_16 FROM pages_contents t0 WHERE t0.page = ?
Parameters:
[
  "serveis"
]
1.36 ms
(5.66%)
1
SELECT t0.id AS id_1, t0.active AS active_2, t0.orderPosition AS orderPosition_3, t0.opcionals AS opcionals_4, t0.fieldType AS fieldType_5, t0.pages_categories AS pages_categories_6, t0.bannerImage AS bannerImage_7 FROM pages t0 WHERE t0.id = ?
Parameters:
[
  "serveis"
]

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\EquipmentContent 2
App\Entity\Language 2
App\Entity\PageContent 2
App\Entity\Equipment 1
App\Entity\Page 1
App\Entity\PageCategory 1