GET http://apofalk-academy.dev-creatediv.de/fachartikel/zoeliakie

Query Metrics

3 Database Queries
3 Different statements
3.77 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.31 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.teaser AS teaser_3, t0.content AS content_4, t0.slug AS slug_5, t0.published_at AS published_at_6, t0.created_at AS created_at_7, t0.image_filename AS image_filename_8, t0.public AS public_9, t0.public_visible AS public_visible_10 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "zoeliakie"
]
2 0.73 ms
SELECT t0.id AS id_1, t0.name AS name_2 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = ?
Parameters:
[
  17
]
3 1.73 ms
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.teaser AS teaser_2, a0_.content AS content_3, a0_.slug AS slug_4, a0_.published_at AS published_at_5, a0_.created_at AS created_at_6, a0_.image_filename AS image_filename_7, a0_.public AS public_8, a0_.public_visible AS public_visible_9 FROM article a0_ WHERE a0_.id <> ? AND EXISTS (SELECT 1 FROM article_category a1_ WHERE a1_.article_id = a0_.id AND a1_.category_id IN (?)) AND a0_.published_at IS NOT NULL LIMIT 3
Parameters:
[
  17
  1
]

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\Article No errors.
App\Entity\Category No errors.