GET https://bianco.mypreprod.xyz/mg/story

Query Metrics

19 Database Queries
4 Different statements
6.48 ms Query time
1 Invalid entities
29 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.43 ms
(37.56%)
14
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.content AS content_4, t0.status AS status_5 FROM story t0 WHERE t0.id = ?
Parameters:
[
  14
]
2.15 ms
(33.21%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.status AS status_4 FROM language t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
  "mg"
]
1.47 ms
(22.72%)
1
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.content AS content_2, s0_.story_id AS story_id_3, s0_.language_id AS language_id_4 FROM story_translation s0_ INNER JOIN story s1_ ON (s1_.id = s0_.story_id) WHERE s1_.status = ? AND s0_.language_id = ? ORDER BY s0_.id DESC
Parameters:
[
  1
  336
]
0.42 ms
(6.51%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3 FROM departement t0
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\Story\StoryTranslation 14
App\Entity\Story\Story 14
App\Entity\Language 1

Entities Mapping

Class Mapping errors
App\Entity\Language No errors.
App\Entity\Advice\Testimonial No errors.
App\Entity\Advice\Advice No errors.
App\Entity\Story\StoryTranslation
  • The association App\Entity\Story\StoryTranslation#story refers to the inverse side field App\Entity\Story\Story#StoryTranslation which does not exist.
  • The association App\Entity\Story\StoryTranslation#language refers to the inverse side field App\Entity\Language#StoryTranslation which does not exist.
App\Entity\Story\Story No errors.
App\Entity\Departement No errors.