GET https://www.ichtah.gebanalysis.cloud/public/news

Query Metrics

3 Database Queries
3 Different statements
2.00 ms Query time
0 Invalid entities
4 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.44 ms
(72.10%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.image AS image_6, t0.type AS type_7, t0.is_published AS is_published_8, t0.published_at AS published_at_9, t0.event_date AS event_date_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.hero_title AS hero_title_13, t0.hero_text AS hero_text_14, t0.event_title AS event_title_15 FROM news t0 WHERE t0.is_published = ? AND t0.type = ? ORDER BY t0.published_at DESC
Parameters:
[
  1
  "news"
]
0.30 ms
(15.00%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.image AS image_6, t0.type AS type_7, t0.is_published AS is_published_8, t0.published_at AS published_at_9, t0.event_date AS event_date_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.hero_title AS hero_title_13, t0.hero_text AS hero_text_14, t0.event_title AS event_title_15 FROM news t0 WHERE t0.is_published = ? AND t0.type = ? ORDER BY t0.created_at DESC
Parameters:
[
  1
  "event"
]
0.26 ms
(12.90%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.excerpt AS excerpt_4, t0.content AS content_5, t0.image AS image_6, t0.type AS type_7, t0.is_published AS is_published_8, t0.published_at AS published_at_9, t0.event_date AS event_date_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.hero_title AS hero_title_13, t0.hero_text AS hero_text_14, t0.event_title AS event_title_15 FROM news t0 WHERE t0.is_published = ? ORDER BY t0.id ASC LIMIT 1
Parameters:
[
  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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\News 4

Entities Mapping

Class Mapping errors
App\Entity\News No errors.