Query Metrics
3
Database Queries
3
Different statements
1.63 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.92 ms |
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.iodapp.com/" "https://wallet.iodapp.com" ""https:\/\/wallet.iodapp.com\/"" ""https:\/\/wallet.iodapp.com"" "iodapp.com" "iodapp.com" "iodapp.com" "https://wallet.iodapp.com/" "https://wallet.iodapp.com" ""https:\/\/wallet.iodapp.com\/"" ""https:\/\/wallet.iodapp.com"" ] |
| 2 | 0.30 ms |
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:
[
"3e59a9a9-0ad1-45ac-8ca7-b5f4109a3d10"
]
|
| 3 | 0.41 ms |
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:
[
"f678ec7a-db38-448a-81c4-93c382064427"
]
|
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 |
| App\Entity\Applicant | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| SmartEscrow\DelegationBundle\Entity\WhiteLabel | No errors. |
| App\Entity\Applicant | No errors. |
| App\Entity\LegalEntity | No errors. |
| App\Entity\Record | No errors. |
| App\Entity\ScheduledOperation | No errors. |
| App\Entity\Beneficiario | No errors. |