GET https://uprim-madagascar.com/

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.51 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.is_published AS is_published_7, t0.target AS target_8, t0.video_embeded AS video_embeded_9, t0.type AS type_10 FROM PAGE t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "home"
]

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\Page No errors.
App\Entity\Category
  • The field App\Entity\Category#question is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Question#categories does not contain the required 'mappedBy="question"' attribute.
  • If association App\Entity\Category#question is many-to-one, then the inversed side App\Entity\Question#categories has to be one-to-many.
  • The association App\Entity\Category#answer refers to the inverse side field App\Entity\Answer#categories which does not exist.
App\Entity\Media No errors.
App\Entity\Menu No errors.
App\Entity\Comment
  • The association App\Entity\Comment#author refers to the inverse side field App\Entity\User#comments which does not exist.