POST https://dev-amo-cortex.anticiper.ch/api/batch

Query Metrics

15 Database Queries
9 Different statements
9.18 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.04 ms
(44.04%)
2
"COMMIT"
Parameters:
[]
2.66 ms
(28.97%)
1
SELECT count(d0_.id) AS sclr_0 FROM duel d0_ INNER JOIN collection c1_ ON d0_.collection_id = c1_.id WHERE c1_.is_published = 1 AND (d0_.challenger_id = ? OR d0_.opponent_id = ?) AND DATE_ADD(d0_.created, INTERVAL 31 DAY) > CURRENT_DATE AND (d0_.score_challenger IS NULL OR d0_.score_opponent IS NULL)
Parameters:
[
  26982
  26982
]
0.59 ms
(6.39%)
2
SELECT t0.id AS id_1, t0.email AS email_2, t0.firstname AS firstname_3, t0.lastname AS lastname_4, t0.username AS username_5, t0.roles AS roles_6, t0.score AS score_7, t0.all_time_score AS all_time_score_8, t0.has_been_reset AS has_been_reset_9, t0.last_login_at AS last_login_at_10, t0.school_level_id AS school_level_id_11, t0.school_degree_id AS school_degree_id_12, t0.avatar_id AS avatar_id_13 FROM user t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
  "MONNINA"
]
0.47 ms
(5.17%)
1
DELETE FROM user_school WHERE user_id = ?
Parameters:
[
  26982
]
0.46 ms
(5.03%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.uo_id AS uo_id_3, t0.school_level_id AS school_level_id_4 FROM school t0 INNER JOIN user_school ON t0.id = user_school.school_id WHERE user_school.user_id = ?
Parameters:
[
  26982
]
0.36 ms
(3.89%)
1
UPDATE user SET last_login_at = ? WHERE id = ?
Parameters:
[
  "2025-12-16 11:39:53"
  26982
]
0.21 ms
(2.28%)
4
SELECT t0.id AS id_1, t0.name AS name_2, t0.uo_id AS uo_id_3, t0.school_level_id AS school_level_id_4 FROM school t0 WHERE t0.uo_id = ? LIMIT 1
Parameters:
[
  "UO0388"
]
0.21 ms
(2.24%)
1
INSERT INTO user_school (user_id, school_id) VALUES (?, ?)
Parameters:
[
  26982
  234
]
0.18 ms
(1.98%)
2
"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\UserLinkCollection No errors.
App\Entity\User No errors.
App\Entity\SchoolLevel No errors.
App\Entity\SchoolDegree No errors.
App\Entity\Avatar No errors.
App\Entity\School No errors.
App\Entity\SchoolSubject No errors.
App\Entity\Collection No errors.
App\Entity\Folder No errors.
App\Entity\UserLinkFolder No errors.
App\Entity\UserLinkCard No errors.
App\Entity\Duel No errors.
App\Entity\Classroom No errors.
App\Entity\StatUserCollection No errors.
App\Entity\ProposalCollection No errors.