Skip to content
https://redalyc.org

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
3
REVIEW
4
PASS
8
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

9
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
64
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
85
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
83
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

7.99 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

32.93 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

4.01 s

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.334

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

12.82 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

33.01 s

Page Load Progression

715 ms
1.4 s
2.1 s
2.9 s
3.6 s
4.3 s
5.0 s
5.7 s
Checks
17
8 PASS 4 REVIEW 3 FIX
F
Page Weight Budget
Action
6.6 MB transferred, 171 requests
FIX
6.6 MB transferred, 171 requests
Critical::
Page weighs 10.9 MB (6.6 MB transferred)
Warning::
Images are 4.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 4.6 MB
Warning::
JavaScript is 1.5 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.5 MB
Warning::
171 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.4 g CO2 per page load
6.6 MB / 2.4 MB budget
6.6 MB transferred
171 requests
1.4 g CO2 per page load
Images 4.6 MiB 69%
JavaScript 1.5 MiB 23%
HTML 183.0 KiB 3%
CSS 137.0 KiB 2%
Fonts 95.3 KiB 1%
Other 80.7 KiB 1%
Other 1.5 KiB 0%
Other 594 B 0%
Other 546 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

F
JS Execution Cost
Action
11128ms total JS execution
FIX
11128ms total JS execution
Warning::
https://redalyc.org/js/core.js: 8262ms CPU time
Warning::
https://redalyc.org/js/angular.js: 689ms CPU time
Warning::
Unattributable: 662ms CPU time
Warning::
https://redalyc.org/js/mapan.js: 615ms CPU time
Warning::
https://redalyc.org/: 535ms CPU time
Info::
Third-party scripts: 961ms (9% of total)

Main Thread Breakdown

Script Evaluation 67% Style & Layout 13% Other 11% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://redalyc.org/js/core.js8262ms6090ms57ms1st
https://redalyc.org/js/angular.js689ms645ms13ms1st
Unattributable662ms7ms0ms3rd
https://redalyc.org/js/mapan.js615ms449ms5ms1st
https://redalyc.org/535ms76ms2ms1st
https://www.googletagmanager.com/gtag/js?id=G-PG5DW8YGFY237ms178ms37ms3rd
https://redalyc.org/js/jquery.min.js66ms57ms6ms1st
https://ssl.google-analytics.com/ga.js63ms40ms4ms3rd
D
JS Bundles
Action
22 scripts, 335 KB unused
FIX
22 scripts, 335 KB unused
Warning::
https://redalyc.org/js/core.js: 110 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-PG5D...: 60 KB unused (41%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://redalyc.org/js/charts.js: 49 KB unused (81%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://redalyc.org/js/ammap.js: 45 KB unused (94%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://redalyc.org/js/angular.js: 29 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 335 KB
335 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://redalyc.org/js/core.js212 KB110 KB (52%)1st
https://www.googletagmanager.com/gtag/js?id=G-PG5DW8YGFY148 KB60 KB (41%)3rd
https://redalyc.org/js/charts.js60 KB49 KB (81%)1st
https://redalyc.org/js/ammap.js48 KB45 KB (94%)1st
https://redalyc.org/js/angular.js66 KB29 KB (44%)1st
https://redalyc.org/js/maps.js40 KB23 KB (58%)1st
https://redalyc.org/js/jquery.min.js33 KB20 KB (62%)1st
https://redalyc.org/js/animated.js1 KB1st
https://redalyc.org/js/dataloader.min.js3 KB1st
https://redalyc.org/js/worldLow.js97 KB1st

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

C
Image Optimization
Action
123 images, 0 KB saveable
REVIEW
123 images, 0 KB saveable
Warning::
https://redalyc.org/img/t2-pais-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/tarjeta-profesionalizacion... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/ic-prduccion%20cientifica.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/3ic-workflow-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t2-revista.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/scoss-last.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/nuevoHeaderHome/ic_in.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t5-busqa-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/10-Abril%202011%20Universi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/shuttleworth-foundation.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/educacionCalidad_img.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/5-octubre%202012%20XII%20S... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/4-diciembre%202014%20Premi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t1-criterios-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/poverty_icon.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/nuevoHeaderHome/logo_redal... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/2ic-tutoriales-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/nuevoHeaderHome/ic_abajo.p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/UOR_logo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/clacso-relat-last.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/ic-linked-open%20data.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/hambreCero_img.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/img-consejo%20-asesor.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/fiap-recon-last.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/tarjeta-indice.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/3ic-calidad-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/indian-statistical-institu... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/sv-redalyc.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t3-xml-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/nuevoHeaderHome/banner_OAW... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/4ic-criterios-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/2ic-marcalyc-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/1ic-html-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/img-ancestral.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/climate_icon.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/uvc-recon-last.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/ic-profesionalizacion.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/certamen.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/reduccionDesigualdades_img... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/6-julio%202012%20Consejo%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/8-diciembre%202011%20Premi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/Banner-AcuerdoRedClara-LAR... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/4ic-calidad-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/nuevoHeaderHome/ic_x.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t4-instpais-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t4-pais.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/doaj-last.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/revistas_consolidadas.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/2ic-marcacion-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/9-octubre%202011%20Univers... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/ioi-last.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t4-revistas-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/4ic-practicas-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/img-pandemias.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/clacso-recon-last.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t1-busqueda-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/3ic-capacitaciones-deslect... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/11-julio%202011%20top%20po... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/nuevoHeaderHome/banner_cro... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/nuevoHeaderHome/banner_man... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/tarjeta-indicadores.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/1ic-metodologia-deslect.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/AMERBAC_logo.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/13-septiembre%202009%20Wor... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/1ic-blog-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/modelo-noAPC.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/Icono-evaluacion-2020G.gif is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/ic-indicadores.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/unesco-last.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/tarjeta-produccion.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t3-capacitaciones-deslect.... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/ic-autores-redlayc-orcid.p... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/pop-up-firmas.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/nuevoHeaderHome/icon_fb.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/nuevoHeaderHome/banner_arc... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/tajeta-linked-open-data.pn... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t3-intitucion.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/3ic-calendario-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/modelo-oa.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t1-articulos-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t3-calidad-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t4-areas-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/tajeta-autores.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/4ic-estandares-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/modelo-XML.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/12-septiembre%202009%20Inf... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t1-metodologia.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/img-genero.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/modelo-Calidad.gif is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/7-abril%202012%20Congreso%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/administracion%202021.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/t2-inst-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://redalyc.org/img/3ic-xml-deslect.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
123 images 4.6 MB
0 oversized -0 KB
122 legacy format
93 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
Page Weight Inventory
Action
171 resources · 6.6 MB · 335 KB savings available
REVIEW
171 resources · 6.6 MB · 335 KB savings available
Warning::
Page weight 5.6 MB over 1MB target
Got: 6.6 MB Expected: ≤ 1 MB
Info::
~335 KB of savings available
Info::
25 third-party resources (18% of weight)
Info::
8 resources over 200KB
171 resources · 6.6 MiB · 25 third-party 5.6 MiB over 1MB target
Image 70% · 4.6 MiB
JavaScript 23% · 1.5 MiB
Document 3% · 183.0 KiB
CSS 2% · 137.0 KiB
Font 1% · 95.3 KiB
Other 1% · 81.8 KiB

