https://auth.harmoqee.com/profile/show/882

Query Metrics

6 Database Queries
6 Different statements
11.15 ms Query time
9 Invalid entities

Queries

Group similar statements

# Time Info
1 3.47 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.roles AS roles_4, t0.confirmation_token AS confirmation_token_5, t0.color AS color_6, t0.gender AS gender_7, t0.registration_ip AS registration_ip_8, t0.password AS password_9, t0.is_verified AS is_verified_10, t0.is_verified_ads AS is_verified_ads_11, t0.school_admin AS school_admin_12, t0.first_access AS first_access_13, t0.score AS score_14, t0.first_access_ads AS first_access_ads_15, t0.accept_email AS accept_email_16, t0.show_email_ads AS show_email_ads_17, t0.profile_picture AS profile_picture_18, t0.profile_picture_small AS profile_picture_small_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.deleted_at AS deleted_at_22, t0.country_id AS country_id_23, t0.school_id AS school_id_24, t0.code_premium_id AS code_premium_id_25 FROM user t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  882
]
2 1.51 ms
SELECT t0.id AS id_1, t0.visible AS visible_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.song_id AS song_id_5, t0.user_id AS user_id_6 FROM song_participants t0 WHERE t0.user_id = ? AND t0.visible = ?
Parameters:
[
  882
  1
]
3 0.87 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.flag AS flag_4 FROM country t0 WHERE t0.id = ?
Parameters:
[
  7
]
4 1.91 ms
SELECT t0.id AS id_1, t0.instrument AS instrument_2 FROM instruments t0 INNER JOIN user_instruments ON t0.id = user_instruments.instruments_id WHERE user_instruments.user_id = ?
Parameters:
[
  882
]
5 1.70 ms
SELECT t0.id AS id_1, t0.style AS style_2, t0.music_genre_id AS music_genre_id_3 FROM music_styles t0 INNER JOIN user_music_styles ON t0.id = user_music_styles.music_styles_id WHERE user_music_styles.user_id = ?
Parameters:
[
  882
]
6 1.70 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.username AS username_3, t0.roles AS roles_4, t0.confirmation_token AS confirmation_token_5, t0.color AS color_6, t0.gender AS gender_7, t0.registration_ip AS registration_ip_8, t0.password AS password_9, t0.is_verified AS is_verified_10, t0.is_verified_ads AS is_verified_ads_11, t0.school_admin AS school_admin_12, t0.first_access AS first_access_13, t0.score AS score_14, t0.first_access_ads AS first_access_ads_15, t0.accept_email AS accept_email_16, t0.show_email_ads AS show_email_ads_17, t0.profile_picture AS profile_picture_18, t0.profile_picture_small AS profile_picture_small_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.deleted_at AS deleted_at_22, t0.country_id AS country_id_23, t0.school_id AS school_id_24, t0.code_premium_id AS code_premium_id_25 FROM user t0 INNER JOIN user_friends ON t0.id = user_friends.friend_id WHERE user_friends.user_id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  882
]

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
  • The association App\Entity\User#country refers to the inverse side field App\Entity\Country#user which does not exist.
  • The association App\Entity\User#school refers to the inverse side field App\Entity\School#user which does not exist.
  • The association App\Entity\User#codePremium refers to the inverse side field App\Entity\CodePremium#user which does not exist.
  • The association App\Entity\User#songParticipants refers to the owning side field App\Entity\SongParticipants#users which does not exist.
App\Entity\Country No errors.
App\Entity\School
  • The mappings App\Entity\School#musicGenres and App\Entity\MusicGenre#schools are inconsistent with each other.
App\Entity\CodePremium No errors.
App\Entity\Invitation No errors.
App\Entity\ChatMessage
  • The association App\Entity\ChatMessage#project refers to the inverse side field App\Entity\Project#chatMessages which does not exist.
App\Entity\MusicStyles
  • The mappings App\Entity\MusicStyles#songs and App\Entity\Song#musicStyles are inconsistent with each other.
App\Entity\Instruments
  • The mappings App\Entity\Instruments#schools and App\Entity\User#instruments are inconsistent with each other.
App\Entity\SongParticipants
  • The mappings App\Entity\SongParticipants#user and App\Entity\User#songParticipants are inconsistent with each other.
App\Entity\Song
  • The association App\Entity\Song#user refers to the inverse side field App\Entity\User#projects which does not exist.
  • The association App\Entity\Song#musicStyles refers to the inverse side field App\Entity\MusicStyles#song which does not exist.
App\Entity\MusicGenre
  • The association App\Entity\MusicGenre#schools refers to the owning side field App\Entity\User#musicGenre which does not exist.
App\Entity\Project
  • The association App\Entity\Project#user refers to the inverse side field App\Entity\User#projects which does not exist.
  • The mappings App\Entity\Project#audioTracks and App\Entity\AudioTrack#project are inconsistent with each other.