GET https://skilch.ru/producers/top

Query Metrics

3 Database Queries
3 Different statements
3.22 ms Query time
0 Invalid entities
2 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.37 ms
(42.51%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.type AS type_6, t0.name AS name_7, t0.sname AS sname_8, t0.country AS country_9, t0.city AS city_10, t0.about AS about_11, t0.avatar AS avatar_12, t0.show_in_rating AS show_in_rating_13, t0.rating AS rating_14, t0.nickname AS nickname_15, t0.plan AS plan_16, t0.plan_end AS plan_end_17 FROM "user" t0 WHERE t0.id = ?
Parameters:
[
  1
]
1.23 ms
(38.15%)
1
SELECT u0_.id AS id_0, u0_.email AS email_1, u0_.roles AS roles_2, u0_.password AS password_3, u0_.is_verified AS is_verified_4, u0_.type AS type_5, u0_.name AS name_6, u0_.sname AS sname_7, u0_.country AS country_8, u0_.city AS city_9, u0_.about AS about_10, u0_.avatar AS avatar_11, u0_.show_in_rating AS show_in_rating_12, u0_.rating AS rating_13, u0_.nickname AS nickname_14, u0_.plan AS plan_15, u0_.plan_end AS plan_end_16 FROM "user" u0_ WHERE u0_.show_in_rating = true AND u0_.type = 1 ORDER BY u0_.rating DESC LIMIT 100
Parameters:
[]
0.62 ms
(19.34%)
1
SELECT t0.id AS id_1, t0.message AS message_2, t0.is_read AS is_read_3, t0.created_at AS created_at_4, t0.target_id AS target_id_5 FROM notification t0 WHERE t0.target_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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\User 1
App\Entity\Notification 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\UserLesson No errors.
App\Entity\Message No errors.
App\Entity\Notification No errors.