Query Metrics

4 Database Queries
4 Different statements
72.91 ms Query time
0 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 50.37 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.startDate AS startDate_3, t0.endDate AS endDate_4, t0.isPublished AS isPublished_5, t0.hour AS hour_6, t0.address AS address_7, t0.price AS price_8, t0.image AS image_9, t0.category AS category_10, t0.equipment_id AS equipment_id_11 FROM agenda t0 WHERE t0.id = ?
Parameters:
[
  "5"
]
2 15.75 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.title AS title_3, t0.subtitle AS subtitle_4, t0.introduction AS introduction_5, t0.description AS description_6, t0.price AS price_7, t0.inscription AS inscription_8, t0.organizer AS organizer_9, t0.agenda AS agenda_10, t0.language AS language_11 FROM agenda_contents t0 WHERE t0.agenda = ?
Parameters:
[
  5
]
3 3.14 ms
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:
[
  "agenda"
]
4 3.65 ms
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:
[
  "agenda"
]

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\AgendaContent 2
App\Entity\Language 2
App\Entity\PageContent 2
App\Entity\Agenda 1
App\Entity\Image 1
App\Entity\AgendaCategory 1
App\Entity\Page 1
App\Entity\PageCategory 1

Entities Mapping

Class Mapping errors
App\Entity\Agenda No errors.
App\Entity\Image No errors.
App\Entity\AgendaCategory No errors.
App\Entity\Equipment No errors.
App\Entity\Attached No errors.
App\Entity\MunicipalArea No errors.
App\Entity\AgendaContent No errors.
App\Entity\Language No errors.
App\Entity\Page No errors.
App\Entity\PageCategory No errors.
App\Entity\PageContent No errors.