Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.65 ms
SELECT DISTINCT o0_.id AS id_0, o0_.id AS id_1 FROM `order` o0_ ORDER BY o0_.id DESC LIMIT 20
Parameters:
[]
2 0.60 ms
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
]
3 0.59 ms
SELECT count(o0_.id) AS sclr_0 FROM `order` o0_
Parameters:
[]
4 0.59 ms
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
]
5 0.53 ms
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
]
6 0.68 ms
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:
[
  183
]
7 0.71 ms
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:
[
  182
]
8 0.83 ms
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:
[
  181
]
9 0.80 ms
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:
[
  180
]
10 0.75 ms
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:
[
  179
]

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.