GET https://admin.hollandia.cz/api/actualities/hollandia-financne-podporila-pamet-naroda

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.31 ms
(65.12%)
1
SELECT t0.id AS id_1, t0.admin_description AS admin_description_2, t0.date AS date_3, t0.published AS published_4, t0.onlyDev AS onlyDev_5, t0.slug AS slug_6 FROM actuality t0 WHERE t0.slug = ? AND t0.published = ? LIMIT 1
Parameters:
[
  "hollandia-financne-podporila-pamet-naroda"
  1
]
0.16 ms
(34.88%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.text AS text_3, t0.language AS language_4, t0.thumb_image AS thumb_image_5, t0.image AS image_6, t0.actuality_id AS actuality_id_7, t0.recipe_id AS recipe_id_8 FROM actuality_translation t0 WHERE t0.actuality_id = ?
Parameters:
[
  3
]

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\Actuality No errors.
App\Entity\ActualityTranslation No errors.
App\Entity\Recipe
  • The field App\Entity\Recipe#actuality is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\ActualityTranslation#recipe does not contain the required 'inversedBy="actuality"' attribute.