Performance
· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.88 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.94 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
380 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.149
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.66 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.
6.16 s
Page Load Progression
FPage Weight BudgetAction5.1 MB transferred, 83 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
DPage Weight InventoryAction83 resources · 5.1 MB · 41 KB savings availableFIX
~41.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 83 resources | 5.1 MiB | ||||||
DHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction40 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
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.
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.
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.
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.
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.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+JS Execution CostNo JS execution dataPASS
A+Font Loading3 fonts (174 KB)PASS
Web fonts
3
174 KB total
Render-blocking
0
of 3
Dominant font-display
swap
Most common across fonts
Font loading timeline
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)
AJS Bundles18 scripts, 41 KB unusedPASS
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://static.addtoany.com/menu/modules/core.ydpp7jcu.js | 26 KB | 21 KB (82%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-7KCVF596QN | 157 KB | 20 KB (68%) | ✗ | 3rd |
| https://web.celepar.pr.gov.br/drupal/instbar/js/inst-bar.js | 2 KB | — | ✓ | 3rd |
| https://www.youtube.com/iframe_api | 4 KB | — | ✓ | 3rd |
| https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_Zfh1_CzfopNMozqe7tMWejjoIg4mQtaVf2YGZzjVaDc.js | 15 KB | — | ✓ | 3rd |
| https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js__V5MhHb7zjziGqiL6rNaYSpw9-O9dxS_E8-UJNgnjZI.js | 11 KB | — | ✗ | 3rd |
| https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_yCGRZXG1wWe2Lw8Hq4027TLwBPAhhHnfob6fB8YHFcU.js | 23 KB | — | ✗ | 3rd |
| https://static.addtoany.com/menu/page.js | 2 KB | — | ✓ | 3rd |
| https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_QHqjxhGPGgZFwOfW92tmrVpssmC1sbO0zDG4TgLmaEI.js | 4 KB | — | ✓ | 3rd |
| https://www.parana.pr.gov.br/sites/default/arquivos_restritos/files/js/js_5wb8VoNGrPmUQLwWTC5DKjeMjze4ODZaW3PDOJrIu4Y.js | 70 KB | — | ✗ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage