https://growupcrypto.site/questions/dinah-at-you-there-was-nothing-so-very-nearly

Query Metrics

6 Database Queries
4 Different statements
6.84 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
5.41 ms
(79.02%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.question AS question_4, t0.votes AS votes_5, t0.is_approved AS is_approved_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.asked_by_id AS asked_by_id_9, t0.topic_id AS topic_id_10, t0.updated_by_id AS updated_by_id_11 FROM question t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "dinah-at-you-there-was-nothing-so-very-nearly"
]
0.75 ms
(11.02%)
3
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.enabled AS enabled_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.avatar AS avatar_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  2
]
0.35 ms
(5.11%)
1
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.votes AS votes_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.question_id AS question_id_6, t0.answered_by_id AS answered_by_id_7 FROM answer t0 WHERE t0.question_id = ?
Parameters:
[
  19
]
0.33 ms
(4.85%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM topic t0 WHERE t0.id = ?
Parameters:
[
  2
]

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\Question No errors.
App\Entity\User No errors.
App\Entity\Topic No errors.
App\Entity\Answer No errors.