GET https://pub.appsalon.fr/admin/advert/218?_locale%3Dfr=&amp=

Query Metrics

3 Database Queries
3 Different statements
4.68 ms Query time
3 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.25 ms
(48.16%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.provider_name AS provider_name_3, t0.filename AS filename_4, t0.format AS format_5, t0.path AS path_6, t0.active AS active_7, t0.salon_id AS salon_id_8 FROM publicite t0 WHERE t0.id = ?
Parameters:
[
  "218"
]
1.81 ms
(38.73%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.tag AS tag_3, t0.startAt AS startAt_4, t0.endAt AS endAt_5, t0.interv AS interv_6, t0.active AS active_7, t0.salon_id AS salon_id_8 FROM campagne t0 INNER JOIN campagn_advert ON t0.id = campagn_advert.campagn_id WHERE campagn_advert.advert_id = ?
Parameters:
[
  218
]
0.61 ms
(13.11%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3 FROM salon t0 WHERE t0.id = ?
Parameters:
[
  52
]

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
App\Entity\Advert 1
App\Entity\Salon 1

Entities Mapping

Class Mapping errors
App\Entity\Advert No 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\Campagn
  • The association App\Entity\Campagn#salon refers to the inverse side field App\Entity\Salon#campagn which does not exist.
App\Entity\Device No errors.
App\Entity\Stats No errors.
App\Entity\Sync No errors.
App\Entity\User
  • The association App\Entity\User#salons refers to the inverse side field App\Entity\Salon#salons which does not exist.