https://alignoscope.wecodx.com/

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
4.04 ms
(100.00%)
1
SELECT r0_.id AS id_0, r0_.created_at AS created_at_1, r0_.name AS name_2, d1_.id AS id_3, d1_.name AS name_4, d1_.icon AS icon_5, d1_.sorting AS sorting_6, d1_.lang AS lang_7, d1_.title AS title_8, q2_.id AS id_9, q2_.name AS name_10, q2_.deleted AS deleted_11, q2_.custom AS custom_12, q2_.lang AS lang_13, q2_.has_minimal AS has_minimal_14, d1_.review_form_id AS review_form_id_15, q2_.dimension_id AS dimension_id_16 FROM review_form r0_ LEFT JOIN dimension d1_ ON r0_.id = d1_.review_form_id LEFT JOIN question q2_ ON d1_.id = q2_.dimension_id WHERE r0_.id = ? AND d1_.lang = ? AND q2_.lang = ? AND q2_.deleted = 0 ORDER BY d1_.sorting ASC, q2_.name ASC
Parameters:
[
  "8b6cf598-7f27-11ef-9d7f-1d1f43f3f908"
  "fr"
  "fr"
]

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\ReviewForm
  • The association App\Entity\ReviewForm#employees refers to the owning side field App\Entity\Employee#ReviewForm which does not exist.
App\Entity\Dimension No errors.
App\Entity\Question No errors.
App\Entity\Employee
  • The mappings App\Entity\Employee#reviewForm and App\Entity\ReviewForm#employees are inconsistent with each other.
App\Entity\Session No errors.
App\Entity\Reponse No errors.