Query Metrics
5
Database Queries
5
Different statements
11.25 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.01 ms |
"START TRANSACTION"
Parameters:
[] |
| 2 | 2.94 ms |
INSERT INTO access_logs (timestamp, id_user, actor_type, user_token_hash, user_role, is_godmod, id_pharmacy, id_ehpad, event_type, event_category, severity, ip_address, user_agent, http_method, route_name, url_path, http_status, macaddress, resource_type, resource_id, action, id_operation, id_parent_operation, description, metadata, is_sensitive_data, spec_version, seq_local, synced_at, integrity_hash) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "2026-03-20 11:46:43" null null null null 0 null null "ACCESS_DENIED" "SECURITY" "WARNING" "216.73.216.179" "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "GET" "admin" "/" 403 null null null null null null null "{"reason":"Access Denied."}" 0 "3.5" null null "" ] |
| 3 | 2.06 ms |
UPDATE access_logs SET integrity_hash = ? WHERE id = ? AND integrity_hash = ?
Parameters:
[ "622df435b29ef4ba9f0a4fd219ab2297dbbc67c8bbbce1479e20c7a5ac03129c" 2289 "" ] |
| 4 | 2.04 ms |
"COMMIT"
Parameters:
[] |
| 5 | 2.19 ms |
SELECT COUNT(a0_.id) AS sclr_0 FROM access_logs a0_ WHERE a0_.event_type = ? AND a0_.timestamp >= ?
Parameters:
[ "ACCESS_DENIED" "2026-03-20 11:36:43" ] |
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\AccessLog | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\AccessLog | No errors. |