Skip to content
https://ufsc.br

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
72
GRADE
C
FIX
5
REVIEW
3
PASS
7
INFO
2

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

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

11.87 s

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

15.38 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.067

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

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

15.38 s

Page Load Progression

1.5 s
2.9 s
4.4 s
5.9 s
7.3 s
8.8 s
10.3 s
11.7 s
Checks
17
7 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
25.0 MB transferred, 138 requests
FIX
25.0 MB transferred, 138 requests
Critical::
Page weighs 27.6 MB (25.0 MB transferred)
Warning::
Images are 23.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 23.3 MB
Warning::
JavaScript is 1.0 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.0 MB
Info::
CSS is 589 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 589 KB
Warning::
138 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 5.2 g CO2 per page load
25.0 MB / 2.4 MB budget
25.0 MB transferred
138 requests
5.2 g CO2 per page load
Images 23.3 MiB 93%
JavaScript 1.0 MiB 4%
CSS 589.0 KiB 2%
Fonts 82.8 KiB 0%
HTML 74.4 KiB 0%
Other 1.5 KiB 0%
Other 508 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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

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
Third-Party Impact
Action
97% third-party, 0 ms blocking
FIX
97% third-party, 0 ms blocking
Warning::
Third-party code accounts for 97% of page weight (24.2 MiB of 25.0 MiB)
Info::
Third-party blocking time is low (0 ms)
97%
First-party Third-party
F
JS Execution Cost
Action
6948ms total JS execution
FIX
6948ms total JS execution
Warning::
https://ufsc.br/wp-includes/js/jquery/jquery.js?ve...: 2272ms CPU time
Warning::
https://ufsc.br/: 1909ms CPU time
Warning::
Unattributable: 1862ms CPU time
Warning::
https://ufsc.br/wp-content/mu-plugins/videojs/vide...: 760ms CPU time
Info::
https://ufsc.br/wp-content/themes/brasilGov/js/mod...: 144ms CPU time
Info::
Third-party scripts: 1862ms (27% of total)

Main Thread Breakdown

Other 39% Script Evaluation 32% Style & Layout 18% Rendering 9%
ScriptTotalScriptingParse/CompileParty
https://ufsc.br/wp-includes/js/jquery/jquery.js?ver=1.12.42272ms1350ms10ms1st
https://ufsc.br/1909ms135ms8ms1st
Unattributable1862ms13ms0ms3rd
https://ufsc.br/wp-content/mu-plugins/videojs/video.min.js760ms656ms6ms1st
https://ufsc.br/wp-content/themes/brasilGov/js/modernizr-2.7.min.js?ver=1768915243144ms72ms3ms1st
D
Page Weight Inventory
Action
138 resources · 25.0 MB · 78 KB savings available
FIX
138 resources · 25.0 MB · 78 KB savings available
Warning::
Page weight 24.0 MB over 1MB target
Got: 25.0 MB Expected: ≤ 1 MB
Info::
~78 KB of savings available
Warning::
102 third-party resources (97% of weight)
Info::
60 resources over 200KB
138 resources · 25.0 MiB · 102 third-party 24.0 MiB over 1MB target
Image 93% · 23.3 MiB
JavaScript 4% · 1.0 MiB
CSS 2% · 589.0 KiB
Font 0% · 82.8 KiB
Document 0% · 74.4 KiB
Other 0% · 508 B

~77.7 KiB of savings available

Remove unused JavaScript: 77.7 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate, post-check=0, pre-check=0

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
post-check0
pre-check0
C
Image Optimization
Action
89 images, 0 KB saveable
REVIEW
89 images, 0 KB saveable
Warning::
https://noticias.paginas.ufsc.br/files/2025/05/05_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/122724-2/Pra__a%20da%20C... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/133106-2/Centro%20Tecnol... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/258578-2/Fazenda%20da%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/258580-2/Restaurante%20U... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ufsc3.paginas.ufsc.br/files/2024/10/ufsc-s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/122740-2/Fazenda%20da%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/256592-2/Cidade%20das%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ufsc3.paginas.ufsc.br/files/2025/12/ufsc-6... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/258576-2/Esta____o%20de%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ufsc3.paginas.ufsc.br/files/2023/07/banner... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/247451-2/Ararangu__%20-%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/258590-2/Acessibilidade%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ouvidoria.paginas.ufsc.br/files/2022/11/Ba... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/133084-2/Campus%20Araran... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/133088-2/Campus%20Curiti... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/244330-2/IMG_9732%20CCS_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/245907-2/Campus%20Joinvi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/257039-2/Fazenda%20Exper... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/120588-2/Reflexo%20na%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ufsc.br/files/2022/11/banner_qrcode_mec_uf... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/122734-2/CCE%20-%20Foto%... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/251199-2/IMG_0563%20-%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/251254-2/IMG_0197_Gustav... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/257003-2/Cidade%20das%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ufsc3.paginas.ufsc.br/files/2023/07/banner... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/120596-2/Nova%20pista%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/133098-2/Gar__a%20no%20C... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/166945-2/Reitoria%20ilum... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/251203-2/Reitoria_Gustav... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/258603-2/Biblioteca%2031... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ufsc.br/wp-content/themes/brasilGov/img/br... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ufsc3.paginas.ufsc.br/files/2026/03/consul... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/243260-2/315A0145_Gustav... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/251197-2/IMG_0544%20-%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/251249-2/Campus%20Blumen... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/256594-2/IMG_8005%20-%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ufsc3.paginas.ufsc.br/files/2025/10/03_ban... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/122732-2/Campus%20Curiti... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/122738-2/Reitoria%20-%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/251205-2/Reitoria2_Gusta... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/251260-2/IMG_0868_Gustav... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://noticias.paginas.ufsc.br/files/2024/01/cam... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/126167-2/Boitat__%20-%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/133096-2/MArque%20-%20Fo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/133104-2/Templo%20Ecum__... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/251195-2/UFSC%20GustavoD... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/255999-2/Campus%20Blumen... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ufsc3.paginas.ufsc.br/files/2025/10/02_ban... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/122730-2/Biblioteca%20Un... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/133092-2/Centro%20de%20C... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/243256-2/315A0073_Gustav... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/252069-2/IMG_5769_Gustav... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ufsc3.paginas.ufsc.br/files/2024/10/01_cal... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://ufsc3.paginas.ufsc.br/files/2023/07/banner... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://noticias.paginas.ufsc.br/files/2025/05/04_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/120594-2/Campus%202015%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/122726-2/Centro%20de%20C... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/152923-2/Inaugura____o%2... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/243264-2/315A9956_Gustav... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/251227-2/Laborat__rio%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://noticias.paginas.ufsc.br/files/2025/05/01_... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/243262-2/315A9972_Gustav... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/244509-2/CCB%20%20-%20IM... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/251256-2/IMG_0663%20-%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/257207-2/Fazenda%20Exper... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/243258-2/315A0121_Gustav... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/126121-2/DSC_0049.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/251201-2/IMG_0487%20-%20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/255381-2/Fortaleza%20Rat... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/245905-2/MArquE%20-%20IM... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://galeria.ufsc.br/d/258582-2/CTC%20-%20IMG_6... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
89 images 23.3 MB
0 oversized -0 KB
89 legacy format
72 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

