Redirect 302 redirect from GET @app_tasting_rate (c8e6f6)

GET http://www.sevystyle.be:10012/tasting/rate/40/clear

Query Metrics

2 Database Queries
2 Different statements
0.57 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.30 ms
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:
[
  "40"
]
2 0.27 ms
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:
[
  40
  "cf12eb8ef3c6ae8f44037330a08cb4c5"
]

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

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.