Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Solid SEO basics — a few optimizations could boost rankings.
Solid infrastructure — fast server responses across the board.
Mostly compliant — a few items need attention.
Good content signals with minor gaps.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
77 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
Cross-Origin-Embedder-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
Cross-Origin-Opener-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/3df3c1c3-c204-45a9-9cbc-2b00edb2c22f)<a href="https://beavercheck.com/results/3df3c1c3-c204-45a9-9cbc-2b00edb2c22f"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fabril.com.br" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fabril.com.brThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 6.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~29%.
Page takes 6.4s to load
+12% bounceUsers abandon at ~3s — you're 3.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 754ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
BRL 720 investment → BRL 3,574/month returns + BRL 50,000,000 risk avoided
BRL 720
4h · 5 findings
BRL 3,574 /mo
~BRL 42,891 / year
BRL 50,000,000
if kept compliant
BRL 360 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
4.0 developer hours at R$180/hr
Based on Brazil rates (R$180/hr)
Start here for the best return on investment
BRL 4,166,670 / month at risk
~BRL 50,000,038 / year if left unfixed
BRL 50,000,000
+2 more
BRL 3.17 /mo
7731.3 MB/mo × 0.410 BRL/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 2 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.32 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
6.38 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
754 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.32 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.
19.21 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
body > main.site-main > section.banner-promo > img.bannerMobile body > main.site-main > section.banner-promo > img.bannerMobile | /wp-content/uploads/2026/04/VITRINE-ABRIL-MOBILE-490-x-12... | 380.5 KiB | 371.0 KiB |
Veja Negócios div#card-veja-negocios > div.card-body > a.card-capa > img | /wp-content/uploads/capas/veja_negocios_impresso.jpg?resi... | 79.8 KiB | 70.4 KiB |
Quatro Rodas div#card-quatro-rodas > div.card-body > a.card-capa > img | /wp-content/uploads/capas/4rodas_impresso.jpg?resize=209,... | 73.2 KiB | 63.9 KiB |
Claudia div#card-claudia > div.card-body > a.card-capa > img | /wp-content/uploads/capas/claudia_impresso.jpg?resize=209... | 68.2 KiB | 58.8 KiB |
Viagem e Turismo div#card-viagem-e-turismo > div.card-body > a.card-capa > img | /wp-content/uploads/capas/viagem_e_turismo_impresso.jpg?r... | 65.4 KiB | 56.0 KiB |
Veja div#card-veja > div.card-body > a.card-capa > img | /wp-content/uploads/capas/veja_impresso.jpg?resize=209,27... | 56.3 KiB | 47.0 KiB |
Veja Saúde div#card-veja-saude > div.card-body > a.card-capa > img | /wp-content/uploads/capas/saude_impresso.jpg?resize=209,2... | 54.8 KiB | 45.4 KiB |
Super div#card-super > div.card-body > a.card-capa > img | /wp-content/uploads/capas/super_impresso.jpg?resize=209,2... | 49.0 KiB | 39.6 KiB |
Guia do Estudante div#card-guia-do-estudante > div.card-body > a.card-capa > img | /wp-content/uploads/capas/guiadoestudante_impresso.jpg?re... | 47.5 KiB | 38.2 KiB |
Você S/A div#card-voce-s-a > div.card-body > a.card-capa > img | /wp-content/uploads/capas/voce_sa_impresso.jpg?resize=209... | 45.6 KiB | 36.2 KiB |
VEJA + ZERO HORA div#card-veja-zero-hora > div.card-body > a.card-capa > img | /wp-content/uploads/capas/veja_zero_hora_impresso.jpg?res... | 33.9 KiB | 24.6 KiB |
Piauí div#card-piaui > div.card-body > a.card-capa > img | /wp-content/uploads/capas/piaui_impresso.jpg?resize=209,2... | 33.2 KiB | 23.9 KiB |
Você RH div#card-voce-rh > div.card-body > a.card-capa > img | /wp-content/uploads/capas/vocerh_impresso.jpg?resize=209,... | 32.8 KiB | 23.4 KiB |
GOREAD div#card-goread > div.card-body > a.card-capa > img | /wp-content/uploads/capas/goread_impresso.jpg?resize=209,... | 29.8 KiB | 20.4 KiB |
selo reclame aqui footer > div.rlinks > div.container > img.selo-ra | /wp-content/themes/abril-assine/imagem/AssineAbril/novo/r... | 22.1 KiB | 17.0 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| indexa-matomo.up.railway.app/js/container_ZKMdwPd9.js | 0.0 ms | 41.0 KiB |
| cdn.indexanetwork.com.br/idx_grupoabril.js | 3600.0 s | 24.0 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| js.go2sdk.com/v2/tune.js | 0.0 ms | 4.5 KiB |
| sb.scorecardresearch.com/internal-cs/default/beacon-and.js | 86400.0 s | 7.8 KiB |
| m.stalkoda.com/?t=0.2373662759166818 | 0.0 ms | 1.9 KiB |
| /97feb7bd-f165-49a5-b99f-105ef445d7d0/launchpad-liveramp.js | 0.0 ms | 1.5 KiB |
| /src/script/tag/smp_abril?ts4=1776812038249&height_px=823... | 0.0 ms | 1.2 KiB |
| stalkoda.com/code/ | 0.0 ms | 745 B |
| /?id=62c36dfe-b991-ac5a-357d-7b5d22b6196d&width=412&heigh... | 0.0 ms | 499 B |
| smct.co/tm/?t=abril.com.br | 900.0 s | 188 B |
| blend.host/resources/scripts/src/bl_abril.js | 0.0 ms | 137 B |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| /_static/??-eJyVjksOwjAMRC9EahCoZYM4S5qY1iI/ZVwhbk8UNizpy... | 4.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| abril.com.br/ | 1.1 s |
| assine.abril.com.br/?redirect=abrilcom | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/destination?id=AW-&cx=c>m=4e64h1 | 134.1 KiB | 78.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-0HTYQ9ZBSJ&cx=c>m=4e64h1 | 175.0 KiB | 70.1 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-54VSH8Q | 160.9 KiB | 66.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-G1XWXZTWTS | 170.4 KiB | 64.8 KiB |
| www.googletagmanager.com/gtag/js?id=UA-89742635-34&cx=c>m=4e64h1 | 125.0 KiB | 63.9 KiB |
| www.googletagmanager.com/gtag/js?id=UA-1938110-12&cx=c>m=4e64h1 | 115.7 KiB | 63.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-0LTQ9XJNRP&cx=c>m=4e64h1 | 145.9 KiB | 61.6 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 46.1 KiB |
| /wp-content/themes/abril-assine/assets/js/jquery-3.7.0.mi... | 30.7 KiB | 22.7 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| assine.abril.com.br/?redirect=abrilcom | 293 ms | 55 ms | 15 ms |
| www.googletagmanager.com/gtag/js?id=G-G1XWXZTWTS | 293 ms | 248 ms | 38 ms |
| Unattributable | 267 ms | 6.4 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=G-0HTYQ9ZBSJ&cx=c>m=4e64h1 | 260 ms | 215 ms | 42 ms |
| www.googletagmanager.com/gtm.js?id=GTM-54VSH8Q | 234 ms | 186 ms | 41 ms |
| www.googletagmanager.com/gtag/js?id=G-0LTQ9XJNRP&cx=c>m=4e64h1 | 196 ms | 163 ms | 31 ms |
| www.googletagmanager.com/gtag/js?id=UA-89742635-34&cx=c>m=4e64h1 | 127 ms | 98 ms | 28 ms |
| www.googletagmanager.com/gtag/destination?id=AW-&cx=c>m=4e64h1 | 110 ms | 82 ms | 28 ms |
| www.google-analytics.com/analytics.js | 105 ms | 79 ms | 26 ms |
| www.googletagmanager.com/gtag/js?id=UA-1938110-12&cx=c>m=4e64h1 | 104 ms | 77 ms | 26 ms |
| connect.facebook.net/en_US/fbevents.js | 103 ms | 76 ms | 27 ms |
| js-agent.newrelic.com/nr-rum-1.313.1.min.js | 100 ms | 81 ms | 3.9 ms |
| cdn.indexanetwork.com.br/idx_grupoabril.js | 67 ms | 61 ms | 5.3 ms |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.6 s |
| Script Parsing & Compilation | 355 ms |
| Other | 316 ms |
| Style & Layout | 172 ms |
| Parse HTML & CSS | 33 ms |
| Rendering | 17 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.3 KiB | 12.7 KiB |
| inline: if( typeof lgpd_brand == 'unde… | 4.6 KiB | 2.1 KiB |
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
selo reclame aqui footer > div.rlinks > div.container > img.selo-ra | /wp-content/themes/abril-assine/imagem/AssineAbril/novo/r... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Uncaught ReferenceError: ADD_NF is not defined |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
768 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.02 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
6 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
768 ms
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.87 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
body > main.site-main > section.banner-promo > img.bannerDesktop body > main.site-main > section.banner-promo > img.bannerDesktop | /wp-content/uploads/2026/04/VITRINE-ASSINE-1270-x-170-px.... | 1020.6 KiB | 985.5 KiB |
Veja Negócios div#card-veja-negocios > div.card-body > a.card-capa > img | /wp-content/uploads/capas/veja_negocios_impresso.jpg?resi... | 79.8 KiB | 70.4 KiB |
Quatro Rodas div#card-quatro-rodas > div.card-body > a.card-capa > img | /wp-content/uploads/capas/4rodas_impresso.jpg?resize=209,... | 73.2 KiB | 63.9 KiB |
Claudia div#card-claudia > div.card-body > a.card-capa > img | /wp-content/uploads/capas/claudia_impresso.jpg?resize=209... | 68.2 KiB | 58.8 KiB |
Viagem e Turismo div#card-viagem-e-turismo > div.card-body > a.card-capa > img | /wp-content/uploads/capas/viagem_e_turismo_impresso.jpg?r... | 65.4 KiB | 56.0 KiB |
Veja div#card-veja > div.card-body > a.card-capa > img | /wp-content/uploads/capas/veja_impresso.jpg?resize=209,27... | 56.3 KiB | 47.0 KiB |
Veja Saúde div#card-veja-saude > div.card-body > a.card-capa > img | /wp-content/uploads/capas/saude_impresso.jpg?resize=209,2... | 54.8 KiB | 45.4 KiB |
Super div#card-super > div.card-body > a.card-capa > img | /wp-content/uploads/capas/super_impresso.jpg?resize=209,2... | 49.0 KiB | 39.6 KiB |
Guia do Estudante div#card-guia-do-estudante > div.card-body > a.card-capa > img | /wp-content/uploads/capas/guiadoestudante_impresso.jpg?re... | 47.5 KiB | 38.2 KiB |
Você S/A div#card-voce-s-a > div.card-body > a.card-capa > img | /wp-content/uploads/capas/voce_sa_impresso.jpg?resize=209... | 45.6 KiB | 36.2 KiB |
VEJA + ZERO HORA div#card-veja-zero-hora > div.card-body > a.card-capa > img | /wp-content/uploads/capas/veja_zero_hora_impresso.jpg?res... | 33.9 KiB | 24.6 KiB |
Piauí div#card-piaui > div.card-body > a.card-capa > img | /wp-content/uploads/capas/piaui_impresso.jpg?resize=209,2... | 33.2 KiB | 23.9 KiB |
Você RH div#card-voce-rh > div.card-body > a.card-capa > img | /wp-content/uploads/capas/vocerh_impresso.jpg?resize=209,... | 32.8 KiB | 23.4 KiB |
selo reclame aqui div.rlinks > div.container > div.rcol1 > img.selo-ra | /wp-content/themes/abril-assine/imagem/AssineAbril/novo/r... | 22.1 KiB | 21.2 KiB |
GOREAD div#card-goread > div.card-body > a.card-capa > img | /wp-content/uploads/capas/goread_impresso.jpg?resize=209,... | 29.8 KiB | 20.4 KiB |
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| connect.facebook.net/en_US/fbevents.js | 1200.0 s | 96.6 KiB |
| indexa-matomo.up.railway.app/js/container_ZKMdwPd9.js | 0.0 ms | 41.0 KiB |
| cdn.indexanetwork.com.br/idx_grupoabril.js | 3600.0 s | 24.0 KiB |
| www.google-analytics.com/analytics.js | 7200.0 s | 20.9 KiB |
| js.go2sdk.com/v2/tune.js | 0.0 ms | 4.5 KiB |
| sb.scorecardresearch.com/internal-cs/default/beacon.js | 86400.0 s | 6.7 KiB |
| m.stalkoda.com/?t=0.5276019246347426 | 0.0 ms | 1.9 KiB |
| /97feb7bd-f165-49a5-b99f-105ef445d7d0/launchpad-liveramp.js | 0.0 ms | 1.5 KiB |
| stalkoda.com/code/ | 0.0 ms | 753 B |
| /?id=e79e8262-6dc6-7bfe-de6e-f1d3eaa94ef9&width=1350&heig... | 0.0 ms | 501 B |
| smct.co/tm/?t=abril.com.br | 900.0 s | 188 B |
| blend.host/resources/scripts/src/bl_abril.js | 0.0 ms | 137 B |
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size |
|---|---|
| /_static/??-eJyVjksOwjAMRC9EahCoZYM4S5qY1iI/ZVwhbk8UNizpy... | 4.6 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| abril.com.br/ | 474 ms |
| assine.abril.com.br/?redirect=abrilcom | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 40.3 KiB | 12.7 KiB |
| inline: if( typeof lgpd_brand == 'unde… | 4.6 KiB | 2.1 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=G-G1XWXZTWTS&cx=c>m=4e64h1 | 169.3 KiB | 113.9 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-&cx=c>m=4e64h1h1 | 134.1 KiB | 78.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-0HTYQ9ZBSJ&cx=c>m=4e64h1 | 175.0 KiB | 70.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-G1XWXZTWTS | 170.4 KiB | 65.9 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-54VSH8Q | 161.2 KiB | 64.4 KiB |
| www.googletagmanager.com/gtag/js?id=UA-89742635-34&cx=c>m=4e64h1h1 | 124.9 KiB | 63.7 KiB |
| www.googletagmanager.com/gtag/js?id=UA-1938110-12&cx=c>m=4e64h1h1 | 115.7 KiB | 63.6 KiB |
| www.googletagmanager.com/gtag/js?id=G-0LTQ9XJNRP&cx=c>m=4e64h1h1 | 145.9 KiB | 62.3 KiB |
| connect.facebook.net/en_US/fbevents.js | 96.5 KiB | 46.1 KiB |
| /wp-content/themes/abril-assine/assets/js/jquery-3.7.0.mi... | 30.7 KiB | 22.7 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
selo reclame aqui div.rlinks > div.container > div.rcol1 > img.selo-ra | /wp-content/themes/abril-assine/imagem/AssineAbril/novo/r... |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
Uncaught ReferenceError: ADD_NF is not defined |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Send Feedback