Redirect 302 redirect from POST @admin_category_new (ae52ee)

GET https://loanhub.fhw.crowbyte.org/admin/category

Query Metrics

6 Database Queries
6 Different statements
3.80 ms Query time
0 Invalid entities
18 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.96 ms
(25.19%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.icon AS icon_5, t0.access_role AS access_role_6 FROM article_type t0 ORDER BY t0.name ASC
Parameters:
[]
0.76 ms
(20.09%)
1
SELECT DISTINCT c0_.id AS id_0, c0_.name AS name_1 FROM category c0_ ORDER BY c0_.name ASC LIMIT 20
Parameters:
[]
0.72 ms
(18.84%)
1
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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY c0_.name ASC
Parameters:
[
  3
  11
  4
  8
  13
  14
  15
  1
  10
  12
  7
  2
  6
  5
  9
]
0.62 ms
(16.30%)
1
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
]
0.44 ms
(11.53%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.icon AS icon_5, t0.access_role AS access_role_6 FROM article_type t0 WHERE t0.id = ?
Parameters:
[
  1
]
0.31 ms
(8.06%)
1
SELECT count(*) AS sclr_0 FROM category c0_
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 15
App\Entity\ArticleType 2
App\Entity\User 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.