GET https://test-tinady.developa.net/

Query Metrics

14 Database Queries
9 Different statements
1257.97 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1247.81 ms
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:
[
  "1713d376d37493df538e86738c9429a8"
]
2 3.49 ms
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 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)"
]
3 0.19 ms
"START TRANSACTION"
Parameters:
[]
4 1.03 ms
INSERT INTO user_cookie (value, created_at, browser_key, data, id_http_user_agent, id_ip_address) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  "1713d376d37493df538e86738c9429a8"
  "2026-01-13 10:38:34"
  0
  "{"http_user_agent":"Mozilla\/5.0 (compatible; wpbot\/1.4; +https:\/\/forms.gle\/ajBaxygz9jSR8p8G9)"}"
  null
  null
]
5 0.24 ms
INSERT INTO http_user_agent (browser_key, time_at, user_agent, is_bot, bot_key, contry, ip_address) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  0
  "2026-01-13 10:38:34"
  "Mozilla/5.0 (compatible; wpbot/1.4; +https://forms.gle/ajBaxygz9jSR8p8G9)"
  0
  0
  null
  "44.252.63.45"
]
6 0.45 ms
"COMMIT"
Parameters:
[]
7 1.27 ms
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:
[
  "44.252.63.45"
]
8 0.11 ms
"START TRANSACTION"
Parameters:
[]
9 0.53 ms
INSERT INTO ip_address (ip, country, is_forbidden) VALUES (?, ?, ?)
Parameters:
[
  "44.252.63.45"
  null
  0
]
10 0.32 ms
"COMMIT"
Parameters:
[]
11 0.95 ms
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:
[
  "44.252.63.45"
]
12 0.09 ms
"START TRANSACTION"
Parameters:
[]
13 1.21 ms
UPDATE user_cookie SET id_http_user_agent = ?, id_ip_address = ? WHERE id = ?
Parameters:
[
  1062
  2530
  673675
]
14 0.28 ms
"COMMIT"
Parameters:
[]

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.