Redirect 302 redirect from POST @panel (9801ac)

GET https://www.cubenoxhost.pl/panel?id=eb19dc76&routeName=server

Query Metrics

33 Database Queries
9 Different statements
18.54 ms Query time
2 Invalid entities
22 Managed entities

Grouped Statements

Show all queries

Time Count Info
9.73 ms
(52.49%)
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.id = ?
Parameters:
[
  2
]
5.19 ms
(28.01%)
24
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.section AS section_5, t0.is_system AS is_system_6, t0.plugin_name AS plugin_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM permission t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "access_dashboard"
]
0.89 ms
(4.79%)
2
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.type AS type_4, t0.context AS context_5, t0.hierarchy AS hierarchy_6, t0.nullable AS nullable_7 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
  "show_pterodactyl_logs_in_server_activity"
]
0.64 ms
(3.45%)
1
SELECT t0.is_selected AS is_selected_1, t0.id AS id_2, t0.type AS type_3, t0.value AS value_4, t0.unit AS unit_5, t0.price AS price_6, t0.deleted_at AS deleted_at_7, t0.server_product_id AS server_product_id_8 FROM server_product_price t0 WHERE t0.server_product_id = ?
Parameters:
[
  3
]
0.55 ms
(2.98%)
1
SELECT t0.id AS id_1, t0.action_id AS action_id_2, t0.details AS details_3, t0.created_at AS created_at_4, t0.user_id AS user_id_5, t0.server_id AS server_id_6 FROM server_log t0 WHERE t0.server_id = ?
Parameters:
[
  3
]
0.51 ms
(2.77%)
1
SELECT t0.id AS id_1, t0.pterodactyl_server_id AS pterodactyl_server_id_2, t0.pterodactyl_server_identifier AS pterodactyl_server_identifier_3, t0.name AS name_4, t0.created_at AS created_at_5, t0.deleted_at AS deleted_at_6, t0.expires_at AS expires_at_7, t0.is_suspended AS is_suspended_8, t0.auto_renewal AS auto_renewal_9, t10.selected_node_id AS selected_node_id_11, t10.id AS id_12, t10.name AS name_13, t10.disk_space AS disk_space_14, t10.memory AS memory_15, t10.io AS io_16, t10.cpu AS cpu_17, t10.threads AS threads_18, t10.db_count AS db_count_19, t10.swap AS swap_20, t10.backups AS backups_21, t10.ports AS ports_22, t10.schedules AS schedules_23, t10.nodes AS nodes_24, t10.nest AS nest_25, t10.eggs AS eggs_26, t10.eggs_configuration AS eggs_configuration_27, t10.allow_change_egg AS allow_change_egg_28, t10.allow_auto_renewal AS allow_auto_renewal_29, t10.allow_user_select_location AS allow_user_select_location_30, t10.setup_fee AS setup_fee_31, t10.server_id AS server_id_32, t10.original_product_id AS original_product_id_33, t0.user_id AS user_id_34 FROM server t0 LEFT JOIN server_product t10 ON t10.server_id = t0.id WHERE t0.pterodactyl_server_identifier = ?
Parameters:
[
  "eb19dc76"
]
0.40 ms
(2.14%)
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.33 ms
(1.79%)
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.29 ms
(1.58%)
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.description AS description_4, t0.section AS section_5, t0.is_system AS is_system_6, t0.plugin_name AS plugin_name_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9 FROM permission t0 INNER JOIN role_permission ON t0.id = role_permission.permission_id WHERE role_permission.role_id = ?
Parameters:
[
  2
]

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\Permission 14
App\Core\Entity\Setting 2
App\Core\Entity\User 1
App\Core\Entity\Role 1
App\Core\Entity\Server 1
App\Core\Entity\ServerProduct 1
App\Core\Entity\Product 1
App\Core\Entity\ServerProductPrice 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.
App\Core\Entity\Server No errors.
App\Core\Entity\ServerProduct No errors.
App\Core\Entity\Product No errors.
App\Core\Entity\ServerProductPrice
  • The field 'App\Core\Entity\ServerProductPrice#price' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
App\Core\Entity\Setting No errors.
App\Core\Entity\ServerLog No errors.