Query Metrics

3 Database Queries
3 Different statements
7.57 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
5.71 ms
(75.52%)
1
SELECT COUNT(p0_.id) AS sclr_0, MONTH(p0_.date_vente_valid_b) AS sclr_1, YEAR(p0_.date_vente_valid_b) AS sclr_2, MONTH(p0_.date_racc) AS sclr_3, YEAR(p0_.date_racc) AS sclr_4 FROM production p0_ LEFT JOIN point_of_sale p1_ ON p0_.point_of_sale_id = p1_.id WHERE p0_.etat_id = ? AND p0_.point_of_sale_id = ? AND ((YEAR(p0_.date_vente_valid_b) = ? AND MONTH(p0_.date_vente_valid_b) = ?) OR (YEAR(p0_.date_vente_valid_b) = ? AND MONTH(p0_.date_vente_valid_b) = ?) OR (YEAR(p0_.date_vente_valid_b) = ? AND MONTH(p0_.date_vente_valid_b) = ?)) GROUP BY sclr_1, sclr_3, p1_.id ORDER BY DATE_FORMAT(p0_.date_racc, '%Y%m') DESC, DATE_FORMAT(p0_.date_vente_valid_b, '%Y%m') DESC
Parameters:
[
  3
  10030
  2026
  4
  2026
  3
  2026
  2
]
1.00 ms
(13.16%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.description AS description_4, t0.operator_id AS operator_id_5 FROM etat_production t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "3"
]
0.86 ms
(11.31%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.nom AS nom_3, t0.prenom AS prenom_4, t0.roles AS roles_5, t0.password AS password_6, t0.internal_ref AS internal_ref_7, t0.origin_id AS origin_id_8, t0.parent_origin_id AS parent_origin_id_9, t0.picto AS picto_10, t0.parent_id AS parent_id_11, t0.point_of_sale_id AS point_of_sale_id_12, t0.role_app_id AS role_app_id_13, t0.organisation_id AS organisation_id_14 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "districom@nomad.fr"
]

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\User
  • The mappings App\Entity\User#nmdArretCuivres and App\Entity\NmdArretCuivre#user are inconsistent with each other.
  • The mappings App\Entity\User#nmdArretFttbs and App\Entity\NmdArretFttb#user are inconsistent with each other.
App\Entity\PointOfSale No errors.
App\Entity\RoleApp No errors.
App\Entity\Organisation No errors.
App\Entity\Operator No errors.
App\Entity\Declarative No errors.
App\Entity\InterventionPlace No errors.
App\Entity\Production No errors.
App\Entity\History No errors.
App\Entity\DistributionAdresse No errors.
App\Entity\ObjectivesManagement No errors.
App\Entity\IncidentsTickets No errors.
App\Entity\SchedulerSector No errors.
App\Entity\SalesCoachProfile No errors.
App\Entity\SalesCoachInteraction No errors.
App\Entity\UsersRefExterne No errors.
App\Entity\NmdAdressesIncomming No errors.
App\Entity\NmdArretCuivre
  • The association App\Entity\NmdArretCuivre#user refers to the inverse side field App\Entity\User#NmdArretCuivres which does not exist.
App\Entity\NmdArretFttb
  • The association App\Entity\NmdArretFttb#user refers to the inverse side field App\Entity\User#NmdArretFttbs which does not exist.
App\Entity\TourneeToken No errors.
App\Entity\Cluster No errors.
App\Entity\EtatProduction No errors.