Query Metrics
5
Database Queries
5
Different statements
1.55 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.62 ms (39.69%) |
1 |
"COMMIT"
Parameters:
[] |
0.33 ms (21.48%) |
1 |
SELECT t0.role AS role_1, t0.name AS name_2, t0.id AS id_3, t0.username AS username_4, t0.admin_college_id AS admin_college_id_5, t0.user_info_id AS user_info_id_6 FROM users t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"05824"
]
|
0.29 ms (18.97%) |
1 |
UPDATE announcement SET name = ?, updated_at = ? WHERE id = ?
Parameters:
[ "教字[2025]27号 关于批准2025年度本科教学成果培育项目的通知" "2025-07-30 18:03:46" 38 ] |
0.21 ms (13.86%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.published_at AS published_at_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.valid AS valid_7 FROM announcement t0 WHERE t0.id = ?
Parameters:
[
"38"
]
|
0.09 ms (6.00%) |
1 |
"START TRANSACTION"
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\User | No errors. |
App\Entity\College | No errors. |
App\Entity\UserInfo | No errors. |
App\Entity\Announcement | No errors. |
App\Entity\AnnouncementAttachment | No errors. |