https://app.flex-edu.cloud/robots.txt

Query Metrics

1 Database Queries
1 Different statements
1.85 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 1.85 ms
SELECT t0.id AS id_1, t0.first_name AS first_name_2, t0.last_name AS last_name_3, t0.sexe AS sexe_4, t0.matricule AS matricule_5, t0.born_day AS born_day_6, t0.born_location AS born_location_7, t0.father AS father_8, t0.mother AS mother_9, t0.status AS status_10, t0.parent_id AS parent_id_11, t0.classe_id AS classe_id_12 FROM student_pre_inscription t0 WHERE t0.id = ?
Parameters:
[
  "robots.txt"
]

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\StudentPreInscription No errors.
App\Entity\UserPreInscription No errors.
App\Entity\TheClass
  • The mappings App\Entity\TheClass#studentsYears and App\Entity\StudentYear#classe are inconsistent with each other.
  • The mappings App\Entity\TheClass#homeworks and App\Entity\HomeWork#classe are inconsistent with each other.
  • The association App\Entity\TheClass#userYears refers to the owning side field App\Entity\UserYear#classes which does not exist.
  • The association App\Entity\TheClass#principalProf refers to the inverse side field App\Entity\UserYear#pricipalClasses which does not exist.
  • The mappings App\Entity\TheClass#timeTables and App\Entity\TimeTable#classe are inconsistent with each other.