Query Metrics
32
Database Queries
4
Different statements
5.94 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
2.59 ms (43.57%) |
15 |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.answers AS answers_3, t0.reason AS reason_4, t0.status AS status_5, t0.user_id AS user_id_6, t0.category_id AS category_id_7, t0.admin_id AS admin_id_8 FROM Applications t0 WHERE t0.category_id = ?
Parameters:
[
1
]
|
2.57 ms (43.30%) |
15 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.placeholder AS placeholder_4, t0.category_id AS category_id_5 FROM Questions t0 WHERE t0.category_id = ?
Parameters:
[
1
]
|
0.50 ms (8.44%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4, t0.webhook AS webhook_5, t0.message_accept AS message_accept_6, t0.message_deny AS message_deny_7, t0.enabled AS enabled_8 FROM Category t0 WHERE t0.enabled = ?
Parameters:
[
1
]
|
0.28 ms (4.70%) |
1 |
SELECT t0.id AS id_1, t0.content AS content_2 FROM settings t0 WHERE t0.id = ?
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Category | No errors. |
App\Entity\Questions | No errors. |
App\Entity\Applications | No errors. |
App\Entity\Settings | No errors. |
App\Entity\Groups | No errors. |
App\Entity\User | No errors. |