GET http://www.dev.michaeljpitz.com/articles

Query Metrics

14 Database Queries
5 Different statements
5.85 ms Query time
0 Invalid entities
17 Managed entities

Grouped Statements

Show all queries

Time Count Info
3.68 ms
(62.94%)
9
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.color AS color_4, t0.description AS description_5, t0.level AS level_6 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = ?
Parameters:
[
  718
]
0.85 ms
(14.46%)
2
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.color AS color_4, t0.description AS description_5, t0.level AS level_6 FROM category t0 ORDER BY t0.title ASC
Parameters:
[]
0.50 ms
(8.56%)
1
SELECT count(DISTINCT a0_.id) AS sclr_0 FROM article a0_ WHERE a0_.is_published = 1
Parameters:
[]
0.42 ms
(7.13%)
1
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.excerpt AS excerpt_4, a0_.featured_image AS featured_image_5, a0_.is_published AS is_published_6, a0_.created_at AS created_at_7, a0_.published_at AS published_at_8, a0_.updated_at AS updated_at_9 FROM article a0_ WHERE a0_.is_published = 1 AND a0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY a0_.published_at DESC, a0_.created_at DESC
Parameters:
[
  718
  738
  719
  720
  721
  722
  723
  724
  725
]
0.40 ms
(6.90%)
1
SELECT DISTINCT a0_.id AS id_0, a0_.published_at AS published_at_1, a0_.created_at AS created_at_2 FROM article a0_ WHERE a0_.is_published = 1 ORDER BY a0_.published_at DESC, a0_.created_at DESC LIMIT 9
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\Article 9
App\Entity\Category 8

Entities Mapping

Class Mapping errors
App\Entity\Article No errors.
App\Entity\Category No errors.
App\Entity\Comment No errors.
App\Entity\Rating No errors.
App\Entity\Page No errors.