GET https://backend.atsuhdf.fr/api/admin/congress/config?filter=all&search=

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.49 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.prenom AS prenom_5, t0.nom AS nom_6, t0.telephone AS telephone_7, t0.email_verified AS email_verified_8, t0.is_active AS is_active_9, t0.departement AS departement_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.stripe_customer_id AS stripe_customer_id_13, t0.reset_password_token AS reset_password_token_14, t0.reset_password_token_expires_at AS reset_password_token_expires_at_15, t0.new_email AS new_email_16, t0.email_change_token AS email_change_token_17, t0.email_change_token_expires_at AS email_change_token_expires_at_18, t0.last_login_at AS last_login_at_19, t0.inactivity_reminder_shown_at AS inactivity_reminder_shown_at_20, t0.email_verification_token AS email_verification_token_21, t0.email_verification_token_expires_at AS email_verification_token_expires_at_22, t0.double_auth_token AS double_auth_token_23, t0.double_auth_token_expires_at AS double_auth_token_expires_at_24, t0.double_auth_verified_at AS double_auth_verified_at_25 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "admin@atsu.fr"
]
2 0.58 ms
SELECT e0_.id AS id_0, e0_.titre AS titre_1, e0_.type_event AS type_event_2, e0_.date_debut AS date_debut_3, e0_.date_fin AS date_fin_4, e0_.lieu AS lieu_5, e0_.description AS description_6, e0_.published AS published_7, e0_.slug AS slug_8, e0_.status AS status_9, e0_.reportage_url AS reportage_url_10, e0_.inscriptions_ouverture_date AS inscriptions_ouverture_date_11, e0_.inscriptions_fermeture_date AS inscriptions_fermeture_date_12, e0_.hero_image AS hero_image_13, e0_.logo AS logo_14, e0_.adresse_principale AS adresse_principale_15, e0_.adresse_secondaire AS adresse_secondaire_16, e0_.cgv_path AS cgv_path_17, e0_.infos_description AS infos_description_18, e0_.infos_conclusion AS infos_conclusion_19, e0_.created_at AS created_at_20, e0_.updated_at AS updated_at_21, e0_.has_lunch AS has_lunch_22, e0_.has_dinner AS has_dinner_23, e0_.has_accommodation1_night AS has_accommodation1_night_24, e0_.has_accommodation2_nights AS has_accommodation2_nights_25, e0_.departement_id AS departement_id_26 FROM evenement e0_ WHERE e0_.type_event = ? ORDER BY e0_.date_debut DESC
Parameters:
[
  "congres"
]
3 0.35 ms
SELECT t0.id AS id_1, t0.stand_without_vehicle_price AS stand_without_vehicle_price_2, t0.stand_without_vehicle_max AS stand_without_vehicle_max_3, t0.stand_with_vehicle_price AS stand_with_vehicle_price_4, t0.stand_with_vehicle_max AS stand_with_vehicle_max_5, t0.additional_table_price AS additional_table_price_6, t0.additional_chair_price AS additional_chair_price_7, t0.lunch_price AS lunch_price_8, t0.dinner_price AS dinner_price_9, t0.accommodation1_night_price AS accommodation1_night_price_10, t0.accommodation2_nights_price AS accommodation2_nights_price_11, t0.exposant_page_price AS exposant_page_price_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.evenement_id AS evenement_id_15 FROM event_pricing t0 WHERE t0.evenement_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\Event\Evenement 1
App\Entity\Event\EventPricing 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Enterprise\EntrepriseUser No errors.
App\Entity\Event\Evenement No errors.
App\Entity\Geography\Departement No errors.
App\Entity\Event\Inscription
  • The mappings App\Entity\Event\Inscription#transactions and App\Entity\Commerce\Transaction#inscription are inconsistent with each other.
App\Entity\Event\CongresTarif No errors.
App\Entity\Event\EventPricing No errors.
App\Entity\Event\CongressInfoItem No errors.
App\Entity\Event\CongressContact No errors.
App\Entity\Event\AgoFormulaire No errors.