GET https://getaci.dianoch.com/statistics

Query Metrics

17 Database Queries
11 Different statements
543.55 ms Query time
0 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time Count Info
144.03 ms
(26.50%)
3
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.created_at >= ?
Parameters:
[
  3
  "2026-04-13 00:00:00"
]
112.85 ms
(20.76%)
2
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.is_etat = ?
Parameters:
[
  3
  1
]
108.82 ms
(20.02%)
2
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.sexe = ?
Parameters:
[
  3
  "F"
]
103.64 ms
(19.07%)
2
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.created_at >= ? AND e0_.created_at < ?
Parameters:
[
  3
  "2026-04-19 00:00:00"
  "2026-04-20 00:00:00"
]
51.98 ms
(9.56%)
1
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.is_demande = ?
Parameters:
[
  3
  1
]
11.35 ms
(2.09%)
2
SELECT COUNT(DISTINCT a0_.entity_id) AS sclr_0 FROM audit_log a0_ INNER JOIN extrait e1_ ON (e1_.id = a0_.entity_id) WHERE a0_.entity = ? AND a0_.action_type = ? AND e1_.client_id = ? AND a0_.action_date >= ?
Parameters:
[
  "Extrait"
  "impression"
  3
  "2026-04-13 00:00:00"
]
5.34 ms
(0.98%)
1
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ?
Parameters:
[
  3
]
3.65 ms
(0.67%)
1
SELECT COUNT(DISTINCT a0_.entity_id) AS sclr_0 FROM audit_log a0_ INNER JOIN extrait e1_ ON (e1_.id = a0_.entity_id) WHERE a0_.entity = ? AND a0_.action_type = ? AND e1_.client_id = ? AND a0_.action_date >= ? AND a0_.action_date < ?
Parameters:
[
  "Extrait"
  "impression"
  3
  "2026-04-19 00:00:00"
  "2026-04-20 00:00:00"
]
0.66 ms
(0.12%)
1
SELECT COUNT(r0_.id) AS sclr_0 FROM registre_naissance r0_ WHERE r0_.client_id = ?
Parameters:
[
  3
]
0.63 ms
(0.12%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.telephone AS telephone_3, t0.contact AS contact_4, t0.type AS type_5, t0.image AS image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.created_by AS created_by_9, t0.updated_by AS updated_by_10, t0.code AS code_11, t0.le_responsable AS le_responsable_12, t0.date_debut_at AS date_debut_at_13, t0.date_fin_at AS date_fin_at_14, t0.district_id AS district_id_15, t0.region_id AS region_id_16, t0.departement_id AS departement_id_17, t0.commune_id AS commune_id_18, t0.ville_id AS ville_id_19 FROM client t0 WHERE t0.id = ?
Parameters:
[
  3
]
0.60 ms
(0.11%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_enabled AS is_enabled_5, t0.is_password_changed AS is_password_changed_6, t0.last_login_at AS last_login_at_7, t0.email AS email_8, t0.last_name AS last_name_9, t0.first_name AS first_name_10, t0.phone_number AS phone_number_11, t0.address AS address_12, t0.location AS location_13, t0.client_id AS client_id_14 FROM user t0 WHERE t0.id = ?
Parameters:
[
  17
]

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\User 1
App\Entity\Client 1
App\Entity\District 1
App\Entity\Region 1
App\Entity\Departement 1
App\Entity\Commune 1
App\Entity\Ville 1