https://growupcrypto.site/questions/alice-very-politely-but-she-could-for-sneezing

Query Metrics

7 Database Queries
4 Different statements
8.05 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
5.62 ms
(69.82%)
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:
[
  "alice-very-politely-but-she-could-for-sneezing"
]
1.02 ms
(12.70%)
4
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:
[
  4
]
1.00 ms
(12.40%)
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:
[
  14
]
0.41 ms
(5.08%)
1
SELECT t0.id AS id_1, t0.name AS name_2 FROM topic 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.

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.