https://telegram.irokez.me/gti/survey

Query Metrics

3 Database Queries
3 Different statements
9.61 ms Query time
3 Invalid entities

Grouped Statements

Show all queries

Time Count Info
7.34 ms
(76.41%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.create_at AS create_at_3, t0.telegram_id AS telegram_id_4, t0.phone AS phone_5, t0.is_admin AS is_admin_6, t0.is_banned AS is_banned_7, t0.email AS email_8, t0.city AS city_9, t0.roles AS roles_10, t0.password AS password_11, t0.brands_history AS brands_history_12 FROM app_user t0 WHERE t0.telegram_id = ? LIMIT 1
Parameters:
[
  7450532487
]
1.37 ms
(14.23%)
1
SELECT DISTINCT a0_.survey_id AS sclr_0 FROM app_questionnaire_result a0_ WHERE a0_.user_id = ? AND a0_.completed = 1
Parameters:
[
  4616
]
0.90 ms
(9.36%)
1
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.description AS description_2, a0_.title_local AS title_local_3, a0_.description_local AS description_local_4, a0_.is_active AS is_active_5, a0_.is_poll AS is_poll_6, a0_.total_correct AS total_correct_7, a0_.type AS type_8, a0_.article_success_id AS article_success_id_9, a0_.article_failed_id AS article_failed_id_10 FROM app_survey a0_ WHERE a0_.is_active = 1 AND a0_.id NOT IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "38"
  "47"
  "48"
  "49"
  "50"
  "51"
  "52"
]

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\User No errors.
App\Entity\QuestionnaireResult
  • The association App\Entity\QuestionnaireResult#survey refers to the inverse side field App\Entity\Survey#questionnaireResults which does not exist.
  • The association App\Entity\QuestionnaireResult#question refers to the inverse side field App\Entity\Question#questionnaireResults which does not exist.
  • The association App\Entity\QuestionnaireResult#answer refers to the inverse side field App\Entity\Answer#questionnaireResults which does not exist.
App\Entity\Survey
  • The field App\Entity\Survey#articleSuccess is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Article#survey does not contain the required 'mappedBy="articleSuccess"' attribute.
  • If association App\Entity\Survey#articleSuccess is many-to-one, then the inversed side App\Entity\Article#survey has to be one-to-many.
  • The field App\Entity\Survey#articleFailed is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Article#survey does not contain the required 'mappedBy="articleFailed"' attribute.
  • If association App\Entity\Survey#articleFailed is many-to-one, then the inversed side App\Entity\Article#survey has to be one-to-many.
App\Entity\Article
  • The association App\Entity\Article#survey refers to the inverse side field App\Entity\Survey#article which does not exist.