B
JS Bundles
17 scripts, 78 KB unused
REVIEW
17 scripts, 78 KB unused
Warning::
https://ufsc.br/wp-content/mu-plugins/videojs/vide...: 47 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ufsc.br/wp-includes/js/jquery/jquery.js?ve...: 31 KB unused (33%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ufsc.br/wp-content/themes/brasilGov/js/pik...: unminified — 4 KB could be saved
Info::
Total unused JavaScript: 78 KB
78 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://ufsc.br/wp-content/mu-plugins/videojs/video.min.js62 KB47 KB (75%)1st
https://ufsc.br/wp-includes/js/jquery/jquery.js?ver=1.12.495 KB31 KB (33%)1st
https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/lib/jquery.jcarousel.min.js?ver=4.7.3319 KB1st
https://ufsc.br/wp-content/plugins/email-sharity/js/sharity.js?ver=4.7.332 KB1st
https://ufsc.br/wp-content/mu-plugins/jquery-collapse-o-matic/collapse.min.js?ver=1.3.55 KB1st
https://ufsc.br/wp-content/themes/brasilGov/js/ufsc.js?ver=4.7.337 KB1st
https://ufsc.br/wp-content/themes/brasilGov/js/functions.js?ver=4.7.337 KB1st
https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/lib/jquery.pikachoose.js?ver=4.7.3317 KB1st
https://ufsc.br/wp-content/themes/brasilGov/js/modernizr-2.7.min.js?ver=176891524315 KB1st
https://ufsc.br/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.123 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+
Font Loading
3 fonts (83 KB)
PASS
3 fonts (83 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

83 KB total

Render-blocking

0

of 3

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 11.9 s LCP 15.4 shttps://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2memvYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 42.0 KiB — 7 ms — font-display: swapdata:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AABuIAAsAAAAALGAAAQAAAAAAAAAAAAAAAAAAA…x-font-woff;charset=utf... data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AABuIAAsAAAAALGAAAQAAAAAAAAAAAAAAAAAAA… — 6.9 KiB — 299 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 66 ms — font-display: swap
memvYaGs126MiZpBA-UvWbX... woff2 swap
Size 42 KB
Load time 7 ms
Start 2.7 s
Risk FOUT — text flashes from fallback to web font
x-font-woff;charset=utf... woff swap
Size 7 KB
Load time 299 ms
Start 3.3 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 66 ms
Start 3.4 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)

Fixing the unchecked items could save ~2 KB and ~4 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
3 hints, 0 missing preconnects
PASS
3 hints, 0 missing preconnects
Info::
Page uses 3 resource hint(s)

Current Resource Hints

preconnect
preload
dns-prefetch
3
prefetch

