Query Metrics
2
Database Queries
2
Different statements
3.54 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.54 ms (71.76%) |
1 |
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" ] |
|
1.00 ms (28.24%) |
1 |
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 |
|
| 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 |
|
| App\Entity\Details\Operation\DetailsOperation | No errors. |
| App\Entity\Menu | No errors. |