Query Metrics

2 Database Queries
2 Different statements
3.54 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 2.54 ms
SELECT o0_.id AS id_0, o0_.code AS code_1, o0_.operation_code AS operation_code_2, o0_.title AS title_3, o0_.amount AS amount_4, o0_.created_at AS created_at_5, o0_.updated_at AS updated_at_6, o0_.draw_type AS draw_type_7, o0_.start_date AS start_date_8, o0_.end_date AS end_date_9, o0_.draw_date AS draw_date_10, o0_.online AS online_11, o0_.subtitle AS subtitle_12, o0_.text AS text_13, o0_.nb_winner AS nb_winner_14, o0_.transport_reference AS transport_reference_15, o0_.bext_reference AS bext_reference_16, o0_.sogec_send AS sogec_send_17, o0_.mail_content AS mail_content_18, o0_.discr AS discr_19, o0_.owner_id AS owner_id_20, o0_.state_id AS state_id_21, o0_.company_id AS company_id_22 FROM operation o0_ INNER JOIN state s1_ ON o0_.state_id = s1_.id WHERE (o0_.id IN (SELECT o2_.id FROM operation o2_ INNER JOIN state s3_ ON o2_.state_id = s3_.id WHERE (o2_.start_date IS NOT NULL AND o2_.start_date < ? AND o2_.end_date IS NOT NULL AND o2_.end_date > ? AND o2_.online = ? AND s3_.label LIKE CONCAT('%', ?, '%')) AND o2_.discr IN ('draw'))) AND o0_.discr IN ('draw') ORDER BY o0_.id ASC LIMIT 30
Parameters:
[
  "2026-04-08 11:51:15"
  "2026-04-08 11:51:15"
  1
  "operation_validated"
]
2 1.00 ms
SELECT count(DISTINCT o0_.id) AS sclr_0 FROM operation o0_ INNER JOIN state s1_ ON o0_.state_id = s1_.id WHERE (o0_.id IN (SELECT o2_.id FROM operation o2_ INNER JOIN state s3_ ON o2_.state_id = s3_.id WHERE (o2_.start_date IS NOT NULL AND o2_.start_date < ? AND o2_.end_date IS NOT NULL AND o2_.end_date > ? AND o2_.online = ? AND s3_.label LIKE CONCAT('%', ?, '%')) AND o2_.discr IN ('draw'))) AND o0_.discr IN ('draw')
Parameters:
[
  "2026-04-08 11:51:15"
  "2026-04-08 11:51:15"
  1
  "operation_validated"
]

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\Operation\Operation No errors.
App\Entity\Operation\Draw No errors.
App\Entity\State No errors.
App\Entity\Segmentation\Department No errors.
App\Entity\Operation\Coupon No errors.
App\Entity\User\User
  • The mappings App\Entity\User\User#addressesOrder and App\Entity\Catalog\Order#user are inconsistent with each other.
  • The field App\Entity\User\User#operationCarts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Cart\OperationCart#user does not contain the required 'inversedBy="operationCarts"' attribute.
  • The field App\Entity\User\User#giftCarts is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Cart\GiftCart#user does not contain the required 'inversedBy="giftCarts"' attribute.
  • The field App\Entity\User\User#tas is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Tas\TasDraw#user does not contain the required 'inversedBy="tas"' attribute.
App\Entity\User\Identity No errors.
App\Entity\User\Address\Address No errors.
App\Entity\User\Address\Home No errors.
App\Entity\User\Address\Delivery No errors.
App\Entity\Catalog\Order No errors.
App\Entity\User\Address\Order No errors.
App\Entity\Catalog\Gift No errors.
App\Entity\Catalog\GiftLevel No errors.
App\Entity\MediaObject\MediaObject No errors.
App\Entity\MediaObject\MediaGift No errors.
App\Entity\MediaObject\MediaThumbnailGift No errors.
App\Entity\MediaObject\MediaCodeGift No errors.
App\Entity\Cart\Cart No errors.
App\Entity\Cart\GiftCart No errors.
App\Entity\Catalog\GiftCode No errors.
App\Entity\Catalog\Expedition No errors.
App\Entity\Purse\Item No errors.
App\Entity\Purse\ItemPuntos No errors.
App\Entity\Participation\Participation No errors.
App\Entity\Company\Company No errors.
App\Entity\Company\Credentials No errors.
App\Entity\Provider\Provider No errors.
App\Entity\Company\Param No errors.
App\Entity\Cart\OperationCart No errors.
App\Entity\Eligibility No errors.
App\Entity\Recipe\Ingredient No errors.
App\Entity\Recipe\RecipeIngredient No errors.
App\Entity\Recipe\Recipe No errors.
App\Entity\Recipe\RecipeType No errors.
App\Entity\MediaObject\MediaRecipe No errors.
App\Entity\Recipe\IngredientMeasureUnit No errors.
App\Entity\MediaObject\MediaParticipation No errors.
App\Entity\Participation\ValidationExport No errors.
App\Entity\Ean\Ean
  • The association App\Entity\Ean\Ean#detailsMultiOffer refers to the inverse side field App\Entity\Details\Operation\DetailsMultiOffer#eans which does not exist.
App\Entity\Details\Operation\DetailsOperation No errors.
App\Entity\Menu No errors.