http://test.dgtss-dasmo-bs.sn/login

Query Metrics

3 Database Queries
3 Different statements
22.37 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 8.14 ms
SELECT t0.id AS id_1, t0.year AS year_2, t0.state AS state_3, t0.description AS description_4, t0.creation_date AS creation_date_5, t0.updated_date AS updated_date_6, t0.is_locked AS is_locked_7, t0.closed_by_id AS closed_by_id_8, t0.created_by_id AS created_by_id_9 FROM reporting t0 WHERE t0.state = ? ORDER BY t0.id DESC LIMIT 1
Parameters:
[
  0
]
2 0.71 ms
SELECT t0.id AS id_1, t0.year AS year_2, t0.state AS state_3, t0.description AS description_4, t0.creation_date AS creation_date_5, t0.updated_date AS updated_date_6, t0.is_locked AS is_locked_7, t0.closed_by_id AS closed_by_id_8, t0.created_by_id AS created_by_id_9 FROM reporting t0
Parameters:
[]
3 13.52 ms
SELECT COUNT(v.value) as valeur,   v.value as town FROM `values` v join field f on f.id = v.field_id join meta_data m on m.id = f.meta_data_id join enterprise e on e.id =v.enterprise_id where e.reporting_id=8 and m.code='town' group by v.value order by v.value ASC;
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.

Entities Mapping

Class Mapping errors
App\Entity\Reporting No errors.
App\Entity\User No errors.
App\Entity\Media No errors.
App\Entity\Enterprise
  • The association App\Entity\Enterprise#parent refers to the inverse side field App\Entity\Enterprise#enterprise which does not exist.
  • The mappings App\Entity\Enterprise#establishments and App\Entity\Enterprise#parent are inconsistent with each other.