https://api.holzbaukunst.at/api/category/

Query Metrics

1 Database Queries
1 Different statements
0.26 ms Query time
2 Invalid entities

Queries

Group similar statements

# Time Info
1 0.26 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.title AS title_4, t0.description AS description_5, t0.created AS created_6, t0.updated AS updated_7, t0.is_deleted AS is_deleted_8, t0.notice AS notice_9 FROM `category` t0 WHERE t0.is_deleted = ?
Parameters:
[
  0
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Category
  • The association App\Entity\Category#projects refers to the owning side field App\Entity\Project#category which is not defined as association, but as field.
  • The association App\Entity\Category#projects refers to the owning side field App\Entity\Project#category which does not exist.
App\Entity\Project
  • The mappings App\Entity\Project#project_media and App\Entity\ProjectMedium#project are inconsistent with each other.
  • The mappings App\Entity\Project#project_attachments and App\Entity\ProjectAttachment#project are inconsistent with each other.
  • The mappings App\Entity\Project#main_category and App\Entity\Category#projects are inconsistent with each other.
App\Entity\ProjectCategory No errors.
App\Entity\Medium No errors.