POST https://www.telaria.dev/login

Query Metrics

2 Database Queries
2 Different statements
2.55 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 1.31 ms
SELECT s0_.id AS id_0, s0_.host AS host_1, s0_.aliases AS aliases_2, s0_.slug AS slug_3, s0_.label AS label_4, s0_.name AS name_5, s0_.locale_default AS locale_default_6, s0_.layout_template AS layout_template_7, s0_.theme AS theme_8, s0_.brand_domain AS brand_domain_9, s0_.brand_tld AS brand_tld_10, s0_.contact_email AS contact_email_11, s0_.sender_email AS sender_email_12, s0_.home_slug AS home_slug_13, s0_.og_image_default AS og_image_default_14, s0_.enabled AS enabled_15, s0_.is_primary AS is_primary_16, s0_.created_at AS created_at_17, s0_.updated_at AS updated_at_18 FROM site s0_ WHERE s0_.enabled = 1 ORDER BY s0_.is_primary DESC, s0_.label ASC
Parameters:
[]
2 1.24 ms
SELECT t0.id AS id_1, t0.roles AS roles_2, t0.password AS password_3, t0.email AS email_4, t0.is_verified AS is_verified_5, t0.api_token AS api_token_6, t0.is2fa_enabled AS is2fa_enabled_7, t0.auth_code AS auth_code_8, t0.totp_secret AS totp_secret_9, t0.trusted_version AS trusted_version_10 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "admin@test.telaria.dev"
]

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
Tlr\Symfony\Entity\Site 1
App\Entity\User 1

Entities Mapping

Class Mapping errors
Tlr\Symfony\Entity\Site No errors.
App\Entity\User No errors.