Query Metrics

1 Database Queries
1 Different statements
1.48 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.48 ms
(100.00%)
1
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.carrier_name AS carrier_name_3, t0.carrier_price AS carrier_price_4, t0.delivery AS delivery_5, t0.paid AS paid_6, t0.reference AS reference_7, t0.stripe_session_id AS stripe_session_id_8, t0.user_id AS user_id_9 FROM `order` t0 WHERE t0.id = ?
Parameters:
[
  "181"
]

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\Order No errors.
App\Entity\User
  • The field App\Entity\User#wishlists is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Wishlist#user does not contain the required 'inversedBy="wishlists"' attribute.
App\Entity\OrderDetails No errors.