https://5sur5sejour.com/album-email-tracking/1d8729fb21bb01c05c0811d588e7569c

Query Metrics

4 Database Queries
4 Different statements
47.60 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 2.84 ms
SELECT a0_.id AS id_0, a0_.email_sent AS email_sent_1, a0_.sms_sent AS sms_sent_2, a0_.opened AS opened_3, a0_.opened_at AS opened_at_4, a0_.purchased AS purchased_5, a0_.notified_at AS notified_at_6, a0_.reminder_sent_at AS reminder_sent_at_7, a0_.magic_link_token AS magic_link_token_8, a0_.email_tracking_token AS email_tracking_token_9, a0_.email_opened_at AS email_opened_at_10, a0_.email_open_count AS email_open_count_11, a0_.sms_fallback_email_sent AS sms_fallback_email_sent_12, a0_.album_id AS album_id_13, a0_.parent_id AS parent_id_14 FROM album_parent_notifications a0_ WHERE a0_.email_tracking_token = ? LIMIT 1
Parameters:
[
  "1d8729fb21bb01c05c0811d588e7569c"
]
2 2.14 ms
"START TRANSACTION"
Parameters:
[]
3 2.52 ms
UPDATE album_parent_notifications SET email_open_count = ? WHERE id = ?
Parameters:
[
  7
  5503
]
4 40.10 ms
"COMMIT"
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\AlbumParentNotification No errors.
App\Entity\Produit No errors.
App\Entity\User
  • The field App\Entity\User#mescommandes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Commande#idUser does not contain the required 'inversedBy="mescommandes"' attribute.
  • The field App\Entity\User#etablismentuser is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Etablisment#user does not contain the required 'inversedBy="etablismentuser"' attribute.
  • The field App\Entity\User#mesblogs is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Blog#iduser does not contain the required 'inversedBy="mesblogs"' attribute.
  • The field App\Entity\User#mesSejourAcc is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Sejour#idAcommp does not contain the required 'inversedBy="mesSejourAcc"' attribute.
  • The field App\Entity\User#mesSejourPart is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Sejour#idPartenaire does not contain the required 'inversedBy="mesSejourPart"' attribute.