1.10 ms (31.53%)
|
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.smartescrow.eu"
]
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 = 'https://panel.smartescrow.eu';
|
1.08 ms (31.00%)
|
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 = ?
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 = 1;
|
0.78 ms (22.29%)
|
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 = ?
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 = 1;
|
0.53 ms (15.18%)
|
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
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 = 'wallet' LIMIT 1;
|