Query Metrics
2
Database Queries
2
Different statements
15.47 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
9.65 ms (62.37%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.public AS public_4, t0.position AS position_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.question_category_id AS question_category_id_8 FROM question t0 WHERE t0.question_category_id = ?
Parameters:
[
1
]
|
5.82 ms (37.63%) |
1 |
SELECT q0_.id AS id_0, q0_.name AS name_1, q0_.public AS public_2, q0_.to_user AS to_user_3, q0_.to_shop AS to_shop_4, q0_.position AS position_5, q0_.created_at AS created_at_6, q0_.updated_at AS updated_at_7 FROM question_category q0_ WHERE q0_.public = 1 AND q0_.to_user = 1 ORDER BY q0_.position ASC
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\QuestionCategory | No errors. |
App\Entity\Question | No errors. |