POST https://demo.churchmanager.fr/login

Query Metrics

3 Database Queries
3 Different statements
3.27 ms Query time
0 Invalid entities
9 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.29 ms
(39.50%)
1
SELECT t0.id AS id_1, t0.started_at AS started_at_2, t0.ended_at AS ended_at_3, t0.status AS status_4, t0.stripe_subscription AS stripe_subscription_5, t0.price_currency AS price_currency_6, t0.invoice_url AS invoice_url_7, t0.uuid AS uuid_8, t0.updated_at AS updated_at_9, t0.created_at AS created_at_10, t0.organization_id AS organization_id_11, t0.packaging_id AS packaging_id_12, t0.user_id AS user_id_13 FROM subscription t0 WHERE t0.status = ? AND t0.organization_id = ? ORDER BY t0.ended_at DESC LIMIT 1
Parameters:
[
  "ACTIVE"
  4
]
1.21 ms
(36.90%)
1
SELECT t0.deleted_at AS deleted_at_1, t0.id AS id_2, t0.last_name AS last_name_3, t0.first_name AS first_name_4, t0.email AS email_5, t0.gender AS gender_6, t0.birthdate AS birthdate_7, t0.enabled AS enabled_8, t0.username AS username_9, t0.password AS password_10, t0.picture AS picture_11, t0.role AS role_12, t0.additional_roles AS additional_roles_13, t0.address AS address_14, t0.code_postal AS code_postal_15, t0.city AS city_16, t0.phone AS phone_17, t0.stripe_customer AS stripe_customer_18, t0.is_department_group_admin AS is_department_group_admin_19, t0.oauth_provider AS oauth_provider_20, t0.oauth_provider_id AS oauth_provider_id_21, t0.rib AS rib_22, t0.balance AS balance_23, t0.is_partner AS is_partner_24, t0.uuid AS uuid_25, t0.updated_at AS updated_at_26, t0.created_at AS created_at_27, t0.fonction_id AS fonction_id_28, t0.entite_id AS entite_id_29, t30.id AS id_31, t30.name AS name_32, t30.solde AS solde_33, t30.number AS number_34, t30.number_fix AS number_fix_35, t30.facebook AS facebook_36, t30.instagram AS instagram_37, t30.linkedin AS linkedin_38, t30.tiktok AS tiktok_39, t30.youtube AS youtube_40, t30.twitter AS twitter_41, t30.description AS description_42, t30.entite_logo AS entite_logo_43, t30.newcomer_open_to_all AS newcomer_open_to_all_44, t30.newcomer_token AS newcomer_token_45, t30.updated_at AS updated_at_46, t30.created_at AS created_at_47, t30.organization_id AS organization_id_48, t30.address_id AS address_id_49, t0.organization_id AS organization_id_50 FROM `user` t0 LEFT JOIN entite t30 ON t0.entite_id = t30.id WHERE t0.email = ? AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[
  "mayoko.arnold@gmail.com"
]
0.77 ms
(23.60%)
1
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.complete_address AS complete_address_4, t0.number AS number_5, t0.description AS description_6, t0.siret AS siret_7, t0.siren AS siren_8, t0.day_limit_subscription AS day_limit_subscription_9, t0.trial_period_days_time AS trial_period_days_time_10, t0.trial_period_days_status AS trial_period_days_status_11, t0.type AS type_12, t0.website AS website_13, t0.capital_social AS capital_social_14, t0.updated_at AS updated_at_15, t0.created_at AS created_at_16 FROM manager t0 WHERE t0.type = ? LIMIT 1
Parameters:
[
  "manager"
]

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 2
App\Entity\Fonction 1
App\Entity\Organization 1
App\Entity\Entite 1
App\Entity\Address 1
App\Entity\Manager 1
App\Entity\Subscription 1
App\Entity\Packaging 1