GET https://www.circulaire.developpe.net/carte

Query Metrics

6 Database Queries
6 Different statements
6.09 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.17 ms
(35.57%)
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.03 ms
(16.88%)
1
SELECT DISTINCT dp.id, dp.nom FROM departement dp JOIN acteur a ON a.departement_id = dp.id ORDER BY dp.nom
Parameters:
[]
0.91 ms
(14.88%)
1
SELECT DISTINCT sp.id, sp.nom FROM sous_prefecture sp JOIN acteur a ON a.sous_prefecture_id = sp.id ORDER BY sp.nom
Parameters:
[]
0.84 ms
(13.74%)
1
SELECT DISTINCT d.id, d.nom FROM district d JOIN acteur a ON a.district_id = d.id ORDER BY d.nom
Parameters:
[]
0.69 ms
(11.31%)
1
SELECT DISTINCT a.commune FROM acteur a WHERE a.commune IS NOT NULL AND a.commune != "" ORDER BY a.commune
Parameters:
[]
0.46 ms
(7.62%)
1
SELECT DISTINCT r.id, r.nom FROM region r JOIN acteur a ON a.region_id = r.id ORDER BY r.nom
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\Acteur No errors.