Skip to content
https://www.memorizza.com.br

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
86
GRADE
B
FIX
3
REVIEW
5
PASS
11
INFO
3

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

71
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
100
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.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

2.62 s

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

2.62 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.001

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

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

2.62 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
22
11 PASS 5 REVIEW 3 FIX
D
Third-Party Impact
Action
67% third-party, 0 ms blocking
FIX
67% third-party, 0 ms blocking
Warning::
Third-party code accounts for 67% of page weight (605.9 KiB of 898.1 KiB)
Info::
Third-party blocking time is low (0 ms)
33%
67%
First-party Third-party
D
JS Bundles
Action
6 scripts, 223 KB unused
FIX
6 scripts, 223 KB unused
Warning::
https://pagead2.googlesyndication.com/pagead/manag...: 121 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-D2WV...: 72 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagead2.googlesyndication.com/pagead/js/ad...: 30 KB unused (54%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.memorizza.com.br/assets/js/common.js?v...: unminified — 5 KB could be saved
Info::
Total unused JavaScript: 223 KB
223 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202608250101/show_ads_impl_fy2021.js162 KB121 KB (74%)3rd
https://www.googletagmanager.com/gtag/js?id=G-D2WV16C751168 KB72 KB (43%)3rd
https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=687-159-327256 KB30 KB (54%)3rd
https://www.memorizza.com.br/assets/js/common.js?v=178800575214 KB1st
https://ep2.adtrafficquality.google/sodar/sodar2.js8 KB3rd
https://pagead2.googlesyndication.com/bg/0RC8bF15euHoMkh1IXZZfWRSzQN4ykSPR6g1iQcPav8.js22 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

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

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
B
Page Weight Inventory
23 resources · 898 KB · 223 KB savings available
REVIEW
23 resources · 898 KB · 223 KB savings available
Info::
Within 1MB page-weight target
Got: 898 KB
Info::
~223 KB of savings available
Warning::
17 third-party resources (67% of weight)
23 resources · 898.1 KiB · 17 third-party Within 1MB page-weight target
JavaScript 48% · 430.0 KiB
CSS 19% · 166.7 KiB
Font 17% · 151.7 KiB
Image 12% · 112.2 KiB
Document 3% · 23.4 KiB
Other 2% · 14.0 KiB

~222.9 KiB of savings available

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

Green Hosting

No green hosting detected

A
Page Weight Budget
898 KB transferred, 23 requests
PASS
898 KB transferred, 23 requests
Info::
Page weighs 2.3 MB (898 KB transferred)
Info::
23 HTTP requests
Info::
Estimated 0.18 g CO2 per page load
898 KB / 2.4 MB budget
898 KB transferred
23 requests
0.18 g CO2 per page load
JavaScript 430.0 KiB 48%
CSS 166.7 KiB 19%
Fonts 151.7 KiB 17%
Images 77.0 KiB 9%
Other 35.3 KiB 4%
HTML 23.4 KiB 3%
Other 13.4 KiB 1%
Other 584 B 0%
0 2.4 MB 4.9 MB
Under budget
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
Image Optimization
3 images, 0 KB saveable
PASS
3 images, 0 KB saveable
Info::
All images are well-optimized
3 images 77 KB
0 oversized -0 KB
3 legacy format
0 missing dimensions CLS risk
A+
JS Execution Cost
345ms total JS execution
PASS
345ms total JS execution
Info::
https://www.memorizza.com.br/: 145ms CPU time
Info::
Unattributable: 75ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-D2WV...: 63ms CPU time
Info::
https://pagead2.googlesyndication.com/pagead/manag...: 62ms CPU time
Info::
Third-party scripts: 125ms (36% of total)

Main Thread Breakdown

