Redirect 302 redirect from GET @homepage (bb227c)

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

Query Metrics

8 Database Queries
8 Different statements
4.88 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.22 ms
SELECT COUNT(a0_.id) AS sclr_0 FROM analytics_page_access a0_ WHERE a0_.ip = ? AND a0_.is_bot = 1
Parameters:
[
  "181.91.86.243"
]
2 2.47 ms
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:
[
  "181.91.86.243"
  "/landing"
]
3 0.15 ms
"START TRANSACTION"
Parameters:
[]
4 0.18 ms
UPDATE analytics_page_access SET accessed_at = ?, visit_count = ? WHERE id = ?
Parameters:
[
  "2026-06-12 12:02:30"
  11
  4044
]
5 0.12 ms
"COMMIT"
Parameters:
[]
6 0.31 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3, t0.email AS email_4, t0.telephone AS telephone_5, t0.is_active AS is_active_6, t0.chatwoot_account_id AS chatwoot_account_id_7, t0.usergroup AS usergroup_8 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  28
]
7 0.18 ms
SELECT t0.usergroup_id AS usergroup_id_1, t0.usergroup_name AS usergroup_name_2 FROM usergroup t0 WHERE t0.usergroup_id = ?
Parameters:
[
  1
]
8 0.25 ms
SELECT t0.role_id AS role_id_1, t0.role_name AS role_name_2 FROM role t0 INNER JOIN usergroup_role ON t0.role_id = usergroup_role.role_id WHERE usergroup_role.usergroup_id = ?
Parameters:
[
  1
]

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.
App\Entity\User No errors.
App\Entity\AccountConfig No errors.
App\Entity\Usergroup No errors.
App\Entity\Role No errors.