https://35.181.15.221/

Query Metrics

9 Database Queries
7 Different statements
1417.68 ms Query time
5 Invalid entities

Grouped Statements

Show all queries

Time Count Info
975.74 ms
(0.00%)
1
SELECT sum(m0_.person) AS sclr_0 FROM movement_detail m0_ LEFT JOIN movement m1_ ON (m1_.id = m0_.movement_id) WHERE m1_.population_id = ? AND m1_.is_valid = 1 AND m1_.is_deleted = 0 AND m0_.deleted = 0 AND (m1_.start_date BETWEEN ? AND ?)
Parameters:
[
  1
  "2023-08-28 00:00:00"
  "2025-08-27 00:00:00"
]
341.48 ms
(0.00%)
1
SELECT sum(m0_.person) AS sclr_0 FROM movement_detail m0_ LEFT JOIN movement m1_ ON (m1_.id = m0_.movement_id) WHERE m1_.population_id = ? AND m1_.is_valid = 1 AND m1_.is_deleted = 0 AND m0_.deleted = 0 AND (m1_.date_evaluation BETWEEN ? AND ?)
Parameters:
[
  2
  "2024-02-28 00:00:00"
  "2025-08-27 00:00:00"
]
97.51 ms
(0.00%)
2
SELECT count(a0_.id) AS sclr_0, (SELECT count(a1_.id) AS sclr_2 FROM alert a1_ WHERE a1_.is_valid = 1 AND a1_.is_deleted = 0 AND a1_.country_id = 'cd') AS sclr_1, (SELECT count(a2_.id) AS sclr_4 FROM alert a2_ LEFT JOIN process p3_ ON (p3_.id = a2_.statut_id) WHERE a2_.is_valid = 1 AND a2_.is_deleted = 0 AND p3_.workflow_id > 3 AND a2_.country_id = 'cd') AS sclr_3 FROM alert a0_ LEFT JOIN process p4_ ON (p4_.id = a0_.statut_id) LEFT JOIN alert_detail a5_ ON (a0_.id = a5_.alert_id) WHERE a0_.is_valid = 1 AND a0_.is_deleted = 0 AND p4_.workflow_id > 3 AND a0_.country_id = ?
Parameters:
[
  "cd"
]
0.98 ms
(0.00%)
1
SELECT p0_.id AS id_0, p0_.label AS label_1, (SELECT count(a1_.alert_id) AS sclr_3 FROM alert_detail a1_ LEFT JOIN alert a2_ ON (a2_.id = a1_.alert_id) WHERE a1_.admin1_id = p0_.id AND a2_.is_valid = 1 AND a2_.is_deleted = 0) AS sclr_2, (SELECT COUNT(DISTINCT p3_.project_id) AS sclr_5 FROM project_detail p3_ LEFT JOIN project p4_ ON (p3_.project_id = p4_.id) WHERE p3_.admin1_id = p0_.id AND p4_.end_date > ? AND p4_.deleted = 0 AND p4_.is_valid = 1) AS sclr_4, (SELECT COUNT(DISTINCT p5_.actor_id) AS sclr_7 FROM project_detail p6_ LEFT JOIN project p7_ ON (p6_.project_id = p7_.id) LEFT JOIN project_actor p5_ ON (p5_.project_id = p6_.project_id) WHERE p6_.admin1_id = p0_.id AND p7_.end_date > ? AND p7_.deleted = 0 AND p7_.is_valid = 1) AS sclr_6, (SELECT sum(m8_.person) AS sclr_9 FROM movement_detail m8_ LEFT JOIN movement m9_ ON (m9_.id = m8_.movement_id) WHERE m8_.admin1_id = p0_.id AND m9_.population_id = 1 AND m9_.is_valid = 1 AND m9_.is_deleted = 0 AND m8_.deleted = 0 AND (m9_.date_evaluation BETWEEN ? AND ?)) AS sclr_8, (SELECT sum(m10_.person) AS sclr_11 FROM movement_detail m10_ LEFT JOIN movement m11_ ON (m11_.id = m10_.movement_id) WHERE m10_.admin1_id = p0_.id AND m11_.population_id = 2 AND m11_.is_valid = 1 AND m11_.is_deleted = 0 AND m10_.deleted = 0 AND (m11_.start_date BETWEEN ? AND ?)) AS sclr_10, (SELECT sum(p12_.target) AS sclr_13 FROM project_detail p12_ LEFT JOIN project p13_ ON (p12_.project_id = p13_.id) WHERE p12_.admin1_id = p0_.id AND p13_.end_date > ? AND p13_.deleted = 0 AND p13_.is_valid = 1) AS sclr_12 FROM pcode p0_ WHERE p0_.pcode_category_id = ? AND p0_.pcode_parent_id = ? ORDER BY sclr_2 DESC
Parameters:
[
  "2025-08-26 00:00:00"
  "2025-08-26 00:00:00"
  "2023-07-28 00:00:00"
  "2025-08-27 00:00:00"
  "2024-01-28 00:00:00"
  "2025-08-27 00:00:00"
  "2025-08-26 00:00:00"
  2
  []
]
0.92 ms
(0.00%)
2
SELECT i0_.id AS id_0, i0_.person AS person_1, i0_.label AS label_2, i0_.link AS link_3, i0_.date_create AS date_create_4, i0_.is_deleted AS is_deleted_5, i0_.population_id AS population_id_6 FROM idps i0_ WHERE i0_.population_id = ? AND i0_.is_deleted = ?
Parameters:
[
  1
  0
]
0.69 ms
(0.00%)
1
SELECT DISTINCT a0_.id AS id_0 FROM actor a0_ LEFT JOIN project_actor p1_ ON (p1_.actor_id = a0_.id) LEFT JOIN project p2_ ON (p1_.project_id = p2_.id) WHERE p2_.end_date > ? AND p2_.deleted = 0 AND p2_.is_valid = 1
Parameters:
[
  "2025-08-26 00:00:00"
]
0.36 ms
(0.00%)
1
SELECT p0_.id AS id_0, p0_.label AS label_1, p0_.latitude AS latitude_2, p0_.longitude AS longitude_3, p0_.pcode_category_id AS pcode_category_id_4, p0_.pcode_parent_id AS pcode_parent_id_5 FROM pcode p0_ WHERE p0_.pcode_category_id = ?
Parameters:
[
  2
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Pcode No errors.
App\Entity\Alert No errors.
App\Entity\Process No errors.
App\Entity\AlertDetail No errors.
App\Entity\Actor No errors.
App\Entity\ProjectActor
  • The association App\Entity\ProjectActor#project refers to the inverse side field App\Entity\Project#projectActors which does not exist.
App\Entity\Project
  • The mappings App\Entity\Project#feedbackPlainteCategory and App\Entity\FeedbackPlainteCategory#projects are inconsistent with each other.
App\Entity\MovementDetail No errors.
App\Entity\Movement
  • The association App\Entity\Movement#alerts refers to the owning side field App\Entity\Alert#pdi which does not exist.
App\Entity\Idps No errors.
App\Entity\Population No errors.
App\Entity\PcodeCategory No errors.
App\Entity\User
  • The field App\Entity\User#projects is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Project#userAvort does not contain the required 'inversedBy="projects"' attribute.
App\Entity\ProjectDetail
  • The mappings App\Entity\ProjectDetail#activityAbris and App\Entity\ActivityAbris#projectDetail are inconsistent with each other.