GET https://circulaire.developpe.net/

Query Metrics

16 Database Queries
3 Different statements
17.10 ms Query time
1 Invalid entities
45 Managed entities

Grouped Statements

Show all queries

Time Count Info
11.63 ms
(67.98%)
14
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.slug AS slug_3, t0.cheflieu AS cheflieu_4, t0.superficie AS superficie_5, t0.population AS population_6, t0.nbredepartement AS nbredepartement_7, t0.presentation AS presentation_8, t0.message AS message_9, t0.dateadd AS dateadd_10, t0.district_id AS district_id_11, t0.user_id AS user_id_12 FROM region t0 WHERE t0.district_id = ?
Parameters:
[
  1
]
3.50 ms
(20.44%)
1
SELECT a.*, ta.libelle as type_acteur_libelle 
            FROM acteur a 
            LEFT JOIN type_acteur ta ON a.type_acteur_code = ta.code 
            WHERE a.latitude IS NOT NULL AND a.longitude IS NOT NULL
Parameters:
[]
1.98 ms
(11.58%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2 FROM district 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 31
App\Entity\District 14

Entities Mapping

Class Mapping errors
App\Entity\District No errors.
App\Entity\Region
  • The association App\Entity\Region#district refers to the inverse side field App\Entity\District#district which does not exist.
App\Entity\User No errors.
App\Entity\Departement No errors.
App\Entity\Acteur No errors.