Skip to content
https://redalyc.org

Performance

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

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

7
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
62
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
88
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.

2.79 s

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

7.75 s

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

680 ms

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

0.990

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

4.73 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.

7.79 s

Page Load Progression

738 ms
1.5 s
2.2 s
3.0 s
3.7 s
4.4 s
5.2 s
5.9 s
Checks
15
6 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 70%
JavaScript 1.5 MiB 23%
HTML 183.2 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

D
JS Execution Cost
Action
2916ms total JS execution
FIX
2916ms total JS execution
Warning::
https://redalyc.org/js/core.js: 2179ms CPU time
Info::
https://redalyc.org/js/angular.js: 204ms CPU time
Info::
Unattributable: 187ms CPU time
Info::
https://redalyc.org/: 158ms CPU time
Info::
https://redalyc.org/js/mapan.js: 128ms CPU time
Info::
Third-party scripts: 248ms (8% of total)

Main Thread Breakdown

Script Evaluation 65% Other 13% Style & Layout 12% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://redalyc.org/js/core.js2179ms1536ms14ms1st
https://redalyc.org/js/angular.js204ms192ms3ms1st
Unattributable187ms2ms0ms3rd
https://redalyc.org/158ms19ms0ms1st
https://redalyc.org/js/mapan.js128ms91ms1ms1st
https://www.googletagmanager.com/gtag/js?id=G-PG5DW8YGFY61ms47ms8ms3rd
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 (40%)
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: 44 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 (40%)3rd
https://redalyc.org/js/charts.js60 KB49 KB (81%)1st
https://redalyc.org/js/ammap.js48 KB44 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/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/icon_fb.pn... 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/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/reduccionDesigualdades_img... 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/ic-indicadores.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/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/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/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/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/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/t2-revista.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/ic-prduccion%20cientifica.... 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/hambreCero_img.png 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/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/t3-intitucion.png 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/3ic-capacitaciones-deslect... 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/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/poverty_icon.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/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/nuevoHeaderHome/banner_man... 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/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/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/img-genero.png 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/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/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/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/img-ancestral.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/ic-profesionalizacion.png 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/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/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/climate_icon.png 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/tarjeta-indice.png 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-html-deslect.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/unesco-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/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/banner_arc... 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/3ic-xml-deslect.png 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/certamen.png 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/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/t3-capacitaciones-deslect.... 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/modelo-Calidad.gif 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-marcalyc-deslect.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/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/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/modelo-oa.png 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/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/Banner-AcuerdoRedClara-LAR... 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/nuevoHeaderHome/banner_OAW... 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/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/revistas_consolidadas.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/shuttleworth-foundation.pn... 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/indian-statistical-institu... 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/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/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/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/sv-redalyc.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/ioi-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/img-pandemias.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/tarjeta-produccion.png 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.
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.2 KiB
CSS 2% · 137.0 KiB
Font 1% · 95.3 KiB
Other 1% · 81.8 KiB

~334.6 KiB of savings available

