GET https://zls-ortho-trainer.befresh.lu/api/learning-path/standard/chapters

Query Metrics

2 Database Queries
2 Different statements
1.75 ms Query time
0 Invalid entities
110 Managed entities

Queries

Group similar statements

# Time Info
1 1.43 ms
SELECT l0_.id AS id_0, l0_.title AS title_1, l0_.intro AS intro_2, l0_.position AS position_3, l0_.learning_path_id AS learning_path_id_4 FROM learning_path_chapters l0_ INNER JOIN learning_paths l1_ ON l0_.learning_path_id = l1_.id WHERE l1_.slug = ? ORDER BY l0_.position ASC
Parameters:
[
  "standard"
]
2 0.32 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4 FROM users t0 WHERE t0.id = ?
Parameters:
[
  1
]

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\LearningPathChapter 108
App\Entity\LearningPath 1
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\LearningPathChapter No errors.
App\Entity\LearningPath No errors.
App\Entity\LearningPathChapterPage No errors.
App\Entity\User No errors.