GET https://hebdo.metfp.mg/

Query Metrics

2 Database Queries
2 Different statements
3.77 ms Query time
2 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.07 ms
(55.04%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_active AS is_active_4 FROM region t0
Parameters:
[]
1.69 ms
(44.96%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.email AS email_4, t0.phone AS phone_5, t0.is_active AS is_active_6, t0.type AS type_7, t0.region_id AS region_id_8 FROM entity t0
Parameters:
[]

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\Region 1
App\Entity\Entity 1

Entities Mapping

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