Query Metrics
7
Database Queries
5
Different statements
18.95 ms
Query time
0
Invalid entities
Grouped Statements
audit connection
| Time▼ | Count | Info |
|---|---|---|
|
10.37 ms (54.75%) |
2 |
SELECT TIME_TO_SEC(TIMEDIFF( expiryTime, now() )) as remainingTime FROM tbl_incoming_actions WHERE ipAddress=?;
Parameters:
[
"84.32.70.213"
]
|
|
5.33 ms (28.15%) |
1 |
INSERT INTO tbl_incoming_actions (`ipAddress`, `attempts`, `createdDate`, `updatedDate`,`expiryTime`, `oneMinAttempts`, `fiveMinAttempts`, `oneHourAttempts`) values(?, ?, now(),now(), ?, ?, ?, 0);
Parameters:
[ "84.32.70.213" 0 0 0 0 ] |
|
1.63 ms (8.59%) |
1 |
UPDATE tbl_user_sessions SET logoutDT=NOW() WHERE sessionID = ?;
Parameters:
[
"ajk2vn0vo1bl41pqqvh0bks6te"
]
|
core connection
| Time▼ | Count | Info |
|---|---|---|
|
1.00 ms (5.29%) |
2 |
SELECT * FROM tbl_organizations WHERE orgDomain=?;
Parameters:
[
"44.224.79.56"
]
|
|
0.61 ms (3.21%) |
1 |
SELECT * FROM tbl_bundle WHERE bundleDescription LIKE ? ORDER BY orderby ASC
Parameters:
[
"%showModule%"
]
|
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.