POST http://dev.megalomon.com/admin/character/1/delete

Query Metrics

28 Database Queries
16 Different statements
8.17 ms Query time
0 Invalid entities
1 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.09 ms
(13.37%)
1
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.banned_at AS banned_at_3, t0.reason AS reason_4 FROM banned_ips t0 WHERE t0.ip = ? LIMIT 1
Parameters:
[
  "10.10.0.2"
]
1.09 ms
(13.31%)
8
DELETE FROM character_relationships WHERE id = ?
Parameters:
[
  1
]
0.84 ms
(10.32%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.type AS type_3, t0.rasse AS rasse_4, t0.status AS status_5, t0.groesse_cm AS groesse_cm_6, t0.gewicht_kg AS gewicht_kg_7, t0.gesinnung AS gesinnung_8, t0.alter AS alter_9, t0.staerke AS staerke_10, t0.geschicklichkeit AS geschicklichkeit_11, t0.konstitution AS konstitution_12, t0.intelligenz AS intelligenz_13, t0.weisheit AS weisheit_14, t0.charisma AS charisma_15, t0.akrobatik AS akrobatik_16, t0.mit_tieren_umgehen AS mit_tieren_umgehen_17, t0.magie AS magie_18, t0.athletik AS athletik_19, t0.taeuschen AS taeuschen_20, t0.geschichte AS geschichte_21, t0.motiv_erkennen AS motiv_erkennen_22, t0.einschuechtern AS einschuechtern_23, t0.nachforschungen AS nachforschungen_24, t0.heilkunde AS heilkunde_25, t0.naturkunde AS naturkunde_26, t0.wahrnehmung AS wahrnehmung_27, t0.auftreten AS auftreten_28, t0.ueberzeugen AS ueberzeugen_29, t0.religion AS religion_30, t0.fingerfertigkeit AS fingerfertigkeit_31, t0.heimlichkeit AS heimlichkeit_32, t0.ueberlebenskunst AS ueberlebenskunst_33, t0.aussehen AS aussehen_34, t0.persoenlichkeit AS persoenlichkeit_35, t0.sonstiges AS sonstiges_36, t0.created_at AS created_at_37, t0.updated_at AS updated_at_38 FROM characters t0 WHERE t0.id = ?
Parameters:
[
  "1"
]
0.81 ms
(9.93%)
1
SELECT t0.id AS id_1, t0.text AS text_2, t0.szene_ref AS szene_ref_3, t0.created_at AS created_at_4, t0.character_id AS character_id_5 FROM character_notes t0 WHERE t0.character_id = ? ORDER BY t0.created_at ASC
Parameters:
[
  1
]
0.72 ms
(8.79%)
1
DELETE FROM characters WHERE id = ?
Parameters:
[
  1
]
0.72 ms
(8.79%)
5
DELETE FROM character_magic_abilities WHERE id = ?
Parameters:
[
  1
]
0.43 ms
(5.28%)
1
SELECT t0.id AS id_1, t0.text AS text_2, t0.character_id AS character_id_3 FROM character_abilities t0 WHERE t0.character_id = ? ORDER BY t0.id ASC
Parameters:
[
  1
]
0.38 ms
(4.62%)
1
SELECT t0.id AS id_1, t0.text AS text_2, t0.active AS active_3, t0.note AS note_4, t0.character_id AS character_id_5 FROM character_commands t0 WHERE t0.character_id = ? ORDER BY t0.id ASC
Parameters:
[
  1
]
0.35 ms
(4.33%)
1
SELECT t0.id AS id_1, t0.target_name AS target_name_2, t0.beschreibung AS beschreibung_3, t0.character_id AS character_id_4, t0.target_character_id AS target_character_id_5 FROM character_relationships t0 WHERE t0.character_id = ? ORDER BY t0.id ASC
Parameters:
[
  1
]
0.33 ms
(4.10%)
1
SELECT t0.id AS id_1, t0.username AS username_2, t0.password AS password_3 FROM admin_users t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.28 ms
(3.39%)
1
SELECT t0.id AS id_1, t0.text AS text_2, t0.character_id AS character_id_3 FROM character_equipment_items t0 WHERE t0.character_id = ? ORDER BY t0.id ASC
Parameters:
[
  1
]
0.28 ms
(3.37%)
1
SELECT t0.id AS id_1, t0.text AS text_2, t0.character_id AS character_id_3 FROM character_magic_abilities t0 WHERE t0.character_id = ? ORDER BY t0.id ASC
Parameters:
[
  1
]
0.28 ms
(3.37%)
2
DELETE FROM character_equipment_items WHERE id = ?
Parameters:
[
  1
]
0.27 ms
(3.32%)
1
"COMMIT"
Parameters:
[]
0.21 ms
(2.52%)
1
DELETE FROM character_abilities WHERE id = ?
Parameters:
[
  1
]
0.10 ms
(1.20%)
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\Entity\AdminUser 1
App\Entity\Character 0
App\Entity\CharacterAbility 0
App\Entity\CharacterMagicAbility 0
App\Entity\CharacterEquipmentItem 0
App\Entity\CharacterRelationship 0