POST https://www.cubenoxhost.pl/login

Query Metrics

8 Database Queries
8 Different statements
7.89 ms Query time
1 Invalid entities
3 Managed entities

Grouped Statements

Show all queries

Time Count Info
4.95 ms
(62.78%)
1
"COMMIT"
Parameters:
[]
0.66 ms
(8.38%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.display_name AS display_name_3, t0.description AS description_4, t0.is_system AS is_system_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7 FROM role t0 INNER JOIN user_role ON t0.id = user_role.role_id WHERE user_role.user_id = ?
Parameters:
[
  2
]
0.57 ms
(7.18%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.display_name AS display_name_3, t0.version AS version_4, t0.author AS author_5, t0.description AS description_6, t0.license AS license_7, t0.state AS state_8, t0.path AS path_9, t0.manifest AS manifest_10, t0.pteroca_min_version AS pteroca_min_version_11, t0.pteroca_max_version AS pteroca_max_version_12, t0.enabled_at AS enabled_at_13, t0.disabled_at AS disabled_at_14, t0.fault_reason AS fault_reason_15, t0.zip_hash AS zip_hash_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18 FROM plugin t0 WHERE t0.state = ? ORDER BY t0.name ASC
Parameters:
[
  "enabled"
]
0.50 ms
(6.34%)
1
SELECT u0_.id AS id_0, u0_.pterodactyl_user_id AS pterodactyl_user_id_1, u0_.pterodactyl_user_api_key AS pterodactyl_user_api_key_2, u0_.email AS email_3, u0_.roles AS roles_4, u0_.balance AS balance_5, u0_.name AS name_6, u0_.surname AS surname_7, u0_.created_at AS created_at_8, u0_.updated_at AS updated_at_9, u0_.is_verified AS is_verified_10, u0_.is_blocked AS is_blocked_11, u0_.avatar_path AS avatar_path_12, u0_.deleted_at AS deleted_at_13, u0_.password AS password_14 FROM user u0_ WHERE u0_.email = ?
Parameters:
[
  "lachp853@gmail.com"
]
0.36 ms
(4.59%)
1
SELECT t0.id AS id_1, t0.pterodactyl_user_id AS pterodactyl_user_id_2, t0.pterodactyl_user_api_key AS pterodactyl_user_api_key_3, t0.email AS email_4, t0.roles AS roles_5, t0.balance AS balance_6, t0.name AS name_7, t0.surname AS surname_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.is_verified AS is_verified_11, t0.is_blocked AS is_blocked_12, t0.avatar_path AS avatar_path_13, t0.deleted_at AS deleted_at_14, t0.password AS password_15 FROM user t0 WHERE t0.email = ? AND t0.deleted_at IS NULL LIMIT 1
Parameters:
[
  "lachp853@gmail.com"
]
0.35 ms
(4.43%)
1
UPDATE user SET balance = ?, updated_at = ? WHERE id = ?
Parameters:
[
  100001.01
  "2026-04-21 11:17:24"
  2
]
0.35 ms
(4.41%)
1
INSERT INTO log (action_id, details, ip_address, created_at, user_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  "login"
  "[]"
  "172.19.0.1"
  "2026-04-21 11:17:24"
  2
]
0.15 ms
(1.89%)
1
"START TRANSACTION"
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Core\Entity\User 1
App\Core\Entity\Role 1
App\Core\Entity\Log 1

Entities Mapping

Class Mapping errors
App\Core\Entity\Plugin No errors.
App\Core\Entity\User
  • The field 'App\Core\Entity\User#balance' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field App\Core\Entity\User#logs is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Core\Entity\Log#user does not contain the required 'inversedBy: "logs"' attribute.
App\Core\Entity\Log No errors.
App\Core\Entity\Role No errors.
App\Core\Entity\Permission No errors.