POST https://wallet.cuentasescrow.com/admin?crudAction=executeBatchOperations&crudControllerFqcn=App%5CController%5CAdmin%5CScheduledOperationCrudController

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.92 ms
(39.48%)
1
SELECT t0.id AS id_1, t0.roles AS roles_2, t0.password AS password_3, t0.taxdown_id AS taxdown_id_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.nif AS nif_7, t0.birth_date AS birth_date_8, t0.nationality AS nationality_9, t0.mobile AS mobile_10, t0.email AS email_11, t0.id_cliente_sefide AS id_cliente_sefide_12, t0.updated_at AS updated_at_13, t0.sso_id AS sso_id_14, t0.sso_metadata AS sso_metadata_15, t0.created_at AS created_at_16, t0.skip_inform_to_tax_down AS skip_inform_to_tax_down_17, t18.naturaleza_juridica AS naturaleza_juridica_19, t18.situacion_juridica AS situacion_juridica_20, t18.cnae AS cnae_21, t18.iae AS iae_22, t18.inscrita_en AS inscrita_en_23, t18.num_inscripcion_registral AS num_inscripcion_registral_24, t18.fec_inscripcion_registral AS fec_inscripcion_registral_25, t18.nivel_rrpp AS nivel_rrpp_26, t18.nivel_ingresos AS nivel_ingresos_27, t18.volumen_ventas AS volumen_ventas_28, t18.objeto_social AS objeto_social_29, t18.numero_sucursales AS numero_sucursales_30, t18.paises_donde_opera AS paises_donde_opera_31, t18.created_at AS created_at_32, t18.updated_at AS updated_at_33, t18.id AS id_34, t18.skip_inform_to_tax_down AS skip_inform_to_tax_down_35, t18.applicant_id AS applicant_id_36 FROM applicant t0 LEFT JOIN legal_entity t18 ON t18.applicant_id = t0.id WHERE t0.id = ?
Parameters:
[
  "2"
]
0.66 ms
(28.30%)
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.44 ms
(18.81%)
1
SELECT s0_.operation_type AS operation_type_0, s0_.operation_id AS operation_id_1, s0_.data AS data_2, s0_.status AS status_3, s0_.preauthorized_at AS preauthorized_at_4, s0_.created_at AS created_at_5, s0_.updated_at AS updated_at_6, s0_.id AS id_7, s0_.skip_inform_to_tax_down AS skip_inform_to_tax_down_8, s0_.applicant_id AS applicant_id_9, s0_.preauthorized_by_id AS preauthorized_by_id_10 FROM scheduled_operation s0_ WHERE s0_.id IN (?, ?, ?, ?, ?, ?) ORDER BY s0_.created_at ASC
Parameters:
[
  "d2167c84-6aaf-47a7-b00e-a6ce8cbc27a2"
  "b693caef-fb51-4336-b667-48a8245924df"
  "0dca6683-4a66-4d8c-9921-e57af1ce21e6"
  "f646eeaf-d9e5-4fa9-bbba-53764172b163"
  "292af559-afb5-47ed-b3aa-7522ad8c11cd"
  "cc36aeb4-e611-4215-bcfd-ace37826ab69"
]
0.31 ms
(13.41%)
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.contact_url AS contact_url_11, t0.sso_domain AS sso_domain_12, t0.origin_urls AS origin_urls_13, t0.is_active AS is_active_14, t0.platforms AS platforms_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.sync_version AS sync_version_18 FROM white_label t0 WHERE t0.id = ?
Parameters:
[
  "54fa3f21-d270-4528-8c3c-8275394988b3"
]

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\ScheduledOperation 6
App\Entity\Applicant 2
SmartEscrow\DelegationBundle\Entity\WhiteLabel 1

Entities Mapping