GET https://www.kopela.mg/api/agentchine

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
18.36 ms
(100.00%)
1
SELECT a0_.id AS id_0, a0_.adresssmallparcel AS adresssmallparcel_1, a0_.adressregularparcel AS adressregularparcel_2, a0_.nom_societe AS nom_societe_3, a0_.connexion AS connexion_4, u1_.id AS id_5, u1_.email AS email_6, u1_.roles AS roles_7, u1_.password AS password_8, u1_.nom AS nom_9, u1_.prenoms AS prenoms_10, u1_.contact AS contact_11, u1_.profile_picture AS profile_picture_12, l2_.id AS id_13, l2_.region AS region_14, l2_.pays AS pays_15, l2_.date AS date_16, t3_.id AS id_17, t3_.type AS type_18 FROM agent_chine a0_ LEFT JOIN user u1_ ON a0_.id_user_id = u1_.id LEFT JOIN localisation l2_ ON a0_.localisation_id = l2_.id LEFT JOIN type_agent t3_ ON a0_.type_id = t3_.id
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

Entities Mapping

Class Mapping errors
App\Entity\AgentChine No errors.
App\Entity\User
  • The association App\Entity\User#bookings refers to the owning side field App\Entity\Booking#User which does not exist.
App\Entity\Localisation No errors.
App\Entity\TypeAgent
  • The association App\Entity\TypeAgent#categories refers to the owning side field App\Entity\Categorie#TypeAgent which does not exist.