3 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
138 requests over 10088ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 11.9 s LCP 15.4 shttps://ufsc.br// https://ufsc.br/ — 200 — 18.0 KiB — 1.5 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/css/reset.css?ver=1768915243/wp-content/themes/brasilGov/css/re... https://ufsc.br/wp-content/themes/brasilGov/css/reset.css?ver=1768915243 — 200 — 3.0 KiB — 193 ms — http/1.1https://ufsc.br/wp-content/themes/brasilGov/css/style.css?ver=1768915243/wp-content/themes/brasilGov/css/st... https://ufsc.br/wp-content/themes/brasilGov/css/style.css?ver=1768915243 — 200 — 77.0 KiB — 580 ms — http/1.1https://ufsc.br/wp-content/themes/brasilGov/css/mobile.css?ver=1768915243/wp-content/themes/brasilGov/css/mo... https://ufsc.br/wp-content/themes/brasilGov/css/mobile.css?ver=1768915243 — 200 — 11.9 KiB — 393 ms — http/1.1https://fonts.googleapis.com/css?family=Open+Sans:700,400fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:700,400 — 200 — 2.1 KiB — 93 ms — h2https://ufsc.br/wp-content/themes/brasilGov/js/modernizr-2.7.min.js?ver=1768915243/wp-content/themes/brasilGov/js/mod... https://ufsc.br/wp-content/themes/brasilGov/js/modernizr-2.7.min.js?ver=1768915243 — 200 — 15.4 KiB — 1.1 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/js/font-resizer.js?ver=1768915243/wp-content/themes/brasilGov/js/fon... https://ufsc.br/wp-content/themes/brasilGov/js/font-resizer.js?ver=1768915243 — 200 — 594 B — 1.2 s — http/1.1https://ufsc.br/wp-includes/css/dashicons.css?ver=4.7.33/wp-includes/css/dashicons.css?ver=... https://ufsc.br/wp-includes/css/dashicons.css?ver=4.7.33 — 200 — 48.0 KiB — 938 ms — http/1.1https://ufsc.br/wp-includes/js/thickbox/thickbox.css?ver=4.7.33/wp-includes/js/thickbox/thickbox.c... https://ufsc.br/wp-includes/js/thickbox/thickbox.css?ver=4.7.33 — 200 — 2.9 KiB — 567 ms — http/1.1https://ufsc.br/wp-content/plugins/patrocinio/patrocinio.css?ver=4.7.33/wp-content/plugins/patrocinio/patr... https://ufsc.br/wp-content/plugins/patrocinio/patrocinio.css?ver=4.7.33 — 200 — 872 B — 569 ms — http/1.1https://ufsc3.paginas.ufsc.br/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/css/ai1ec_parsed_css.css?ver=2.6.8ufsc3.paginas.ufsc.br/wp-content/pl... https://ufsc3.paginas.ufsc.br/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/css/ai1ec_parsed_css.css?ver=2.6.8 — 200 — 261.2 KiB — 1.7 s — http/1.1https://ufsc.br/wp-content/mu-plugins/jquery-collapse-o-matic/style.css?ver=1.5.1/wp-content/mu-plugins/jquery-colla... https://ufsc.br/wp-content/mu-plugins/jquery-collapse-o-matic/style.css?ver=1.5.1 — 200 — 1003 B — 571 ms — http/1.1https://ufsc.br/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.9.2/wp-content/plugins/contact-form-7/... https://ufsc.br/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.9.2 — 200 — 1.8 KiB — 579 ms — http/1.1https://ufsc.br/wp-content/plugins/email-sharity/style/sharity-style.css?ver=4.7.33/wp-content/plugins/email-sharity/s... https://ufsc.br/wp-content/plugins/email-sharity/style/sharity-style.css?ver=4.7.33 — 200 — 1.8 KiB — 760 ms — http/1.1https://ufsc.br/wp-content/plugins/auto-thickbox/css/styles-pre39.css?ver=20140420/wp-content/plugins/auto-thickbox/c... https://ufsc.br/wp-content/plugins/auto-thickbox/css/styles-pre39.css?ver=20140420 — 200 — 2.7 KiB — 761 ms — http/1.1https://ufsc.br/wp-content/plugins/youtube-channel-gallery/styles.css?ver=4.7.33/wp-content/plugins/youtube-channel... https://ufsc.br/wp-content/plugins/youtube-channel-gallery/styles.css?ver=4.7.33 — 200 — 21.4 KiB — 954 ms — http/1.1https://ufsc.br/wp-content/plugins/youtube-channel-gallery/magnific-popup.css?ver=4.7.33/wp-content/plugins/youtube-channel... https://ufsc.br/wp-content/plugins/youtube-channel-gallery/magnific-popup.css?ver=4.7.33 — 200 — 7.9 KiB — 775 ms — http/1.1https://ufsc.br/wp-content/plugins/tablepress/css/default.css?ver=1.8/wp-content/plugins/tablepress/css/... https://ufsc.br/wp-content/plugins/tablepress/css/default.css?ver=1.8 — 200 — 7.5 KiB — 775 ms — http/1.1https://ufsc.br/files/tablepress-custom.css?ver=6/files/tablepress-custom.css?ver=6 https://ufsc.br/files/tablepress-custom.css?ver=6 — 200 — 1.4 KiB — 951 ms — http/1.1https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/styles/css3.css?ver=0.5/wp-content/themes/brasilGov/js/pik... https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/styles/css3.css?ver=0.5 — 200 — 4.0 KiB — 952 ms — http/1.1https://ufsc.br/wp-includes/js/jquery/jquery.js?ver=1.12.4/wp-includes/js/jquery/jquery.js?ve... https://ufsc.br/wp-includes/js/jquery/jquery.js?ver=1.12.4 — 200 — 94.9 KiB — 1.5 s — http/1.1https://ufsc.br/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1/wp-includes/js/jquery/jquery-migra... https://ufsc.br/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1 — 200 — 23.2 KiB — 1.1 s — http/1.1https://ufsc.br/wp-content/mu-plugins/jquery-collapse-o-matic/collapse.min.js?ver=1.3.5/wp-content/mu-plugins/jquery-colla... https://ufsc.br/wp-content/mu-plugins/jquery-collapse-o-matic/collapse.min.js?ver=1.3.5 — 200 — 4.8 KiB — 1.2 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/js/ufsc.js?ver=4.7.33/wp-content/themes/brasilGov/js/ufs... https://ufsc.br/wp-content/themes/brasilGov/js/ufsc.js?ver=4.7.33 — 200 — 6.7 KiB — 1.2 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/js/functions.js?ver=4.7.33/wp-content/themes/brasilGov/js/fun... https://ufsc.br/wp-content/themes/brasilGov/js/functions.js?ver=4.7.33 — 200 — 7.2 KiB — 1.3 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/lib/jquery.pikachoose.js?ver=4.7.33/wp-content/themes/brasilGov/js/pik... https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/lib/jquery.pikachoose.js?ver=4.7.33 — 200 — 16.7 KiB — 1.5 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/lib/jquery.jcarousel.min.js?ver=4.7.33/wp-content/themes/brasilGov/js/pik... https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/lib/jquery.jcarousel.min.js?ver=4.7.33 — 200 — 19.3 KiB — 1.3 s — http/1.1https://ufsc.br/wp-content/plugins/email-sharity/js/sharity.js?ver=4.7.33/wp-content/plugins/email-sharity/j... https://ufsc.br/wp-content/plugins/email-sharity/js/sharity.js?ver=4.7.33 — 200 — 2.3 KiB — 1.4 s — http/1.1https://ufsc.br/wp-content/plugins/email-sharity/fancybox/source/jquery.fancybox.pack.js?v=2.1.4&ver=4.7.33/wp-content/plugins/email-sharity/f... https://ufsc.br/wp-content/plugins/email-sharity/fancybox/source/jquery.fancybox.pack.js?v=2.1.4&ver=4.7.33 — 200 — 22.4 KiB — 1.4 s — http/1.1https://ufsc.br/wp-content/mu-plugins/videojs/video-js.min.css/wp-content/mu-plugins/videojs/vide... https://ufsc.br/wp-content/mu-plugins/videojs/video-js.min.css — 200 — 17.3 KiB — 966 ms — http/1.1
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s FCP 11.9 s LCP 15.4 shttps://ufsc.br// https://ufsc.br/ — 200 — 18.0 KiB — 1.5 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/css/reset.css?ver=1768915243/wp-content/themes/brasilGov/css/re... https://ufsc.br/wp-content/themes/brasilGov/css/reset.css?ver=1768915243 — 200 — 3.0 KiB — 193 ms — http/1.1https://ufsc.br/wp-content/themes/brasilGov/css/style.css?ver=1768915243/wp-content/themes/brasilGov/css/st... https://ufsc.br/wp-content/themes/brasilGov/css/style.css?ver=1768915243 — 200 — 77.0 KiB — 580 ms — http/1.1https://ufsc.br/wp-content/themes/brasilGov/css/mobile.css?ver=1768915243/wp-content/themes/brasilGov/css/mo... https://ufsc.br/wp-content/themes/brasilGov/css/mobile.css?ver=1768915243 — 200 — 11.9 KiB — 393 ms — http/1.1https://fonts.googleapis.com/css?family=Open+Sans:700,400fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:700,400 — 200 — 2.1 KiB — 93 ms — h2https://ufsc.br/wp-content/themes/brasilGov/js/modernizr-2.7.min.js?ver=1768915243/wp-content/themes/brasilGov/js/mod... https://ufsc.br/wp-content/themes/brasilGov/js/modernizr-2.7.min.js?ver=1768915243 — 200 — 15.4 KiB — 1.1 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/js/font-resizer.js?ver=1768915243/wp-content/themes/brasilGov/js/fon... https://ufsc.br/wp-content/themes/brasilGov/js/font-resizer.js?ver=1768915243 — 200 — 594 B — 1.2 s — http/1.1https://ufsc.br/wp-includes/css/dashicons.css?ver=4.7.33/wp-includes/css/dashicons.css?ver=... https://ufsc.br/wp-includes/css/dashicons.css?ver=4.7.33 — 200 — 48.0 KiB — 938 ms — http/1.1https://ufsc.br/wp-includes/js/thickbox/thickbox.css?ver=4.7.33/wp-includes/js/thickbox/thickbox.c... https://ufsc.br/wp-includes/js/thickbox/thickbox.css?ver=4.7.33 — 200 — 2.9 KiB — 567 ms — http/1.1https://ufsc.br/wp-content/plugins/patrocinio/patrocinio.css?ver=4.7.33/wp-content/plugins/patrocinio/patr... https://ufsc.br/wp-content/plugins/patrocinio/patrocinio.css?ver=4.7.33 — 200 — 872 B — 569 ms — http/1.1https://ufsc3.paginas.ufsc.br/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/css/ai1ec_parsed_css.css?ver=2.6.8ufsc3.paginas.ufsc.br/wp-content/pl... https://ufsc3.paginas.ufsc.br/wp-content/plugins/all-in-one-event-calendar/public/themes-ai1ec/vortex/css/ai1ec_parsed_css.css?ver=2.6.8 — 200 — 261.2 KiB — 1.7 s — http/1.1https://ufsc.br/wp-content/mu-plugins/jquery-collapse-o-matic/style.css?ver=1.5.1/wp-content/mu-plugins/jquery-colla... https://ufsc.br/wp-content/mu-plugins/jquery-collapse-o-matic/style.css?ver=1.5.1 — 200 — 1003 B — 571 ms — http/1.1https://ufsc.br/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.9.2/wp-content/plugins/contact-form-7/... https://ufsc.br/wp-content/plugins/contact-form-7/includes/css/styles.css?ver=4.9.2 — 200 — 1.8 KiB — 579 ms — http/1.1https://ufsc.br/wp-content/plugins/email-sharity/style/sharity-style.css?ver=4.7.33/wp-content/plugins/email-sharity/s... https://ufsc.br/wp-content/plugins/email-sharity/style/sharity-style.css?ver=4.7.33 — 200 — 1.8 KiB — 760 ms — http/1.1https://ufsc.br/wp-content/plugins/auto-thickbox/css/styles-pre39.css?ver=20140420/wp-content/plugins/auto-thickbox/c... https://ufsc.br/wp-content/plugins/auto-thickbox/css/styles-pre39.css?ver=20140420 — 200 — 2.7 KiB — 761 ms — http/1.1https://ufsc.br/wp-content/plugins/youtube-channel-gallery/styles.css?ver=4.7.33/wp-content/plugins/youtube-channel... https://ufsc.br/wp-content/plugins/youtube-channel-gallery/styles.css?ver=4.7.33 — 200 — 21.4 KiB — 954 ms — http/1.1https://ufsc.br/wp-content/plugins/youtube-channel-gallery/magnific-popup.css?ver=4.7.33/wp-content/plugins/youtube-channel... https://ufsc.br/wp-content/plugins/youtube-channel-gallery/magnific-popup.css?ver=4.7.33 — 200 — 7.9 KiB — 775 ms — http/1.1https://ufsc.br/wp-content/plugins/tablepress/css/default.css?ver=1.8/wp-content/plugins/tablepress/css/... https://ufsc.br/wp-content/plugins/tablepress/css/default.css?ver=1.8 — 200 — 7.5 KiB — 775 ms — http/1.1https://ufsc.br/files/tablepress-custom.css?ver=6/files/tablepress-custom.css?ver=6 https://ufsc.br/files/tablepress-custom.css?ver=6 — 200 — 1.4 KiB — 951 ms — http/1.1https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/styles/css3.css?ver=0.5/wp-content/themes/brasilGov/js/pik... https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/styles/css3.css?ver=0.5 — 200 — 4.0 KiB — 952 ms — http/1.1https://ufsc.br/wp-includes/js/jquery/jquery.js?ver=1.12.4/wp-includes/js/jquery/jquery.js?ve... https://ufsc.br/wp-includes/js/jquery/jquery.js?ver=1.12.4 — 200 — 94.9 KiB — 1.5 s — http/1.1https://ufsc.br/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1/wp-includes/js/jquery/jquery-migra... https://ufsc.br/wp-includes/js/jquery/jquery-migrate.js?ver=1.4.1 — 200 — 23.2 KiB — 1.1 s — http/1.1https://ufsc.br/wp-content/mu-plugins/jquery-collapse-o-matic/collapse.min.js?ver=1.3.5/wp-content/mu-plugins/jquery-colla... https://ufsc.br/wp-content/mu-plugins/jquery-collapse-o-matic/collapse.min.js?ver=1.3.5 — 200 — 4.8 KiB — 1.2 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/js/ufsc.js?ver=4.7.33/wp-content/themes/brasilGov/js/ufs... https://ufsc.br/wp-content/themes/brasilGov/js/ufsc.js?ver=4.7.33 — 200 — 6.7 KiB — 1.2 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/js/functions.js?ver=4.7.33/wp-content/themes/brasilGov/js/fun... https://ufsc.br/wp-content/themes/brasilGov/js/functions.js?ver=4.7.33 — 200 — 7.2 KiB — 1.3 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/lib/jquery.pikachoose.js?ver=4.7.33/wp-content/themes/brasilGov/js/pik... https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/lib/jquery.pikachoose.js?ver=4.7.33 — 200 — 16.7 KiB — 1.5 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/lib/jquery.jcarousel.min.js?ver=4.7.33/wp-content/themes/brasilGov/js/pik... https://ufsc.br/wp-content/themes/brasilGov/js/pikachoose/lib/jquery.jcarousel.min.js?ver=4.7.33 — 200 — 19.3 KiB — 1.3 s — http/1.1https://ufsc.br/wp-content/plugins/email-sharity/js/sharity.js?ver=4.7.33/wp-content/plugins/email-sharity/j... https://ufsc.br/wp-content/plugins/email-sharity/js/sharity.js?ver=4.7.33 — 200 — 2.3 KiB — 1.4 s — http/1.1https://ufsc.br/wp-content/plugins/email-sharity/fancybox/source/jquery.fancybox.pack.js?v=2.1.4&ver=4.7.33/wp-content/plugins/email-sharity/f... https://ufsc.br/wp-content/plugins/email-sharity/fancybox/source/jquery.fancybox.pack.js?v=2.1.4&ver=4.7.33 — 200 — 22.4 KiB — 1.4 s — http/1.1https://ufsc.br/wp-content/mu-plugins/videojs/video-js.min.css/wp-content/mu-plugins/videojs/vide... https://ufsc.br/wp-content/mu-plugins/videojs/video-js.min.css — 200 — 17.3 KiB — 966 ms — http/1.1https://ufsc.br/wp-content/mu-plugins/videojs/video.min.js/wp-content/mu-plugins/videojs/vide... https://ufsc.br/wp-content/mu-plugins/videojs/video.min.js — 200 — 62.4 KiB — 1.5 s — http/1.1https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/04/destaque-Amir-e-Felipa-reitoria-Foto-GustavoDiehl.jpgnoticias.ufsc.br/wp-content/blogs.d... https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/04/destaque-Amir-e-Felipa-reitoria-Foto-GustavoDiehl.jpg — 200 — 164.5 KiB — 1.6 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/css/mobile.css/wp-content/themes/brasilGov/css/mo... https://ufsc.br/wp-content/themes/brasilGov/css/mobile.css — 200 — 11.9 KiB — 392 ms — http/1.1https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2 — 200 — 42.0 KiB — 7 ms — h3https://ufsc.br/wp-content/themes/brasilGov/img/brasao_site_ufsc.svg?ver=1768915243/wp-content/themes/brasilGov/img/br... https://ufsc.br/wp-content/themes/brasilGov/img/brasao_site_ufsc.svg?ver=1768915243 — 200 — 274.5 KiB — 606 ms — http/1.1https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/04/IMG_0288-1-e1776303996758-768x506.jpgnoticias.ufsc.br/wp-content/blogs.d... https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/04/IMG_0288-1-e1776303996758-768x506.jpg — 200 — 55.7 KiB — 203 ms — http/1.1https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/04/ostras_verdes_destaque-768x576.jpegnoticias.ufsc.br/wp-content/blogs.d... https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/04/ostras_verdes_destaque-768x576.jpeg — 200 — 60.1 KiB — 244 ms — http/1.1https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/04/destaque-Aula-Magna-Vladimir-Safatle-IMG_9291-GustavoDiehl.jpgnoticias.ufsc.br/wp-content/blogs.d... https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/04/destaque-Aula-Magna-Vladimir-Safatle-IMG_9291-GustavoDiehl.jpg — 200 — 180.6 KiB — 444 ms — http/1.1https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/04/pexels-daejeung-18149636-2-639x360.jpgnoticias.ufsc.br/wp-content/blogs.d... https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/04/pexels-daejeung-18149636-2-639x360.jpg — 200 — 49.0 KiB — 638 ms — http/1.1https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/03/destaque-5%C2%BA-Pr%C3%AAmio-Mulheres-na-Ci%C3%AAncia-abra%C3%A7o-GustavoDiehl-750x467px.jpgnoticias.ufsc.br/wp-content/blogs.d... https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/03/destaque-5%C2%BA-Pr%C3%AAmio-Mulheres-na-Ci%C3%AAncia-abra%C3%A7o-GustavoDiehl-750x467px.jpg — 200 — 141.9 KiB — 1.4 s — http/1.1https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/03/destaque-Caf%C3%A9-da-Manh%C3%A3-IMG_8390-GustavoDiehl-750x467px.jpg-2.jpegnoticias.ufsc.br/wp-content/blogs.d... https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/03/destaque-Caf%C3%A9-da-Manh%C3%A3-IMG_8390-GustavoDiehl-750x467px.jpg-2.jpeg — 200 — 127.8 KiB — 1.4 s — http/1.1https://ufsc3.paginas.ufsc.br/files/2024/10/01_calendario-de-eventos.pngufsc3.paginas.ufsc.br/files/2024/10... https://ufsc3.paginas.ufsc.br/files/2024/10/01_calendario-de-eventos.png — 200 — 784.2 KiB — 411 ms — http/1.1https://ufsc3.paginas.ufsc.br/files/2026/03/consulta-informal-reitoria_banner-site.pngufsc3.paginas.ufsc.br/files/2026/03... https://ufsc3.paginas.ufsc.br/files/2026/03/consulta-informal-reitoria_banner-site.png — 200 — 10.6 KiB — 613 ms — http/1.1https://ufsc3.paginas.ufsc.br/files/2023/07/banner_vestibular.pngufsc3.paginas.ufsc.br/files/2023/07... https://ufsc3.paginas.ufsc.br/files/2023/07/banner_vestibular.png — 200 — 372.1 KiB — 824 ms — http/1.1https://www.youtube.com/embed/VeS4iHEdPhE?version=3&theme=dark&color=red&modestbranding=&rel=0&showinfo=0&enablejsapi=1&wmode=transparentwww.youtube.com/embed/VeS4iHEdPhE?v... https://www.youtube.com/embed/VeS4iHEdPhE?version=3&theme=dark&color=red&modestbranding=&rel=0&showinfo=0&enablejsapi=1&wmode=transparent — 200 — 56.4 KiB — 117 ms — h2data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AABuIAAsAAAAALGAAAQAAAAAAAAAAAAAAAAAAA…data:application/x-font-woff;charse... data:application/x-font-woff;charset=utf-8;base64,d09GRk9UVE8AABuIAAsAAAAALGAAAQAAAAAAAAAAAAAAAAAAA… — 200 — 6.9 KiB — 299 ms — datahttps://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/03/Laguinho-da-UFSC-17-03-2026-768x576.jpegnoticias.ufsc.br/wp-content/blogs.d... https://noticias.ufsc.br/wp-content/blogs.dir/349/files/2026/03/Laguinho-da-UFSC-17-03-2026-768x576.jpeg — 200 — 143.5 KiB — 1.3 s — http/1.1https://ufsc.br/wp-content/themes/brasilGov/img/icon_search.png/wp-content/themes/brasilGov/img/ic... https://ufsc.br/wp-content/themes/brasilGov/img/icon_search.png — 200 — 3.2 KiB — 192 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 — 34 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 — 40 ms — h2https://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 — 54 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 — 435.9 KiB — 79 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 — 66 ms — h3https://ufsc3.paginas.ufsc.br/files/2023/07/banner_pos_graduacao.pngufsc3.paginas.ufsc.br/files/2023/07... https://ufsc3.paginas.ufsc.br/files/2023/07/banner_pos_graduacao.png — 200 — 273.9 KiB — 805 ms — http/1.1https://ufsc3.paginas.ufsc.br/files/2023/07/banner_concurso.pngufsc3.paginas.ufsc.br/files/2023/07... https://ufsc3.paginas.ufsc.br/files/2023/07/banner_concurso.png — 200 — 154.5 KiB — 1.5 s — http/1.1https://noticias.paginas.ufsc.br/files/2025/05/01_banner_gestao_reitoria.pngnoticias.paginas.ufsc.br/files/2025... https://noticias.paginas.ufsc.br/files/2025/05/01_banner_gestao_reitoria.png — 200 — 32.8 KiB — 974 ms — http/1.1https://ufsc3.paginas.ufsc.br/files/2025/10/02_banner_gestao_transparencia.pngufsc3.paginas.ufsc.br/files/2025/10... https://ufsc3.paginas.ufsc.br/files/2025/10/02_banner_gestao_transparencia.png — 200 — 42.3 KiB — 1.1 s — http/1.1https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 118 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 46 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.5f0apfZzpOA.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywFg3MG1UeKh8ePjbhY_YEMv-NHjmA/m=r78Drb — 200 — 183.1 KiB — 33 ms — h3https://ufsc3.paginas.ufsc.br/files/2025/10/03_banner_gestao_observatorio.pngufsc3.paginas.ufsc.br/files/2025/10... https://ufsc3.paginas.ufsc.br/files/2025/10/03_banner_gestao_observatorio.png — 200 — 53.2 KiB — 897 ms — http/1.1https://noticias.paginas.ufsc.br/files/2025/05/04_banner_gestao_bolsas_estagios.pngnoticias.paginas.ufsc.br/files/2025... https://noticias.paginas.ufsc.br/files/2025/05/04_banner_gestao_bolsas_estagios.png — 200 — 40.0 KiB — 951 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 — 24 ms — h3https://noticias.paginas.ufsc.br/files/2025/05/05_banner_gestao_falabr.pngnoticias.paginas.ufsc.br/files/2025... https://noticias.paginas.ufsc.br/files/2025/05/05_banner_gestao_falabr.png — 200 — 43.4 KiB — 942 ms — http/1.1https://i.ytimg.com/vi/VeS4iHEdPhE/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AG2CIACgA-KAgwIABABGH8gQSgfMA8=&rs=AOn4CLCGtA2OOn-qOnK0en1lw1jibx3G9Ai.ytimg.com/vi/VeS4iHEdPhE/sddefaul... https://i.ytimg.com/vi/VeS4iHEdPhE/sddefault.jpg?sqp=-oaymwEmCIAFEOAD8quKqQMa8AEB-AG2CIACgA-KAgwIABABGH8gQSgfMA8=&rs=AOn4CLCGtA2OOn-qOnK0en1lw1jibx3G9A — 200 — 23.0 KiB — 57 ms — h2https://ufsc3.paginas.ufsc.br/files/2025/12/ufsc-65-anos-banner-lateral-sites.pngufsc3.paginas.ufsc.br/files/2025/12... https://ufsc3.paginas.ufsc.br/files/2025/12/ufsc-65-anos-banner-lateral-sites.png — 200 — 23.5 KiB — 191 ms — http/1.1https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.jswww.google.com/js/th/rOmrN60AN-U9GR... https://www.google.com/js/th/rOmrN60AN-U9GRTHX8orPjMEIJ8wTXyJ5HZew_AwfbI.js — 200 — 23.1 KiB — 37 ms — h3https://noticias.paginas.ufsc.br/files/2024/01/campanha-contra-transfobia_banners-web_Banner-site-1.pngnoticias.paginas.ufsc.br/files/2024... https://noticias.paginas.ufsc.br/files/2024/01/campanha-contra-transfobia_banners-web_Banner-site-1.png — 200 — 25.1 KiB — 360 ms — http/1.1https://www.youtube.com/generate_204?FtU9pgwww.youtube.com/generate_204?FtU9pg https://www.youtube.com/generate_204?FtU9pg — 204 — 10 B — 5 ms — h3https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 52 ms — h2https://ouvidoria.paginas.ufsc.br/files/2022/11/Banner-site-UFSC-Antinazi-Antirracista.pngouvidoria.paginas.ufsc.br/files/202... https://ouvidoria.paginas.ufsc.br/files/2022/11/Banner-site-UFSC-Antinazi-Antirracista.png — 200 — 27.2 KiB — 966 ms — http/1.1https://ufsc3.paginas.ufsc.br/files/2024/10/ufsc-sustentavel.pngufsc3.paginas.ufsc.br/files/2024/10... https://ufsc3.paginas.ufsc.br/files/2024/10/ufsc-sustentavel.png — 200 — 191.4 KiB — 197 ms — http/1.1https://galeria.ufsc.br/d/120588-2/Reflexo%20na%20__gua%20Centro%20de%20Eventos%20-%20Foto%20Henrique%20Almeida.jpggaleria.ufsc.br/d/120588-2/Reflexo%... https://galeria.ufsc.br/d/120588-2/Reflexo%20na%20__gua%20Centro%20de%20Eventos%20-%20Foto%20Henrique%20Almeida.jpg — 200 — 390.7 KiB — 2.1 s — http/1.1https://galeria.ufsc.br/d/120594-2/Campus%202015%20-%20BU%20-%20Foto%20Henrique%20Almeida-7.jpggaleria.ufsc.br/d/120594-2/Campus%2... https://galeria.ufsc.br/d/120594-2/Campus%202015%20-%20BU%20-%20Foto%20Henrique%20Almeida-7.jpg — 200 — 497.3 KiB — 2.1 s — 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 — 27 ms — h2https://galeria.ufsc.br/d/120596-2/Nova%20pista%20de%20atletismo%20-%20Foto%20Henrique%20Almeida-9.jpggaleria.ufsc.br/d/120596-2/Nova%20p... https://galeria.ufsc.br/d/120596-2/Nova%20pista%20de%20atletismo%20-%20Foto%20Henrique%20Almeida-9.jpg — 200 — 360.5 KiB — 1.6 s — http/1.1https://galeria.ufsc.br/d/122724-2/Pra__a%20da%20Cidadania%20-%20Foto%20Henrique%20Almeida.jpggaleria.ufsc.br/d/122724-2/Pra__a%2... https://galeria.ufsc.br/d/122724-2/Pra__a%20da%20Cidadania%20-%20Foto%20Henrique%20Almeida.jpg — 200 — 465.9 KiB — 2.0 s — http/1.1https://galeria.ufsc.br/d/122726-2/Centro%20de%20Conviv__ncia%20__%20noite%20-%20Foto%20Henrique%20Almeida.jpggaleria.ufsc.br/d/122726-2/Centro%2... https://galeria.ufsc.br/d/122726-2/Centro%20de%20Conviv__ncia%20__%20noite%20-%20Foto%20Henrique%20Almeida.jpg — 200 — 579.0 KiB — 1.9 s — http/1.1https://galeria.ufsc.br/d/122730-2/Biblioteca%20Universit__ria%20-%20Foto%20Henrique%20Almeida.jpggaleria.ufsc.br/d/122730-2/Bibliote... https://galeria.ufsc.br/d/122730-2/Biblioteca%20Universit__ria%20-%20Foto%20Henrique%20Almeida.jpg — 200 — 434.7 KiB — 1.8 s — http/1.1https://ufsc.br/files/2022/11/banner_qrcode_mec_ufsc-e1669835446276.png/files/2022/11/banner_qrcode_mec_uf... https://ufsc.br/files/2022/11/banner_qrcode_mec_ufsc-e1669835446276.png — 200 — 53.3 KiB — 567 ms — http/1.1https://i.ytimg.com/vi/VeS4iHEdPhE/mqdefault.jpgi.ytimg.com/vi/VeS4iHEdPhE/mqdefaul... https://i.ytimg.com/vi/VeS4iHEdPhE/mqdefault.jpg — 200 — 6.3 KiB — 87 ms — h2https://ufsc.br/wp-content/plugins/youtube-channel-gallery/img/play.png/wp-content/plugins/youtube-channel... https://ufsc.br/wp-content/plugins/youtube-channel-gallery/img/play.png — 200 — 978 B — 585 ms — http/1.1https://i.ytimg.com/vi/l3tHB4t7J4o/mqdefault.jpgi.ytimg.com/vi/l3tHB4t7J4o/mqdefaul... https://i.ytimg.com/vi/l3tHB4t7J4o/mqdefault.jpg — 200 — 8.2 KiB — 29 ms — h2https://i.ytimg.com/vi/QPidffU2yNo/mqdefault.jpgi.ytimg.com/vi/QPidffU2yNo/mqdefaul... https://i.ytimg.com/vi/QPidffU2yNo/mqdefault.jpg — 200 — 12.0 KiB — 36 ms — h2https://i.ytimg.com/vi/fM4P453WO40/mqdefault.jpgi.ytimg.com/vi/fM4P453WO40/mqdefaul... https://i.ytimg.com/vi/fM4P453WO40/mqdefault.jpg — 200 — 6.8 KiB — 33 ms — h2https://ufsc.br/wp-content/themes/brasilGov/img/load.gif/wp-content/themes/brasilGov/img/lo... https://ufsc.br/wp-content/themes/brasilGov/img/load.gif — 200 — 4.2 KiB — 570 ms — http/1.1https://galeria.ufsc.br/d/122732-2/Campus%20Curitibanos%20-%20Foto%20Jair%20Quint.jpggaleria.ufsc.br/d/122732-2/Campus%2... https://galeria.ufsc.br/d/122732-2/Campus%20Curitibanos%20-%20Foto%20Jair%20Quint.jpg — 200 — 451.2 KiB — 391 ms — http/1.1https://galeria.ufsc.br/d/122734-2/CCE%20-%20Foto%20Henrique%20Almeida.jpggaleria.ufsc.br/d/122734-2/CCE%20-%... https://galeria.ufsc.br/d/122734-2/CCE%20-%20Foto%20Henrique%20Almeida.jpg — 200 — 558.1 KiB — 408 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 — 97 ms — h3https://galeria.ufsc.br/d/122738-2/Reitoria%20-%20Foto%20Henrique%20Almeida.jpggaleria.ufsc.br/d/122738-2/Reitoria... https://galeria.ufsc.br/d/122738-2/Reitoria%20-%20Foto%20Henrique%20Almeida.jpg — 200 — 404.1 KiB — 577 ms — http/1.1https://galeria.ufsc.br/d/122740-2/Fazenda%20da%20Ressacada%20-%20Foto%20__talo%20Padilha.jpggaleria.ufsc.br/d/122740-2/Fazenda%... https://galeria.ufsc.br/d/122740-2/Fazenda%20da%20Ressacada%20-%20Foto%20__talo%20Padilha.jpg — 200 — 552.7 KiB — 596 ms — http/1.1https://galeria.ufsc.br/d/126121-2/DSC_0049.jpggaleria.ufsc.br/d/126121-2/DSC_0049... https://galeria.ufsc.br/d/126121-2/DSC_0049.jpg — 200 — 542.6 KiB — 775 ms — http/1.1https://galeria.ufsc.br/d/126167-2/Boitat__%20-%20Foto%20Henrique%20Almeida-5.jpggaleria.ufsc.br/d/126167-2/Boitat__... https://galeria.ufsc.br/d/126167-2/Boitat__%20-%20Foto%20Henrique%20Almeida-5.jpg — 200 — 386.2 KiB — 217 ms — http/1.1https://galeria.ufsc.br/d/133084-2/Campus%20Ararangua%20-%20Foto%20Jair%20Quint.jpggaleria.ufsc.br/d/133084-2/Campus%2... https://galeria.ufsc.br/d/133084-2/Campus%20Ararangua%20-%20Foto%20Jair%20Quint.jpg — 200 — 441.4 KiB — 398 ms — http/1.1https://galeria.ufsc.br/d/133088-2/Campus%20Curitibanos%20%20-%20Foto%20Jair%20Quint.jpggaleria.ufsc.br/d/133088-2/Campus%2... https://galeria.ufsc.br/d/133088-2/Campus%20Curitibanos%20%20-%20Foto%20Jair%20Quint.jpg — 200 — 408.7 KiB — 211 ms — http/1.1https://galeria.ufsc.br/d/133092-2/Centro%20de%20Conviv__ncia%20-%20Foto%20Henrique%20Almeida.jpggaleria.ufsc.br/d/133092-2/Centro%2... https://galeria.ufsc.br/d/133092-2/Centro%20de%20Conviv__ncia%20-%20Foto%20Henrique%20Almeida.jpg — 200 — 405.3 KiB — 394 ms — http/1.1https://galeria.ufsc.br/d/133096-2/MArque%20-%20Foto%20Henrique%20Almeida.jpggaleria.ufsc.br/d/133096-2/MArque%2... https://galeria.ufsc.br/d/133096-2/MArque%20-%20Foto%20Henrique%20Almeida.jpg — 200 — 474.7 KiB — 396 ms — http/1.1https://galeria.ufsc.br/d/133098-2/Gar__a%20no%20Campus%20Florian__polis%20-%20Foto%20Henrique%20Almeida.jpggaleria.ufsc.br/d/133098-2/Gar__a%2... https://galeria.ufsc.br/d/133098-2/Gar__a%20no%20Campus%20Florian__polis%20-%20Foto%20Henrique%20Almeida.jpg — 200 — 430.0 KiB — 218 ms — http/1.1https://galeria.ufsc.br/d/133104-2/Templo%20Ecum__nico%20%20-%20Foto%20Henrique%20Almeida.jpggaleria.ufsc.br/d/133104-2/Templo%2... https://galeria.ufsc.br/d/133104-2/Templo%20Ecum__nico%20%20-%20Foto%20Henrique%20Almeida.jpg — 200 — 599.2 KiB — 1.0 s — http/1.1https://galeria.ufsc.br/d/133106-2/Centro%20Tecnol__gico%20-%20Foto%20Henrique%20Almeida.jpggaleria.ufsc.br/d/133106-2/Centro%2... https://galeria.ufsc.br/d/133106-2/Centro%20Tecnol__gico%20-%20Foto%20Henrique%20Almeida.jpg — 200 — 714.0 KiB — 781 ms — http/1.1https://galeria.ufsc.br/d/152923-2/Inaugura____o%20do%20Campus%20no%20Perini%20Business%20Park%20-%20Foto%20Henrique%20Almeida-9.jpggaleria.ufsc.br/d/152923-2/Inaugura... https://galeria.ufsc.br/d/152923-2/Inaugura____o%20do%20Campus%20no%20Perini%20Business%20Park%20-%20Foto%20Henrique%20Almeida-9.jpg — 200 — 368.0 KiB — 401 ms — http/1.1https://galeria.ufsc.br/d/166945-2/Reitoria%20iluminada%20Outubro%20Rosa%20-%20Foto%20Henrique%20Almeida.jpggaleria.ufsc.br/d/166945-2/Reitoria... https://galeria.ufsc.br/d/166945-2/Reitoria%20iluminada%20Outubro%20Rosa%20-%20Foto%20Henrique%20Almeida.jpg — 200 — 551.9 KiB — 231 ms — http/1.1https://galeria.ufsc.br/d/243256-2/315A0073_GustavoDiehl_Campus%20Florian__polis%20-%20900px.jpggaleria.ufsc.br/d/243256-2/315A0073... https://galeria.ufsc.br/d/243256-2/315A0073_GustavoDiehl_Campus%20Florian__polis%20-%20900px.jpg — 200 — 347.1 KiB — 467 ms — http/1.1https://galeria.ufsc.br/d/243258-2/315A0121_GustavoDiehl_Igrejinha%20da%20UFSC%20-%20900px.jpggaleria.ufsc.br/d/243258-2/315A0121... https://galeria.ufsc.br/d/243258-2/315A0121_GustavoDiehl_Igrejinha%20da%20UFSC%20-%20900px.jpg — 200 — 194.7 KiB — 224 ms — http/1.1https://galeria.ufsc.br/d/243260-2/315A0145_GustavoDiehl_Centro%20de%20Comunica____o%20e%20Express__o%20-%20900px.jpggaleria.ufsc.br/d/243260-2/315A0145... https://galeria.ufsc.br/d/243260-2/315A0145_GustavoDiehl_Centro%20de%20Comunica____o%20e%20Express__o%20-%20900px.jpg — 200 — 215.9 KiB — 205 ms — http/1.1https://galeria.ufsc.br/d/243262-2/315A9972_GustavoDiehl_Departamento%20de%20Bot__nica%20-%20CCB%20-%20900px.jpggaleria.ufsc.br/d/243262-2/315A9972... https://galeria.ufsc.br/d/243262-2/315A9972_GustavoDiehl_Departamento%20de%20Bot__nica%20-%20CCB%20-%20900px.jpg — 200 — 286.7 KiB — 1.0 s — http/1.1https://galeria.ufsc.br/d/243264-2/315A9956_GustavoDiehl_Centro%20de%20Filosofia%20e%20Ci__ncias%20Humanas%20900px.jpggaleria.ufsc.br/d/243264-2/315A9956... https://galeria.ufsc.br/d/243264-2/315A9956_GustavoDiehl_Centro%20de%20Filosofia%20e%20Ci__ncias%20Humanas%20900px.jpg — 200 — 228.0 KiB — 219 ms — http/1.1https://galeria.ufsc.br/d/244330-2/IMG_9732%20CCS_GustavoDiehl%20900px.jpggaleria.ufsc.br/d/244330-2/IMG_9732... https://galeria.ufsc.br/d/244330-2/IMG_9732%20CCS_GustavoDiehl%20900px.jpg — 200 — 381.9 KiB — 212 ms — http/1.1https://galeria.ufsc.br/d/244509-2/CCB%20%20-%20IMG_9811_GustavoDiehl%20900px.jpggaleria.ufsc.br/d/244509-2/CCB%20%2... https://galeria.ufsc.br/d/244509-2/CCB%20%20-%20IMG_9811_GustavoDiehl%20900px.jpg — 200 — 403.7 KiB — 578 ms — http/1.1https://galeria.ufsc.br/d/245905-2/MArquE%20-%20IMG_0449%20foto%20GustavoDiehl%20900px.jpggaleria.ufsc.br/d/245905-2/MArquE%2... https://galeria.ufsc.br/d/245905-2/MArquE%20-%20IMG_0449%20foto%20GustavoDiehl%20900px.jpg — 200 — 341.3 KiB — 391 ms — http/1.1https://galeria.ufsc.br/d/245907-2/Campus%20Joinville%20-%20900px%20IMG_1413_GustavoDiehl.jpggaleria.ufsc.br/d/245907-2/Campus%2... https://galeria.ufsc.br/d/245907-2/Campus%20Joinville%20-%20900px%20IMG_1413_GustavoDiehl.jpg — 200 — 246.1 KiB — 207 ms — http/1.1https://galeria.ufsc.br/d/247451-2/Ararangu__%20-%20IMG_2426_GustavoDiehl.jpggaleria.ufsc.br/d/247451-2/Ararangu... https://galeria.ufsc.br/d/247451-2/Ararangu__%20-%20IMG_2426_GustavoDiehl.jpg — 200 — 217.5 KiB — 386 ms — http/1.1https://galeria.ufsc.br/d/251195-2/UFSC%20GustavoDiehl%201000px.jpggaleria.ufsc.br/d/251195-2/UFSC%20G... https://galeria.ufsc.br/d/251195-2/UFSC%20GustavoDiehl%201000px.jpg — 200 — 450.8 KiB — 219 ms — http/1.1https://galeria.ufsc.br/d/251197-2/IMG_0544%20-%20Observat__rio%20-%20GustavoDiehl_1000px.jpggaleria.ufsc.br/d/251197-2/IMG_0544... https://galeria.ufsc.br/d/251197-2/IMG_0544%20-%20Observat__rio%20-%20GustavoDiehl_1000px.jpg — 200 — 398.8 KiB — 397 ms — http/1.1https://galeria.ufsc.br/d/251199-2/IMG_0563%20-%20CFH%20-%20GustavoDiehl_1000px.jpggaleria.ufsc.br/d/251199-2/IMG_0563... https://galeria.ufsc.br/d/251199-2/IMG_0563%20-%20CFH%20-%20GustavoDiehl_1000px.jpg — 200 — 397.9 KiB — 394 ms — http/1.1https://galeria.ufsc.br/d/251201-2/IMG_0487%20-%20CSE%20-%20GustavoDiehl_1000px.jpggaleria.ufsc.br/d/251201-2/IMG_0487... https://galeria.ufsc.br/d/251201-2/IMG_0487%20-%20CSE%20-%20GustavoDiehl_1000px.jpg — 200 — 326.0 KiB — 208 ms — http/1.1https://galeria.ufsc.br/d/251203-2/Reitoria_GustavoDiehl_1000px.jpggaleria.ufsc.br/d/251203-2/Reitoria... https://galeria.ufsc.br/d/251203-2/Reitoria_GustavoDiehl_1000px.jpg — 200 — 342.5 KiB — 396 ms — http/1.1https://galeria.ufsc.br/d/251205-2/Reitoria2_GustavoDiehl_1000px.jpggaleria.ufsc.br/d/251205-2/Reitoria... https://galeria.ufsc.br/d/251205-2/Reitoria2_GustavoDiehl_1000px.jpg — 200 — 514.7 KiB — 591 ms — http/1.1https://galeria.ufsc.br/d/251227-2/Laborat__rio%20Fotovoltaica%20no%20Sapiens%20Park%20-%20Foto%20Laborat__rio%20Fotovoltaica_1000px_A.jpggaleria.ufsc.br/d/251227-2/Laborat_... https://galeria.ufsc.br/d/251227-2/Laborat__rio%20Fotovoltaica%20no%20Sapiens%20Park%20-%20Foto%20Laborat__rio%20Fotovoltaica_1000px_A.jpg — 200 — 302.4 KiB — 214 ms — http/1.1https://galeria.ufsc.br/d/251249-2/Campus%20Blumenau%20_reduzida_.jpggaleria.ufsc.br/d/251249-2/Campus%2... https://galeria.ufsc.br/d/251249-2/Campus%20Blumenau%20_reduzida_.jpg — 200 — 237.8 KiB — 388 ms — http/1.1https://galeria.ufsc.br/d/251254-2/IMG_0197_GustavoDiehl_Florian__polis.jpggaleria.ufsc.br/d/251254-2/IMG_0197... https://galeria.ufsc.br/d/251254-2/IMG_0197_GustavoDiehl_Florian__polis.jpg — 200 — 482.6 KiB — 398 ms — http/1.1https://galeria.ufsc.br/d/251256-2/IMG_0663%20-%20CCJ%20-%20GustavoDIehl%201000px.jpggaleria.ufsc.br/d/251256-2/IMG_0663... https://galeria.ufsc.br/d/251256-2/IMG_0663%20-%20CCJ%20-%20GustavoDIehl%201000px.jpg — 200 — 302.5 KiB — 395 ms — http/1.1https://galeria.ufsc.br/d/251260-2/IMG_0868_GustavoDiehl%20-Joinville%201000px.jpggaleria.ufsc.br/d/251260-2/IMG_0868... https://galeria.ufsc.br/d/251260-2/IMG_0868_GustavoDiehl%20-Joinville%201000px.jpg — 200 — 327.9 KiB — 390 ms — http/1.1https://galeria.ufsc.br/d/252069-2/IMG_5769_GustavoDiehl%201200px.jpggaleria.ufsc.br/d/252069-2/IMG_5769... https://galeria.ufsc.br/d/252069-2/IMG_5769_GustavoDiehl%201200px.jpg — 200 — 336.2 KiB — 214 ms — http/1.1https://galeria.ufsc.br/d/255381-2/Fortaleza%20Ratones%20-%20IMG_8218%20GustavoDiehl%20900px.jpggaleria.ufsc.br/d/255381-2/Fortalez... https://galeria.ufsc.br/d/255381-2/Fortaleza%20Ratones%20-%20IMG_8218%20GustavoDiehl%20900px.jpg — 200 — 224.4 KiB — 205 ms — http/1.1https://galeria.ufsc.br/d/255999-2/Campus%20Blumenau%201350px.jpggaleria.ufsc.br/d/255999-2/Campus%2... https://galeria.ufsc.br/d/255999-2/Campus%20Blumenau%201350px.jpg — 200 — 244.7 KiB — 387 ms — http/1.1https://galeria.ufsc.br/d/256592-2/Cidade%20das%20Abelhas%20-%20IMG_9942%20-%20GustavoDiehl%20-%20900px.jpggaleria.ufsc.br/d/256592-2/Cidade%2... https://galeria.ufsc.br/d/256592-2/Cidade%20das%20Abelhas%20-%20IMG_9942%20-%20GustavoDiehl%20-%20900px.jpg — 200 — 202.9 KiB — 206 ms — http/1.1https://galeria.ufsc.br/d/256594-2/IMG_8005%20-%20Esta____o%20de%20Maricultura%20Elp__dio%20Beltrame%20-%20GustavoDiehl%20-%20900px.jpggaleria.ufsc.br/d/256594-2/IMG_8005... https://galeria.ufsc.br/d/256594-2/IMG_8005%20-%20Esta____o%20de%20Maricultura%20Elp__dio%20Beltrame%20-%20GustavoDiehl%20-%20900px.jpg — 200 — 242.4 KiB — 206 ms — http/1.1https://galeria.ufsc.br/d/257003-2/Cidade%20das%20Abelhas%20-%20IMG_9854%20-%20GustavoDiehl%20900px.jpggaleria.ufsc.br/d/257003-2/Cidade%2... https://galeria.ufsc.br/d/257003-2/Cidade%20das%20Abelhas%20-%20IMG_9854%20-%20GustavoDiehl%20900px.jpg — 200 — 287.6 KiB — 391 ms — http/1.1https://galeria.ufsc.br/d/257039-2/Fazenda%20Experimental%20da%20Ressacada%20-%20IMG_1712_GustavoDiehl%20900px.jpggaleria.ufsc.br/d/257039-2/Fazenda%... https://galeria.ufsc.br/d/257039-2/Fazenda%20Experimental%20da%20Ressacada%20-%20IMG_1712_GustavoDiehl%20900px.jpg — 200 — 166.6 KiB — 205 ms — http/1.1https://galeria.ufsc.br/d/257207-2/Fazenda%20Experimental%20da%20Ressacada%20-%20IMG_1754%20-%20GustavoDiehl%20900px.jpggaleria.ufsc.br/d/257207-2/Fazenda%... https://galeria.ufsc.br/d/257207-2/Fazenda%20Experimental%20da%20Ressacada%20-%20IMG_1754%20-%20GustavoDiehl%20900px.jpg — 200 — 303.4 KiB — 210 ms — http/1.1https://galeria.ufsc.br/d/258576-2/Esta____o%20de%20Maricultura%20Elp__dio%20Beltrame%20-%20Foto%20Gustavo%20Diehl%20IMG_7947%20-%20foto%20GustavoDiehl%20%20UFSC%20900px.jpggaleria.ufsc.br/d/258576-2/Esta____... https://galeria.ufsc.br/d/258576-2/Esta____o%20de%20Maricultura%20Elp__dio%20Beltrame%20-%20Foto%20Gustavo%20Diehl%20IMG_7947%20-%20foto%20GustavoDiehl%20%20UFSC%20900px.jpg — 200 — 244.1 KiB — 394 ms — http/1.1https://galeria.ufsc.br/d/258578-2/Fazenda%20da%20Ressacada%20-%20IMG_3373%20-GustavoDiehl%20-%20900px.jpggaleria.ufsc.br/d/258578-2/Fazenda%... https://galeria.ufsc.br/d/258578-2/Fazenda%20da%20Ressacada%20-%20IMG_3373%20-GustavoDiehl%20-%20900px.jpg — 200 — 254.1 KiB — 209 ms — http/1.1https://galeria.ufsc.br/d/258580-2/Restaurante%20Universit__rio%20-%20%20Trindade%20%20-%20IMG_1984%20-%20GustavoDiehl%20900px.jpggaleria.ufsc.br/d/258580-2/Restaura... https://galeria.ufsc.br/d/258580-2/Restaurante%20Universit__rio%20-%20%20Trindade%20%20-%20IMG_1984%20-%20GustavoDiehl%20900px.jpg — 200 — 257.9 KiB — 387 ms — http/1.1https://galeria.ufsc.br/d/258582-2/CTC%20-%20IMG_6912%20GustavoDiehl%20900px.jpggaleria.ufsc.br/d/258582-2/CTC%20-%... https://galeria.ufsc.br/d/258582-2/CTC%20-%20IMG_6912%20GustavoDiehl%20900px.jpg — 200 — 237.8 KiB — 384 ms — http/1.1https://galeria.ufsc.br/d/258590-2/Acessibilidade%20-%20C__o-guia%20-%20Campus%20Joinville%20-%20IMG_1448%20%20-%20GustavoDiehl%20900px.jpggaleria.ufsc.br/d/258590-2/Acessibi... https://galeria.ufsc.br/d/258590-2/Acessibilidade%20-%20C__o-guia%20-%20Campus%20Joinville%20-%20IMG_1448%20%20-%20GustavoDiehl%20900px.jpg — 200 — 232.5 KiB — 208 ms — http/1.1https://galeria.ufsc.br/d/258603-2/Biblioteca%20315A1208_GustavoDiehl%20900px.jpggaleria.ufsc.br/d/258603-2/Bibliote... https://galeria.ufsc.br/d/258603-2/Biblioteca%20315A1208_GustavoDiehl%20900px.jpg — 200 — 230.2 KiB — 212 ms — http/1.1https://ufsc.br/wp-content/themes/brasilGov/img/favicon.ico?ver=1768915243/wp-content/themes/brasilGov/img/fa... https://ufsc.br/wp-content/themes/brasilGov/img/favicon.ico?ver=1768915243 — 200 — 1.5 KiB — 189 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
27% of JavaScript execution is third-party
First-party Third-party 1862ms · 0KB · R$6/mo
Unattributable
Other
Costly
Execution 1862ms
Transfer 0 KB
Monthly Cost R$6/mo

These scripts may cost more than they're worth

  • Unattributable adds 1862ms and costs ~R$6/month

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback