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

Queries

Group similar statements

# Time Info
1 2.17 ms
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:
[]
2 0.84 ms
SELECT DISTINCT d.id, d.nom FROM district d JOIN acteur a ON a.district_id = d.id ORDER BY d.nom
Parameters:
[]
3 0.46 ms
SELECT DISTINCT r.id, r.nom FROM region r JOIN acteur a ON a.region_id = r.id ORDER BY r.nom
Parameters:
[]
4 1.03 ms
SELECT DISTINCT dp.id, dp.nom FROM departement dp JOIN acteur a ON a.departement_id = dp.id ORDER BY dp.nom
Parameters:
[]
5 0.91 ms
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:
[]
6 0.69 ms
SELECT DISTINCT a.commune FROM acteur a WHERE a.commune IS NOT NULL AND a.commune != "" ORDER BY a.commune
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.