Query Metrics

4 Database Queries
3 Different statements
1.65 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.93 ms
(56.32%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.price AS price_3, t0.description AS description_4, t0.image_name AS image_name_5, t0.updated_at AS updated_at_6, t0.fake_price AS fake_price_7, t0.stock AS stock_8 FROM product t0 ORDER BY t0.price DESC LIMIT 1
Parameters:
[]
0.40 ms
(24.21%)
1
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.price AS price_2, p0_.description AS description_3, p0_.image_name AS image_name_4, p0_.updated_at AS updated_at_5, p0_.fake_price AS fake_price_6, p0_.stock AS stock_7 FROM product p0_ INNER JOIN category_product c2_ ON p0_.id = c2_.product_id INNER JOIN category c1_ ON c1_.id = c2_.category_id WHERE c1_.id = ?
Parameters:
[
  "4"
]
0.32 ms
(19.48%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.image_name AS image_name_3, t0.updated_at AS updated_at_4 FROM category t0
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\Product No errors.
App\Entity\Attribute No errors.
App\Entity\Category No errors.
App\Entity\ProductExtra No errors.
App\Entity\Gallery No errors.
App\Entity\OrderProduct No errors.