Redirect 303 redirect from GET @app_new_quiz_with_pack (12adf6)

GET https://teap.wab.com.br/newQuizWithPack/27

Query Metrics

85 Database Queries
7 Different statements
9.45 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.35 ms
(35.41%)
20
INSERT INTO quiz_item (is_correct, date_time, ask, term_id, quiz_id, wrong_a_id, wrong_b_id, wrong_c_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  null
  null
  " __________ , students who received additional tutoring performed better on the final exam."
  150
  1645
  806
  724
  601
]
3.03 ms
(32.05%)
20
SELECT t0.id AS id_1, t0.decription AS decription_2, t0.term_id AS term_id_3 FROM term_case t0 WHERE t0.term_id = ?
Parameters:
[
  150
]
1.66 ms
(17.60%)
21
"COMMIT"
Parameters:
[]
0.92 ms
(9.79%)
21
"START TRANSACTION"
Parameters:
[]
0.29 ms
(3.09%)
1
INSERT INTO quiz (pack_id) VALUES (?)
Parameters:
[
  27
]
0.10 ms
(1.08%)
1
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.pack_id = ?
Parameters:
[
  27
]
0.09 ms
(0.98%)
1
SELECT t0.id AS id_1 FROM pack t0 WHERE t0.id = ?
Parameters:
[
  "27"
]

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