Skip to content
https://ufrj.br

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
1
REVIEW
5
PASS
7
INFO
2

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

83
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
88
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
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.

1.69 s

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

1.69 s

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

0 ms

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

0.003

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

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

1.69 s

Page Load Progression

636 ms
1.3 s
1.9 s
2.5 s
3.2 s
3.8 s
4.5 s
5.1 s
Checks
15
7 PASS 5 REVIEW 1 FIX
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Page Weight Budget
1.0 MB transferred, 54 requests
REVIEW
1.0 MB transferred, 54 requests
Info::
Page weighs 1.8 MB (1.0 MB transferred)
Info::
Fonts are 302 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 302 KB
Info::
54 HTTP requests
Info::
Estimated 0.22 g CO2 per page load
1.0 MB / 2.4 MB budget
1.0 MB transferred
54 requests
0.22 g CO2 per page load
Images 472.2 KiB 44%
Fonts 302.1 KiB 28%
JavaScript 207.3 KiB 19%
CSS 70.3 KiB 7%
HTML 15.6 KiB 1%
Other 5.0 KiB 0%
Other 544 B 0%
0 2.4 MB 4.9 MB
Under budget

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

B
Third-Party Impact
45% third-party, 0 ms blocking
REVIEW
45% third-party, 0 ms blocking
Info::
Third-party code accounts for 45% of page weight (488.1 KiB of 1.0 MiB)
Info::
Third-party blocking time is low (0 ms)
55%
45%
First-party Third-party
C
Image Optimization
Action
8 images, 0 KB saveable
REVIEW
8 images, 0 KB saveable
Warning::
https://ufrj.br/wp-content/themes/arion-new-home/a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ufrj.br/wp-content/themes/arion-new-home/a... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
8 images 472 KB
0 oversized -0 KB
8 legacy format
2 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

