GET http://brassicollines.be/tasting/rate/18/1

Query Metrics

5 Database Queries
5 Different statements
3.24 ms Query time
0 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.62 ms
(49.86%)
1
"COMMIT"
Parameters:
[]
0.50 ms
(15.46%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.alcool AS alcool_3, t0.type AS type_4, t0.position AS position_5, t0.brewer_id AS brewer_id_6 FROM beer t0 WHERE t0.id = ?
Parameters:
[
  "18"
]
0.44 ms
(13.51%)
1
SELECT t0.id AS id_1, t0.session_id AS session_id_2, t0.rate AS rate_3, t0.beer_id AS beer_id_4 FROM beer_rating t0 WHERE t0.beer_id = ? AND t0.session_id = ? LIMIT 1
Parameters:
[
  18
  "624b9e463a3098171cdf48677222f51b"
]
0.42 ms
(12.87%)
1
INSERT INTO beer_rating (session_id, rate, beer_id) VALUES (?, ?, ?)
Parameters:
[
  "624b9e463a3098171cdf48677222f51b"
  1
  18
]
0.27 ms
(8.30%)
1
"START TRANSACTION"
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Beer 1
App\Entity\Brewer 1
App\Entity\BeerRating 1

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.