Script Evaluation 33% Other 27% Style & Layout 24% Script Parsing & Compilation 7% Rendering 4% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
https://www.memorizza.com.br/145ms2ms1ms1st
Unattributable75ms2ms0ms1st
https://www.googletagmanager.com/gtag/js?id=G-D2WV16C75163ms49ms9ms3rd
https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202608250101/show_ads_impl_fy2021.js62ms47ms11ms3rd
A+
Font Loading
2 fonts (152 KB)
PASS
2 fonts (152 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

152 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 2.6 s LCP 2.6 shttps://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2xn7gYHE41ni1AdIRggexSvf... https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2 — 24.0 KiB — 40 ms — font-display: swaphttps://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6bootstrap-icons.woff2 https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 — 127.7 KiB — 11 ms — font-display: swap
xn7gYHE41ni1AdIRggexSvf... woff2 swap
Size 24 KB
Load time 40 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
bootstrap-icons.woff2 woff2 swap
Size 128 KB
Load time 11 ms
Start 1.9 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 ~64 KB and ~128 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+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate
A
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Warning::
Compressed response missing `Vary` header
The page is served with `Content-Encoding: gzip` but has no `Vary` header. Without `Vary: Accept-Encoding`, intermediary caches (corporate proxies, ISP caches) may serve the compressed variant to clients that didn't send the matching `Accept-Encoding` -- the client sees garbled bytes. Add `Vary: Accept-Encoding` whenever the response is conditionally compressed.
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
Network Waterfall
23 requests over 3475ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 2.6 s LCP 2.6 shttps://www.memorizza.com.br// https://www.memorizza.com.br/ — 200 — 13.8 KiB — 879 ms — http/1.1https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&display=swapfonts.googleapis.com/css2?family=Ma... https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&display=swap — 200 — 1.2 KiB — 139 ms — h2https://www.memorizza.com.br/assets/vendor/bootstrap/bootstrap.min.css/assets/vendor/bootstrap/bootstrap.... https://www.memorizza.com.br/assets/vendor/bootstrap/bootstrap.min.css — 200 — 41.0 KiB — 447 ms — http/1.1https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.csscdn.jsdelivr.net/npm/bootstrap-icon... https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css — 200 — 13.5 KiB — 30 ms — h2https://www.memorizza.com.br/assets/css/app.css?v=1788057024/assets/css/app.css?v=1788057024 https://www.memorizza.com.br/assets/css/app.css?v=1788057024 — 200 — 111.1 KiB — 898 ms — http/1.1https://www.memorizza.com.br/assets/img/logo-horizontal.png/assets/img/logo-horizontal.png https://www.memorizza.com.br/assets/img/logo-horizontal.png — 200 — 76.9 KiB — 884 ms — http/1.1https://www.memorizza.com.br/assets/js/common.js?v=1788005752/assets/js/common.js?v=1788005752 https://www.memorizza.com.br/assets/js/common.js?v=1788005752 — 200 — 14.2 KiB — 910 ms — http/1.1https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2fonts.gstatic.com/s/manrope/v20/xn7... https://fonts.gstatic.com/s/manrope/v20/xn7gYHE41ni1AdIRggexSvfedN4.woff2 — 200 — 24.0 KiB — 40 ms — h3https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6cdn.jsdelivr.net/npm/bootstrap-icon... https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/fonts/bootstrap-icons.woff2?dd67030699838ea613ee6dbda90effa6 — 200 — 127.7 KiB — 11 ms — h3https://www.memorizza.com.br/assets/img/favicon.png/assets/img/favicon.png https://www.memorizza.com.br/assets/img/favicon.png — 200 — 35.3 KiB — 454 ms — http/1.1https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=687-159-3272pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=687-159-3272 — 200 — 55.9 KiB — 156 ms — h3https://www.googletagmanager.com/gtag/js?id=G-D2WV16C751www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-D2WV16C751 — 200 — 167.7 KiB — 236 ms — h2https://pagead2.googlesyndication.com/getconfig/abg_config?client=ca-687-159-3272&plah=www.memorizza.com.br&ama_t=adsensepagead2.googlesyndication.com/getco... https://pagead2.googlesyndication.com/getconfig/abg_config?client=ca-687-159-3272&plah=www.memorizza.com.br&ama_t=adsense — 200 — 30 B — 49 ms — h3https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202608250101/show_ads_impl_fy2021.jspagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202608250101/show_ads_impl_fy2021.js — 200 — 162.4 KiB — 123 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-D2WV16C751&gtm=45je68q1v9262013667za200zd9262013667&_p=1788061492589&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1611940068.1788061493&frm=0&ngs=1&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.173%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938468~118012009~118897920~118897930~120385422~120412528&sid=1788061493&sct=1&seg=0&dl=https%3A%2F%2Fwww.memorizza.com.br%2F&dt=Memorizza%20%7C%20Cadernos%20digitais%20inteligentes%20para%20concursos&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2303region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-D2WV16C751&gtm=45je68q1v9262013667za200zd9262013667&_p=1788061492589&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=1611940068.1788061493&frm=0&ngs=1&pscdl=noapi&rcb=7&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B151.0.7922.173%7CNot%253DA%253FBrand%3B99.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115938466~115938468~118012009~118897920~118897930~120385422~120412528&sid=1788061493&sct=1&seg=0&dl=https%3A%2F%2Fwww.memorizza.com.br%2F&dt=Memorizza%20%7C%20Cadernos%20digitais%20inteligentes%20para%20concursos&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2303 — 204 — 554 B — 74 ms — h2https://pagead2.googlesyndication.com/pagead/html/r20260825/r20190131/zrt_lookup_fy2021.htmlpagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/html/r20260825/r20190131/zrt_lookup_fy2021.html — 200 — 3.8 KiB — 96 ms — h3https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260825&st=env&sjk=5953167382023364ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=gda&tv=r20260825&st=env&sjk=5953167382023364 — 200 — 13.4 KiB — 130 ms — h3https://pagead2.googlesyndication.com/pagead/ads?client=687-159-3272&output=html&adk=1812271804&adf=3025194257&abgtt=6&lmt=1788061493&plat=3%3A16%2C4%3A16%2C9%3A134250504%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32%2C44%3A32&format=0x0&url=https%3A%2F%2Fwww.memorizza.com.br%2F&pra=5&asro=0&itsi=-1&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNTEuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNTEuMC43OTIyLjE3MyJdLFsiTm90PUE_QnJhbmQiLCI5OS4wLjAuMCJdXSwwXQ..&dt=1788061492958&bpp=4&bdt=1285&idt=152&shv=r20260825&mjsv=m202608250101&ptt=9&saldr=aa&abxe=1&eoidce=1&nras=1&correlator=8074848694088&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=95399629%2C95400774%2C122880598&oid=2&pvsid=5953167382023364&tmod=1947217752&uas=0&nvt=1&fsapi=1&fc=1920&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=0.58&ifi=1&uci=a!1&fsb=1&dtd=183pagead2.googlesyndication.com/pagea... https://pagead2.googlesyndication.com/pagead/ads?client=687-159-3272&output=html&adk=1812271804&adf=3025194257&abgtt=6&lmt=1788061493&plat=3%3A16%2C4%3A16%2C9%3A134250504%2C16%3A8388608%2C17%3A32%2C24%3A32%2C25%3A32%2C30%3A1081344%2C32%3A32%2C41%3A32%2C42%3A32%2C43%3A32%2C44%3A32&format=0x0&url=https%3A%2F%2Fwww.memorizza.com.br%2F&pra=5&asro=0&itsi=-1&aimartd=4&aieuf=1&aicrs=1&uach=WyJtYWNPUyIsIjEwLjE1LjciLCJ4ODYiLCIiLCIxNTEuMC4wLjAiLG51bGwsMCxudWxsLCI2NCIsW1siQ2hyb21pdW0iLCIxNTEuMC43OTIyLjE3MyJdLFsiTm90PUE_QnJhbmQiLCI5OS4wLjAuMCJdXSwwXQ..&dt=1788061492958&bpp=4&bdt=1285&idt=152&shv=r20260825&mjsv=m202608250101&ptt=9&saldr=aa&abxe=1&eoidce=1&nras=1&correlator=8074848694088&frm=20&pv=2&u_tz=0&u_his=2&u_h=600&u_w=800&u_ah=600&u_aw=800&u_cd=24&u_sd=1&dmc=8&adx=-12245933&ady=-12245933&biw=1350&bih=940&scr_x=0&scr_y=0&eid=95399629%2C95400774%2C122880598&oid=2&pvsid=5953167382023364&tmod=1947217752&uas=0&nvt=1&fsapi=1&fc=1920&brdim=10%2C10%2C10%2C10%2C800%2C0%2C780%2C580%2C1350%2C940&vis=1&rsz=%7C%7Cs%7C&abl=NS&fu=32768&bc=31&bz=0.58&ifi=1&uci=a!1&fsb=1&dtd=183 — 200 — 65 B — 102 ms — h3https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 144 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/255/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/255/runner.html — 200 — 5.8 KiB — 108 ms — h2https://pagead2.googlesyndication.com/bg/0RC8bF15euHoMkh1IXZZfWRSzQN4ykSPR6g1iQcPav8.jspagead2.googlesyndication.com/bg/0R... https://pagead2.googlesyndication.com/bg/0RC8bF15euHoMkh1IXZZfWRSzQN4ykSPR6g1iQcPav8.js — 200 — 22.0 KiB — 37 ms — h3https://ep2.adtrafficquality.google/generate_204?c8Q7Xgep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?c8Q7Xg — 204 — 41 B — 33 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=255&t=2&li=gda_r20260825&jk=5953167382023364&bg=!IyClIELNAAaL4Wq0q-E7AEcBe5WfOIAOKSJCdjCUN8OVRm571cin2yWs05APY8rbkR9JEm9nZOUzCsOhUBbEFh9oEXGJ84SzttyAShqawLHzsvpt1WofQQIAAAA4UgAAAAVoAQd-ADeSn0YRiohw7wgn1u1n5R69rok5GS_YCdFve6sP6vCLRkDNkYLdyqi2KQgONEDpAWKQz1yKNbqwmQK0s_5LU7iA6J3nVcews8_XT5VZD6TiJvue-rFb1G6ybVXdhau-3qDJKiA0dJkNdR71x97CCSbLaPbGWkUS3POPhwYJTpD5zjM6iJNekEPc2HNgMz0-S25It2eF8X0uGU2qNwrRobq1ZZ2ZIvJ2aB4ODFr4joLJ_YoY4xap05JNHuQsX2TaXPrwWNcgOA9-imTv47P3LcPxHRgaNDuCq7IeSwsEBZP0CGD6ZZmZ-lhPjlrTnC2jJytLxm0ZEwzHz_8Vt-Qr2kx23Qzi_O2vbCPyAy3iZrf8KNgmQb5p1ER0hJJXDGwit3POTIB5LOjaAS5LvbAcgQ71nogjkA-oBs6dghwE2hytAUjnUljWw0_q7HFZmpG3rFO9efMuKg5t6wibd_R2WCVU4PUIF40blaiS5WcVWb7YMejLHluSsyVlOacaJVkWwFe8gAFztdjAr1UlDG6KHwHH2Zjr_-ICPD7O1r7d1PdE5I7FFVrZyefwX0FmfMLSgY_xBAJJGx1Z0FUseLA_-82uyXjQ5xIWGKsc6Dr07Q1B9mtVi6zA8_qvICvKI74W-VDa6hlZv9cgpEiL2QFERzFUmrb4RgAIBnJYyNhCIZ4UjDf5nJGac8y4yODVTwrelyJPDhpUdsHcjb17AxBqZFdDKVQCIzaATW65JWpt4n7CAJiNXKbVfdcqnvtMAKqnhHbinxhY8GkKtPobpCR7zLKcHXgSqezk-vl2WsvP00k5dcfB4-vK9yezYimXP-bvflXr-nukOGoO7CudDwsNiNn-4wsYf9rEkLEATQIeR7iRtV_36164w1H3TR_WMZz9ouh1LWg6ZElvrRUMP-sDix3AyFnj0M5w05Wv-2rZZHWS8xirpGuhaVKSDfMoHi92AmlOuwlLTHyGcP3Ehb0z_Hp-J2-tgb3YKKY4ybQxtBoep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=255&t=2&li=gda_r20260825&jk=5953167382023364&bg=!IyClIELNAAaL4Wq0q-E7AEcBe5WfOIAOKSJCdjCUN8OVRm571cin2yWs05APY8rbkR9JEm9nZOUzCsOhUBbEFh9oEXGJ84SzttyAShqawLHzsvpt1WofQQIAAAA4UgAAAAVoAQd-ADeSn0YRiohw7wgn1u1n5R69rok5GS_YCdFve6sP6vCLRkDNkYLdyqi2KQgONEDpAWKQz1yKNbqwmQK0s_5LU7iA6J3nVcews8_XT5VZD6TiJvue-rFb1G6ybVXdhau-3qDJKiA0dJkNdR71x97CCSbLaPbGWkUS3POPhwYJTpD5zjM6iJNekEPc2HNgMz0-S25It2eF8X0uGU2qNwrRobq1ZZ2ZIvJ2aB4ODFr4joLJ_YoY4xap05JNHuQsX2TaXPrwWNcgOA9-imTv47P3LcPxHRgaNDuCq7IeSwsEBZP0CGD6ZZmZ-lhPjlrTnC2jJytLxm0ZEwzHz_8Vt-Qr2kx23Qzi_O2vbCPyAy3iZrf8KNgmQb5p1ER0hJJXDGwit3POTIB5LOjaAS5LvbAcgQ71nogjkA-oBs6dghwE2hytAUjnUljWw0_q7HFZmpG3rFO9efMuKg5t6wibd_R2WCVU4PUIF40blaiS5WcVWb7YMejLHluSsyVlOacaJVkWwFe8gAFztdjAr1UlDG6KHwHH2Zjr_-ICPD7O1r7d1PdE5I7FFVrZyefwX0FmfMLSgY_xBAJJGx1Z0FUseLA_-82uyXjQ5xIWGKsc6Dr07Q1B9mtVi6zA8_qvICvKI74W-VDa6hlZv9cgpEiL2QFERzFUmrb4RgAIBnJYyNhCIZ4UjDf5nJGac8y4yODVTwrelyJPDhpUdsHcjb17AxBqZFdDKVQCIzaATW65JWpt4n7CAJiNXKbVfdcqnvtMAKqnhHbinxhY8GkKtPobpCR7zLKcHXgSqezk-vl2WsvP00k5dcfB4-vK9yezYimXP-bvflXr-nukOGoO7CudDwsNiNn-4wsYf9rEkLEATQIeR7iRtV_36164w1H3TR_WMZz9ouh1LWg6ZElvrRUMP-sDix3AyFnj0M5w05Wv-2rZZHWS8xirpGuhaVKSDfMoHi92AmlOuwlLTHyGcP3Ehb0z_Hp-J2-tgb3YKKY4ybQxtBo — 204 — 17 B — 75 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
36% of JavaScript execution is third-party
First-party Third-party 125ms · 330KB · R$11/mo
Google Tag Manager
Tag Manager
Optional
Execution 63ms
Transfer 168 KB
Unused 43%
Monthly Cost R$6/mo
pagead2.googlesyndication.com
Other
Optional
Execution 62ms
Transfer 162 KB
Unused 74%
Monthly Cost R$6/mo

74% of pagead2.googlesyndication.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

Image Optimization
1 images, 77 KB total, 64 KB wasted
INFO

Image Optimization Audit

Total Images

1

Total Size

77 KB

Oversized

1

Wasted

64 KB

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

Send Feedback