GET http://athci.thebestforwarder.com/

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
33.28 ms
(70.03%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.css AS css_5, t0.js AS js_6, t0.published AS published_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM PAGE t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "accueil"
]
5.60 ms
(11.78%)
1
INSERT INTO page_visitee (url, visited_at, duration, session_id) VALUES (?, ?, ?, ?)
Parameters:
[
  "/"
  "2026-09-20 08:03:08"
  null
  7502
]
4.96 ms
(10.43%)
1
INSERT INTO session_visiteur (ip, user_agent, started_at, last_activity, session_token) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  "52.230.100.152"
  "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36"
  "2026-09-20 08:03:08"
  "2026-09-20 08:03:08"
  "868aa0f049190b214264f59b388cf7ef"
]
1.11 ms
(2.33%)
2
"START TRANSACTION"
Parameters:
[]
1.09 ms
(2.29%)
2
"COMMIT"
Parameters:
[]
0.89 ms
(1.87%)
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:
[
  "868aa0f049190b214264f59b388cf7ef"
]
0.61 ms
(1.28%)
1
UPDATE session_visiteur SET last_activity = ? WHERE id = ?
Parameters:
[
  "2026-09-20 08:03:08"
  7502
]

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\Page No errors.