Redirect 302 redirect from GET @homepage (95be1c)

GET http://admin.sysfit.chat/landing

Query Metrics

7 Database Queries
6 Different statements
11.40 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
4.20 ms
(36.80%)
2
SELECT COUNT(a0_.id) AS sclr_0 FROM analytics_page_access a0_ WHERE a0_.ip = ? AND a0_.is_bot = 1
Parameters:
[
  "10.1.48.160"
]
4.19 ms
(36.71%)
1
UPDATE analytics_page_access SET is_bot = ?, bot_type = ? WHERE ip = ?
Parameters:
[
  1
  "Generic Bot"
  "10.1.48.160"
]
2.58 ms
(22.67%)
1
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.user_agent AS user_agent_3, t0.page_url AS page_url_4, t0.accessed_at AS accessed_at_5, t0.session_id AS session_id_6, t0.visit_count AS visit_count_7, t0.referer AS referer_8, t0.country AS country_9, t0.city AS city_10, t0.is_bot AS is_bot_11, t0.bot_type AS bot_type_12 FROM analytics_page_access t0 WHERE t0.ip = ? AND t0.page_url = ? LIMIT 1
Parameters:
[
  "10.1.48.160"
  "/landing"
]
0.24 ms
(2.06%)
1
INSERT INTO analytics_page_access (ip, user_agent, page_url, accessed_at, session_id, visit_count, referer, country, city, is_bot, bot_type) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "10.1.48.160"
  "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)"
  "/landing"
  "2026-06-12 15:49:45"
  ""
  1
  "http://admin.sysfit.chat/"
  null
  null
  1
  "Generic Bot"
]
0.11 ms
(0.96%)
1
"START TRANSACTION"
Parameters:
[]
0.09 ms
(0.81%)
1
"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\Analytics\PageAccess No errors.