Remove unused JavaScript: 334.6 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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 2.8 s LCP 7.8 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.4 KiB — 29 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 107 ms — font-display: swap
fa-solid-900.woff2 woff2 swap
Size 61 KB
Load time 29 ms
Start 3.5 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 107 ms
Start 5.3 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
Network Waterfall
171 requests over 8480ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 2.8 s LCP 7.8 shttps://redalyc.org// https://redalyc.org/ — 200 — 126.5 KiB — 1.4 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 — 124 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 — 174 ms — h2https://redalyc.org/css/popUp.css/css/popUp.css https://redalyc.org/css/popUp.css — 200 — 982 B — 1.1 s — http/1.1https://redalyc.org/js/popUp.js/js/popUp.js https://redalyc.org/js/popUp.js — 200 — 1.1 KiB — 594 ms — http/1.1https://redalyc.org/css/home.css/css/home.css https://redalyc.org/css/home.css — 200 — 19.4 KiB — 845 ms — http/1.1https://redalyc.org/css/slider.css/css/slider.css https://redalyc.org/css/slider.css — 200 — 1.4 KiB — 576 ms — http/1.1https://redalyc.org/css/ammap.css/css/ammap.css https://redalyc.org/css/ammap.css — 200 — 892 B — 591 ms — http/1.1https://redalyc.org/js/angular.js/js/angular.js https://redalyc.org/js/angular.js — 200 — 66.3 KiB — 1.2 s — http/1.1https://redalyc.org/js/homeAngularJS.js/js/homeAngularJS.js https://redalyc.org/js/homeAngularJS.js — 200 — 3.7 KiB — 764 ms — http/1.1https://redalyc.org/js/jquery.min.js/js/jquery.min.js https://redalyc.org/js/jquery.min.js — 200 — 32.6 KiB — 1.1 s — http/1.1https://redalyc.org/js/homeJS.js/js/homeJS.js https://redalyc.org/js/homeJS.js — 200 — 5.6 KiB — 1.1 s — http/1.1https://redalyc.org/js/slider.js/js/slider.js https://redalyc.org/js/slider.js — 200 — 1.4 KiB — 942 ms — http/1.1https://redalyc.org/js/core.js/js/core.js https://redalyc.org/js/core.js — 200 — 211.5 KiB — 1.8 s — http/1.1https://redalyc.org/js/maps.js/js/maps.js https://redalyc.org/js/maps.js — 200 — 39.7 KiB — 1.4 s — http/1.1https://redalyc.org/js/worldLow.js/js/worldLow.js https://redalyc.org/js/worldLow.js — 200 — 97.0 KiB — 2.0 s — http/1.1https://redalyc.org/js/animated.js/js/animated.js https://redalyc.org/js/animated.js — 200 — 908 B — 1.2 s — http/1.1https://redalyc.org/js/charts.js/js/charts.js https://redalyc.org/js/charts.js — 200 — 60.3 KiB — 1.3 s — http/1.1https://redalyc.org/js/mapan.js/js/mapan.js https://redalyc.org/js/mapan.js — 200 — 1.5 KiB — 1.3 s — http/1.1https://redalyc.org/js/ammap.js/js/ammap.js https://redalyc.org/js/ammap.js — 200 — 47.9 KiB — 1.6 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.4 s — http/1.1https://redalyc.org/js/worldLowAutorHome.js/js/worldLowAutorHome.js https://redalyc.org/js/worldLowAutorHome.js — 200 — 55.4 KiB — 1.8 s — http/1.1https://region1.analytics.google.com/g/collect?v=2&tid=G-PG5DW8YGFY&gtm=45je64k1h2v9121381190za200zd9121381190&_p=1776895076337&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1775598428.1776895076&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266401~117512543&sid=1776895076&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=935region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-PG5DW8YGFY&gtm=45je64k1h2v9121381190za200zd9121381190&_p=1776895076337&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1775598428.1776895076&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266401~117512543&sid=1776895076&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=935 — 204 — 546 B — 114 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-PG5DW8YGFY&cid=1775598428.1776895076&gtm=45je64k1h2v9121381190za200zd9121381190&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266401~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-PG5DW8YGFY&cid=1775598428.1776895076&gtm=45je64k1h2v9121381190za200zd9121381190&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266401~117512543 — 204 — 546 B — 84 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 — 152 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 — 152 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 — 304 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 — 91 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 — 154 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 — 185 ms — http/1.1
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 2.8 s LCP 7.8 shttps://redalyc.org// https://redalyc.org/ — 200 — 126.5 KiB — 1.4 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 — 124 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 — 174 ms — h2https://redalyc.org/css/popUp.css/css/popUp.css https://redalyc.org/css/popUp.css — 200 — 982 B — 1.1 s — http/1.1https://redalyc.org/js/popUp.js/js/popUp.js https://redalyc.org/js/popUp.js — 200 — 1.1 KiB — 594 ms — http/1.1https://redalyc.org/css/home.css/css/home.css https://redalyc.org/css/home.css — 200 — 19.4 KiB — 845 ms — http/1.1https://redalyc.org/css/slider.css/css/slider.css https://redalyc.org/css/slider.css — 200 — 1.4 KiB — 576 ms — http/1.1https://redalyc.org/css/ammap.css/css/ammap.css https://redalyc.org/css/ammap.css — 200 — 892 B — 591 ms — http/1.1https://redalyc.org/js/angular.js/js/angular.js https://redalyc.org/js/angular.js — 200 — 66.3 KiB — 1.2 s — http/1.1https://redalyc.org/js/homeAngularJS.js/js/homeAngularJS.js https://redalyc.org/js/homeAngularJS.js — 200 — 3.7 KiB — 764 ms — http/1.1https://redalyc.org/js/jquery.min.js/js/jquery.min.js https://redalyc.org/js/jquery.min.js — 200 — 32.6 KiB — 1.1 s — http/1.1https://redalyc.org/js/homeJS.js/js/homeJS.js https://redalyc.org/js/homeJS.js — 200 — 5.6 KiB — 1.1 s — http/1.1https://redalyc.org/js/slider.js/js/slider.js https://redalyc.org/js/slider.js — 200 — 1.4 KiB — 942 ms — http/1.1https://redalyc.org/js/core.js/js/core.js https://redalyc.org/js/core.js — 200 — 211.5 KiB — 1.8 s — http/1.1https://redalyc.org/js/maps.js/js/maps.js https://redalyc.org/js/maps.js — 200 — 39.7 KiB — 1.4 s — http/1.1https://redalyc.org/js/worldLow.js/js/worldLow.js https://redalyc.org/js/worldLow.js — 200 — 97.0 KiB — 2.0 s — http/1.1https://redalyc.org/js/animated.js/js/animated.js https://redalyc.org/js/animated.js — 200 — 908 B — 1.2 s — http/1.1https://redalyc.org/js/charts.js/js/charts.js https://redalyc.org/js/charts.js — 200 — 60.3 KiB — 1.3 s — http/1.1https://redalyc.org/js/mapan.js/js/mapan.js https://redalyc.org/js/mapan.js — 200 — 1.5 KiB — 1.3 s — http/1.1https://redalyc.org/js/ammap.js/js/ammap.js https://redalyc.org/js/ammap.js — 200 — 47.9 KiB — 1.6 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.4 s — http/1.1https://redalyc.org/js/worldLowAutorHome.js/js/worldLowAutorHome.js https://redalyc.org/js/worldLowAutorHome.js — 200 — 55.4 KiB — 1.8 s — http/1.1https://region1.analytics.google.com/g/collect?v=2&tid=G-PG5DW8YGFY&gtm=45je64k1h2v9121381190za200zd9121381190&_p=1776895076337&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1775598428.1776895076&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266401~117512543&sid=1776895076&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=935region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-PG5DW8YGFY&gtm=45je64k1h2v9121381190za200zd9121381190&_p=1776895076337&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGA&are=1&cid=1775598428.1776895076&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938465~115938468~117266401~117512543&sid=1776895076&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=935 — 204 — 546 B — 114 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-PG5DW8YGFY&cid=1775598428.1776895076&gtm=45je64k1h2v9121381190za200zd9121381190&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266401~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-PG5DW8YGFY&cid=1775598428.1776895076&gtm=45je64k1h2v9121381190za200zd9121381190&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266401~117512543 — 204 — 546 B — 84 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 — 152 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 — 152 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 — 304 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 — 91 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 — 154 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 — 185 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 — 157 ms — http/1.1https://redalyc.org/img/menu.png/img/menu.png https://redalyc.org/img/menu.png — 200 — 583 B — 158 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 — 159 ms — http/1.1https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-PG5DW8YGFY&cid=1775598428.1776895076&gtm=45je64k1h2v9121381190za200zd9121381190&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266401~117512543&z=1293852843www.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=1775598428.1776895076&gtm=45je64k1h2v9121381190za200zd9121381190&rcb=11&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616985~115938465~115938468~117266401~117512543&z=1293852843 — 200 — 408 B — 121 ms — h2https://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 — 239 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 — 583 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 — 445 ms — http/1.1https://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 — 485 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 — 614 ms — 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 — 798 ms — 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 — 697 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 — 777 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 — 848 ms — 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 — 903 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 — 1.2 s — 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.2 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.3 s — 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 — 1.2 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.6 s — 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 — 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 — 990 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 — 639 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.4 KiB — 29 ms — h2https://redalyc.org/img/revistas_consolidadas.png/img/revistas_consolidadas.png https://redalyc.org/img/revistas_consolidadas.png — 200 — 3.0 KiB — 174 ms — http/1.1https://redalyc.org/img/buscador-institucionmdpi.png/img/buscador-institucionmdpi.png https://redalyc.org/img/buscador-institucionmdpi.png — 200 — 655 B — 170 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 — 311 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 — 170 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 — 169 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 — 152 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 — 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/t1-articulos-deslect.png/img/t1-articulos-deslect.png https://redalyc.org/img/t1-articulos-deslect.png — 200 — 598 B — 156 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 — 156 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 — 152 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 — 152 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 — 157 ms — http/1.1https://ssl.google-analytics.com/r/__utm.gif?utmwv=5.7.2&utms=1&utmn=162765302&utmhn=redalyc.org&utmcs=UTF-8&utmsr=800x600&utmvp=1350x940&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=820927325&utmr=-&utmp=%2F&utmht=1776895079815&utmac=UA-3153272-1&utmcc=__utma%3D230685855.1775598428.1776895076.1776895080.1776895080.1%3B%2B__utmz%3D230685855.1776895080.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=1306105221&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=162765302&utmhn=redalyc.org&utmcs=UTF-8&utmsr=800x600&utmvp=1350x940&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=820927325&utmr=-&utmp=%2F&utmht=1776895079815&utmac=UA-3153272-1&utmcc=__utma%3D230685855.1775598428.1776895076.1776895080.1776895080.1%3B%2B__utmz%3D230685855.1776895080.1.1.utmcsr%3D(direct)%7Cutmccn%3D(direct)%7Cutmcmd%3D(none)%3B&utmjid=1306105221&utmredir=1&utmu=qAAAAAAAAAAAAAAAAAABAAAE~ — 200 — 440 B — 29 ms — h2https://redalyc.org/img/t3-calidad-deslect.png/img/t3-calidad-deslect.png https://redalyc.org/img/t3-calidad-deslect.png — 200 — 958 B — 154 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 — 155 ms — http/1.1https://redalyc.org/img/t3-capacitaciones-deslect.png/img/t3-capacitaciones-deslect.png https://redalyc.org/img/t3-capacitaciones-deslect.png — 200 — 810 B — 154 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 — 152 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 — 153 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 — 304 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 — 154 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 — 151 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 — 308 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 — 152 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 — 154 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 — 150 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 — 151 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 — 154 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 — 150 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 — 340 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 — 830 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 — 172 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 — 591 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 — 578 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 — 573 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 — 155 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 — 153 ms — http/1.1https://www.youtube.com/embed/3Svx4nas2T8www.youtube.com/embed/3Svx4nas2T8 https://www.youtube.com/embed/3Svx4nas2T8 — 200 — 56.6 KiB — 182 ms — h2https://redalyc.org/img/1ic-html-deslect.png/img/1ic-html-deslect.png https://redalyc.org/img/1ic-html-deslect.png — 200 — 636 B — 153 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://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 — 65 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 — 107 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 — 79 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 — 113 ms — h2https://redalyc.org/img/3ic-capacitaciones-deslect.png/img/3ic-capacitaciones-deslect.png https://redalyc.org/img/3ic-capacitaciones-deslect.png — 200 — 876 B — 157 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 — 152 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 — 159 ms — http/1.1https://redalyc.org/img/3ic-workflow-deslect.png/img/3ic-workflow-deslect.png https://redalyc.org/img/3ic-workflow-deslect.png — 200 — 859 B — 150 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 — 157 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 — 152 ms — http/1.1https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 84 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 84 ms — h2https://redalyc.org/img/t1-metodologia.png/img/t1-metodologia.png https://redalyc.org/img/t1-metodologia.png — 200 — 1.6 KiB — 152 ms — http/1.1https://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/t2-revista.png/img/t2-revista.png https://redalyc.org/img/t2-revista.png — 200 — 986 B — 177 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 — 188 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 — 200 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 — 207 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 — 29 ms — h3https://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 — 152 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 — 153 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/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 — 308 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 — 299 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 — 300 ms — http/1.1https://redalyc.org/img/hambreCero_img.png/img/hambreCero_img.png https://redalyc.org/img/hambreCero_img.png — 200 — 22.7 KiB — 153 ms — http/1.1https://redalyc.org/img/reduccionDesigualdades_img.png/img/reduccionDesigualdades_img.png https://redalyc.org/img/reduccionDesigualdades_img.png — 200 — 19.3 KiB — 304 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 — 311 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 — 67 ms — h3https://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 — 160 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 — 153 ms — http/1.1https://redalyc.org/img/modelo-Calidad.gif/img/modelo-Calidad.gif https://redalyc.org/img/modelo-Calidad.gif — 200 — 5.5 KiB — 153 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 — 158 ms — http/1.1https://www.youtube.com/generate_204?dKKoYwwww.youtube.com/generate_204?dKKoYw https://www.youtube.com/generate_204?dKKoYw — 204 — 10 B — 28 ms — h3https://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 — 155 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 — 153 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 — 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 — 0 B — 87 ms — h2https://redalyc.org/%7B%7Bc.srcIng%7D%7D/%7B%7Bc.srcIng%7D%7D https://redalyc.org/%7B%7Bc.srcIng%7D%7D — 404 — 83 B — 151 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 — 33 ms — h2https://redalyc.org/img/certamen.png/img/certamen.png https://redalyc.org/img/certamen.png — 200 — 18.9 KiB — 538 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 — 391 ms — http/1.1https://redalyc.org/img/AMERBAC_logo.png/img/AMERBAC_logo.png https://redalyc.org/img/AMERBAC_logo.png — 200 — 7.3 KiB — 345 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 — 367 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 — 366 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 — 237 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 — 316 ms — http/1.1https://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 — 151 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 — 151 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 — 155 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 — 151 ms — http/1.1https://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 — 297 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 — 165 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 — 301 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 — 156 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 — 152 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 — 152 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 — 162 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 — 308 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 — 301 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 — 153 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 — 154 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 — 152 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 — 304 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 — 166 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 — 310 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 — 438 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 — 289 ms — http/1.1https://region1.analytics.google.com/g/collect?v=2&tid=G-PG5DW8YGFY&gtm=45je64k1h2v9121381190za200zd9121381190&_p=1776895076337&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGQ&are=1&cid=1775598428.1776895076&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&tag_exp=0~115616985~115938465~115938468~117266401~117512543&sid=1776895076&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=7715region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-PG5DW8YGFY&gtm=45je64k1h2v9121381190za200zd9121381190&_p=1776895076337&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=AAAAAGQ&are=1&cid=1775598428.1776895076&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&tag_exp=0~115616985~115938465~115938468~117266401~117512543&sid=1776895076&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=7715 — 204 — 48 B — 35 ms — h2https://redalyc.org/img/r2020.ico/img/r2020.ico https://redalyc.org/img/r2020.ico — 200 — 1.5 KiB — 153 ms — http/1.1https://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 — 33 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
8% of JavaScript execution is third-party
First-party Third-party 248ms · 148KB · MX$18/mo
Unattributable
Other
Optional
Execution 187ms
Transfer 0 KB
Monthly Cost MX$14/mo
Google Tag Manager
Tag Manager
Optional
Execution 61ms
Transfer 148 KB
Unused 40%
Monthly Cost MX$4/mo

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