https://growupcrypto.site/

Query Metrics

26 Database Queries
3 Different statements
26.42 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
20.39 ms
(77.19%)
1
SELECT q0_.id AS id_0, q0_.name AS name_1, q0_.slug AS slug_2, q0_.question AS question_3, q0_.votes AS votes_4, q0_.is_approved AS is_approved_5, q0_.created_at AS created_at_6, q0_.updated_at AS updated_at_7, q0_.asked_by_id AS asked_by_id_8, q0_.topic_id AS topic_id_9, q0_.updated_by_id AS updated_by_id_10 FROM question q0_ WHERE q0_.is_approved = ? ORDER BY q0_.created_at DESC
Parameters:
[
  1
]
4.96 ms
(18.78%)
21
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:
[
  17
]
1.06 ms
(4.03%)
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:
[
  3
]

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.