GET https://lizardmc.ro/api/admin/get-ranks

Query Metrics

8 Database Queries
3 Different statements
1.96 ms Query time
2 Invalid entities
24 Managed entities

Queries

Group similar statements

# Time Info
1 0.35 ms
SELECT t0.unique_id AS unique_id_1, t0.last_name AS last_name_2, t0.last_seen AS last_seen_3, t0.roles AS roles_4, t0.password AS password_5 FROM nlogin t0 WHERE t0.unique_id = ?
Parameters:
[
  "a5ce719b9eee33f681ba766fac478e19"
]
2 0.26 ms
SELECT t0.name AS name_1, t0.display_name AS display_name_2, t0.description AS description_3, t0.svg_icon AS svg_icon_4, t0.badge_color AS badge_color_5, t0.panel_priority AS panel_priority_6, t0.is_staff AS is_staff_7, t0.is_donor AS is_donor_8, t0.ban_setting_id AS ban_setting_id_9, t0.mute_setting_id AS mute_setting_id_10, t0.temp_ban_setting_id AS temp_ban_setting_id_11, t0.temp_mute_setting_id AS temp_mute_setting_id_12, t0.warn_setting_id AS warn_setting_id_13, t0.kick_setting_id AS kick_setting_id_14, t0.complaint_setting_id AS complaint_setting_id_15, t0.staff_complaint_setting_id AS staff_complaint_setting_id_16 FROM luckperms_groups t0
Parameters:
[]
3 0.29 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.expiry AS expiry_3, t0.contexts AS contexts_4, t0.server AS server_5, t0.world AS world_6, t0.value AS value_7, t0.permission AS permission_8 FROM luckperms_group_permissions t0 WHERE t0.name = ? AND t0.server = ? AND t0.world = ?
Parameters:
[
  "default"
  "global"
  "global"
]
4 0.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.expiry AS expiry_3, t0.contexts AS contexts_4, t0.server AS server_5, t0.world AS world_6, t0.value AS value_7, t0.permission AS permission_8 FROM luckperms_group_permissions t0 WHERE t0.name = ? AND t0.server = ? AND t0.world = ?
Parameters:
[
  "developer"
  "global"
  "global"
]
5 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.expiry AS expiry_3, t0.contexts AS contexts_4, t0.server AS server_5, t0.world AS world_6, t0.value AS value_7, t0.permission AS permission_8 FROM luckperms_group_permissions t0 WHERE t0.name = ? AND t0.server = ? AND t0.world = ?
Parameters:
[
  "helper"
  "global"
  "global"
]
6 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.expiry AS expiry_3, t0.contexts AS contexts_4, t0.server AS server_5, t0.world AS world_6, t0.value AS value_7, t0.permission AS permission_8 FROM luckperms_group_permissions t0 WHERE t0.name = ? AND t0.server = ? AND t0.world = ?
Parameters:
[
  "manager"
  "global"
  "global"
]
7 0.19 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.expiry AS expiry_3, t0.contexts AS contexts_4, t0.server AS server_5, t0.world AS world_6, t0.value AS value_7, t0.permission AS permission_8 FROM luckperms_group_permissions t0 WHERE t0.name = ? AND t0.server = ? AND t0.world = ?
Parameters:
[
  "owner"
  "global"
  "global"
]
8 0.18 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.expiry AS expiry_3, t0.contexts AS contexts_4, t0.server AS server_5, t0.world AS world_6, t0.value AS value_7, t0.permission AS permission_8 FROM luckperms_group_permissions t0 WHERE t0.name = ? AND t0.server = ? AND t0.world = ?
Parameters:
[
  "supervizor"
  "global"
  "global"
]

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\Entity\Luckperms\GroupPermission 16
App\Entity\Luckperms\Rank 6
App\Entity\Accounts\User 1
App\Entity\Main\ControlPanel\Complaints\ComplaintsSettings 1

Entities Mapping

Class Mapping errors
App\Entity\Accounts\User No errors.
App\Entity\Main\Comment
  • The field 'App\Entity\Main\Comment#id' has the property type 'string' that differs from the metadata field type 'int' returned by the 'integer' DBAL type.
App\Entity\Luckperms\Rank No errors.
App\Entity\Main\ControlPanel\Complaints\ComplaintsSettings
  • The association App\Entity\Main\ControlPanel\Complaints\ComplaintsSettings#players_ban_settings refers to the owning side field App\Entity\Accounts\User#playerBanSettings which does not exist.
  • The association App\Entity\Main\ControlPanel\Complaints\ComplaintsSettings#players_mute_settings refers to the owning side field App\Entity\Accounts\User#playerMuteSettings which does not exist.
  • The association App\Entity\Main\ControlPanel\Complaints\ComplaintsSettings#players_temp_ban_settings refers to the owning side field App\Entity\Accounts\User#playerTempBanSettings which does not exist.
  • The association App\Entity\Main\ControlPanel\Complaints\ComplaintsSettings#players_temp_mute_settings refers to the owning side field App\Entity\Accounts\User#playerTempMuteSettings which does not exist.
  • The association App\Entity\Main\ControlPanel\Complaints\ComplaintsSettings#players_warn_settings refers to the owning side field App\Entity\Accounts\User#playerWarnSettings which does not exist.
  • The association App\Entity\Main\ControlPanel\Complaints\ComplaintsSettings#players_kick_settings refers to the owning side field App\Entity\Accounts\User#playerKickSettings which does not exist.
  • The association App\Entity\Main\ControlPanel\Complaints\ComplaintsSettings#complaints_players refers to the owning side field App\Entity\Accounts\User#complaintPlayersSettings which does not exist.
  • The association App\Entity\Main\ControlPanel\Complaints\ComplaintsSettings#staff_complaints_players refers to the owning side field App\Entity\Accounts\User#staffPlayerSettings which does not exist.
App\Entity\Luckperms\GroupPermission No errors.