https://rapbattleonline.com/crew/13

Query Metrics

5 Database Queries
4 Different statements
1.93 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.49 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.city AS city_3, t0.description AS description_4, t0.background_file_name AS background_file_name_5, t0.background_size AS background_size_6, t0.image_name AS image_name_7, t0.image_size AS image_size_8, t0.updated_at AS updated_at_9, t0.created_at AS created_at_10, t0.tag AS tag_11, t0.rank AS rank_12, t0.country_id AS country_id_13, t0.created_by_id AS created_by_id_14 FROM crew t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  "13"
]
2 0.31 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.short_name AS short_name_3 FROM country t0 WHERE t0.id = ?
Parameters:
[
  57
]
3 0.60 ms
SELECT t0.id AS id_1, t0.pseudoname AS pseudoname_2, t0.avatar_name AS avatar_name_3, t0.avatar_size AS avatar_size_4, t0.updated_at AS updated_at_5, t0.created_at AS created_at_6, t0.rapper_style AS rapper_style_7, t0.bio AS bio_8, t0.rank AS rank_9, t0.client_id AS client_id_10, t0.crew_id AS crew_id_11 FROM rapper t0 WHERE t0.crew_id = ?
Parameters:
[
  13
]
4 0.30 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:
[]
5 0.24 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.city AS city_3, t0.description AS description_4, t0.background_file_name AS background_file_name_5, t0.background_size AS background_size_6, t0.image_name AS image_name_7, t0.image_size AS image_size_8, t0.updated_at AS updated_at_9, t0.created_at AS created_at_10, t0.tag AS tag_11, t0.rank AS rank_12, t0.country_id AS country_id_13, t0.created_by_id AS created_by_id_14 FROM crew t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
  13
]

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\Crew No errors.
App\Entity\Country 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\Rapper No errors.
App\Entity\Battle No errors.
App\Entity\SocialLink No errors.