Query Metrics
6
Database Queries
5
Different statements
36.07 ms
Query time
0
Invalid entities
Queries
audit connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 6.57 ms |
SELECT TIME_TO_SEC(TIMEDIFF( expiryTime, now() )) as remainingTime FROM tbl_incoming_actions WHERE ipAddress=?;
Parameters:
[
"45.156.128.15"
]
|
| 2 | 18.37 ms |
INSERT INTO tbl_incoming_actions (`ipAddress`, `attempts`, `createdDate`, `updatedDate`,`expiryTime`, `oneMinAttempts`, `fiveMinAttempts`, `oneHourAttempts`) values(?, ?, now(),now(), ?, ?, ?, 0);
Parameters:
[ "45.156.128.15" 0 0 0 0 ] |
| 3 | 3.86 ms |
SELECT TIME_TO_SEC(TIMEDIFF( expiryTime, now() )) as remainingTime FROM tbl_incoming_actions WHERE ipAddress=?;
Parameters:
[
"45.156.128.15"
]
|
| 4 | 3.70 ms |
UPDATE tbl_user_sessions SET logoutDT=NOW() WHERE sessionID = ?;
Parameters:
[
"tal8eq6996qho3fh0m4tkedf4j"
]
|
core connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.09 ms |
SELECT * FROM tbl_bundle WHERE bundleDescription LIKE ? ORDER BY orderby ASC
Parameters:
[
"%showModule%"
]
|
| 2 | 0.46 ms |
SELECT * FROM tbl_organizations WHERE orgDomain=?;
Parameters:
[
"44.224.79.56"
]
|
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.