Query Metrics
4
Database Queries
4
Different statements
11.35 ms
Query time
0
Invalid entities
Grouped Statements
audit connection
| Time▼ | Count | Info |
|---|---|---|
|
6.50 ms (57.29%) |
1 |
SELECT TIME_TO_SEC(TIMEDIFF( expiryTime, now() )) as remainingTime FROM tbl_incoming_actions WHERE ipAddress=?;
Parameters:
[
"204.76.203.25"
]
|
|
2.75 ms (24.23%) |
1 |
UPDATE tbl_user_sessions SET logoutDT=NOW() WHERE sessionID = ?;
Parameters:
[
"0ib70b9hlfkbkfn5c8isodof0m"
]
|
core connection
| Time▼ | Count | Info |
|---|---|---|
|
1.67 ms (14.71%) |
1 |
SELECT * FROM tbl_bundle WHERE bundleDescription LIKE ? ORDER BY orderby ASC
Parameters:
[
"%showModule%"
]
|
|
0.43 ms (3.77%) |
1 |
SELECT * FROM tbl_organizations WHERE orgDomain=?;
Parameters:
[
"stage.centralstage.io"
]
|
Database Connections
| Name | Service |
|---|---|
| core | doctrine.dbal.core_connection |
| data | doctrine.dbal.data_connection |
| audit | doctrine.dbal.audit_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
No loaded entities.