GET https://quiztest.arsenic.pl/public-survey/1

Query Metrics

2 Database Queries
2 Different statements
1.46 ms Query time
0 Invalid entities
43 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.87 ms
(59.81%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.starts_at AS starts_at_4, t0.ends_at AS ends_at_5, t0.max_submissions AS max_submissions_6, t0.is_active AS is_active_7, t0.redirect_after_login AS redirect_after_login_8, t0.is_public AS is_public_9, t0.questions_per_page AS questions_per_page_10, t0.created_at AS created_at_11, t0.product_id AS product_id_12 FROM survey t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
0.59 ms
(40.19%)
1
SELECT t0.id AS id_1, t0.type AS type_2, t0.label AS label_3, t0.options AS options_4, t0.required AS required_5, t0.sort_order AS sort_order_6, t0.image_path AS image_path_7, t0.survey_id AS survey_id_8 FROM survey_field t0 WHERE t0.survey_id = ? ORDER BY t0.sort_order ASC
Parameters:
[
  1
]

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\SurveyField 41
App\Entity\Survey 1
App\Entity\Product 1

Entities Mapping

Class Mapping errors
App\Entity\Survey No errors.
App\Entity\Product No errors.
App\Entity\SurveyField No errors.
App\Entity\SurveySubmission No errors.