Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
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.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
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.
HSTS 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.
1 image(s) missing alt attribute
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
4 control(s) without accessible label
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/60411c9d-7bdc-4732-846a-276aa1f9534a)<a href="https://beavercheck.com/results/60411c9d-7bdc-4732-846a-276aa1f9534a"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fcplusplus.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fcplusplus.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. 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.
10 barrier(s) likely increasing bounce by ~35%.
Page takes 13.4s to load
+12% bounceUsers abandon at ~3s — you're 10.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 824ms
+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
4 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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
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, …)
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
3 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.
€360 investment → €1,328/month returns + EUR 120,500,000 risk avoided
€360
4h · 5 findings
€1,328 /mo
~€15,938 / year
EUR 120,500,000
if kept compliant
€120 — 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.5 developer hours at €80/hr
Based on France rates (€80/hr)
Start here for the best return on investment
€10,041,667 / month at risk
~€120,500,004 / year if left unfixed
€120,500,000
+9 more
€0.33 /mo
4467.2 MB/mo × 0.074 EUR/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.
5.86 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
13.44 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
824 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.
7.51 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.
13.44 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cmp.inmobi.com/tcfv2/56/cmp2.js?referer=cplusplus.com | 900.0 s | 112.5 KiB |
| cplusplus.com/v3.3.4/bg.png | 0.0 ms | 98.1 KiB |
| cmp.inmobi.com/tcfv2/56/cmp2ui-en.js | 900.0 s | 104.5 KiB |
| cdn.fuseplatform.net/publift/tags/2/4030/fuse.js | 1800.0 s | 102.5 KiB |
| cplusplus.com/v3.3.4/main.js | 0.0 ms | 39.4 KiB |
| cplusplus.com/v3.3.4/site.css | 0.0 ms | 19.9 KiB |
| ssl.google-analytics.com/ga.js | 7200.0 s | 17.4 KiB |
| cplusplus.com/img/progress.gif | 0.0 ms | 8.5 KiB |
| cplusplus.com/img/bg_ref.gif | 0.0 ms | 5.2 KiB |
| cplusplus.com/img/bg_info.gif | 0.0 ms | 3.8 KiB |
| cse.google.com/cse.js?cx=partner-pub-7688470879129516:0646519325 | 0.0 ms | 3.6 KiB |
| cplusplus.com/img/bg_doc.gif | 0.0 ms | 3.3 KiB |
| www.google.com/cse/static/style/look/v6/default.css | 3000.0 s | 1.2 KiB |
| cmp.inmobi.com/choice/PRrmquD1Ggcb1/cplusplus.com/choice.js?tag_version=V3 | 900.0 s | 413 B |
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 | |
|---|---|---|---|
tr > td.top > a > span.C_ico tr > td.top > a > span.C_ico | cplusplus.com/v3.3.4/bg.png | 97.9 KiB | 83.3 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.
| URL | Protocol |
|---|---|
| cplusplus.com/ | http/1.1 |
| cplusplus.com/v3.3.4/site.css | http/1.1 |
| cplusplus.com/v3.3.4/main.js | http/1.1 |
| cplusplus.com/img/progress.gif | http/1.1 |
| cplusplus.com/img/bg_info.gif | http/1.1 |
| cplusplus.com/img/bg_ref.gif | http/1.1 |
| cplusplus.com/img/bg_doc.gif | http/1.1 |
| cplusplus.com/v3.3.4/bg.png | http/1.1 |
| cplusplus.com/favicon.ico | http/1.1 |
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 |
|---|---|---|
| cplusplus.com/v3.3.4/main.js | 39.4 KiB | 1.3 s |
| cplusplus.com/v3.3.4/site.css | 19.9 KiB | 506 ms |
| /css2?family=Oswald:wght@400&family=Roboto+Condensed:wght... | 2.6 KiB | 832 ms |
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 |
|---|---|---|
| cplusplus.com/v3.3.4/site.css | 19.7 KiB | 15.2 KiB |
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css | 11.9 KiB | 11.5 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 |
|---|---|---|
| cdn.fuseplatform.net/prebid/prebid-8.52.0-8822dbc4ab242268baafd46f1f4123ad.js | 171.7 KiB | 136.8 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 123.4 KiB |
| cmp.inmobi.com/tcfv2/56/cmp2.js?referer=cplusplus.com | 112.0 KiB | 55.6 KiB |
| /cse/static/element/dc329f57de078f5d/cse_element__en.js?u... | 102.7 KiB | 54.0 KiB |
| cmp.inmobi.com/tcfv2/56/cmp2ui-en.js | 104.0 KiB | 49.7 KiB |
| cdn.fuseplatform.net/publift/tags/2/4030/fuse.js | 101.9 KiB | 46.8 KiB |
| fundingchoicesmessages.google.com/i/190286186?ers=3 | 68.7 KiB | 37.2 KiB |
| cse.google.com/adsense/search/async-ads.js | 43.3 KiB | 31.5 KiB |
| cplusplus.com/v3.3.4/main.js | 39.1 KiB | 29.9 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 |
|---|---|---|---|
| cmp.inmobi.com/tcfv2/56/cmp2.js?referer=cplusplus.com | 425 ms | 273 ms | 35 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 289 ms | 237 ms | 46 ms |
| cdn.fuseplatform.net/publift/tags/2/4030/fuse.js | 269 ms | 200 ms | 33 ms |
| Unattributable | 246 ms | 12 ms | 0.0 ms |
| cplusplus.com/ | 235 ms | 19 ms | 3.1 ms |
| cmp.inmobi.com/tcfv2/56/cmp2ui-en.js | 227 ms | 174 ms | 33 ms |
| fundingchoicesmessages.google.com/i/190286186?ers=3 | 182 ms | 153 ms | 17 ms |
| cdn.fuseplatform.net/prebid/prebid-8.52.0-8822dbc4ab242268baafd46f1f4123ad.js | 163 ms | 120 ms | 42 ms |
| cse.google.com/cse.js?cx=partner-pub-7688470879129516:0646519325 | 93 ms | 71 ms | 0.9 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 75 ms | 64 ms | 9.8 ms |
| /cse/static/element/dc329f57de078f5d/cse_element__en.js?u... | 51 ms | 23 ms | 26 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.5 s |
| Other | 411 ms |
| Script Parsing & Compilation | 266 ms |
| Style & Layout | 215 ms |
| Parse HTML & CSS | 23 ms |
| Rendering | 23 ms |
| Garbage Collection | 20 ms |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css | 12.0 KiB | 3.3 KiB |
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.
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
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.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
C++ Language: Learn this versatile and powerful programming language. Includes … div#I_content > div.hags > div.bid > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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.
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
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.06 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
39 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.039
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.56 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.
3.34 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| cmp.inmobi.com/tcfv2/56/cmp2.js?referer=cplusplus.com | 900.0 s | 112.5 KiB |
| cplusplus.com/v3.3.4/bg.png | 0.0 ms | 98.1 KiB |
| cmp.inmobi.com/tcfv2/56/cmp2ui-en.js | 900.0 s | 104.5 KiB |
| cdn.fuseplatform.net/publift/tags/2/4030/fuse.js | 1800.0 s | 102.5 KiB |
| btloader.com/tag?o=5708166709903360&upapi=true | 300.0 s | 59.5 KiB |
| cplusplus.com/v3.3.4/main.js | 0.0 ms | 39.4 KiB |
| cplusplus.com/v3.3.4/site.css | 0.0 ms | 19.9 KiB |
| ssl.google-analytics.com/ga.js | 7200.0 s | 17.4 KiB |
| cplusplus.com/img/progress.gif | 0.0 ms | 8.5 KiB |
| cplusplus.com/img/bg_ref.gif | 0.0 ms | 5.2 KiB |
| cse.google.com/cse.js?cx=partner-pub-7688470879129516:0646519325 | 0.0 ms | 3.9 KiB |
| cplusplus.com/img/bg_info.gif | 0.0 ms | 3.8 KiB |
| cplusplus.com/img/bg_doc.gif | 0.0 ms | 3.3 KiB |
| www.google.com/cse/static/style/look/v6/default.css | 3000.0 s | 1.2 KiB |
| cmp.inmobi.com/choice/PRrmquD1Ggcb1/cplusplus.com/choice.js?tag_version=V3 | 900.0 s | 391 B |
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.
| URL | Protocol |
|---|---|
| cplusplus.com/ | http/1.1 |
| cplusplus.com/v3.3.4/site.css | http/1.1 |
| cplusplus.com/v3.3.4/main.js | http/1.1 |
| cplusplus.com/img/progress.gif | http/1.1 |
| cplusplus.com/img/bg_info.gif | http/1.1 |
| cplusplus.com/img/bg_ref.gif | http/1.1 |
| cplusplus.com/img/bg_doc.gif | http/1.1 |
| cplusplus.com/v3.3.4/bg.png | http/1.1 |
| cplusplus.com/favicon.ico | http/1.1 |
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 |
|---|---|---|
| cplusplus.com/v3.3.4/main.js | 39.4 KiB | 562 ms |
| cplusplus.com/v3.3.4/site.css | 19.9 KiB | 282 ms |
| /css2?family=Oswald:wght@400&family=Roboto+Condensed:wght... | 2.6 KiB | 281 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 | |
|---|---|---|---|
tr > td.top > a > span.C_ico tr > td.top > a > span.C_ico | cplusplus.com/v3.3.4/bg.png | 97.9 KiB | 83.3 KiB |
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 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 |
|---|---|---|
| cdn.fuseplatform.net/prebid/prebid-8.52.0-8822dbc4ab242268baafd46f1f4123ad.js | 171.7 KiB | 136.2 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 122.4 KiB |
| cmp.inmobi.com/tcfv2/56/cmp2.js?referer=cplusplus.com | 112.0 KiB | 55.3 KiB |
| /cse/static/element/dc329f57de078f5d/cse_element__en.js?u... | 102.7 KiB | 54.1 KiB |
| cmp.inmobi.com/tcfv2/56/cmp2ui-en.js | 104.0 KiB | 49.2 KiB |
| cdn.fuseplatform.net/publift/tags/2/4030/fuse.js | 101.9 KiB | 46.2 KiB |
| fundingchoicesmessages.google.com/i/190286186?ers=3 | 68.7 KiB | 37.1 KiB |
| cse.google.com/adsense/search/async-ads.js | 43.3 KiB | 31.5 KiB |
| cplusplus.com/v3.3.4/main.js | 39.1 KiB | 29.9 KiB |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css | 12.0 KiB | 3.3 KiB |
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 |
|---|---|---|
| cplusplus.com/v3.3.4/site.css | 19.7 KiB | 14.5 KiB |
| www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css | 11.9 KiB | 11.5 KiB |
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 |
|---|
C++ div.sect > h3 > b > a |
These are opportunities to improve the legibility of your content.
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
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.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Screen readers require list items (`<li>`) to be contained within a parent `<ul>`, `<ol>` or `<menu>` to be announced properly. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
C++ Language: Learn this versatile and powerful programming language. Includes … div#I_content > div.hags > div.bid > li |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
These items highlight common accessibility best practices.
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.
The title gives screen reader users an overview of the page, and search engine users rely on it heavily to determine if a page is relevant to their search. Learn more about document titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback