Query Metrics
7
Database Queries
6
Different statements
2.25 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
0.96 ms (42.60%) |
1 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"pms"
]
|
0.36 ms (15.79%) |
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.31 ms (13.66%) |
1 |
SELECT t0.current AS current_1, t0.id AS id_2, t0.name AS name_3 FROM review_batch t0 WHERE t0.id = ?
Parameters:
[
25
]
|
0.24 ms (10.56%) |
1 |
SELECT t0.password AS password_1, t0.name AS name_2, t0.id AS id_3, t0.username AS username_4, t0.review_batch_id AS review_batch_id_5 FROM reviewer t0 WHERE t0.id = ?
Parameters:
[
"274"
]
|
0.20 ms (8.96%) |
2 |
SELECT DATABASE()
Parameters:
[] |
0.19 ms (8.43%) |
1 |
SELECT r0_.current AS current_0, r0_.id AS id_1, r0_.name AS name_2 FROM review_batch r0_
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.