Query Metrics

9 Database Queries
4 Different statements
3.90 ms Query time
0 Invalid entities
19 Managed entities

Grouped Statements

Show all queries

Time Count Info
1.37 ms
(35.02%)
3
SELECT e0_.id AS id_0, e0_.company_name AS company_name_1, e0_.login_title AS login_title_2, e0_.logo_url AS logo_url_3, e0_.primary_color AS primary_color_4, e0_.background_color AS background_color_5, e0_.text_color AS text_color_6, e0_.terms_url AS terms_url_7, e0_.privacy_policy_url AS privacy_policy_url_8, e0_.sso_domain AS sso_domain_9, e0_.origin_urls AS origin_urls_10, e0_.enable_domain_redirect AS enable_domain_redirect_11, e0_.is_active AS is_active_12, e0_.created_at AS created_at_13, e0_.updated_at AS updated_at_14 FROM empresa_marca_blanca e0_ WHERE e0_.is_active = 1 AND e0_.sso_domain = ?
Parameters:
[
  "https://panel.azelafinance.com"
]
0.96 ms
(24.53%)
2
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.login_title AS login_title_3, t0.logo_url AS logo_url_4, t0.primary_color AS primary_color_5, t0.background_color AS background_color_6, t0.text_color AS text_color_7, t0.terms_url AS terms_url_8, t0.privacy_policy_url AS privacy_policy_url_9, t0.sso_domain AS sso_domain_10, t0.origin_urls AS origin_urls_11, t0.enable_domain_redirect AS enable_domain_redirect_12, t0.is_active AS is_active_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15 FROM empresa_marca_blanca t0 WHERE t0.is_active = ?
Parameters:
[
  1
]
0.87 ms
(22.25%)
2
SELECT t0.id AS id_1, t0.platform_domains AS platform_domains_2, t0.is_active AS is_active_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.empresa_marca_blanca_id AS empresa_marca_blanca_id_6, t0.oauth_client_id AS oauth_client_id_7 FROM plataforma_marca_blanca t0 WHERE t0.is_active = ?
Parameters:
[
  1
]
0.71 ms
(18.20%)
2
SELECT t0.id AS id_1, t0.identifier AS identifier_2, t0.secret AS secret_3, t0.name AS name_4, t0.redirect_uris AS redirect_uris_5, t0.grant_types AS grant_types_6, t0.scopes AS scopes_7, t0.is_confidential AS is_confidential_8, t0.logo_url AS logo_url_9, t0.help_text AS help_text_10, t0.terms_url AS terms_url_11, t0.privacy_policy_url AS privacy_policy_url_12, t0.created_at AS created_at_13 FROM oauth_client t0 WHERE t0.identifier = ? LIMIT 1
Parameters:
[
  "cuadro"
]

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\PlataformaMarcaBlanca 11
App\Entity\OAuthClient 5
App\Entity\EmpresaMarcaBlanca 3

Entities Mapping

Class Mapping errors
App\Entity\EmpresaMarcaBlanca No errors.
App\Entity\PlataformaMarcaBlanca No errors.
App\Entity\OAuthClient No errors.
App\Entity\User No errors.