GET https://lqdn.awebvision.fr/fr

Query Metrics

4 Database Queries
2 Different statements
1.48 ms Query time
2 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.06 ms
(71.59%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM gift_translation t0 WHERE t0.translatable_id = ?
Parameters:
[
  14
]
0.42 ms
(28.41%)
1
SELECT g0_.id AS id_0, g0_.donation_amount_needed AS donation_amount_needed_1, g0_.image AS image_2, g0_.image2 AS image2_3, g0_.ref_import AS ref_import_4, g0_.active AS active_5, g0_.created_at AS created_at_6, g0_.updated_at AS updated_at_7 FROM gift g0_ WHERE g0_.active = 1
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\Gift
  • The field App\Entity\Gift#compensations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Compensation#gift does not contain the required 'inversedBy="compensations"' attribute.
App\Entity\GiftVariation
  • The field App\Entity\GiftVariation#compensations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Compensation#giftVariation does not contain the required 'inversedBy="compensations"' attribute.
App\Entity\Compensation No errors.
App\Entity\GiftTranslation No errors.