GET https://api.abav.lugh-web.online/api/challenges

Query Metrics

3 Database Queries
3 Different statements
26.12 ms Query time
1 Invalid entities
6 Managed entities

Grouped Statements

Show all queries

Time Count Info
10.85 ms
(41.54%)
1
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.start_at AS start_at_2, c0_.end_at AS end_at_3, c0_.pause_start_at AS pause_start_at_4, c0_.pause_end_at AS pause_end_at_5, c0_.created_at AS created_at_6, c0_.updated_at AS updated_at_7, c1_.id AS id_8, c1_.name AS name_9, c1_.type AS type_10, c0_.challenge_type_id AS challenge_type_id_11 FROM challenges c0_ INNER JOIN challenge_types c1_ ON c0_.challenge_type_id = c1_.id ORDER BY c0_.id ASC LIMIT 30
Parameters:
[]
9.28 ms
(35.54%)
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.email_verification_token AS email_verification_token_6, t0.email_verified_at AS email_verified_at_7, t0.email_verification_token_created_at AS email_verification_token_created_at_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.newsletter AS newsletter_11, t0.notification AS notification_12, t0.company_id AS company_id_13, t0.service_id AS service_id_14, t0.bike_type_id AS bike_type_id_15, t0.age_range_id AS age_range_id_16, t0.categorie_pc_id AS categorie_pc_id_17, t0.bike_pro_use_id AS bike_pro_use_id_18, t0.bike_weekly_use_id AS bike_weekly_use_id_19 FROM users t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "sturmel.sebastien@gmail.com"
]
5.99 ms
(22.93%)
1
SELECT count(DISTINCT c0_.id) AS sclr_0 FROM challenges c0_ INNER JOIN challenge_types c1_ ON c0_.challenge_type_id = c1_.id
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Challenge 2
App\Entity\ChallengeType 2
App\Entity\User 1
App\Entity\BikeType 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Company
  • The field App\Entity\Company#users is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\User#company does not contain the required 'inversedBy: "users"' attribute.
App\Entity\Service No errors.
App\Entity\BikeType No errors.
App\Entity\UserAgeRange No errors.
App\Entity\UserCategoriePc No errors.
App\Entity\UserBikeProUse No errors.
App\Entity\UserBikeWeeklyUse No errors.
App\Entity\UserBadge No errors.
App\Entity\Challenge No errors.
App\Entity\ChallengeType No errors.