Query Metrics
2
Database Queries
2
Different statements
0.78 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.56 ms (71.95%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.text AS text_3, t0.position AS position_4, t0.type AS type_5, t0.action_text AS action_text_6 FROM question t0 WHERE t0.position = ? LIMIT 1
Parameters:
[
"6"
]
|
|
0.22 ms (28.05%) |
1 |
SELECT COUNT(*) FROM question t0
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\Question | No errors. |
| App\Entity\Choice | No errors. |
| App\Entity\Respondent | No errors. |