GET http://elisebisschop.fr/en/all-audios

Query Metrics

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

Queries

Group similar statements

# Time Info
1 21.94 ms
SELECT a0_.id AS id_0, a0_.is_active AS is_active_1, a0_.gender AS gender_2, a0_.number AS number_3, a0_.original_nm AS original_nm_4, a0_.language AS language_5, a0_.title AS title_6, a0_.filename AS filename_7, a0_.notes AS notes_8, a0_.slug AS slug_9, a0_.created_at AS created_at_10, a0_.modified_at AS modified_at_11, a0_.signed_url AS signed_url_12 FROM audio a0_ WHERE a0_.is_active = ? AND a0_.gender = ? AND a0_.language = ? ORDER BY a0_.number ASC
Parameters:
[
  1
  1
  4
]
2 20.47 ms
SELECT n0_.id AS id_0, n0_.title AS title_1, n0_.slug AS slug_2, n0_.summary AS summary_3, n0_.content AS content_4, n0_.content2 AS content2_5, n0_.nm AS nm_6, n0_.locale AS locale_7, n0_.aside AS aside_8, n0_.notes AS notes_9, n0_.mindate AS mindate_10, n0_.published_at AS published_at_11, n0_.active AS active_12, n0_.illustration AS illustration_13, n0_.illustration2 AS illustration2_14, n0_.illustration3 AS illustration3_15, n0_.user_id_id AS user_id_id_16 FROM news_post n0_ WHERE n0_.active = ? AND n0_.locale = ? ORDER BY n0_.nm DESC LIMIT 2
Parameters:
[
  1
  "en"
]

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\Audio No errors.
App\Entity\NewsPost No errors.
App\Entity\User No errors.
App\Entity\Categorie No errors.
App\Entity\Post No errors.
App\Entity\Comment
  • The field App\Entity\Comment#comments is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Comment#comments does not contain the required 'mappedBy="comments"' attribute.
  • If association App\Entity\Comment#comments is many-to-one, then the inversed side App\Entity\Comment#comments has to be one-to-many.