http://spinner.teufelhome.com/team/international/spinner

Query Metrics

8 Database Queries
8 Different statements
16.02 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
6.16 ms
(38.43%)
1
SELECT NEXTVAL('winner_id_seq')
Parameters:
[]
3.75 ms
(23.42%)
1
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.fk_team AS fk_team_2 FROM person p0_ INNER JOIN team t1_ ON p0_.fk_team = t1_.id WHERE t1_.name = ? ORDER BY p0_.id ASC
Parameters:
[
  "international"
]
1.85 ms
(11.54%)
1
"COMMIT"
Parameters:
[]
1.43 ms
(8.93%)
1
SELECT t0.id AS id_1, t0.hash AS hash_2, t0.name AS name_3, t0.created AS created_4, t0.team_id AS team_id_5 FROM winner t0 WHERE t0.hash = ? LIMIT 1
Parameters:
[
  "24b78661f581b21459da77b74ced4ab5"
]
1.21 ms
(7.59%)
1
INSERT INTO winner (id, hash, name, created, team_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  784
  "24b78661f581b21459da77b74ced4ab5"
  "["Sandra","Vanessa","Andrew","Dina","Max","Alexander","Jonathan","Willemijn","M\u00e9lodie","Gosia","Sebastian","Pascale"]"
  "2026-03-04 01:27:28"
  3
]
0.67 ms
(4.17%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM team t0 WHERE t0.id IN (?)
Parameters:
[
  3
]
0.54 ms
(3.40%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM team t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "international"
]
0.41 ms
(2.53%)
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.

Entities Mapping

Class Mapping errors
App\Entity\Team No errors.
App\Entity\Person No errors.
App\Entity\Winner No errors.