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

Query Metrics

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

Queries

Group similar statements

# Time Info
1 2.75 ms
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:
[
  11
]
2 34.62 ms
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:
[
  2
]
3 12.98 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ?
Parameters:
[
  2
]
4 109.96 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.created_at >= ? AND e0_.created_at < ?
Parameters:
[
  2
  "2026-07-22 00:00:00"
  "2026-07-23 00:00:00"
]
5 124.66 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.created_at >= ?
Parameters:
[
  2
  "2026-07-20 00:00:00"
]
6 131.11 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.created_at >= ?
Parameters:
[
  2
  "2026-07-01 00:00:00"
]
7 16.84 ms
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"
  2
  "2026-07-22 00:00:00"
  "2026-07-23 00:00:00"
]
8 17.12 ms
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"
  2
  "2026-07-20 00:00:00"
]
9 15.94 ms
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"
  2
  "2026-07-01 00:00:00"
]
10 102.28 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.is_demande = ?
Parameters:
[
  2
  1
]
11 132.92 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.created_at >= ?
Parameters:
[
  2
  "2026-06-22 00:00:00"
]
12 200.64 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.created_at >= ? AND e0_.created_at < ?
Parameters:
[
  2
  "2026-07-13 00:00:00"
  "2026-07-20 00:00:00"
]
13 0.97 ms
SELECT COUNT(r0_.id) AS sclr_0 FROM registre_naissance r0_ WHERE r0_.client_id = ?
Parameters:
[
  2
]
14 97.91 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.sexe = ?
Parameters:
[
  2
  "F"
]
15 99.22 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.sexe = ?
Parameters:
[
  2
  "M"
]
16 109.37 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.is_etat = ?
Parameters:
[
  2
  1
]
17 114.27 ms
SELECT COUNT(e0_.id) AS sclr_0 FROM extrait e0_ WHERE e0_.client_id = ? AND e0_.is_etat = ?
Parameters:
[
  2
  0
]

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