GET http://brassicollines.be/admin/beer?page=3&sort%5Balcool%5D=DESC

Query Metrics

8 Database Queries
4 Different statements
15.03 ms Query time
0 Invalid entities
13 Managed entities

Queries

Group similar statements

# Time Info
1 0.30 ms
SELECT DISTINCT b0_.id AS id_0, b0_.alcool AS alcool_1 FROM beer b0_ ORDER BY b0_.alcool DESC LIMIT 20 OFFSET 40
Parameters:
[]
2 0.31 ms
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.alcool AS alcool_2, b0_.type AS type_3, b0_.position AS position_4, b0_.brewer_id AS brewer_id_5 FROM beer b0_ WHERE b0_.id IN (?, ?, ?, ?, ?, ?, ?, ?) ORDER BY b0_.alcool DESC
Parameters:
[
  14
  37
  41
  32
  27
  4
  3
  31
]
3 13.20 ms
SELECT count(*) AS sclr_0 FROM beer b0_
Parameters:
[]
4 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.locality AS locality_4, t0.position AS position_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.facebook AS facebook_8, t0.instagram AS instagram_9, t0.website AS website_10, t0.untapped AS untapped_11, t0.twitter AS twitter_12, t0.white_bg AS white_bg_13 FROM brewer t0 WHERE t0.id = ?
Parameters:
[
  10
]
5 0.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.locality AS locality_4, t0.position AS position_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.facebook AS facebook_8, t0.instagram AS instagram_9, t0.website AS website_10, t0.untapped AS untapped_11, t0.twitter AS twitter_12, t0.white_bg AS white_bg_13 FROM brewer t0 WHERE t0.id = ?
Parameters:
[
  5
]
6 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.locality AS locality_4, t0.position AS position_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.facebook AS facebook_8, t0.instagram AS instagram_9, t0.website AS website_10, t0.untapped AS untapped_11, t0.twitter AS twitter_12, t0.white_bg AS white_bg_13 FROM brewer t0 WHERE t0.id = ?
Parameters:
[
  4
]
7 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.locality AS locality_4, t0.position AS position_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.facebook AS facebook_8, t0.instagram AS instagram_9, t0.website AS website_10, t0.untapped AS untapped_11, t0.twitter AS twitter_12, t0.white_bg AS white_bg_13 FROM brewer t0 WHERE t0.id = ?
Parameters:
[
  8
]
8 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.locality AS locality_4, t0.position AS position_5, t0.latitude AS latitude_6, t0.longitude AS longitude_7, t0.facebook AS facebook_8, t0.instagram AS instagram_9, t0.website AS website_10, t0.untapped AS untapped_11, t0.twitter AS twitter_12, t0.white_bg AS white_bg_13 FROM brewer t0 WHERE t0.id = ?
Parameters:
[
  13
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Beer 8
App\Entity\Brewer 5

Entities Mapping

Class Mapping errors
App\Entity\Beer No errors.
App\Entity\Brewer No errors.
App\Entity\BeerKeyword No errors.
App\Entity\BeerRating No errors.
App\Entity\BrewerYear No errors.