Query Metrics

10 Database Queries
5 Different statements
6.74 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.31 ms
(63.89%)
6
SELECT t0.id AS id_1, t0.product AS product_2, t0.quantity AS quantity_3, t0.price AS price_4, t0.total AS total_5, t0.my_order_id AS my_order_id_6 FROM order_details t0 WHERE t0.my_order_id = ?
Parameters:
[
  184
]
0.65 ms
(9.71%)
1
SELECT DISTINCT o0_.id AS id_0, o0_.id AS id_1 FROM `order` o0_ ORDER BY o0_.id DESC LIMIT 20
Parameters:
[]
0.60 ms
(8.87%)
1
SELECT o0_.id AS id_0, o0_.created_at AS created_at_1, o0_.carrier_name AS carrier_name_2, o0_.carrier_price AS carrier_price_3, o0_.delivery AS delivery_4, o0_.paid AS paid_5, o0_.reference AS reference_6, o0_.stripe_session_id AS stripe_session_id_7, o0_.user_id AS user_id_8 FROM `order` o0_ WHERE o0_.id IN (?, ?, ?, ?, ?, ?) ORDER BY o0_.id DESC
Parameters:
[
  184
  183
  182
  181
  180
  179
]
0.59 ms
(8.76%)
1
SELECT count(o0_.id) AS sclr_0 FROM `order` o0_
Parameters:
[]
0.59 ms
(8.76%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  16
]

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.
App\Entity\Wishlist No errors.
App\Entity\Address No errors.