GET http://jury.ecotrophelia.org/vote

Query Metrics

4 Database Queries
4 Different statements
1.26 ms Query time
0 Invalid entities
17 Managed entities

Queries

Group similar statements

# Time Info
1 0.38 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.room_id AS room_id_5 FROM voter t0 WHERE t0.id = ?
Parameters:
[
  15
]
2 0.31 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.short_description AS short_description_3, t0.establishment AS establishment_4, t0.room_id AS room_id_5 FROM project t0 WHERE t0.room_id = ?
Parameters:
[
  1
]
3 0.29 ms
SELECT t0.id AS id_1, t0.comment AS comment_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.voter_id AS voter_id_5, t0.project_id AS project_id_6 FROM vote t0 WHERE t0.voter_id = ?
Parameters:
[
  15
]
4 0.27 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM room t0 WHERE t0.id = ?
Parameters:
[
  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\Project 8
App\Entity\Vote 7
App\Entity\Voter 1
App\Entity\Room 1

Entities Mapping

Class Mapping errors
App\Entity\Voter No errors.
App\Entity\Room No errors.
App\Entity\Vote No errors.
App\Entity\Project No errors.
App\Entity\VoteScore No errors.