GET http://31.14.97.32:8083/game

Query Metrics

5 Database Queries
5 Different statements
3.70 ms Query time
0 Invalid entities
16 Managed entities

Queries

Group similar statements

# Time Info
1 0.21 ms
"START TRANSACTION"
Parameters:
[]
2 0.77 ms
INSERT INTO app_user (email, roles, password, guest_id) VALUES (?, ?, ?, ?)
Parameters:
[
  null
  "["ROLE_GUEST"]"
  null
  "ce14014a70946bd4bdf733b90702efaa"
]
3 1.30 ms
"COMMIT"
Parameters:
[]
4 0.76 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.rounds AS rounds_3, t0.status AS status_4, t0.handler_id AS handler_id_5 FROM game t0 WHERE t0.handler_id = ?
Parameters:
[
  38
]
5 0.66 ms
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.image AS image_2, r0_.category_id AS category_id_3 FROM round r0_
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\Round 14
App\Entity\User 1
App\Entity\Category 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Game No errors.
App\Entity\Round No errors.
App\Entity\Category No errors.