GET https://athci.thebestforwarder.com/contact

Query Metrics

9 Database Queries
7 Different statements
14.90 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
5.57 ms
(37.39%)
1
INSERT INTO page_visitee (url, visited_at, duration, session_id) VALUES (?, ?, ?, ?)
Parameters:
[
  "/contact"
  "2026-05-23 08:46:09"
  null
  4613
]
4.91 ms
(32.93%)
1
INSERT INTO session_visiteur (ip, user_agent, started_at, last_activity, session_token) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  "216.73.216.75"
  "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
  "2026-05-23 08:46:09"
  "2026-05-23 08:46:09"
  "90543b430151448f63d33b6f8395d25e"
]
1.18 ms
(7.91%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.keywords AS keywords_4, t0.robots AS robots_5, t0.lang AS lang_6, t0.favicon AS favicon_7, t0.updated_at AS updated_at_8 FROM seo t0 LIMIT 1
Parameters:
[]
0.98 ms
(6.60%)
2
"START TRANSACTION"
Parameters:
[]
0.96 ms
(6.41%)
2
"COMMIT"
Parameters:
[]
0.73 ms
(4.92%)
1
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.user_agent AS user_agent_3, t0.started_at AS started_at_4, t0.last_activity AS last_activity_5, t0.session_token AS session_token_6 FROM session_visiteur t0 WHERE t0.session_token = ? LIMIT 1
Parameters:
[
  "90543b430151448f63d33b6f8395d25e"
]
0.57 ms
(3.83%)
1
UPDATE session_visiteur SET last_activity = ? WHERE id = ?
Parameters:
[
  "2026-05-23 08:46:09"
  4613
]

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\SessionVisiteur No errors.
App\Entity\PageVisitee No errors.
App\Entity\Seo No errors.