Redirect 303 redirect from GET @app_quiz_run (8b7720)

GET https://teap.wab.com.br/quiz-item/18842/

Query Metrics

7 Database Queries
4 Different statements
5.37 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.89 ms
SELECT t0.id AS id_1, t0.is_correct AS is_correct_2, t0.date_time AS date_time_3, t0.ask AS ask_4, t0.term_id AS term_id_5, t0.quiz_id AS quiz_id_6, t0.wrong_a_id AS wrong_a_id_7, t0.wrong_b_id AS wrong_b_id_8, t0.wrong_c_id AS wrong_c_id_9 FROM quiz_item t0 WHERE t0.id = ?
Parameters:
[
  "18842"
]
2 0.15 ms
SELECT t0.id AS id_1, t0.pack_id AS pack_id_2 FROM quiz t0 WHERE t0.id = ?
Parameters:
[
  1026
]
3 0.11 ms
SELECT t0.id AS id_1, t0.is_correct AS is_correct_2, t0.date_time AS date_time_3, t0.ask AS ask_4, t0.term_id AS term_id_5, t0.quiz_id AS quiz_id_6, t0.wrong_a_id AS wrong_a_id_7, t0.wrong_b_id AS wrong_b_id_8, t0.wrong_c_id AS wrong_c_id_9 FROM quiz_item t0 WHERE t0.quiz_id = ?
Parameters:
[
  1026
]
4 0.90 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.category AS category_4, t0.pack_id AS pack_id_5 FROM term t0 WHERE t0.id = ?
Parameters:
[
  699
]
5 0.94 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.category AS category_4, t0.pack_id AS pack_id_5 FROM term t0 WHERE t0.id = ?
Parameters:
[
  617
]
6 0.75 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.category AS category_4, t0.pack_id AS pack_id_5 FROM term t0 WHERE t0.id = ?
Parameters:
[
  494
]
7 1.62 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.category AS category_4, t0.pack_id AS pack_id_5 FROM term t0 WHERE t0.id = ?
Parameters:
[
  2
]

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\QuizItem No errors.
App\Entity\Term No errors.
App\Entity\Quiz No errors.
App\Entity\Pack No errors.
App\Entity\TermCase No errors.