https://rapbattleonline.com/leaderboard

Query Metrics

2 Database Queries
2 Different statements
276.66 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 276.42 ms
SELECT r0_.id AS id_0, r0_.pseudoname AS pseudoname_1, r0_.avatar_name AS avatar_name_2, r0_.avatar_size AS avatar_size_3, r0_.updated_at AS updated_at_4, r0_.created_at AS created_at_5, r0_.rapper_style AS rapper_style_6, r0_.bio AS bio_7, r0_.rank AS rank_8, r0_.client_id AS client_id_9, r0_.crew_id AS crew_id_10 FROM rapper r0_ ORDER BY r0_.rank DESC
Parameters:
[]
2 0.25 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.city AS city_2, c0_.description AS description_3, c0_.background_file_name AS background_file_name_4, c0_.background_size AS background_size_5, c0_.image_name AS image_name_6, c0_.image_size AS image_size_7, c0_.updated_at AS updated_at_8, c0_.created_at AS created_at_9, c0_.tag AS tag_10, c0_.rank AS rank_11, c0_.country_id AS country_id_12, c0_.created_by_id AS created_by_id_13 FROM crew c0_ ORDER BY c0_.rank DESC
Parameters:
[]

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\Rapper No errors.
FOS\UserBundle\Model\User No errors.
App\Entity\Client
  • The field App\Entity\Client#myVotes is on the owning side of a bi-directional relationship, but the specified inversedBy association on the target-entity App\Entity\Vote#voter does not contain the required 'mappedBy="myVotes"' attribute.
  • If association App\Entity\Client#myVotes is many-to-one, then the inversed side App\Entity\Vote#voter has to be one-to-many.
App\Entity\Crew No errors.
App\Entity\Battle No errors.
App\Entity\SocialLink No errors.
App\Entity\Country No errors.