GET https://forumstm.saalahmed.me/category

Query Metrics

2 Database Queries
2 Different statements
1.33 ms Query time
2 Invalid entities
7 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.93 ms
(70.34%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3 FROM category t0
Parameters:
[]
0.39 ms
(29.66%)
1
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.title AS title_5, t0.author_id AS author_id_6, t0.category_id AS category_id_7 FROM posts t0
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 3
App\Entity\Posts 2
App\Entity\User 2

Entities Mapping

Class Mapping errors
App\Entity\Category
  • The association App\Entity\Category#posts refers to the owning side field App\Entity\Posts#category which does not exist.
App\Entity\Posts
  • The mappings App\Entity\Posts#Category and App\Entity\Category#posts are inconsistent with each other.
App\Entity\User No errors.
App\Entity\Comment No errors.