Query Metrics

2 Database Queries
2 Different statements
2.97 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 2.52 ms
SELECT DISTINCT p0_.id AS id_0, p0_.updated_at AS updated_at_1, p0_.promoted AS promoted_2 FROM product p0_ INNER JOIN product_category p2_ ON p0_.id = p2_.product_id INNER JOIN category c1_ ON c1_.id = p2_.category_id WHERE c1_.slug LIKE CONCAT('%', ?, '%') AND p0_.public = ? ORDER BY p0_.updated_at DESC, p0_.promoted DESC LIMIT 30
Parameters:
[
  "Srodki-ochrony-roslin"
  1
]
2 0.44 ms
SELECT count(DISTINCT p0_.id) AS sclr_0 FROM product p0_ INNER JOIN product_category p2_ ON p0_.id = p2_.product_id INNER JOIN category c1_ ON c1_.id = p2_.category_id WHERE c1_.slug LIKE CONCAT('%', ?, '%') AND p0_.public = ?
Parameters:
[
  "Srodki-ochrony-roslin"
  1
]

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\Category No errors.
App\Entity\FilterUse No errors.
App\Entity\ProductType No errors.
App\Entity\MediaObject No errors.
App\Entity\User No errors.
App\Entity\Content No errors.