B
JS Bundles
13 scripts, 84 KB unused
REVIEW
13 scripts, 84 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-H2H4...: 63 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ufrj.br/wp-includes/js/jquery/jquery.min.j...: 20 KB unused (69%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 84 KB
84 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-H2H4GJ33GC146 KB63 KB (44%)3rd
https://ufrj.br/wp-includes/js/jquery/jquery.min.js?ver=3.7.130 KB20 KB (69%)1st
https://ufrj.br/wp-content/plugins/molongui-authorship/assets/js/byline.4cc4.min.js?ver=5.2.92 KB1st
https://ufrj.br/wp-content/plugins/ufrj-breadcrumbs/inc/js/breadcrumb.js?ver=b4dee1bfdb2b30582f5cd05b9a2867790 KB1st
https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials.js?ver=1.0.04 KB3rd
https://ufrj.br/wp-content/themes/arion-new-home/assets/js/socialmedia.js?ver=1.0.01 KB1st
https://ufrj.br/wp-content/themes/arion-new-home/assets/js/acessibility.js?ver=1.0.01 KB1st
https://ufrj.br/wp-content/themes/arion-new-home/assets/js/toogle-menu.js?ver=1.0.00 KB1st
https://ufrj.br/wp-content/themes/twentytwenty/assets/js/index.js?ver=0.27 KB1st
https://ufrj.br/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 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

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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+
JS Execution Cost
227ms total JS execution
PASS
227ms total JS execution
Info::
https://ufrj.br/en/: 167ms CPU time
Info::
Unattributable: 60ms CPU time
Info::
Third-party scripts: 60ms (26% of total)

Main Thread Breakdown

Other 31% Style & Layout 27% Script Evaluation 22% Rendering 9% Parse HTML & CSS 6% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://ufrj.br/en/167ms1ms1ms1st
Unattributable60ms1ms0ms3rd
A+
Font Loading
6 fonts (302 KB)
PASS
6 fonts (302 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

302 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s FCP 1.7 s LCP 1.7 shttps://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2JTUSjIg1_i6t8kCHKm459Wl... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 34.7 KiB — 62 ms — font-display: swaphttps://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2 — 77.1 KiB — 69 ms — font-display: swaphttps://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2nuFiD-vYSZviVYUb_rj3ij_... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2 — 37.6 KiB — 69 ms — font-display: swaphttps://fonts.gstatic.com/s/ptserif/v19/EJRTQgYoZZY2vCFuvAFT_r21cgT9rcs.woff2EJRTQgYoZZY2vCFuvAFT_r2... https://fonts.gstatic.com/s/ptserif/v19/EJRTQgYoZZY2vCFuvAFT_r21cgT9rcs.woff2 — 13.9 KiB — 55 ms — font-display: swaphttps://fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2EJRVQgYoZZY2vCFuvAFWzr-... https://fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2 — 13.1 KiB — 51 ms — font-display: swaphttps://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2flUhRq6tzZclQEJ-Vdg-Iui... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 125.6 KiB — 86 ms — font-display: swap
JTUSjIg1_i6t8kCHKm459Wl... woff2 swap
Size 35 KB
Load time 62 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 77 KB
Load time 69 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
nuFiD-vYSZviVYUb_rj3ij_... woff2 swap
Size 38 KB
Load time 69 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
EJRTQgYoZZY2vCFuvAFT_r2... woff2 swap
Size 14 KB
Load time 55 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
EJRVQgYoZZY2vCFuvAFWzr-... woff2 swap
Size 13 KB
Load time 51 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
flUhRq6tzZclQEJ-Vdg-Iui... woff2 swap
Size 126 KB
Load time 86 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
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)

Fixing the unchecked items could save ~63 KB and ~126 ms

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
Page Weight Inventory
54 resources · 1.0 MB · 84 KB savings available
PASS
54 resources · 1.0 MB · 84 KB savings available
Warning::
Page weight 49 KB over 1MB target
Got: 1.0 MB Expected: ≤ 1 MB
Info::
~84 KB of savings available
Warning::
24 third-party resources (45% of weight)
Info::
1 resources over 200KB
54 resources · 1.0 MiB · 24 third-party 49.0 KiB over 1MB target
Image 44% · 475.0 KiB
Font 28% · 302.1 KiB
JavaScript 19% · 207.3 KiB
CSS 7% · 70.3 KiB
Document 1% · 15.9 KiB
Other 0% · 2.5 KiB

~83.9 KiB of savings available

Remove unused JavaScript: 83.9 KiB
Network Waterfall
54 requests over 2872ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.7 s LCP 1.7 shttps://ufrj.br// https://ufrj.br/ — 302 — 271 B — 713 ms — h2https://ufrj.br/en//en/ https://ufrj.br/en/ — 200 — 15.6 KiB — 533 ms — h2https://ufrj.br/wp-content/plugins/ufrj-breadcrumbs/inc/css/breadcrumb.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/plugins/ufrj-breadcrumb... https://ufrj.br/wp-content/plugins/ufrj-breadcrumbs/inc/css/breadcrumb.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 752 B — 218 ms — h2https://ufrj.br/wp-content/plugins/ufrj-posts-recentes/css/bloco-posts-recentes-frontend.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/plugins/ufrj-posts-rece... https://ufrj.br/wp-content/plugins/ufrj-posts-recentes/css/bloco-posts-recentes-frontend.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 513 B — 224 ms — h2https://ufrj.br/wp-content/themes/twentytwenty/style.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/twentytwenty/sty... https://ufrj.br/wp-content/themes/twentytwenty/style.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 22.9 KiB — 661 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/style.css?ver=1765813493/wp-content/themes/arion-new-home/s... https://ufrj.br/wp-content/themes/arion-new-home/style.css?ver=1765813493 — 200 — 24.7 KiB — 442 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/css/breadcrumbs.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/css/breadcrumbs.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 551 B — 230 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/css/contraste.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/css/contraste.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 641 B — 225 ms — h2https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials.css?ver=b4dee1bfdb2b30582f5cd05b9a286779cdn.jsdelivr.net/jquery.jssocials/1... https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 781 B — 15 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/css/socialmedia.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/css/socialmedia.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 562 B — 225 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css?ver=b4dee1bfdb2b30582f5cd05b9a286779cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 10.9 KiB — 49 ms — h3https://ufrj.br/wp-content/themes/arion-new-home/assets/css/eventos.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/css/eventos.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 1.6 KiB — 229 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/css/hero.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/css/hero.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 1.1 KiB — 225 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/css/logo.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/css/logo.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 606 B — 229 ms — h2https://ufrj.br/wp-content/themes/twentytwenty/assets/css/font-inter.css?ver=0.2/wp-content/themes/twentytwenty/ass... https://ufrj.br/wp-content/themes/twentytwenty/assets/css/font-inter.css?ver=0.2 — 200 — 476 B — 230 ms — h2https://ufrj.br/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://ufrj.br/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.9 KiB — 650 ms — h2https://ufrj.br/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://ufrj.br/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.0 KiB — 224 ms — h2https://ufrj.br/wp-content/plugins/ufrj-breadcrumbs/inc/js/breadcrumb.js?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/plugins/ufrj-breadcrumb... https://ufrj.br/wp-content/plugins/ufrj-breadcrumbs/inc/js/breadcrumb.js?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 322 B — 651 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/images/ufrj-horizontal-simplificada-negativa.png/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/images/ufrj-horizontal-simplificada-negativa.png — 200 — 4.0 KiB — 229 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/images/ufrj-horizontal-negativa.png/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/images/ufrj-horizontal-negativa.png — 200 — 16.2 KiB — 434 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/images/ouvidoria.png/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/images/ouvidoria.png — 200 — 5.1 KiB — 422 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/images/e-sic.png/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/images/e-sic.png — 200 — 3.4 KiB — 219 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap — 200 — 1.3 KiB — 82 ms — h2https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swapfonts.googleapis.com/css2?family=PT... https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap — 200 — 753 B — 81 ms — h2https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swapfonts.googleapis.com/css2?family=Pl... https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap — 200 — 812 B — 84 ms — h2https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 423 B — 82 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/images/sgcom.png/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/images/sgcom.png — 200 — 6.3 KiB — 218 ms — h2https://vlibras.gov.br/app/vlibras-plugin.jsvlibras.gov.br/app/vlibras-plugin.j... https://vlibras.gov.br/app/vlibras-plugin.js — 302 — 451 B — 648 ms — h2https://ufrj.br/wp-content/plugins/molongui-authorship/assets/js/byline.4cc4.min.js?ver=5.2.9/wp-content/plugins/molongui-author... https://ufrj.br/wp-content/plugins/molongui-authorship/assets/js/byline.4cc4.min.js?ver=5.2.9 — 200 — 1.8 KiB — 226 ms — h2https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials.js?ver=1.0.0cdn.jsdelivr.net/jquery.jssocials/1... https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials.js?ver=1.0.0 — 200 — 4.2 KiB — 5 ms — h2
0 ms 1.0 s 2.0 s 3.0 s FCP 1.7 s LCP 1.7 shttps://ufrj.br// https://ufrj.br/ — 302 — 271 B — 713 ms — h2https://ufrj.br/en//en/ https://ufrj.br/en/ — 200 — 15.6 KiB — 533 ms — h2https://ufrj.br/wp-content/plugins/ufrj-breadcrumbs/inc/css/breadcrumb.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/plugins/ufrj-breadcrumb... https://ufrj.br/wp-content/plugins/ufrj-breadcrumbs/inc/css/breadcrumb.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 752 B — 218 ms — h2https://ufrj.br/wp-content/plugins/ufrj-posts-recentes/css/bloco-posts-recentes-frontend.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/plugins/ufrj-posts-rece... https://ufrj.br/wp-content/plugins/ufrj-posts-recentes/css/bloco-posts-recentes-frontend.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 513 B — 224 ms — h2https://ufrj.br/wp-content/themes/twentytwenty/style.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/twentytwenty/sty... https://ufrj.br/wp-content/themes/twentytwenty/style.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 22.9 KiB — 661 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/style.css?ver=1765813493/wp-content/themes/arion-new-home/s... https://ufrj.br/wp-content/themes/arion-new-home/style.css?ver=1765813493 — 200 — 24.7 KiB — 442 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/css/breadcrumbs.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/css/breadcrumbs.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 551 B — 230 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/css/contraste.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/css/contraste.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 641 B — 225 ms — h2https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials.css?ver=b4dee1bfdb2b30582f5cd05b9a286779cdn.jsdelivr.net/jquery.jssocials/1... https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 781 B — 15 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/css/socialmedia.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/css/socialmedia.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 562 B — 225 ms — h2https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css?ver=b4dee1bfdb2b30582f5cd05b9a286779cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 10.9 KiB — 49 ms — h3https://ufrj.br/wp-content/themes/arion-new-home/assets/css/eventos.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/css/eventos.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 1.6 KiB — 229 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/css/hero.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/css/hero.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 1.1 KiB — 225 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/css/logo.css?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/css/logo.css?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 606 B — 229 ms — h2https://ufrj.br/wp-content/themes/twentytwenty/assets/css/font-inter.css?ver=0.2/wp-content/themes/twentytwenty/ass... https://ufrj.br/wp-content/themes/twentytwenty/assets/css/font-inter.css?ver=0.2 — 200 — 476 B — 230 ms — h2https://ufrj.br/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://ufrj.br/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 29.9 KiB — 650 ms — h2https://ufrj.br/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://ufrj.br/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.0 KiB — 224 ms — h2https://ufrj.br/wp-content/plugins/ufrj-breadcrumbs/inc/js/breadcrumb.js?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-content/plugins/ufrj-breadcrumb... https://ufrj.br/wp-content/plugins/ufrj-breadcrumbs/inc/js/breadcrumb.js?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 322 B — 651 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/images/ufrj-horizontal-simplificada-negativa.png/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/images/ufrj-horizontal-simplificada-negativa.png — 200 — 4.0 KiB — 229 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/images/ufrj-horizontal-negativa.png/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/images/ufrj-horizontal-negativa.png — 200 — 16.2 KiB — 434 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/images/ouvidoria.png/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/images/ouvidoria.png — 200 — 5.1 KiB — 422 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/images/e-sic.png/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/images/e-sic.png — 200 — 3.4 KiB — 219 ms — h2https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swapfonts.googleapis.com/css2?family=Mo... https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap — 200 — 1.3 KiB — 82 ms — h2https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swapfonts.googleapis.com/css2?family=PT... https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap — 200 — 753 B — 81 ms — h2https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swapfonts.googleapis.com/css2?family=Pl... https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap — 200 — 812 B — 84 ms — h2https://fonts.googleapis.com/icon?family=Material+Iconsfonts.googleapis.com/icon?family=Ma... https://fonts.googleapis.com/icon?family=Material+Icons — 200 — 423 B — 82 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/images/sgcom.png/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/images/sgcom.png — 200 — 6.3 KiB — 218 ms — h2https://vlibras.gov.br/app/vlibras-plugin.jsvlibras.gov.br/app/vlibras-plugin.j... https://vlibras.gov.br/app/vlibras-plugin.js — 302 — 451 B — 648 ms — h2https://ufrj.br/wp-content/plugins/molongui-authorship/assets/js/byline.4cc4.min.js?ver=5.2.9/wp-content/plugins/molongui-author... https://ufrj.br/wp-content/plugins/molongui-authorship/assets/js/byline.4cc4.min.js?ver=5.2.9 — 200 — 1.8 KiB — 226 ms — h2https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials.js?ver=1.0.0cdn.jsdelivr.net/jquery.jssocials/1... https://cdn.jsdelivr.net/jquery.jssocials/1.4.0/jssocials.js?ver=1.0.0 — 200 — 4.2 KiB — 5 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/js/socialmedia.js?ver=1.0.0/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/js/socialmedia.js?ver=1.0.0 — 200 — 551 B — 221 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/js/acessibility.js?ver=1.0.0/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/js/acessibility.js?ver=1.0.0 — 200 — 885 B — 220 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/js/toogle-menu.js?ver=1.0.0/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/js/toogle-menu.js?ver=1.0.0 — 200 — 333 B — 218 ms — h2https://ufrj.br/wp-content/themes/twentytwenty/assets/js/index.js?ver=0.2/wp-content/themes/twentytwenty/ass... https://ufrj.br/wp-content/themes/twentytwenty/assets/js/index.js?ver=0.2 — 200 — 7.4 KiB — 222 ms — h2https://www.googletagmanager.com/gtag/js?id=G-H2H4GJ33GCwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-H2H4GJ33GC — 200 — 145.5 KiB — 157 ms — h2https://ufrj.br/wp-content/themes/twentytwenty/print.css?ver=0.2/wp-content/themes/twentytwenty/pri... https://ufrj.br/wp-content/themes/twentytwenty/print.css?ver=0.2 — 200 — 1.2 KiB — 225 ms — h2https://ufrj.br/wp-content/uploads/2026/02/natureza-parque-tecnologico-fabio-caffe-sgcom-ufrj-3345.jpg/wp-content/uploads/2026/02/naturez... https://ufrj.br/wp-content/uploads/2026/02/natureza-parque-tecnologico-fabio-caffe-sgcom-ufrj-3345.jpg — 200 — 424.2 KiB — 437 ms — h2https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 200 — 34.7 KiB — 62 ms — h3https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2cdnjs.cloudflare.com/ajax/libs/font... https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/webfonts/fa-solid-900.woff2 — 200 — 77.1 KiB — 69 ms — h3https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2fonts.gstatic.com/s/playfairdisplay... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2 — 200 — 37.6 KiB — 69 ms — h3https://fonts.gstatic.com/s/ptserif/v19/EJRTQgYoZZY2vCFuvAFT_r21cgT9rcs.woff2fonts.gstatic.com/s/ptserif/v19/EJR... https://fonts.gstatic.com/s/ptserif/v19/EJRTQgYoZZY2vCFuvAFT_r21cgT9rcs.woff2 — 200 — 13.9 KiB — 55 ms — h3https://fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2fonts.gstatic.com/s/ptserif/v19/EJR... https://fonts.gstatic.com/s/ptserif/v19/EJRVQgYoZZY2vCFuvAFWzr-_dSb_.woff2 — 200 — 13.1 KiB — 51 ms — h3https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2fonts.gstatic.com/s/materialicons/v... https://fonts.gstatic.com/s/materialicons/v145/flUhRq6tzZclQEJ-Vdg-IuiaDsNcIhQ8tQ.woff2 — 200 — 125.6 KiB — 86 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-H2H4GJ33GC&gtm=45je64k0v9119055270za200zd9119055270&_p=1776888154516&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=125416679.1776888155&frm=0&pscdl=noapi&rcb=18&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~115938465~115938469~117266400~117512542~118167059&sid=1776888154&sct=1&seg=0&dl=https%3A%2F%2Fufrj.br%2Fen%2F&dt=Universidade%20Federal%20do%20Rio%20de%20Janeiro%20%E2%80%93%20Universidade%20Federal%20do%20Rio%20de%20Janeiro&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2151region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-H2H4GJ33GC&gtm=45je64k0v9119055270za200zd9119055270&_p=1776888154516&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=125416679.1776888155&frm=0&pscdl=noapi&rcb=18&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~115938465~115938469~117266400~117512542~118167059&sid=1776888154&sct=1&seg=0&dl=https%3A%2F%2Fufrj.br%2Fen%2F&dt=Universidade%20Federal%20do%20Rio%20de%20Janeiro%20%E2%80%93%20Universidade%20Federal%20do%20Rio%20de%20Janeiro&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2151 — 204 — 544 B — 66 ms — h2https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/vlibras-plugin.jscdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/vlibras-plugin.js — 200 — 6.0 KiB — 40 ms — h3blob:https://ufrj.br/51ebc886-10b1-4f7f-a276-4c5b037103dcufrj.br/51ebc886-10b1-4f7f-a276-4c5... blob:https://ufrj.br/51ebc886-10b1-4f7f-a276-4c5b037103dc — 200 — -1 B — 27 ms — blobhttps://vlibras.gov.br/app//assets/access_icon.svgvlibras.gov.br/app//assets/access_i... https://vlibras.gov.br/app//assets/access_icon.svg — 302 — 453 B — 217 ms — h2https://vlibras.gov.br/app//assets/access_popup.jpgvlibras.gov.br/app//assets/access_p... https://vlibras.gov.br/app//assets/access_popup.jpg — 302 — 454 B — 217 ms — h2https://ufrj.br/wp-content/themes/arion-new-home/assets/images/favicon-minerva-32px.png/wp-content/themes/arion-new-home/a... https://ufrj.br/wp-content/themes/arion-new-home/assets/images/favicon-minerva-32px.png — 200 — 2.8 KiB — 218 ms — h2https://ufrj.br/wp-includes/js/wp-emoji-release.min.js?ver=b4dee1bfdb2b30582f5cd05b9a286779/wp-includes/js/wp-emoji-release.mi... https://ufrj.br/wp-includes/js/wp-emoji-release.min.js?ver=b4dee1bfdb2b30582f5cd05b9a286779 — 200 — 5.5 KiB — 219 ms — h2https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app//assets/access_icon.svgcdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app//assets/access_icon.svg — 301 — 332 B — 3 ms — h3https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app//assets/access_popup.jpgcdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app//assets/access_popup.jpg — 301 — 333 B — 3 ms — h3https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access_icon.svgcdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access_icon.svg — 200 — 2.9 KiB — 3 ms — h3https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access_popup.jpgcdn.jsdelivr.net/gh/spbgovbr-vlibra... https://cdn.jsdelivr.net/gh/spbgovbr-vlibras/vlibras-portal@dev/app/assets/access_popup.jpg — 200 — 10.1 KiB — 3 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
26% of JavaScript execution is third-party
First-party Third-party 60ms · 0KB · R$1/mo
Unattributable
Other
Optional
Execution 60ms
Transfer 0 KB
Monthly Cost R$1/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