GET https://events.ffns.es/register/3

Query Metrics

5 Database Queries
5 Different statements
1.40 ms Query time
1 Invalid entities
253 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.48 ms
(34.07%)
1
SELECT c0_.id AS id_0, c0_.short_name AS short_name_1, c0_.alpha2_code AS alpha2_code_2, c0_.alpha3_code AS alpha3_code_3, c0_.numeric_code AS numeric_code_4, c0_.continent AS continent_5 FROM country c0_ ORDER BY c0_.short_name ASC
Parameters:
[]
0.45 ms
(32.42%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.fromdate AS fromdate_3, t0.roomopenminutesbefore AS roomopenminutesbefore_4, t0.todate AS todate_5, t0.description AS description_6, t0.content AS content_7, t0.platform AS platform_8, t0.status AS status_9, t0.descriptioninterna AS descriptioninterna_10 FROM event t0 WHERE t0.id = ?
Parameters:
[
  "3"
]
0.23 ms
(16.33%)
1
SELECT t0.id AS id_1, t0.originalnameoffile AS originalnameoffile_2, t0.nameoffile AS nameoffile_3, t0.extension AS extension_4, t0.descriptionoffile AS descriptionoffile_5, t0.showinpresentation AS showinpresentation_6, t0.showinevent AS showinevent_7, t0.showinpostevent AS showinpostevent_8, t0.showinhook AS showinhook_9, t0.pdfshowasslider AS pdfshowasslider_10, t0.event_id AS event_id_11 FROM filelinked t0 WHERE t0.event_id = ? AND t0.showinpostevent = ?
Parameters:
[
  3
  1
]
0.14 ms
(9.95%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.code_youtube AS code_youtube_3, t0.show_in_presentation AS show_in_presentation_4, t0.show_in_event AS show_in_event_5, t0.show_in_post_event AS show_in_post_event_6, t0.show_in_hook AS show_in_hook_7, t0.event_id AS event_id_8 FROM youtubelinked t0 WHERE t0.event_id = ? AND t0.show_in_post_event = ?
Parameters:
[
  3
  1
]
0.10 ms
(7.23%)
1
SELECT t0.id AS id_1, t0.nameoffile AS nameoffile_2, t0.typeofimage AS typeofimage_3, t0.event_id AS event_id_4 FROM imagelinked t0 WHERE t0.event_id = ? AND t0.typeofimage = ? LIMIT 1
Parameters:
[
  3
  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
App\Entity\Country 250
App\Entity\Event 1
App\Entity\Youtubelinked 1
App\Entity\Imagelinked 1

Entities Mapping

Class Mapping errors
App\Entity\Event No errors.
App\Entity\Imagelinked No errors.
App\Entity\Filelinked No errors.
App\Entity\Maillinked No errors.
App\Entity\Youtubelinked No errors.
App\Entity\Userevent No errors.
App\Entity\Country No errors.
App\Entity\User
  • The association App\Entity\User#country refers to the inverse side field App\Entity\Country#users which does not exist.