GET http://la-fonderie.mon-lms.com/category?search=UX%2FUI%20Design

Query Metrics

2 Database Queries
2 Different statements
3.03 ms Query time
3 Invalid entities

Queries

Group similar statements

# Time Info
1 1.88 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.picture AS picture_3 FROM category c0_ WHERE c0_.name LIKE ? OR c0_.description LIKE ?
Parameters:
[
  "%UX/UI Design%"
  "%UX/UI Design%"
]
2 1.15 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.picture AS picture_4, t0.duration AS duration_5, t0.difficulty AS difficulty_6, t0.progress AS progress_7, t0.available AS available_8, t0.category_id AS category_id_9 FROM course t0 WHERE t0.category_id = ?
Parameters:
[
  7
]

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\Category No errors.
App\Entity\Course
  • The field App\Entity\Course#evaluations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Evaluation#course does not contain the required 'inversedBy="evaluations"' attribute.
App\Entity\User
  • The field App\Entity\User#evaluations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Evaluation#user does not contain the required 'inversedBy="evaluations"' attribute.
App\Entity\Theme No errors.
App\Entity\Chapter No errors.
App\Entity\ChapterProgression No errors.
App\Entity\Evaluation No errors.
App\Entity\Question No errors.
App\Entity\Quiz No errors.
App\Entity\Exercice
  • The mappings App\Entity\Exercice#studentExercices and App\Entity\StudentExercice#exercice are inconsistent with each other.
App\Entity\Material No errors.
App\Entity\Satisfaction No errors.