Query Metrics

2 Database Queries
2 Different statements
1.22 ms Query time
1 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.83 ms
(68.23%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM salon t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "dev-sitl2026"
]
0.39 ms
(31.77%)
1
SELECT t0.id AS id_1, t0.identifiant AS identifiant_2, t0.id_appsalon AS id_appsalon_3, t0.active AS active_4, t0.salon_id AS salon_id_5 FROM device t0 WHERE t0.identifiant = ? AND t0.salon_id IS NULL AND t0.active = ? LIMIT 1
Parameters:
[
  "NUC-TEST-1"
  1
]

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

Entities Mapping

Class Mapping errors
App\Entity\Salon
  • The mappings App\Entity\Salon#campagns and App\Entity\Campagn#salon are inconsistent with each other.
  • The mappings App\Entity\Salon#adverts and App\Entity\Advert#salon are inconsistent with each other.
  • The mappings App\Entity\Salon#users and App\Entity\User#salons are inconsistent with each other.
App\Entity\Device No errors.