GET https://ivento.app/api/v1/apps/1/events/1/agenda/sessions

Query Metrics

2 Database Queries
2 Different statements
7.41 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
6.06 ms
(81.72%)
1
SELECT t0.id AS id_1, t0.date AS date_2, t0.title AS title_3, t0.meta_data AS meta_data_4, t0.status AS status_5, t0.description AS description_6, t0.start_time AS start_time_7, t0.end_time AS end_time_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.event_id AS event_id_11 FROM agenda t0 WHERE t0.event_id = ?
Parameters:
[
  1
]
1.35 ms
(18.28%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.logo AS logo_4, t0.status AS status_5, t0.settings AS settings_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.app_id AS app_id_9 FROM event 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.

Entities Mapping

Class Mapping errors
App\Entity\Event No errors.
App\Entity\App No errors.
App\Entity\Announcement No errors.
App\Entity\Page No errors.
App\Entity\Agenda
  • The field App\Entity\Agenda#userAgendas is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\UserAgenda#agenda does not contain the required 'inversedBy="userAgendas"' attribute.
App\Entity\Person No errors.
App\Entity\Exhibitor No errors.
App\Entity\ExhibitorGroup No errors.
App\Entity\Presentation No errors.
App\Entity\UserAgenda No errors.
App\Entity\Video No errors.
App\Entity\Evaluation No errors.