Query Metrics

3 Database Queries
3 Different statements
2.10 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.01 ms
SELECT t0.id AS id_1, t0.token AS token_2, t0.expires_at AS expires_at_3, t0.is_active AS is_active_4, t0.max_uses AS max_uses_5, t0.current_uses AS current_uses_6, t0.last_used_at AS last_used_at_7, t0.allowed_domain AS allowed_domain_8, t0.is_default AS is_default_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.community_id AS community_id_12, t0.event_id AS event_id_13, t0.invited_by_id AS invited_by_id_14 FROM mve_invitations_invitation_token t0 WHERE t0.token = ? LIMIT 1
Parameters:
[
  "b3dd2819606ea4e37b31501e09a3b104ee5cd95a81f7df370d27b3c7ea665070"
]
2 0.55 ms
SELECT t0.id AS id_1, t0.unique_id AS unique_id_2, t0.name AS name_3, t0.fr_name AS fr_name_4, t0.qr_path AS qr_path_5, t0.slug AS slug_6, t0.status AS status_7, t0.pricing_plan AS pricing_plan_8, t0.require_validation_before_payment AS require_validation_before_payment_9, t0.community_url AS community_url_10, t0.registration_background_url AS registration_background_url_11, t0.signin_brand_config AS signin_brand_config_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.organization_id AS organization_id_15, t0.speciality_id AS speciality_id_16 FROM mve_communities_community t0 WHERE t0.id = ?
Parameters:
[
  3
]
3 0.55 ms
SELECT t0.id AS id_1, t0.unique_id AS unique_id_2, t0.matricule_fiscal AS matricule_fiscal_3, t0.name AS name_4, t0.address AS address_5, t0.city AS city_6, t0.postal_code AS postal_code_7, t0.phone AS phone_8, t0.email AS email_9, t0.web_site AS web_site_10, t0.creation_date AS creation_date_11, t0.description AS description_12, t0.logo_url AS logo_url_13, t0.fav_icon_url AS fav_icon_url_14, t0.status AS status_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.sector_id AS sector_id_18, t0.country_id AS country_id_19, t0.tax_id AS tax_id_20 FROM mve_organizations_organization t0 WHERE t0.id = ?
Parameters:
[
  3
]

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.