Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Room to improve — your 20.3s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Well-optimized for search — your content is discoverable.
Solid infrastructure — fast server responses across the board.
Strong compliance posture across regulations.
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.
'unsafe-eval' found in script source
Security gaps expose your site and users to attacks, eroding trust.
'unsafe-inline' found in script source
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 12.0 MB (6.2 MB transferred)
Performance issues directly impact user engagement and conversion rates.
2 button(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
26 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
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/9f2e3836-35f1-46a5-bb9f-b9f5c12266df)<a href="https://beavercheck.com/results/9f2e3836-35f1-46a5-bb9f-b9f5c12266df"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsecurelist.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsecurelist.comThis 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 20.3s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~34%.
Page takes 20.3s to load
+12% bounceUsers abandon at ~3s — you're 17.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.3s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
Mixed content on HTTPS page
+8% bounceBrowsers block insecure subresources — broken images, missing scripts, warning badge
Fix: Change http:// URLs inside the page to https:// (or protocol-relative)
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 structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
76 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
4 broken link(s) on the page
+5% 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.
CHF 780 investment → CHF 1.38/month returns + CHF 250,000 risk avoided
CHF 780
6h · 5 findings
CHF 1.38 /mo
~CHF 17 / year
CHF 250,000
if kept compliant
CHF 130 — 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.
6.0 developer hours at CHF130/hr
Based on Switzerland rates (CHF130/hr)
Start here for the best return on investment
CHF 20,835 / month at risk
~CHF 250,017 / year if left unfixed
CHF 250,000
CHF 1.38 /mo
19525.0 MB/mo × 0.071 CHF/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 5 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.
8.97 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
20.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.26 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.019
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.79 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.
20.55 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.
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.
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 | |
|---|---|---|---|
div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/25102423/global-repo... | 696.7 KiB | 689.5 KiB |
article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/02/24143836/Black-box-E... | 596.4 KiB | 589.3 KiB |
article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/23112258/Dark-web-jo... | 556.1 KiB | 548.9 KiB |
div.o-container-fluid > div.c-image > a > img div.o-container-fluid > div.c-image > a > img | /wp-content/uploads/sites/43/2020/12/03133605/SOC-evoluti... | 513.3 KiB | 485.7 KiB |
div.o-col-4@sm > div.c-image > a > img div.o-col-4@sm > div.c-image > a > img | /wp-content/uploads/sites/43/2020/12/07162648/xTraining-L... | 433.7 KiB | 406.1 KiB |
div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/04/17080858/adaptixc2-f... | 117.9 KiB | 116.7 KiB |
div > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail-large div > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail-large | /wp-content/uploads/sites/43/2025/12/02095721/SL-KSB-stat... | 111.8 KiB | 98.7 KiB |
div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/01052848/SL-CrystalX... | 88.4 KiB | 81.3 KiB |
div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/04/20105354/10ad14ce5b0... | 75.5 KiB | 74.2 KiB |
article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2025/10/14082820/SL-DFI-META... | 80.4 KiB | 73.3 KiB |
article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/23113855/SOC-webinar... | 74.7 KiB | 67.5 KiB |
div.o-col-3@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-3@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/04/15120820/SL-industri... | 60.9 KiB | 59.7 KiB |
div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/26104331/SL-LiteLLM-... | 62.5 KiB | 55.3 KiB |
div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/10080849/SL-BeatBank... | 55.7 KiB | 54.5 KiB |
div.o-col-8@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-8@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/04/17120729/SL-Lotus-Wi... | 67.8 KiB | 52.3 KiB |
div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/16084357/gopix-featu... | 51.3 KiB | 50.1 KiB |
div.o-col-8@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-8@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/12131223/SL-Horabot-... | 64.5 KiB | 49.0 KiB |
div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/25105135/coruna-feat... | 54.2 KiB | 47.5 KiB |
On April 9, 2026, the website cpuid[.]com, hosting installers for popular syste… div.o-col-3@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/04/10145014/pingpongsup... | 40.4 KiB | 39.2 KiB |
On April 9, 2026, the website cpuid[.]com, hosting installers for popular syste… div.o-col-3@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/04/10145014/pingpongsup... | 35.8 KiB | 34.6 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
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.
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 | Duration |
|---|---|---|
| /wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/... | 13.6 KiB | |
| /wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/... | 713 B | |
| /wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/... | 170.5 KiB | 2.2 s |
| securelist.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 86.0 KiB | 1.4 s |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/... | 170.0 KiB | 166.9 KiB |
| 13.5 KiB | 11.6 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.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 241.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T45JW6B>m=4e64m0h2 | 214.3 KiB | 71.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-YP1JLG57CH&cx=c>m=4e64m0h2 | 150.5 KiB | 65.0 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5CGZ3HG | 142.8 KiB | 61.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WZ7LJ3 | 194.9 KiB | 55.1 KiB |
| connect.facebook.net/en_US/all.js?hash=c4bcd65e6221b1ae49f7884b022936ef | 83.2 KiB | 54.4 KiB |
| /wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/... | 82.3 KiB | 46.1 KiB |
| mc.yandex.com/metrika/tag.js | 84.7 KiB | 43.9 KiB |
| securelist.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 85.5 KiB | 36.5 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 |
|---|---|---|---|
| /wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/... | 664 ms | 531 ms | 23 ms |
| Unattributable | 655 ms | 44 ms | 0.0 ms |
| securelist.com/ | 618 ms | 20 ms | 9.7 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5CGZ3HG | 603 ms | 552 ms | 43 ms |
| www.googletagmanager.com/gtm.js?id=GTM-WZ7LJ3 | 424 ms | 323 ms | 68 ms |
| /uc.js?cbid=cff94f08-9b87-48a3-9cee-fc2a6fd5d7cf&consentm... | 422 ms | 240 ms | 12 ms |
| www.googletagmanager.com/gtm.js?id=GTM-T45JW6B>m=4e64m0h2 | 339 ms | 209 ms | 65 ms |
| securelist.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 239 ms | 145 ms | 7.1 ms |
| www.googletagmanager.com/gtag/js?id=G-YP1JLG57CH&cx=c>m=4e64m0h2 | 223 ms | 186 ms | 35 ms |
| mc.yandex.com/metrika/tag.js | 201 ms | 178 ms | 19 ms |
| /wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/... | 175 ms | 0.0 ms | 0.0 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 161 ms | 81 ms | 80 ms |
| connect.facebook.net/en_US/all.js?hash=c4bcd65e6221b1ae49f7884b022936ef | 121 ms | 99 ms | 21 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 | 2.7 s |
| Other | 925 ms |
| Style & Layout | 442 ms |
| Script Parsing & Compilation | 439 ms |
| Parse HTML & CSS | 345 ms |
| Garbage Collection | 108 ms |
| Rendering | 42 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 |
|---|---|---|
| securelist.com/wp-content/themes/securelist2020/assets/js/fix.js | 6.8 KiB | 2.3 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 | |
|---|---|
div.o-container-fluid > div.c-image > a > img div.o-container-fluid > div.c-image > a > img | /wp-content/uploads/sites/43/2020/12/03133605/SOC-evoluti... |
div.o-col-4@sm > div.c-image > a > img div.o-col-4@sm > div.c-image > a > img | /wp-content/uploads/sites/43/2020/12/07162648/xTraining-L... |
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.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Show details div#CybotCookiebotDialogBody > div.CybotCookiebotDialogBodyBottomWrapper > div#CybotCookiebotDialogBodyEdgeMoreDetails > a#CybotCookiebotDialogBodyEdgeMoreDetailsLink |
Allow all cookies div.CybotCookiebotScrollArea > div#CybotCookiebotDialogBodyButtons > div#CybotCookiebotDialogBodyButtonsWrapper > button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll |
Customize div.CybotCookiebotScrollArea > div#CybotCookiebotDialogBodyButtons > div#CybotCookiebotDialogBodyButtonsWrapper > button#CybotCookiebotDialogBodyLevelButtonCustomize |
Use necessary cookies only div.CybotCookiebotScrollArea > div#CybotCookiebotDialogBodyButtons > div#CybotCookiebotDialogBodyButtonsWrapper > button#CybotCookiebotDialogBodyButtonDecline |
ALEXANDER CHUDNOV ul.c-list-authors > li > a > span |
MIKHAIL REZNICHENKO ul.c-list-authors > li > a > span |
KASPERSKY ICS CERT ul.c-list-authors > li > a > span |
TECHNOLOGIES AND SERVICES div.c-card__body > header.c-card__header > p.c-card__headline > a.c-tag |
10 MAR 2026, 5:00PM div.c-card__body > header.c-card__header > div.u-flex > time.c-card__event-date |
FERNANDO ANDREAZI ul.c-list-authors > li > a > span |
THREAT INTELLIGENCE AND IR div.c-card__body > header.c-card__header > p.c-card__headline > a.c-tag |
26 FEB 2026, 5:00PM div.c-card__body > header.c-card__header > div.u-flex > time.c-card__event-date |
ALEXANDRA FEDOSIMOVA ul.c-list-authors > li > a > span |
View all categories div.o-col-3@md > ul.c-list-categories > li.c-list-categories__more > a |
MALWARE DESCRIPTIONS div.c-card__body > header.c-card__header > p.c-card__headline > a.c-tag |
DOMENICO CALDARELLA ul.c-list-authors > li > a > span |
MATEUS SALGADO ul.c-list-authors > li > a > span |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
THREATS div.o-container-fluid > div.o-row > div.o-col > h5.c-block__title |
WEBINARS div.o-container-fluid > div.o-row > div.o-col > h5.c-block__title |
CATEGORIES div.o-container-fluid > div.o-row > div.o-col-3@md > h5.c-block__title |
REPORTS div.c-page > section.c-block > div.o-container-fluid > h5.c-block__title |
These are opportunities to improve keyboard navigation in your application.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-container-fluid > div.c-image > a > img div.o-container-fluid > div.c-image > a > img |
div.o-col-4@sm > div.c-image > a > img div.o-col-4@sm > div.c-image > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body.home > header#site-header > div.container > a.menu-toggle body.home > header#site-header > div.container > a.menu-toggle |
div.container > div.c-site-title > div.c-site-logo__group > a.c-site-logo div.container > div.c-site-title > div.c-site-logo__group > a.c-site-logo |
div.o-row > div.o-col-8@md > article.c-card > a.c-card__figure div.o-row > div.o-col-8@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-3@md > article.c-card > a.c-card__figure div.o-row > div.o-col-3@md > article.c-card > a.c-card__figure |
section.c-block > div.o-container-fluid > div.c-image > a section.c-block > div.o-container-fluid > div.c-image > a |
div > div.o-col-6@sm > article.c-card > a.c-card__figure div > div.o-col-6@sm > article.c-card > a.c-card__figure |
div.o-col-6@sm > article.c-card > div.c-card__figure > a.c-card__figure-link div.o-col-6@sm > article.c-card > div.c-card__figure > a.c-card__figure-link |
div.o-row > div.o-col-8@md > article.c-card > a.c-card__figure div.o-row > div.o-col-8@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure |
div.o-container-fluid > div > article.c-card > a.c-card__figure div.o-container-fluid > div > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@sm > div.c-image > a div.o-row > div.o-col-4@sm > div.c-image > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
VALERY AKULENKO div.c-card__authors > ul.c-list-authors > li > a |
ALEXEY DVORTSOV div.c-card__authors > ul.c-list-authors > li > a |
GEORGY KUCHERIN div.c-card__authors > ul.c-list-authors > li > a |
MIKHAIL REZNICHENKO div.c-card__authors > ul.c-list-authors > li > a |
SERGEY SOLDATOV div.c-card__authors > ul.c-list-authors > li > a |
FERNANDO ANDREAZI div.c-card__authors > ul.c-list-authors > li > a |
Privacy Policy div.c-page-footer__links > ul > li > a |
Cookies div.c-page-footer__links > ul > li > a |
These items highlight common accessibility best practices.
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 |
|---|---|
mc.yandex.com/metrika/tag.js line 459, col 17 | Connecting to 'wss://mc.yandex.com/solid.ws' violates the following Content Security Policy directive: "connect-src 'self' https://*.doubleclick.net https://*.facebook.com https://*.facebook.net https://*.google-analytics.com https://*.google.com https://*.kaspersky.ca https://*.kaspersky.co.jp https://*.kaspersky.co.uk https://*.kaspersky.co.za https://*.kaspersky.com https://*.kaspersky.com.au https://*.kaspersky.com.br https://*.kaspersky.com.tr https://*.kaspersky.de https://*.kaspersky.es https://*.kaspersky.fr https://*.kaspersky.it https://*.kaspersky.nl https://*.kaspersky.pt https://*.kaspersky.ru https://*.kaspersky.se https://*.kasperskycontenthub.com https://*.mktoresp.com https://*.pingdom.net https://*.reddit.com https://*.securelist.com https://*.securelist.lat https://*.securelist.ru https://*.yandex.com https://*.yandex.ru https://*.youtube.com https://box.kaspersky.com https://consentcdn.cookiebot.com https://e.infogram.com https://kasperskycontenthub.com https://kasperskyform.com/bitrix/services/main/ajax.php https://kasperskyform.eu/bitrix/services/main/ajax.php https://mc.yandex.ru https://securelist.com https://tpc.googlesyndication.com https://www.googletagmanager.com wss://mc.yandex.ru/solid.ws". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-container-fluid > div.c-image > a > img div.o-container-fluid > div.c-image > a > img |
div.o-col-4@sm > div.c-image > a > img div.o-col-4@sm > div.c-image > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Cookies div.c-page-footer__links > ul > li > a |
To appear in search results, crawlers need access to your app.
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.
1.52 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.65 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
15 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.006
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.03 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.47 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.
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.
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.
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 | Duration |
|---|---|---|
| /wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/... | 170.5 KiB | 929 ms |
| /wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/... | 13.6 KiB | |
| /wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/... | 716 B | |
| securelist.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 86.0 KiB | 399 ms |
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 | |
|---|---|---|---|
div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/25102423/global-repo... | 696.7 KiB | 691.3 KiB |
article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/02/24143836/Black-box-E... | 596.4 KiB | 591.0 KiB |
article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/23112258/Dark-web-jo... | 556.1 KiB | 550.7 KiB |
div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/04/17080858/adaptixc2-f... | 117.9 KiB | 112.5 KiB |
div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/01052848/SL-CrystalX... | 88.4 KiB | 83.1 KiB |
div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/04/20105354/10ad14ce5b0... | 75.5 KiB | 70.1 KiB |
article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail article.c-card > div.c-card__figure > a.c-card__figure-link > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/23113855/SOC-webinar... | 74.7 KiB | 69.3 KiB |
div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/26104331/SL-LiteLLM-... | 62.5 KiB | 57.1 KiB |
div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/10080849/SL-BeatBank... | 55.7 KiB | 50.6 KiB |
div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-6@sm > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/25105135/coruna-feat... | 54.2 KiB | 49.2 KiB |
div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-4@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/16084357/gopix-featu... | 51.3 KiB | 46.6 KiB |
div.o-col-8@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-8@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/04/17120729/SL-Lotus-Wi... | 67.8 KiB | 44.4 KiB |
div.o-col-8@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail div.o-col-8@md > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail | /wp-content/uploads/sites/43/2026/03/12131223/SL-Horabot-... | 64.5 KiB | 41.2 KiB |
div.o-col-4@sm > div.c-image > a > img div.o-col-4@sm > div.c-image > a > img | /wp-content/uploads/sites/43/2020/12/07162656/xTraining-L... | 55.4 KiB | 31.4 KiB |
div > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail-large div > article.c-card > a.c-card__figure > img.attachment-securelist-2020-thumbnail-large | /wp-content/uploads/sites/43/2025/12/02095721/SL-KSB-stat... | 111.8 KiB | 29.4 KiB |
div.o-container-fluid > div.c-image > a > img.initial div.o-container-fluid > div.c-image > a > img.initial | /wp-content/uploads/sites/43/2020/12/03133904/SOC-evoluti... | 40.4 KiB | 11.0 KiB |
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
Performance issues directly impact user engagement and conversion rates.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/... | 170.0 KiB | 164.0 KiB |
| 13.5 KiB | 10.1 KiB |
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 |
|---|---|---|
| securelist.com/wp-content/themes/securelist2020/assets/js/fix.js | 6.8 KiB | 2.3 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.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 361.8 KiB | 241.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-T45JW6B>m=4e64m0h2 | 214.4 KiB | 71.7 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5CGZ3HG | 143.2 KiB | 65.4 KiB |
| www.googletagmanager.com/gtag/js?id=G-YP1JLG57CH&cx=c>m=4e64m0h2 | 150.5 KiB | 64.4 KiB |
| connect.facebook.net/en_US/all.js?hash=c4bcd65e6221b1ae49f7884b022936ef | 83.2 KiB | 54.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WZ7LJ3 | 194.9 KiB | 54.0 KiB |
| /wp-content/plugins/bwp-minify/min/?f=wp-content/plugins/... | 82.3 KiB | 45.2 KiB |
| mc.yandex.com/metrika/tag.js | 84.7 KiB | 43.9 KiB |
| securelist.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 85.5 KiB | 36.0 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 | |
|---|---|
div.o-col-4@sm > div.c-image > a > img div.o-col-4@sm > div.c-image > a > img | /wp-content/uploads/sites/43/2020/12/07162656/xTraining-L... |
div.o-container-fluid > div.c-image > a > img.initial div.o-container-fluid > div.c-image > a > img.initial | /wp-content/uploads/sites/43/2020/12/03133904/SOC-evoluti... |
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.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-row > div.o-col-6@md > form.c-page-search__form > button.c-button div.o-row > div.o-col-6@md > form.c-page-search__form > button.c-button |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-container-fluid > div.c-image > a > img.initial div.o-container-fluid > div.c-image > a > img.initial |
div.o-col-4@sm > div.c-image > a > img div.o-col-4@sm > div.c-image > a > img |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.container > div.c-site-title > div.c-site-logo__group > a.c-site-logo div.container > div.c-site-title > div.c-site-logo__group > a.c-site-logo |
div.o-row > div.o-col-8@md > article.c-card > a.c-card__figure div.o-row > div.o-col-8@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure |
section.c-block > div.o-container-fluid > div.c-image > a section.c-block > div.o-container-fluid > div.c-image > a |
div.o-row > div.o-col-6@sm > article.c-card > a.c-card__figure div.o-row > div.o-col-6@sm > article.c-card > a.c-card__figure |
div.o-row > div.o-col-6@sm > article.c-card > a.c-card__figure div.o-row > div.o-col-6@sm > article.c-card > a.c-card__figure |
div.o-row > div.o-col-6@sm > article.c-card > a.c-card__figure div.o-row > div.o-col-6@sm > article.c-card > a.c-card__figure |
div.o-row > div.o-col-6@sm > article.c-card > a.c-card__figure div.o-row > div.o-col-6@sm > article.c-card > a.c-card__figure |
div.o-col-6@sm > article.c-card > div.c-card__figure > a.c-card__figure-link div.o-col-6@sm > article.c-card > div.c-card__figure > a.c-card__figure-link |
div.o-col-6@sm > article.c-card > div.c-card__figure > a.c-card__figure-link div.o-col-6@sm > article.c-card > div.c-card__figure > a.c-card__figure-link |
div.o-col-6@sm > article.c-card > div.c-card__figure > a.c-card__figure-link div.o-col-6@sm > article.c-card > div.c-card__figure > a.c-card__figure-link |
div.o-row > div.o-col-8@md > article.c-card > a.c-card__figure div.o-row > div.o-col-8@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure div.o-row > div.o-col-4@md > article.c-card > a.c-card__figure |
div.o-container-fluid > div > article.c-card > a.c-card__figure div.o-container-fluid > div > article.c-card > a.c-card__figure |
div.o-row > div.o-col-4@sm > div.c-image > a div.o-row > div.o-col-4@sm > div.c-image > a |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Show details div#CybotCookiebotDialogBody > div.CybotCookiebotDialogBodyBottomWrapper > div#CybotCookiebotDialogBodyEdgeMoreDetails > a#CybotCookiebotDialogBodyEdgeMoreDetailsLink |
Allow all cookies div.CybotCookiebotScrollArea > div#CybotCookiebotDialogBodyButtons > div#CybotCookiebotDialogBodyButtonsWrapper > button#CybotCookiebotDialogBodyLevelButtonLevelOptinAllowAll |
Customize div.CybotCookiebotScrollArea > div#CybotCookiebotDialogBodyButtons > div#CybotCookiebotDialogBodyButtonsWrapper > button#CybotCookiebotDialogBodyLevelButtonCustomize |
Use necessary cookies only div.CybotCookiebotScrollArea > div#CybotCookiebotDialogBodyButtons > div#CybotCookiebotDialogBodyButtonsWrapper > button#CybotCookiebotDialogBodyButtonDecline |
TECHNOLOGIES AND SERVICES div.c-card__body > header.c-card__header > p.c-card__headline > a.c-tag |
THREAT INTELLIGENCE AND IR div.c-card__body > header.c-card__header > p.c-card__headline > a.c-tag |
TECHNOLOGIES AND SERVICES div.c-card__body > header.c-card__header > p.c-card__headline > a.c-tag |
VIEW ALL CATEGORIES div.o-col-3@md > ul.c-list-categories > li.c-list-categories__more > a |
MALWARE DESCRIPTIONS div.c-card__body > header.c-card__header > p.c-card__headline > a.c-tag |
DOMENICO CALDARELLA ul.c-list-authors > li > a > span |
MATEUS SALGADO ul.c-list-authors > li > a > span |
GREAT ul.c-list-authors > li > a > span |
GREAT ul.c-list-authors > li > a > span |
These are opportunities to improve the legibility of your content.
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
THREATS div.o-container-fluid > div.o-row > div.o-col > h5.c-block__title |
WEBINARS div.o-container-fluid > div.o-row > div.o-col > h5.c-block__title |
CATEGORIES div.o-container-fluid > div.o-row > div.o-col-3@md > h5.c-block__title |
REPORTS div.c-page > section.c-block > div.o-container-fluid > h5.c-block__title |
These are opportunities to improve keyboard navigation in your application.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
VALERY AKULENKO div.c-card__authors > ul.c-list-authors > li > a |
ALEXEY DVORTSOV div.c-card__authors > ul.c-list-authors > li > a |
GEORGY KUCHERIN div.c-card__authors > ul.c-list-authors > li > a |
KIRILL KORCHEMNY div.c-card__authors > ul.c-list-authors > li > a |
OLGA ALTUKHOVA div.c-card__authors > ul.c-list-authors > li > a |
POLINA TRETYAK div.c-card__authors > ul.c-list-authors > li > a |
SERGEY SOLDATOV div.c-card__authors > ul.c-list-authors > li > a |
FERNANDO ANDREAZI div.c-card__authors > ul.c-list-authors > li > a |
These items highlight common accessibility best practices.
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 |
|---|---|
mc.yandex.com/metrika/tag.js line 459, col 17 | Connecting to 'wss://mc.yandex.com/solid.ws' violates the following Content Security Policy directive: "connect-src 'self' https://*.doubleclick.net https://*.facebook.com https://*.facebook.net https://*.google-analytics.com https://*.google.com https://*.kaspersky.ca https://*.kaspersky.co.jp https://*.kaspersky.co.uk https://*.kaspersky.co.za https://*.kaspersky.com https://*.kaspersky.com.au https://*.kaspersky.com.br https://*.kaspersky.com.tr https://*.kaspersky.de https://*.kaspersky.es https://*.kaspersky.fr https://*.kaspersky.it https://*.kaspersky.nl https://*.kaspersky.pt https://*.kaspersky.ru https://*.kaspersky.se https://*.kasperskycontenthub.com https://*.mktoresp.com https://*.pingdom.net https://*.reddit.com https://*.securelist.com https://*.securelist.lat https://*.securelist.ru https://*.yandex.com https://*.yandex.ru https://*.youtube.com https://box.kaspersky.com https://consentcdn.cookiebot.com https://e.infogram.com https://kasperskycontenthub.com https://kasperskyform.com/bitrix/services/main/ajax.php https://kasperskyform.eu/bitrix/services/main/ajax.php https://mc.yandex.ru https://securelist.com https://tpc.googlesyndication.com https://www.googletagmanager.com wss://mc.yandex.ru/solid.ws". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.o-container-fluid > div.c-image > a > img.initial div.o-container-fluid > div.c-image > a > img.initial |
div.o-col-4@sm > div.c-image > a > img div.o-col-4@sm > div.c-image > a > img |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
Cookies div.c-page-footer__links > ul > li > a |
To appear in search results, crawlers need access to your app.
Send Feedback