POST https://loanhub.fhw.crowbyte.org/admin/category/new

Query Metrics

6 Database Queries
6 Different statements
5.02 ms Query time
0 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 0.66 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.first_name AS first_name_3, t0.last_name AS last_name_4, t0.roles AS roles_5, t0.password AS password_6, t0.shibboleth_id AS shibboleth_id_7, t0.enabled AS enabled_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.last_login_at AS last_login_at_11 FROM app_user t0 WHERE t0.id = ?
Parameters:
[
  1
]
2 0.64 ms
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.slug AS slug_2, a0_.description AS description_3, a0_.icon AS icon_4, a0_.access_role AS access_role_5 FROM article_type a0_ WHERE a0_.id IN (?)
Parameters:
[
  "1"
]
3 0.56 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.description AS description_3, c0_.parent_id AS parent_id_4, c0_.article_type_id AS article_type_id_5 FROM category c0_ WHERE c0_.id IN (?)
Parameters:
[
  "11"
]
4 0.34 ms
"START TRANSACTION"
Parameters:
[]
5 0.89 ms
INSERT INTO category (name, slug, description, parent_id, article_type_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[
  "Interfaces"
  "interface"
  null
  11
  1
]
6 1.93 ms
"COMMIT"
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\Category 2
App\Entity\User 1
App\Entity\ArticleType 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Category No errors.
App\Entity\ArticleType No errors.
App\Entity\Article No errors.
App\Entity\AttributeDefinition No errors.