GET http://pickium.fr/admin/shops

Query Metrics

3 Database Queries
3 Different statements
0.51 ms Query time
0 Invalid entities
6 Managed entities

Queries

Group similar statements

# Time Info
1 0.18 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.password_hash AS password_hash_3, t0.pos_pin_hash AS pos_pin_hash_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.roles AS roles_7, t0.is_verified AS is_verified_8, t0.totp_secret AS totp_secret_9, t0.two_factor_method AS two_factor_method_10, t0.email_auth_code AS email_auth_code_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.last_login_at AS last_login_at_14, t0.shop_id AS shop_id_15 FROM users t0 WHERE t0.id = ?
Parameters:
[
  "11"
]
2 0.24 ms
SELECT t0.id AS id_1, t0.slug AS slug_2, t0.name AS name_3, t0.status AS status_4, t0.plan AS plan_5, t0.commission_rate AS commission_rate_6, t0.loyalty_expiration_months AS loyalty_expiration_months_7, t0.admin_note AS admin_note_8, t0.stripe_account_id AS stripe_account_id_9, t0.stripe_customer_id AS stripe_customer_id_10, t0.stripe_subscription_id AS stripe_subscription_id_11, t0.primary_color AS primary_color_12, t0.accent_color AS accent_color_13, t0.bg_color AS bg_color_14, t0.fg_color AS fg_color_15, t0.contact_phone AS contact_phone_16, t0.contact_email AS contact_email_17, t0.contact_address AS contact_address_18, t0.disabled_payment_modes AS disabled_payment_modes_19, t0.pickup_instructions AS pickup_instructions_20, t0.is_itinerant AS is_itinerant_21, t0.pay_at_pickup_enabled AS pay_at_pickup_enabled_22, t0.legal_representative_phone AS legal_representative_phone_23, t0.legal_representative_role AS legal_representative_role_24, t0.siret AS siret_25, t0.siret_pending AS siret_pending_26, t0.vat_number AS vat_number_27, t0.logo_filename AS logo_filename_28, t0.logo_size AS logo_size_29, t0.logo_mime_type AS logo_mime_type_30, t0.cover_filename AS cover_filename_31, t0.cover_size AS cover_size_32, t0.cover_mime_type AS cover_mime_type_33, t0.created_at AS created_at_34, t0.updated_at AS updated_at_35 FROM shops t0 ORDER BY t0.slug ASC
Parameters:
[]
3 0.10 ms
SELECT shop_id, MAX(last_login_at) AS last_login FROM users GROUP BY shop_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\Tenant\Shop 5
App\Entity\Identity\User 1

Entities Mapping

Class Mapping errors
App\Entity\Identity\User No errors.
App\Entity\Tenant\Shop No errors.