Query Metrics
6
Database Queries
5
Different statements
17.22 ms
Query time
0
Invalid entities
Grouped Statements
audit connection
| Time▼ | Count | Info |
|---|---|---|
|
7.50 ms (43.58%) |
1 |
INSERT INTO tbl_incoming_actions (`ipAddress`, `attempts`, `createdDate`, `updatedDate`,`expiryTime`, `oneMinAttempts`, `fiveMinAttempts`, `oneHourAttempts`) values(?, ?, now(),now(), ?, ?, ?, 0);
Parameters:
[ "172.237.108.54" 0 0 0 0 ] |
|
7.47 ms (43.41%) |
2 |
SELECT TIME_TO_SEC(TIMEDIFF( expiryTime, now() )) as remainingTime FROM tbl_incoming_actions WHERE ipAddress=?;
Parameters:
[
"172.237.108.54"
]
|
|
1.46 ms (8.48%) |
1 |
UPDATE tbl_user_sessions SET logoutDT=NOW() WHERE sessionID = ?;
Parameters:
[
"m1arkf36apjv78q9vllo9iorul"
]
|
core connection
| Time▼ | Count | Info |
|---|---|---|
|
0.45 ms (2.64%) |
1 |
SELECT * FROM tbl_bundle WHERE bundleDescription LIKE ? ORDER BY orderby ASC
Parameters:
[
"%showModule%"
]
|
|
0.32 ms (1.89%) |
1 |
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.