Query Metrics
13
Database Queries
8
Different statements
864.95 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
856.86 ms (99.07%) |
1 |
SELECT t0.id AS id_1, t0.value AS value_2, t0.created_at AS created_at_3, t0.browser_key AS browser_key_4, t0.data AS data_5, t0.id_http_user_agent AS id_http_user_agent_6, t0.id_ip_address AS id_ip_address_7 FROM user_cookie t0 WHERE t0.value = ? LIMIT 1
Parameters:
[
"90d61693aaab67d8ced96bf24b589be6"
]
|
|
3.64 ms (0.42%) |
2 |
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.country AS country_3, t0.is_forbidden AS is_forbidden_4 FROM ip_address t0 WHERE t0.ip = ? LIMIT 1
Parameters:
[
"175.155.188.15"
]
|
|
1.05 ms (0.12%) |
1 |
UPDATE user_cookie SET id_http_user_agent = ?, id_ip_address = ? WHERE id = ?
Parameters:
[ 72 2533 673764 ] |
|
1.01 ms (0.12%) |
1 |
SELECT t0.id AS id_1, t0.browser_key AS browser_key_2, t0.time_at AS time_at_3, t0.user_agent AS user_agent_4, t0.is_bot AS is_bot_5, t0.bot_key AS bot_key_6, t0.contry AS contry_7, t0.ip_address AS ip_address_8 FROM http_user_agent t0 WHERE t0.user_agent = ? LIMIT 1
Parameters:
[
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.3"
]
|
|
0.99 ms (0.12%) |
3 |
"COMMIT"
Parameters:
[] |
|
0.87 ms (0.10%) |
1 |
INSERT INTO user_cookie (value, created_at, browser_key, data, id_http_user_agent, id_ip_address) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ "90d61693aaab67d8ced96bf24b589be6" "2026-01-13 15:57:46" 1 "[]" null null ] |
|
0.31 ms (0.04%) |
3 |
"START TRANSACTION"
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
INSERT INTO ip_address (ip, country, is_forbidden) VALUES (?, ?, ?)
Parameters:
[ "175.155.188.15" null 0 ] |
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\UserCookie | No errors. |
| App\Entity\HttpUserAgent | No errors. |
| App\Entity\IpAddress | No errors. |