~335.3 KiB of savings available

Remove unused JavaScript: 335.3 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
no-cache="set-cookie, set-cookie2"
REVIEW
no-cache="set-cookie, set-cookie2"
Info::
Cache-Control header is set
Got: no-cache="set-cookie, set-cookie2"
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache="set-cookie, set-cookie2"

DirectiveValueMeaning
no-cache"set-cookieCache but always revalidate first
set-cookie2"
A+
Third-Party Impact
18% third-party, 0 ms blocking
PASS
18% third-party, 0 ms blocking
Info::
Third-party code accounts for 18% of page weight (1.2 MiB of 6.6 MiB)
Info::
Third-party blocking time is low (0 ms)
82%
18%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
2 fonts (95 KB)
PASS
2 fonts (95 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

95 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s FCP 8.0 s LCP 32.9 shttps://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff2 — 61.5 KiB — 40 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 108 ms — font-display: swap
fa-solid-900.woff2 woff2 swap
Size 61 KB
Load time 40 ms
Start 3.4 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 108 ms
Start 5.2 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
171 requests over 8436ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s FCP 8.0 s LCP 32.9 shttps://redalyc.org// https://redalyc.org/ — 200 — 126.5 KiB — 1.7 s — http/1.1https://use.fontawesome.com/releases/v5.2.0/css/all.cssuse.fontawesome.com/releases/v5.2.0... https://use.fontawesome.com/releases/v5.2.0/css/all.css — 200 — 11.1 KiB — 119 ms — h2https://www.googletagmanager.com/gtag/js?id=G-PG5DW8YGFYwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-PG5DW8YGFY — 200 — 148.2 KiB — 195 ms — h2https://redalyc.org/css/popUp.css/css/popUp.css https://redalyc.org/css/popUp.css — 200 — 982 B — 178 ms — http/1.1https://redalyc.org/js/popUp.js/js/popUp.js https://redalyc.org/js/popUp.js — 200 — 1.1 KiB — 481 ms — http/1.1https://redalyc.org/css/home.css/css/home.css https://redalyc.org/css/home.css — 200 — 19.4 KiB — 632 ms — http/1.1https://redalyc.org/css/slider.css/css/slider.css https://redalyc.org/css/slider.css — 200 — 1.4 KiB — 503 ms — http/1.1https://redalyc.org/css/ammap.css/css/ammap.css https://redalyc.org/css/ammap.css — 200 — 892 B — 505 ms — http/1.1https://redalyc.org/js/angular.js/js/angular.js https://redalyc.org/js/angular.js — 200 — 66.4 KiB — 1.1 s — http/1.1https://redalyc.org/js/homeAngularJS.js/js/homeAngularJS.js https://redalyc.org/js/homeAngularJS.js — 200 — 3.7 KiB — 632 ms — http/1.1https://redalyc.org/js/jquery.min.js/js/jquery.min.js https://redalyc.org/js/jquery.min.js — 200 — 32.7 KiB — 953 ms — http/1.1https://redalyc.org/js/homeJS.js/js/homeJS.js https://redalyc.org/js/homeJS.js — 200 — 5.6 KiB — 697 ms — http/1.1https://redalyc.org/js/slider.js/js/slider.js https://redalyc.org/js/slider.js — 200 — 1.4 KiB — 781 ms — http/1.1https://redalyc.org/js/core.js/js/core.js https://redalyc.org/js/core.js — 200 — 211.7 KiB — 1.6 s — http/1.1https://redalyc.org/js/maps.js/js/maps.js https://redalyc.org/js/maps.js — 200 — 39.7 KiB — 1.1 s — http/1.1https://redalyc.org/js/worldLow.js/js/worldLow.js https://redalyc.org/js/worldLow.js — 200 — 97.1 KiB — 1.4 s — http/1.1https://redalyc.org/js/animated.js/js/animated.js https://redalyc.org/js/animated.js — 200 — 908 B — 1.1 s — http/1.1https://redalyc.org/js/charts.js/js/charts.js https://redalyc.org/js/charts.js — 200 — 60.3 KiB — 1.1 s — http/1.1https://redalyc.org/js/mapan.js/js/mapan.js https://redalyc.org/js/mapan.js — 200 — 1.5 KiB — 1.8 s — http/1.1https://redalyc.org/js/ammap.js/js/ammap.js https://redalyc.org/js/ammap.js — 200 — 48.0 KiB — 1.4 s — http/1.1https://redalyc.org/js/dataloader.min.js/js/dataloader.min.js https://redalyc.org/js/dataloader.min.js — 200 — 2.8 KiB — 1.3 s — http/1.1https://redalyc.org/js/worldLowAutorHome.js/js/worldLowAutorHome.js https://redalyc.org/js/worldLowAutorHome.js — 200 — 55.5 KiB — 1.3 s — http/1.1https://region1.analytics.google.com/g/collect?v=2&tid=G-PG5DW8YGFY&gtm=45je64k0v9121381190za200zd9121381190&_p=1776895050658&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1063134989.1776895051&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117384405~117512542&sid=1776895050&sct=1&seg=0&dl=https%3A%2F%2Fredalyc.org%2F&dt=Sistema%20de%20Informaci%C3%B3n%20Cient%C3%ADfica%20Redalyc%2C%20Red%20de%20Revistas%20Cient%C3%ADficas&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=993region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-PG5DW8YGFY&gtm=45je64k0v9121381190za200zd9121381190&_p=1776895050658&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1063134989.1776895051&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117384405~117512542&sid=1776895050&sct=1&seg=0&dl=https%3A%2F%2Fredalyc.org%2F&dt=Sistema%20de%20Informaci%C3%B3n%20Cient%C3%ADfica%20Redalyc%2C%20Red%20de%20Revistas%20Cient%C3%ADficas&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=993 — 204 — 546 B — 97 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-PG5DW8YGFY&cid=1063134989.1776895051&gtm=45je64k0v9121381190za200zd9121381190&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-PG5DW8YGFY&cid=1063134989.1776895051&gtm=45je64k0v9121381190za200zd9121381190&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512542 — 204 — 546 B — 115 ms — h2https://redalyc.org/img/nuevoHeaderHome/logo_redalyc.png/img/nuevoHeaderHome/logo_redalyc.p... https://redalyc.org/img/nuevoHeaderHome/logo_redalyc.png — 200 — 5.0 KiB — 151 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/ic_abajo.png/img/nuevoHeaderHome/ic_abajo.png https://redalyc.org/img/nuevoHeaderHome/ic_abajo.png — 200 — 575 B — 151 ms — http/1.1https://redalyc.org/img/loading-2.gif/img/loading-2.gif https://redalyc.org/img/loading-2.gif — 200 — 27.3 KiB — 300 ms — http/1.1https://ssl.google-analytics.com/ga.jsssl.google-analytics.com/ga.js https://ssl.google-analytics.com/ga.js — 200 — 17.4 KiB — 121 ms — h2https://redalyc.org/img/nuevoHeaderHome/ic_in.png/img/nuevoHeaderHome/ic_in.png https://redalyc.org/img/nuevoHeaderHome/ic_in.png — 200 — 786 B — 153 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/ic_x.png/img/nuevoHeaderHome/ic_x.png https://redalyc.org/img/nuevoHeaderHome/ic_x.png — 200 — 804 B — 161 ms — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s FCP 8.0 s LCP 32.9 shttps://redalyc.org// https://redalyc.org/ — 200 — 126.5 KiB — 1.7 s — http/1.1https://use.fontawesome.com/releases/v5.2.0/css/all.cssuse.fontawesome.com/releases/v5.2.0... https://use.fontawesome.com/releases/v5.2.0/css/all.css — 200 — 11.1 KiB — 119 ms — h2https://www.googletagmanager.com/gtag/js?id=G-PG5DW8YGFYwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-PG5DW8YGFY — 200 — 148.2 KiB — 195 ms — h2https://redalyc.org/css/popUp.css/css/popUp.css https://redalyc.org/css/popUp.css — 200 — 982 B — 178 ms — http/1.1https://redalyc.org/js/popUp.js/js/popUp.js https://redalyc.org/js/popUp.js — 200 — 1.1 KiB — 481 ms — http/1.1https://redalyc.org/css/home.css/css/home.css https://redalyc.org/css/home.css — 200 — 19.4 KiB — 632 ms — http/1.1https://redalyc.org/css/slider.css/css/slider.css https://redalyc.org/css/slider.css — 200 — 1.4 KiB — 503 ms — http/1.1https://redalyc.org/css/ammap.css/css/ammap.css https://redalyc.org/css/ammap.css — 200 — 892 B — 505 ms — http/1.1https://redalyc.org/js/angular.js/js/angular.js https://redalyc.org/js/angular.js — 200 — 66.4 KiB — 1.1 s — http/1.1https://redalyc.org/js/homeAngularJS.js/js/homeAngularJS.js https://redalyc.org/js/homeAngularJS.js — 200 — 3.7 KiB — 632 ms — http/1.1https://redalyc.org/js/jquery.min.js/js/jquery.min.js https://redalyc.org/js/jquery.min.js — 200 — 32.7 KiB — 953 ms — http/1.1https://redalyc.org/js/homeJS.js/js/homeJS.js https://redalyc.org/js/homeJS.js — 200 — 5.6 KiB — 697 ms — http/1.1https://redalyc.org/js/slider.js/js/slider.js https://redalyc.org/js/slider.js — 200 — 1.4 KiB — 781 ms — http/1.1https://redalyc.org/js/core.js/js/core.js https://redalyc.org/js/core.js — 200 — 211.7 KiB — 1.6 s — http/1.1https://redalyc.org/js/maps.js/js/maps.js https://redalyc.org/js/maps.js — 200 — 39.7 KiB — 1.1 s — http/1.1https://redalyc.org/js/worldLow.js/js/worldLow.js https://redalyc.org/js/worldLow.js — 200 — 97.1 KiB — 1.4 s — http/1.1https://redalyc.org/js/animated.js/js/animated.js https://redalyc.org/js/animated.js — 200 — 908 B — 1.1 s — http/1.1https://redalyc.org/js/charts.js/js/charts.js https://redalyc.org/js/charts.js — 200 — 60.3 KiB — 1.1 s — http/1.1https://redalyc.org/js/mapan.js/js/mapan.js https://redalyc.org/js/mapan.js — 200 — 1.5 KiB — 1.8 s — http/1.1https://redalyc.org/js/ammap.js/js/ammap.js https://redalyc.org/js/ammap.js — 200 — 48.0 KiB — 1.4 s — http/1.1https://redalyc.org/js/dataloader.min.js/js/dataloader.min.js https://redalyc.org/js/dataloader.min.js — 200 — 2.8 KiB — 1.3 s — http/1.1https://redalyc.org/js/worldLowAutorHome.js/js/worldLowAutorHome.js https://redalyc.org/js/worldLowAutorHome.js — 200 — 55.5 KiB — 1.3 s — http/1.1https://region1.analytics.google.com/g/collect?v=2&tid=G-PG5DW8YGFY&gtm=45je64k0v9121381190za200zd9121381190&_p=1776895050658&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1063134989.1776895051&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117384405~117512542&sid=1776895050&sct=1&seg=0&dl=https%3A%2F%2Fredalyc.org%2F&dt=Sistema%20de%20Informaci%C3%B3n%20Cient%C3%ADfica%20Redalyc%2C%20Red%20de%20Revistas%20Cient%C3%ADficas&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=993region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-PG5DW8YGFY&gtm=45je64k0v9121381190za200zd9121381190&_p=1776895050658&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1063134989.1776895051&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938468~117266401~117384405~117512542&sid=1776895050&sct=1&seg=0&dl=https%3A%2F%2Fredalyc.org%2F&dt=Sistema%20de%20Informaci%C3%B3n%20Cient%C3%ADfica%20Redalyc%2C%20Red%20de%20Revistas%20Cient%C3%ADficas&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=993 — 204 — 546 B — 97 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-PG5DW8YGFY&cid=1063134989.1776895051&gtm=45je64k0v9121381190za200zd9121381190&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-PG5DW8YGFY&cid=1063134989.1776895051&gtm=45je64k0v9121381190za200zd9121381190&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512542 — 204 — 546 B — 115 ms — h2https://redalyc.org/img/nuevoHeaderHome/logo_redalyc.png/img/nuevoHeaderHome/logo_redalyc.p... https://redalyc.org/img/nuevoHeaderHome/logo_redalyc.png — 200 — 5.0 KiB — 151 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/ic_abajo.png/img/nuevoHeaderHome/ic_abajo.png https://redalyc.org/img/nuevoHeaderHome/ic_abajo.png — 200 — 575 B — 151 ms — http/1.1https://redalyc.org/img/loading-2.gif/img/loading-2.gif https://redalyc.org/img/loading-2.gif — 200 — 27.3 KiB — 300 ms — http/1.1https://ssl.google-analytics.com/ga.jsssl.google-analytics.com/ga.js https://ssl.google-analytics.com/ga.js — 200 — 17.4 KiB — 121 ms — h2https://redalyc.org/img/nuevoHeaderHome/ic_in.png/img/nuevoHeaderHome/ic_in.png https://redalyc.org/img/nuevoHeaderHome/ic_in.png — 200 — 786 B — 153 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/ic_x.png/img/nuevoHeaderHome/ic_x.png https://redalyc.org/img/nuevoHeaderHome/ic_x.png — 200 — 804 B — 161 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/icon_fb.png/img/nuevoHeaderHome/icon_fb.png https://redalyc.org/img/nuevoHeaderHome/icon_fb.png — 200 — 593 B — 161 ms — http/1.1https://redalyc.org/img/menu.png/img/menu.png https://redalyc.org/img/menu.png — 200 — 583 B — 161 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/ic_busqueda.png/img/nuevoHeaderHome/ic_busqueda.pn... https://redalyc.org/img/nuevoHeaderHome/ic_busqueda.png — 200 — 900 B — 168 ms — http/1.1https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-PG5DW8YGFY&cid=1063134989.1776895051&gtm=45je64k0v9121381190za200zd9121381190&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512542&z=1647534563www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-PG5DW8YGFY&cid=1063134989.1776895051&gtm=45je64k0v9121381190za200zd9121381190&rcb=16&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938465~115938468~117266401~117384405~117512542&z=1647534563 — 200 — 408 B — 102 ms — h2https://redalyc.org/img/nuevoHeaderHome/banner_manifiesto_eng_m.png/img/nuevoHeaderHome/banner_manifie... https://redalyc.org/img/nuevoHeaderHome/banner_manifiesto_eng_m.png — 200 — 52.0 KiB — 324 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_manifiesto_esp.png/img/nuevoHeaderHome/banner_manifie... https://redalyc.org/img/nuevoHeaderHome/banner_manifiesto_esp.png — 200 — 87.7 KiB — 420 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_crowdfunding_esp.png/img/nuevoHeaderHome/banner_crowdfu... https://redalyc.org/img/nuevoHeaderHome/banner_crowdfunding_esp.png — 200 — 82.8 KiB — 444 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_arcadia_eng_m.png/img/nuevoHeaderHome/banner_arcadia... https://redalyc.org/img/nuevoHeaderHome/banner_arcadia_eng_m.png — 200 — 180.6 KiB — 725 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_OAWeek_2024_eng.png/img/nuevoHeaderHome/banner_OAWeek_... https://redalyc.org/img/nuevoHeaderHome/banner_OAWeek_2024_eng.png — 200 — 337.4 KiB — 890 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_arcadia_esp_m.png/img/nuevoHeaderHome/banner_arcadia... https://redalyc.org/img/nuevoHeaderHome/banner_arcadia_esp_m.png — 200 — 179.3 KiB — 627 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_manifiesto_esp_m.png/img/nuevoHeaderHome/banner_manifie... https://redalyc.org/img/nuevoHeaderHome/banner_manifiesto_esp_m.png — 200 — 48.4 KiB — 624 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_OAWeek_2024_eng_m.png/img/nuevoHeaderHome/banner_OAWeek_... https://redalyc.org/img/nuevoHeaderHome/banner_OAWeek_2024_eng_m.png — 200 — 126.7 KiB — 875 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_OAWeek_2024_esp_m.png/img/nuevoHeaderHome/banner_OAWeek_... https://redalyc.org/img/nuevoHeaderHome/banner_OAWeek_2024_esp_m.png — 200 — 127.5 KiB — 747 ms — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_crowdfunding_eng.png/img/nuevoHeaderHome/banner_crowdfu... https://redalyc.org/img/nuevoHeaderHome/banner_crowdfunding_eng.png — 200 — 78.8 KiB — 1.0 s — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_OAWeek_2024_esp.png/img/nuevoHeaderHome/banner_OAWeek_... https://redalyc.org/img/nuevoHeaderHome/banner_OAWeek_2024_esp.png — 200 — 338.9 KiB — 1.1 s — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_arcadia_esp.png/img/nuevoHeaderHome/banner_arcadia... https://redalyc.org/img/nuevoHeaderHome/banner_arcadia_esp.png — 200 — 453.9 KiB — 1.5 s — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_crowdfunding_eng_m.png/img/nuevoHeaderHome/banner_crowdfu... https://redalyc.org/img/nuevoHeaderHome/banner_crowdfunding_eng_m.png — 200 — 54.9 KiB — 1.1 s — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_manifiesto_eng.png/img/nuevoHeaderHome/banner_manifie... https://redalyc.org/img/nuevoHeaderHome/banner_manifiesto_eng.png — 200 — 96.7 KiB — 1.0 s — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_arcadia_eng.png/img/nuevoHeaderHome/banner_arcadia... https://redalyc.org/img/nuevoHeaderHome/banner_arcadia_eng.png — 200 — 454.9 KiB — 1.5 s — http/1.1https://redalyc.org/img/nuevoHeaderHome/banner_crowdfunding_esp_m.png/img/nuevoHeaderHome/banner_crowdfu... https://redalyc.org/img/nuevoHeaderHome/banner_crowdfunding_esp_m.png — 200 — 56.7 KiB — 1.2 s — http/1.1https://redalyc.org/redalyc/jsons/mapa/paises.json/redalyc/jsons/mapa/paises.json https://redalyc.org/redalyc/jsons/mapa/paises.json — 200 — 5.3 KiB — 773 ms — http/1.1https://redalyc.org/redalyc/jsons/mapa/paises.json/redalyc/jsons/mapa/paises.json https://redalyc.org/redalyc/jsons/mapa/paises.json — 200 — 0 B — 430 ms — http/1.1https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff2use.fontawesome.com/releases/v5.2.0... https://use.fontawesome.com/releases/v5.2.0/webfonts/fa-solid-900.woff2 — 200 — 61.5 KiB — 40 ms — h2https://redalyc.org/img/revistas_consolidadas.png/img/revistas_consolidadas.png https://redalyc.org/img/revistas_consolidadas.png — 200 — 3.0 KiB — 156 ms — http/1.1https://redalyc.org/img/buscador-institucionmdpi.png/img/buscador-institucionmdpi.png https://redalyc.org/img/buscador-institucionmdpi.png — 200 — 655 B — 151 ms — http/1.1https://redalyc.org/img/imgRedalyc_network_covid19.jpg/img/imgRedalyc_network_covid19.jpg https://redalyc.org/img/imgRedalyc_network_covid19.jpg — 200 — 80.9 KiB — 300 ms — http/1.1https://redalyc.org/img/sv-redalyc.png/img/sv-redalyc.png https://redalyc.org/img/sv-redalyc.png — 200 — 4.7 KiB — 158 ms — http/1.1https://redalyc.org/img/tarjeta-indice.png/img/tarjeta-indice.png https://redalyc.org/img/tarjeta-indice.png — 200 — 2.3 KiB — 152 ms — http/1.1https://redalyc.org/img/t1-criterios-deslect.png/img/t1-criterios-deslect.png https://redalyc.org/img/t1-criterios-deslect.png — 200 — 759 B — 151 ms — http/1.1https://redalyc.org/img/t1-busqueda-deslect.png/img/t1-busqueda-deslect.png https://redalyc.org/img/t1-busqueda-deslect.png — 200 — 808 B — 151 ms — http/1.1https://redalyc.org/img/t1-articulos-deslect.png/img/t1-articulos-deslect.png https://redalyc.org/img/t1-articulos-deslect.png — 200 — 598 B — 151 ms — http/1.1https://redalyc.org/img/tarjeta-produccion.png/img/tarjeta-produccion.png https://redalyc.org/img/tarjeta-produccion.png — 200 — 2.8 KiB — 153 ms — http/1.1https://redalyc.org/img/t2-inst-deslect.png/img/t2-inst-deslect.png https://redalyc.org/img/t2-inst-deslect.png — 200 — 873 B — 151 ms — http/1.1https://redalyc.org/img/t2-pais-deslect.png/img/t2-pais-deslect.png https://redalyc.org/img/t2-pais-deslect.png — 200 — 1.1 KiB — 151 ms — http/1.1https://redalyc.org/img/tarjeta-profesionalizacion.png/img/tarjeta-profesionalizacion.png https://redalyc.org/img/tarjeta-profesionalizacion.png — 200 — 2.5 KiB — 152 ms — http/1.1https://redalyc.org/img/t3-calidad-deslect.png/img/t3-calidad-deslect.png https://redalyc.org/img/t3-calidad-deslect.png — 200 — 958 B — 150 ms — http/1.1https://redalyc.org/redalyc/jsons/mapa/paises.json/redalyc/jsons/mapa/paises.json https://redalyc.org/redalyc/jsons/mapa/paises.json — 200 — 0 B — 1 ms — http/1.1https://redalyc.org/img/t3-xml-deslect.png/img/t3-xml-deslect.png https://redalyc.org/img/t3-xml-deslect.png — 200 — 870 B — 151 ms — http/1.1https://ssl.google-analytics.com/r/__utm.gif?utmwv=5.7.2&utms=1&utmn=379386861&utmhn=redalyc.org&utmcs=UTF-8&utmsr=412x823&utmvp=412x823&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Sistema%20de%20Informaci%C3%B3n%20Cient%C3%ADfica%20Redalyc%2C%20Red%20de%20Revistas%20Cient%C3%ADficas&utmhid=586481038&utmr=-&utmp=%2F&utmht=1776895054004&utmac=UA-3153272-1&utmcc=__utma%3D230685855.1063134989.1776895051.1776895054.1776895054.1%3B%2B__utmz%3D230685855.1776895054.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=851522617&utmredir=1&utmu=qAAAAAAAAAAAAAAAAAABAAAE~ssl.google-analytics.com/r/__utm.gi... https://ssl.google-analytics.com/r/__utm.gif?utmwv=5.7.2&utms=1&utmn=379386861&utmhn=redalyc.org&utmcs=UTF-8&utmsr=412x823&utmvp=412x823&utmsc=24-bit&utmul=en-us&utmje=0&utmfl=-&utmdt=Sistema%20de%20Informaci%C3%B3n%20Cient%C3%ADfica%20Redalyc%2C%20Red%20de%20Revistas%20Cient%C3%ADficas&utmhid=586481038&utmr=-&utmp=%2F&utmht=1776895054004&utmac=UA-3153272-1&utmcc=__utma%3D230685855.1063134989.1776895051.1776895054.1776895054.1%3B%2B__utmz%3D230685855.1776895054.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=851522617&utmredir=1&utmu=qAAAAAAAAAAAAAAAAAABAAAE~ — 200 — 440 B — 29 ms — h2https://redalyc.org/img/t3-capacitaciones-deslect.png/img/t3-capacitaciones-deslect.png https://redalyc.org/img/t3-capacitaciones-deslect.png — 200 — 810 B — 151 ms — http/1.1https://redalyc.org/img/tarjeta-indicadores.png/img/tarjeta-indicadores.png https://redalyc.org/img/tarjeta-indicadores.png — 200 — 2.1 KiB — 152 ms — http/1.1https://redalyc.org/img/t4-revistas-deslect.png/img/t4-revistas-deslect.png https://redalyc.org/img/t4-revistas-deslect.png — 200 — 678 B — 151 ms — http/1.1https://redalyc.org/img/t4-areas-deslect.png/img/t4-areas-deslect.png https://redalyc.org/img/t4-areas-deslect.png — 200 — 715 B — 150 ms — http/1.1https://redalyc.org/img/t4-instpais-deslect.png/img/t4-instpais-deslect.png https://redalyc.org/img/t4-instpais-deslect.png — 200 — 755 B — 150 ms — http/1.1https://redalyc.org/img/tajeta-autores.png/img/tajeta-autores.png https://redalyc.org/img/tajeta-autores.png — 200 — 2.4 KiB — 159 ms — http/1.1https://redalyc.org/redalyc/jsons/mapa/paisesProduccion.json/redalyc/jsons/mapa/paisesProduccio... https://redalyc.org/redalyc/jsons/mapa/paisesProduccion.json — 200 — 27.2 KiB — 313 ms — http/1.1https://redalyc.org/img/t5-busqa-deslect.png/img/t5-busqa-deslect.png https://redalyc.org/img/t5-busqa-deslect.png — 200 — 830 B — 181 ms — http/1.1https://redalyc.org/img/tajeta-linked-open-data.png/img/tajeta-linked-open-data.png https://redalyc.org/img/tajeta-linked-open-data.png — 200 — 2.6 KiB — 177 ms — http/1.1https://redalyc.org/img/ic-prduccion%20cientifica.png/img/ic-prduccion%20cientifica.png https://redalyc.org/img/ic-prduccion%20cientifica.png — 200 — 2.0 KiB — 175 ms — http/1.1https://redalyc.org/img/ic-profesionalizacion.png/img/ic-profesionalizacion.png https://redalyc.org/img/ic-profesionalizacion.png — 200 — 1.8 KiB — 169 ms — http/1.1https://redalyc.org/redalyc/jsons/mapa/paisesProduccionAutores.json/redalyc/jsons/mapa/paisesProduccio... https://redalyc.org/redalyc/jsons/mapa/paisesProduccionAutores.json — 200 — 18.9 KiB — 379 ms — http/1.1https://redalyc.org/img/4ic-calidad-deslect.png/img/4ic-calidad-deslect.png https://redalyc.org/img/4ic-calidad-deslect.png — 200 — 1.2 KiB — 155 ms — http/1.1https://redalyc.org/img/4ic-criterios-deslect.png/img/4ic-criterios-deslect.png https://redalyc.org/img/4ic-criterios-deslect.png — 200 — 561 B — 152 ms — http/1.1https://redalyc.org/img/4ic-estandares-deslect.png/img/4ic-estandares-deslect.png https://redalyc.org/img/4ic-estandares-deslect.png — 200 — 823 B — 154 ms — http/1.1https://redalyc.org/img/4ic-practicas-deslect.png/img/4ic-practicas-deslect.png https://redalyc.org/img/4ic-practicas-deslect.png — 200 — 851 B — 154 ms — http/1.1https://redalyc.org/redalyc/jsons/traducciones/home-es.json/redalyc/jsons/traducciones/home-es... https://redalyc.org/redalyc/jsons/traducciones/home-es.json — 200 — 28.7 KiB — 391 ms — http/1.1https://redalyc.org/img/pop-up-firmas.png/img/pop-up-firmas.png https://redalyc.org/img/pop-up-firmas.png — 200 — 627.6 KiB — 720 ms — http/1.1https://redalyc.org/img/2ic-marcacion-deslect.png/img/2ic-marcacion-deslect.png https://redalyc.org/img/2ic-marcacion-deslect.png — 200 — 1.0 KiB — 198 ms — http/1.1https://redalyc.org/img/2ic-marcalyc-deslect.png/img/2ic-marcalyc-deslect.png https://redalyc.org/img/2ic-marcalyc-deslect.png — 200 — 762 B — 197 ms — http/1.1https://redalyc.org/img/2ic-tutoriales-deslect.png/img/2ic-tutoriales-deslect.png https://redalyc.org/img/2ic-tutoriales-deslect.png — 200 — 639 B — 197 ms — http/1.1https://redalyc.org/img/1ic-metodologia-deslect.png/img/1ic-metodologia-deslect.png https://redalyc.org/img/1ic-metodologia-deslect.png — 200 — 766 B — 152 ms — http/1.1https://redalyc.org/img/1ic-html-deslect.png/img/1ic-html-deslect.png https://redalyc.org/img/1ic-html-deslect.png — 200 — 636 B — 417 ms — http/1.1https://redalyc.org/img/1ic-blog-deslect.png/img/1ic-blog-deslect.png https://redalyc.org/img/1ic-blog-deslect.png — 200 — 660 B — 156 ms — http/1.1https://redalyc.org/img/3ic-capacitaciones-deslect.png/img/3ic-capacitaciones-deslect.png https://redalyc.org/img/3ic-capacitaciones-deslect.png — 200 — 876 B — 156 ms — http/1.1https://redalyc.org/img/3ic-calidad-deslect.png/img/3ic-calidad-deslect.png https://redalyc.org/img/3ic-calidad-deslect.png — 200 — 678 B — 154 ms — http/1.1https://redalyc.org/img/3ic-xml-deslect.png/img/3ic-xml-deslect.png https://redalyc.org/img/3ic-xml-deslect.png — 200 — 827 B — 156 ms — http/1.1https://www.youtube.com/embed/3Svx4nas2T8www.youtube.com/embed/3Svx4nas2T8 https://www.youtube.com/embed/3Svx4nas2T8 — 200 — 56.4 KiB — 187 ms — h2https://redalyc.org/img/3ic-workflow-deslect.png/img/3ic-workflow-deslect.png https://redalyc.org/img/3ic-workflow-deslect.png — 200 — 859 B — 155 ms — http/1.1https://redalyc.org/img/3ic-calendario-deslect.png/img/3ic-calendario-deslect.png https://redalyc.org/img/3ic-calendario-deslect.png — 200 — 662 B — 155 ms — http/1.1https://redalyc.org/img/ic-indicadores.png/img/ic-indicadores.png https://redalyc.org/img/ic-indicadores.png — 200 — 1.5 KiB — 171 ms — http/1.1https://redalyc.org/img/t1-metodologia.png/img/t1-metodologia.png https://redalyc.org/img/t1-metodologia.png — 200 — 1.6 KiB — 163 ms — http/1.1https://www.youtube.com/s/player/1bb6ee63/www-player.csswww.youtube.com/s/player/1bb6ee63/w... https://www.youtube.com/s/player/1bb6ee63/www-player.css — 200 — 58.0 KiB — 51 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.KjNKUXigSn8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywEJITLW9kQSSYb_eVLtSgu_4tU6CQ — 200 — 45.3 KiB — 66 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 108 ms — h3https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=root,base — 200 — 140.1 KiB — 80 ms — h2https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/1bb6ee63/p... https://www.youtube.com/s/player/1bb6ee63/player_embed_es6.vflset/en_US/base.js — 200 — 436.0 KiB — 114 ms — h2https://redalyc.org/img/t2-revista.png/img/t2-revista.png https://redalyc.org/img/t2-revista.png — 200 — 986 B — 153 ms — http/1.1https://redalyc.org/img/t3-intitucion.png/img/t3-intitucion.png https://redalyc.org/img/t3-intitucion.png — 200 — 1.0 KiB — 153 ms — http/1.1https://redalyc.org/img/t4-pais.png/img/t4-pais.png https://redalyc.org/img/t4-pais.png — 200 — 1.5 KiB — 158 ms — http/1.1https://redalyc.org/img/ic-autores-redlayc-orcid.png/img/ic-autores-redlayc-orcid.png https://redalyc.org/img/ic-autores-redlayc-orcid.png — 200 — 1.7 KiB — 160 ms — http/1.1https://redalyc.org/img/ic-linked-open%20data.png/img/ic-linked-open%20data.png https://redalyc.org/img/ic-linked-open%20data.png — 200 — 1.9 KiB — 151 ms — http/1.1https://redalyc.org/img/img-ancestral.png/img/img-ancestral.png https://redalyc.org/img/img-ancestral.png — 200 — 25.2 KiB — 160 ms — http/1.1https://redalyc.org/img/img-pandemias.png/img/img-pandemias.png https://redalyc.org/img/img-pandemias.png — 200 — 25.3 KiB — 307 ms — http/1.1https://redalyc.org/img/img-genero.png/img/img-genero.png https://redalyc.org/img/img-genero.png — 200 — 10.7 KiB — 298 ms — http/1.1https://redalyc.org/img/climate_icon.png/img/climate_icon.png https://redalyc.org/img/climate_icon.png — 200 — 20.0 KiB — 304 ms — http/1.1https://redalyc.org/img/poverty_icon.png/img/poverty_icon.png https://redalyc.org/img/poverty_icon.png — 200 — 14.7 KiB — 153 ms — http/1.1https://redalyc.org/img/educacionCalidad_img.png/img/educacionCalidad_img.png https://redalyc.org/img/educacionCalidad_img.png — 200 — 18.1 KiB — 301 ms — http/1.1https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 114 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 494 B — 114 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drb — 200 — 183.1 KiB — 94 ms — h3https://redalyc.org/img/hambreCero_img.png/img/hambreCero_img.png https://redalyc.org/img/hambreCero_img.png — 200 — 22.7 KiB — 160 ms — http/1.1https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 30 ms — h3https://redalyc.org/img/reduccionDesigualdades_img.png/img/reduccionDesigualdades_img.png https://redalyc.org/img/reduccionDesigualdades_img.png — 200 — 19.3 KiB — 299 ms — http/1.1https://redalyc.org/img/modelo-refuerzo-diamante-esp.png/img/modelo-refuerzo-diamante-esp.p... https://redalyc.org/img/modelo-refuerzo-diamante-esp.png — 200 — 25.7 KiB — 299 ms — http/1.1https://redalyc.org/img/modelo-refuerzo-diamante-eng.png/img/modelo-refuerzo-diamante-eng.p... https://redalyc.org/img/modelo-refuerzo-diamante-eng.png — 200 — 23.3 KiB — 153 ms — http/1.1https://redalyc.org/img/modelo-oa.png/img/modelo-oa.png https://redalyc.org/img/modelo-oa.png — 200 — 3.8 KiB — 151 ms — http/1.1https://i.ytimg.com/vi_webp/3Svx4nas2T8/sddefault.webpi.ytimg.com/vi_webp/3Svx4nas2T8/sdd... https://i.ytimg.com/vi_webp/3Svx4nas2T8/sddefault.webp — 200 — 15.2 KiB — 92 ms — h2https://redalyc.org/img/modelo-Calidad.gif/img/modelo-Calidad.gif https://redalyc.org/img/modelo-Calidad.gif — 200 — 5.5 KiB — 151 ms — http/1.1https://redalyc.org/img/modelo-Calidad-en.png/img/modelo-Calidad-en.png https://redalyc.org/img/modelo-Calidad-en.png — 200 — 22.2 KiB — 155 ms — http/1.1https://redalyc.org/img/modelo-XML.png/img/modelo-XML.png https://redalyc.org/img/modelo-XML.png — 200 — 3.9 KiB — 151 ms — http/1.1https://redalyc.org/img/modelo-noAPC.png/img/modelo-noAPC.png https://redalyc.org/img/modelo-noAPC.png — 200 — 5.1 KiB — 152 ms — http/1.1https://redalyc.org/img/Icono-evaluacion-2020G.gif/img/Icono-evaluacion-2020G.gif https://redalyc.org/img/Icono-evaluacion-2020G.gif — 200 — 11.6 KiB — 155 ms — http/1.1https://redalyc.org/img/Icono-evaluacion-2020G-en.png/img/Icono-evaluacion-2020G-en.png https://redalyc.org/img/Icono-evaluacion-2020G-en.png — 200 — 11.5 KiB — 160 ms — http/1.1https://redalyc.org/%7B%7Bc.srcEsp%7D%7D/%7B%7Bc.srcEsp%7D%7D https://redalyc.org/%7B%7Bc.srcEsp%7D%7D — 404 — 83 B — 153 ms — http/1.1https://redalyc.org/%7B%7Bc.srcIng%7D%7D/%7B%7Bc.srcIng%7D%7D https://redalyc.org/%7B%7Bc.srcIng%7D%7D — 404 — 83 B — 152 ms — http/1.1https://redalyc.org/img/certamen.png/img/certamen.png https://redalyc.org/img/certamen.png — 200 — 18.9 KiB — 299 ms — http/1.1https://redalyc.org/img/UOR_logo.png/img/UOR_logo.png https://redalyc.org/img/UOR_logo.png — 200 — 5.0 KiB — 152 ms — http/1.1https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.jswww.google.com/js/th/qKGyavTtqsN8WE... https://www.google.com/js/th/qKGyavTtqsN8WEgkipKf66gOrjuRyzmwbl6TXabwSno.js — 200 — 23.2 KiB — 64 ms — h3https://redalyc.org/img/AMERBAC_logo.png/img/AMERBAC_logo.png https://redalyc.org/img/AMERBAC_logo.png — 200 — 7.3 KiB — 156 ms — http/1.1https://redalyc.org/img/uvc-recon-last.png/img/uvc-recon-last.png https://redalyc.org/img/uvc-recon-last.png — 200 — 5.4 KiB — 151 ms — http/1.1https://redalyc.org/img/clacso-recon-last.png/img/clacso-recon-last.png https://redalyc.org/img/clacso-recon-last.png — 200 — 3.9 KiB — 176 ms — http/1.1https://redalyc.org/img/fiap-recon-last.png/img/fiap-recon-last.png https://redalyc.org/img/fiap-recon-last.png — 200 — 4.1 KiB — 173 ms — http/1.1https://redalyc.org/img/4-diciembre%202014%20Premio%20Nacional%20del%20Libro%20Venezuela.png/img/4-diciembre%202014%20Premio%20... https://redalyc.org/img/4-diciembre%202014%20Premio%20Nacional%20del%20Libro%20Venezuela.png — 200 — 10.5 KiB — 298 ms — http/1.1https://www.youtube.com/generate_204?vhU_Hgwww.youtube.com/generate_204?vhU_Hg https://www.youtube.com/generate_204?vhU_Hg — 204 — 10 B — 28 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 115 ms — h2https://redalyc.org/img/5-octubre%202012%20XII%20SEMINARIO%20RII%20brasil%20copia.png/img/5-octubre%202012%20XII%20SEMIN... https://redalyc.org/img/5-octubre%202012%20XII%20SEMINARIO%20RII%20brasil%20copia.png — 200 — 11.9 KiB — 155 ms — http/1.1https://redalyc.org/img/6-julio%202012%20Consejo%20Superior%20de%20Investigaciones%20Cientificas.png/img/6-julio%202012%20Consejo%20Sup... https://redalyc.org/img/6-julio%202012%20Consejo%20Superior%20de%20Investigaciones%20Cientificas.png — 200 — 8.0 KiB — 155 ms — http/1.1https://redalyc.org/img/7-abril%202012%20Congreso%20Internacional%20de%20Informacion%20INFO.png/img/7-abril%202012%20Congreso%20In... https://redalyc.org/img/7-abril%202012%20Congreso%20Internacional%20de%20Informacion%20INFO.png — 200 — 8.0 KiB — 154 ms — http/1.1https://redalyc.org/img/8-diciembre%202011%20Premio%20alvaro%20Perez-Ugena.png/img/8-diciembre%202011%20Premio%20... https://redalyc.org/img/8-diciembre%202011%20Premio%20alvaro%20Perez-Ugena.png — 200 — 6.2 KiB — 154 ms — http/1.1https://redalyc.org/img/9-octubre%202011%20Universidad%20Complutense%20de%20Madrid.png/img/9-octubre%202011%20Universidad... https://redalyc.org/img/9-octubre%202011%20Universidad%20Complutense%20de%20Madrid.png — 200 — 8.3 KiB — 154 ms — http/1.1https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 35 ms — h2https://redalyc.org/img/10-Abril%202011%20Universidad%20de%20los%20Andes.png/img/10-Abril%202011%20Universidad%... https://redalyc.org/img/10-Abril%202011%20Universidad%20de%20los%20Andes.png — 200 — 9.2 KiB — 349 ms — http/1.1https://redalyc.org/img/11-julio%202011%20top%20portales%20webometrics.png/img/11-julio%202011%20top%20portal... https://redalyc.org/img/11-julio%202011%20top%20portales%20webometrics.png — 200 — 8.8 KiB — 200 ms — http/1.1https://redalyc.org/img/12-septiembre%202009%20Informe%20Mundial%20de%20las%20Ciencias%20Sociales%20UNESCO.png/img/12-septiembre%202009%20Informe... https://redalyc.org/img/12-septiembre%202009%20Informe%20Mundial%20de%20las%20Ciencias%20Sociales%20UNESCO.png — 200 — 10.1 KiB — 313 ms — http/1.1https://redalyc.org/img/13-septiembre%202009%20World_Summit_Award_WSA.png/img/13-septiembre%202009%20World_S... https://redalyc.org/img/13-septiembre%202009%20World_Summit_Award_WSA.png — 200 — 12.4 KiB — 167 ms — http/1.1https://redalyc.org/img/unesco-last.png/img/unesco-last.png https://redalyc.org/img/unesco-last.png — 200 — 14.3 KiB — 159 ms — http/1.1https://redalyc.org/img/clacso-relat-last.png/img/clacso-relat-last.png https://redalyc.org/img/clacso-relat-last.png — 200 — 15.5 KiB — 162 ms — http/1.1https://redalyc.org/img/shuttleworth-foundation.png/img/shuttleworth-foundation.png https://redalyc.org/img/shuttleworth-foundation.png — 200 — 12.1 KiB — 161 ms — http/1.1https://redalyc.org/img/indian-statistical-institute.png/img/indian-statistical-institute.p... https://redalyc.org/img/indian-statistical-institute.png — 200 — 18.7 KiB — 302 ms — http/1.1https://redalyc.org/img/doaj-last.png/img/doaj-last.png https://redalyc.org/img/doaj-last.png — 200 — 10.0 KiB — 299 ms — http/1.1https://redalyc.org/img/ioi-last.png/img/ioi-last.png https://redalyc.org/img/ioi-last.png — 200 — 8.3 KiB — 151 ms — http/1.1https://redalyc.org/img/scoss-last.png/img/scoss-last.png https://redalyc.org/img/scoss-last.png — 200 — 8.3 KiB — 157 ms — http/1.1https://redalyc.org/img/administracion%202021.png/img/administracion%202021.png https://redalyc.org/img/administracion%202021.png — 200 — 5.8 KiB — 158 ms — http/1.1https://redalyc.org/img/fondo-imagen-covid.jpg/img/fondo-imagen-covid.jpg https://redalyc.org/img/fondo-imagen-covid.jpg — 200 — 46.0 KiB — 319 ms — http/1.1https://redalyc.org/img/fondo-oscuro.jpg/img/fondo-oscuro.jpg https://redalyc.org/img/fondo-oscuro.jpg — 200 — 94.1 KiB — 158 ms — http/1.1https://redalyc.org/img/Arcadia%20banner%20home%20redalyc%20esp.png/img/Arcadia%20banner%20home%20reda... https://redalyc.org/img/Arcadia%20banner%20home%20redalyc%20esp.png — 200 — 362.8 KiB — 458 ms — http/1.1https://redalyc.org/img/Banner-AcuerdoRedClara-LAReferencia-Redalyc-3-.png/img/Banner-AcuerdoRedClara-LARefer... https://redalyc.org/img/Banner-AcuerdoRedClara-LAReferencia-Redalyc-3-.png — 200 — 53.3 KiB — 350 ms — http/1.1https://redalyc.org/img/img-consejo%20-asesor.png/img/img-consejo%20-asesor.png https://redalyc.org/img/img-consejo%20-asesor.png — 200 — 96.4 KiB — 439 ms — http/1.1https://redalyc.org/img/r2020.ico/img/r2020.ico https://redalyc.org/img/r2020.ico — 200 — 1.5 KiB — 156 ms — http/1.1https://region1.analytics.google.com/g/collect?v=2&tid=G-PG5DW8YGFY&gtm=45je64k0v9121381190za200zd9121381190&_p=1776895050658&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGQ&are=1&cid=1063134989.1776895051&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&tag_exp=0~115938465~115938468~117266401~117384405~117512542&sid=1776895050&sct=1&seg=0&dl=https%3A%2F%2Fredalyc.org%2F&dt=Sistema%20de%20Informaci%C3%B3n%20Cient%C3%ADfica%20Redalyc%2C%20Red%20de%20Revistas%20Cient%C3%ADficas&_s=2&tfd=7574region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-PG5DW8YGFY&gtm=45je64k0v9121381190za200zd9121381190&_p=1776895050658&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGQ&are=1&cid=1063134989.1776895051&frm=0&pscdl=noapi&rcb=16&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&tag_exp=0~115938465~115938468~117266401~117384405~117512542&sid=1776895050&sct=1&seg=0&dl=https%3A%2F%2Fredalyc.org%2F&dt=Sistema%20de%20Informaci%C3%B3n%20Cient%C3%ADfica%20Redalyc%2C%20Red%20de%20Revistas%20Cient%C3%ADficas&_s=2&tfd=7574 — 204 — 48 B — 41 ms — h2https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 35 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
9% of JavaScript execution is third-party
First-party Third-party 961ms · 166KB · MX$71/mo
Unattributable
Other
Costly
Execution 662ms
Transfer 0 KB
Monthly Cost MX$49/mo
Google Tag Manager
Tag Manager
Costly
Execution 237ms
Transfer 148 KB
Unused 41%
Monthly Cost MX$18/mo
Google Analytics
Analytics
Optional
Execution 63ms
Transfer 17 KB
Monthly Cost MX$5/mo

These scripts may cost more than they're worth

  • Unattributable adds 662ms and costs ~MX$49/month
  • Google Tag Manager adds 237ms and costs ~MX$18/month

Unattributable takes 662ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 237ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback