Skip to content
https://barbaraferreiraadv.com.br

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
92
GRADE
A
FIX
1
REVIEW
7
PASS
15
INFO
2

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

80
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
96
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.
92
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.46 s

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

4.56 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.002

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

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

4.56 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
25
15 PASS 7 REVIEW 1 FIX
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

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

B
JS Execution Cost
526ms total JS execution
REVIEW
526ms total JS execution
Info::
https://barbaraferreiraadv.com.br/: 210ms CPU time
Info::
Unattributable: 175ms CPU time
Info::
https://barbaraferreiraadv.com.br/wp-includes/js/j...: 142ms CPU time

Main Thread Breakdown

Script Evaluation 35% Other 31% Style & Layout 16% Parse HTML & CSS 9% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://barbaraferreiraadv.com.br/210ms7ms4ms1st
Unattributable175ms5ms0ms1st
https://barbaraferreiraadv.com.br/wp-includes/js/jquery/jquery.min.js?ver=3.7.1142ms125ms7ms1st
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
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
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
JavaScript Blocking
1 JS blocking issue(s) detected
REVIEW
1 JS blocking issue(s) detected
Warning::
14 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Page Weight Budget
337 KB transferred, 37 requests
PASS
337 KB transferred, 37 requests
Info::
Page weighs 792 KB (337 KB transferred)
Info::
37 HTTP requests
Info::
Estimated 0.07 g CO2 per page load
337 KB / 2.4 MB budget
337 KB transferred
37 requests
0.07 g CO2 per page load
JavaScript 126.8 KiB 38%
Fonts 109.0 KiB 32%
Images 63.2 KiB 19%
CSS 24.6 KiB 7%
HTML 12.2 KiB 4%
Other 1.3 KiB 0%
0 2.4 MB 4.9 MB
Under budget
A
Third-Party Impact
34% third-party, 0 ms blocking
PASS
34% third-party, 0 ms blocking
Info::
Third-party code accounts for 34% of page weight (115.4 KiB of 337.0 KiB)
Info::
Third-party blocking time is low (0 ms)
66%
34%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Image Optimization
3 images, 0 KB saveable
PASS
3 images, 0 KB saveable
Info::
All images are well-optimized
3 images 63 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
3 fonts (109 KB)
PASS
3 fonts (109 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

109 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 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.5 s LCP 4.6 shttps://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2nuFiD-vYSZviVYUb_rj3ij_... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2 — 37.6 KiB — 104 ms — font-display: swaphttps://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2JTUSjIg1_i6t8kCHKm459Wl... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 34.7 KiB — 104 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 105 ms — font-display: swap
nuFiD-vYSZviVYUb_rj3ij_... woff2 swap
Size 38 KB
Load time 104 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
JTUSjIg1_i6t8kCHKm459Wl... woff2 swap
Size 35 KB
Load time 104 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 105 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
JS Bundles
16 scripts, 21 KB unused
PASS
16 scripts, 21 KB unused
Warning::
https://barbaraferreiraadv.com.br/wp-includes/js/j...: 21 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 21 KB
21 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://barbaraferreiraadv.com.br/wp-includes/js/jquery/jquery.min.js?ver=3.7.138 KB21 KB (56%)1st
https://barbaraferreiraadv.com.br/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB1st
https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/js/hello-frontend.js?ver=3.4.71 KB1st
https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.53 KB1st
https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.521 KB1st
https://barbaraferreiraadv.com.br/wp-includes/js/jquery/ui/core.min.js?ver=1.13.38 KB1st
https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.513 KB1st
https://barbaraferreiraadv.com.br/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.35.13 KB1st
https://barbaraferreiraadv.com.br/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d2 KB1st
https://barbaraferreiraadv.com.br/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec3 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

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+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
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.
A+
Page Weight Inventory
37 resources · 337 KB · 21 KB savings available
PASS
37 resources · 337 KB · 21 KB savings available
Info::
Within 1MB page-weight target
Got: 337 KB
Info::
8 third-party resources (34% of weight)
37 resources · 337.0 KiB · 8 third-party Within 1MB page-weight target
JavaScript 38% · 126.8 KiB
Font 32% · 109.0 KiB
Image 19% · 64.4 KiB
CSS 7% · 24.6 KiB
Document 4% · 12.2 KiB

~21.0 KiB of savings available

Remove unused JavaScript: 21.0 KiB
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
A
CSS Performance Depth
1 CSS depth issue(s) detected
PASS
1 CSS depth issue(s) detected
Warning::
13 render-blocking stylesheet(s) -- recommended: <=3
Each `<link rel="stylesheet">` without a non-blocking `media` attribute holds up the first paint. Browsers download all of them before painting any content. Consolidate into 1-2 critical-path stylesheets; defer non-critical CSS via `<link rel="stylesheet" media="print" onload="this.media='all'">` or via the loadCSS pattern; inline above-the-fold CSS in `<style>` to short-circuit the request entirely.
Network Waterfall
37 requests over 1966ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.5 s LCP 4.6 shttps://barbaraferreiraadv.com.br// https://barbaraferreiraadv.com.br/ — 200 — 12.2 KiB — 815 ms — h2https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.7/wp-content/themes/hello-elementor/... https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.7 — 200 — 2.1 KiB — 221 ms — h2https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.7/wp-content/themes/hello-elementor/... https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.7 — 200 — 1.4 KiB — 437 ms — h2https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.7/wp-content/themes/hello-elementor/... https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.7 — 200 — 1.8 KiB — 224 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.5 — 200 — 9.9 KiB — 446 ms — h2https://barbaraferreiraadv.com.br/wp-content/uploads/elementor/css/post-7.css?ver=1779388930/wp-content/uploads/elementor/css/p... https://barbaraferreiraadv.com.br/wp-content/uploads/elementor/css/post-7.css?ver=1779388930 — 200 — 525 B — 423 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.5 — 200 — 190 B — 227 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.5 — 200 — 191 B — 432 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.min.css?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.min.css?ver=4.0.5 — 200 — 149 B — 437 ms — h2https://barbaraferreiraadv.com.br/wp-content/uploads/elementor/css/post-11.css?ver=1779388931/wp-content/uploads/elementor/css/p... https://barbaraferreiraadv.com.br/wp-content/uploads/elementor/css/post-11.css?ver=1779388931 — 200 — 1.9 KiB — 216 ms — h2https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swapfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap — 200 — 3.3 KiB — 106 ms — h2https://fonts.googleapis.com/css?family=Roboto+Slab:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swapfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto+Slab:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap — 200 — 1.0 KiB — 105 ms — h2https://fonts.googleapis.com/css?family=Playfair+Display:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swapfonts.googleapis.com/css?family=Pla... https://fonts.googleapis.com/css?family=Playfair+Display:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap — 200 — 927 B — 98 ms — h2https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swapfonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap — 200 — 1.2 KiB — 104 ms — h2https://barbaraferreiraadv.com.br/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://barbaraferreiraadv.com.br/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 37.5 KiB — 616 ms — h2https://barbaraferreiraadv.com.br/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://barbaraferreiraadv.com.br/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.4 KiB — 427 ms — h2https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/image-removebg-preview.webp/wp-content/uploads/2026/03/image-r... https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/image-removebg-preview.webp — 200 — 14.7 KiB — 423 ms — h2https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/Design-sem-nome-3-e1773343251299.webp/wp-content/uploads/2026/03/Design-... https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/Design-sem-nome-3-e1773343251299.webp — 200 — 34.1 KiB — 416 ms — h2https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/js/hello-frontend.js?ver=3.4.7/wp-content/themes/hello-elementor/... https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/js/hello-frontend.js?ver=3.4.7 — 200 — 586 B — 438 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.5 — 200 — 2.6 KiB — 212 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.5 — 200 — 20.6 KiB — 214 ms — h2https://barbaraferreiraadv.com.br/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3/wp-includes/js/jquery/ui/core.min.... https://barbaraferreiraadv.com.br/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 8.2 KiB — 216 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.5 — 200 — 13.0 KiB — 217 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.35.1/wp-content/plugins/elementor-pro/a... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.35.1 — 200 — 2.9 KiB — 211 ms — h2https://barbaraferreiraadv.com.br/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d/wp-includes/js/dist/hooks.min.js?v... https://barbaraferreiraadv.com.br/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d — 200 — 1.9 KiB — 211 ms — h2https://barbaraferreiraadv.com.br/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec/wp-includes/js/dist/i18n.min.js?ve... https://barbaraferreiraadv.com.br/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec — 200 — 2.5 KiB — 213 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.35.1/wp-content/plugins/elementor-pro/a... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.35.1 — 200 — 8.3 KiB — 215 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.35.1/wp-content/plugins/elementor-pro/a... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.35.1 — 200 — 13.9 KiB — 218 ms — h2https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/unnamed.jpg/wp-content/uploads/2026/03/unnamed... https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/unnamed.jpg — 200 — 14.4 KiB — 213 ms — h2https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2fonts.gstatic.com/s/playfairdisplay... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2 — 200 — 37.6 KiB — 104 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.5 s LCP 4.6 shttps://barbaraferreiraadv.com.br// https://barbaraferreiraadv.com.br/ — 200 — 12.2 KiB — 815 ms — h2https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.7/wp-content/themes/hello-elementor/... https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/css/reset.css?ver=3.4.7 — 200 — 2.1 KiB — 221 ms — h2https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.7/wp-content/themes/hello-elementor/... https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/css/theme.css?ver=3.4.7 — 200 — 1.4 KiB — 437 ms — h2https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.7/wp-content/themes/hello-elementor/... https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/css/header-footer.css?ver=3.4.7 — 200 — 1.8 KiB — 224 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=4.0.5 — 200 — 9.9 KiB — 446 ms — h2https://barbaraferreiraadv.com.br/wp-content/uploads/elementor/css/post-7.css?ver=1779388930/wp-content/uploads/elementor/css/p... https://barbaraferreiraadv.com.br/wp-content/uploads/elementor/css/post-7.css?ver=1779388930 — 200 — 525 B — 423 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=4.0.5 — 200 — 190 B — 227 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=4.0.5 — 200 — 191 B — 432 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.min.css?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-shrink.min.css?ver=4.0.5 — 200 — 149 B — 437 ms — h2https://barbaraferreiraadv.com.br/wp-content/uploads/elementor/css/post-11.css?ver=1779388931/wp-content/uploads/elementor/css/p... https://barbaraferreiraadv.com.br/wp-content/uploads/elementor/css/post-11.css?ver=1779388931 — 200 — 1.9 KiB — 216 ms — h2https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swapfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap — 200 — 3.3 KiB — 106 ms — h2https://fonts.googleapis.com/css?family=Roboto+Slab:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swapfonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto+Slab:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap — 200 — 1.0 KiB — 105 ms — h2https://fonts.googleapis.com/css?family=Playfair+Display:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swapfonts.googleapis.com/css?family=Pla... https://fonts.googleapis.com/css?family=Playfair+Display:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap — 200 — 927 B — 98 ms — h2https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swapfonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic&display=swap — 200 — 1.2 KiB — 104 ms — h2https://barbaraferreiraadv.com.br/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://barbaraferreiraadv.com.br/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 37.5 KiB — 616 ms — h2https://barbaraferreiraadv.com.br/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://barbaraferreiraadv.com.br/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.4 KiB — 427 ms — h2https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/image-removebg-preview.webp/wp-content/uploads/2026/03/image-r... https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/image-removebg-preview.webp — 200 — 14.7 KiB — 423 ms — h2https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/Design-sem-nome-3-e1773343251299.webp/wp-content/uploads/2026/03/Design-... https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/Design-sem-nome-3-e1773343251299.webp — 200 — 34.1 KiB — 416 ms — h2https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/js/hello-frontend.js?ver=3.4.7/wp-content/themes/hello-elementor/... https://barbaraferreiraadv.com.br/wp-content/themes/hello-elementor/assets/js/hello-frontend.js?ver=3.4.7 — 200 — 586 B — 438 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=4.0.5 — 200 — 2.6 KiB — 212 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=4.0.5 — 200 — 20.6 KiB — 214 ms — h2https://barbaraferreiraadv.com.br/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3/wp-includes/js/jquery/ui/core.min.... https://barbaraferreiraadv.com.br/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 8.2 KiB — 216 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.5/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=4.0.5 — 200 — 13.0 KiB — 217 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.35.1/wp-content/plugins/elementor-pro/a... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.35.1 — 200 — 2.9 KiB — 211 ms — h2https://barbaraferreiraadv.com.br/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d/wp-includes/js/dist/hooks.min.js?v... https://barbaraferreiraadv.com.br/wp-includes/js/dist/hooks.min.js?ver=7496969728ca0f95732d — 200 — 1.9 KiB — 211 ms — h2https://barbaraferreiraadv.com.br/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec/wp-includes/js/dist/i18n.min.js?ve... https://barbaraferreiraadv.com.br/wp-includes/js/dist/i18n.min.js?ver=781d11515ad3d91786ec — 200 — 2.5 KiB — 213 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.35.1/wp-content/plugins/elementor-pro/a... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.35.1 — 200 — 8.3 KiB — 215 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.35.1/wp-content/plugins/elementor-pro/a... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.35.1 — 200 — 13.9 KiB — 218 ms — h2https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/unnamed.jpg/wp-content/uploads/2026/03/unnamed... https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/unnamed.jpg — 200 — 14.4 KiB — 213 ms — h2https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2fonts.gstatic.com/s/playfairdisplay... https://fonts.gstatic.com/s/playfairdisplay/v40/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2 — 200 — 37.6 KiB — 104 ms — h3https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2fonts.gstatic.com/s/montserrat/v31/... https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2 — 200 — 34.7 KiB — 104 ms — h3https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 105 ms — h3blob:https://barbaraferreiraadv.com.br/0162522a-0f8b-4d85-97c9-71b463de45c8barbaraferreiraadv.com.br/0162522a-... blob:https://barbaraferreiraadv.com.br/0162522a-0f8b-4d85-97c9-71b463de45c8 — 200 — -1 B — 43 ms — blobhttps://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js — 200 — 3.1 KiB — 209 ms — h2https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js/wp-content/plugins/elementor/asset... https://barbaraferreiraadv.com.br/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js — 200 — 688 B — 208 ms — h2https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/cropped-cropped-SUBMARCA-PNG-4-32x32.webp/wp-content/uploads/2026/03/cropped... https://barbaraferreiraadv.com.br/wp-content/uploads/2026/03/cropped-cropped-SUBMARCA-PNG-4-32x32.webp — 200 — 1.3 KiB — 207 ms — h2https://barbaraferreiraadv.com.br/wp-includes/js/wp-emoji-release.min.js?ver=7.0/wp-includes/js/wp-emoji-release.mi... https://barbaraferreiraadv.com.br/wp-includes/js/wp-emoji-release.min.js?ver=7.0 — 200 — 5.6 KiB — 210 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
2 images, 49 KB total, 14 KB wasted
INFO

Image Optimization Audit

Total Images

2

Total Size

49 KB

Oversized

1

Wasted

14 KB

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

Send Feedback