GET https://dev.fmpga.mx/eventos/3

Query Metrics

3 Database Queries
3 Different statements
1.62 ms Query time
0 Invalid entities
3 Managed entities

Queries

Group similar statements

# Time Info
1 0.50 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.body AS body_3 FROM event t0 WHERE t0.id = ?
Parameters:
[
  "3"
]
2 0.71 ms
SELECT t0.id AS id_1, t0.path AS path_2, t0.author AS author_3, t0.created AS created_4, t0.title AS title_5 FROM image t0 INNER JOIN event_image ON t0.id = event_image.image_id WHERE event_image.event_id = ?
Parameters:
[
  3
]
3 0.40 ms
SELECT t0.id AS id_1, t0.starts AS starts_2, t0.ends AS ends_3, t0.event_id AS event_id_4 FROM calendar t0 WHERE t0.event_id = ?
Parameters:
[
  3
]

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\Event 1
App\Entity\Image 1
App\Entity\Calendar 1

Entities Mapping

Class Mapping errors
App\Entity\Event No errors.
App\Entity\Calendar No errors.
App\Entity\Gallery No errors.
App\Entity\Image No errors.
App\Entity\News No errors.