GET https://wallet.cuentasescrow.com/

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.95 ms
(75.80%)
1
SELECT id
            FROM white_label
            WHERE is_active = 1
            AND (
                -- Búsqueda exacta en platform_domains
                JSON_SEARCH(platforms, 'one', ?, NULL, '$[*].platform_domains[*]') IS NOT NULL
                OR JSON_SEARCH(platforms, 'one', ?, NULL, '$[*].platform_domains[*]') IS NOT NULL
                -- Búsqueda exacta en origin_urls
                OR JSON_CONTAINS(origin_urls, ?)
                OR JSON_CONTAINS(origin_urls, ?)
                -- Búsqueda por dominio base en origin_urls (ej: iodapp.com)
                OR (
                    ? != ''
                    AND (
                        origin_urls LIKE CONCAT('%', ?, '%')
                        OR sso_domain LIKE CONCAT('%', ?, '%')
                    )
                )
            )
            ORDER BY (
                -- Prioridad 1: coincidencia exacta en platform_domains
                CASE WHEN JSON_SEARCH(platforms, 'one', ?, NULL, '$[*].platform_domains[*]') IS NOT NULL THEN 1
                     WHEN JSON_SEARCH(platforms, 'one', ?, NULL, '$[*].platform_domains[*]') IS NOT NULL THEN 1
                     ELSE 0 END
            ) DESC, (
                -- Prioridad 2: coincidencia exacta en origin_urls
                CASE WHEN JSON_CONTAINS(origin_urls, ?) THEN 1
                     WHEN JSON_CONTAINS(origin_urls, ?) THEN 1
                     ELSE 0 END
            ) DESC
            LIMIT 1
Parameters:
[
  "https://wallet.cuentasescrow.com/"
  "https://wallet.cuentasescrow.com"
  ""https:\/\/wallet.cuentasescrow.com\/""
  ""https:\/\/wallet.cuentasescrow.com""
  "cuentasescrow.com"
  "cuentasescrow.com"
  "cuentasescrow.com"
  "https://wallet.cuentasescrow.com/"
  "https://wallet.cuentasescrow.com"
  ""https:\/\/wallet.cuentasescrow.com\/""
  ""https:\/\/wallet.cuentasescrow.com""
]
0.30 ms
(24.20%)
1
SELECT t0.id AS id_1, t0.white_label_id AS white_label_id_2, t0.company_name AS company_name_3, t0.login_title AS login_title_4, t0.logo_url AS logo_url_5, t0.primary_color AS primary_color_6, t0.background_color AS background_color_7, t0.text_color AS text_color_8, t0.terms_url AS terms_url_9, t0.privacy_policy_url AS privacy_policy_url_10, t0.sso_domain AS sso_domain_11, t0.origin_urls AS origin_urls_12, t0.is_active AS is_active_13, t0.platforms AS platforms_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.sync_version AS sync_version_17 FROM white_label t0 WHERE t0.id = ?
Parameters:
[
  "c1f8f4c6-0d56-464d-b778-e29ce82a98a1"
]

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
SmartEscrow\DelegationBundle\Entity\WhiteLabel 1

Entities Mapping

Class Mapping errors
SmartEscrow\DelegationBundle\Entity\WhiteLabel No errors.