GET https://mrl42intranet.recettage.fr/working-group/

Query Metrics

2 Database Queries
2 Different statements
0.61 ms Query time
1 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.27 ms
SELECT t0.email AS email_1, t0.roles AS roles_2, t0.password AS password_3, t0.firstname AS firstname_4, t0.lastname AS lastname_5, t0.phone AS phone_6, t0.avatar AS avatar_7, t0.active AS active_8, t0.id AS id_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11 FROM users t0 WHERE t0.id = ?
Parameters:
[
  b"\x01žEèrmr Œjýå‚KÏÕ"
]
2 0.35 ms
SELECT t0.name AS name_1, t0.visibility AS visibility_2, t0.id AS id_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5 FROM working_group t0 INNER JOIN user_working_group ON t0.id = user_working_group.working_group_id WHERE user_working_group.user_id = ?
Parameters:
[
  b"\x01žEèrmr Œjýå‚KÏÕ"
]

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\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\WorkingGroup
  • The field App\Entity\WorkingGroup#links is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Link#workingGroup does not contain the required 'inversedBy: "links"' attribute.