GET https://pub.appsalon.fr/admin/salon

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
9.09 ms
(91.45%)
1
SELECT DISTINCT s0_.id AS id_0, s0_.id AS id_1 FROM salon s0_ LEFT JOIN user_salon u2_ ON s0_.id = u2_.salon_id LEFT JOIN app_user a1_ ON a1_.id = u2_.user_id LEFT JOIN app_user a3_ ON (a1_.id = a3_.id) WHERE a3_.username LIKE ? ORDER BY s0_.id ASC LIMIT 20
Parameters:
[
  ""
]
0.85 ms
(8.55%)
1
SELECT count(DISTINCT s0_.id) AS sclr_0 FROM salon s0_ LEFT JOIN user_salon u2_ ON s0_.id = u2_.salon_id LEFT JOIN app_user a1_ ON a1_.id = u2_.user_id LEFT JOIN app_user a3_ ON (a1_.id = a3_.id) WHERE a3_.username LIKE ?
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.

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\User
  • The association App\Entity\User#salons refers to the inverse side field App\Entity\Salon#salons which does not exist.