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.
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.
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.
Cookie 'stream_category' is missing the Secure flag
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.
No <main> landmark found
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/9d0eabd4-9a2e-430c-8fd2-1e91a01ed4a6)<a href="https://beavercheck.com/results/9d0eabd4-9a2e-430c-8fd2-1e91a01ed4a6"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbloggersdelight.dk" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbloggersdelight.dkThis 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.
9 barrier(s) likely increasing bounce by ~36%.
Page takes 16.3s to load
+12% bounceUsers abandon at ~3s — you're 13.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 223ms after first paint
Fix: Defer third-party scripts and split large bundles
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 viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
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, …)
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
DKK 2,275 investment → DKK 3.91/month returns + EUR 120,500,000 risk avoided
DKK 2,275
4h · 5 findings
DKK 3.91 /mo
~DKK 47 / year
EUR 120,500,000
if kept compliant
DKK 1,300 — 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.
3.5 developer hours at kr650/hr
Based on Denmark rates (kr650/hr)
Start here for the best return on investment
DKK 10,041,671 / month at risk
~DKK 120,500,047 / year if left unfixed
€120,500,000
+7 more
DKK 3.91 /mo
7079.9 MB/mo × 0.552 DKK/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.
9.88 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
16.26 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
223 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.
9.88 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.
16.30 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=http%3A%2F%2Fcdn.bloggersd... | 23.3 KiB | 13.1 KiB |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=https%3A%2F%2Fcdn.bloggers... | 20.8 KiB | 10.6 KiB |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=https%3A%2F%2Fcdn.bloggers... | 17.7 KiB | 7.5 KiB |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=http%3A%2F%2Fcdn.bloggersd... | 16.2 KiB | 6.0 KiB |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=https%3A%2F%2Fcdn.bloggers... | 16.0 KiB | 5.8 KiB |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=http%3A%2F%2Fcdn.bloggersd... | 16.0 KiB | 5.8 KiB |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=https%3A%2F%2Fcdn.bloggers... | 14.6 KiB | 4.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
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.
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 |
|---|---|---|
| /wp-content/themes/base/assets/js/moment.min.js?ver=0.412... | 528.7 KiB | 230.8 KiB |
| /wp-content/themes/bloggersdelight/assets/js/jquery.valid... | 37.1 KiB | 11.7 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 |
|---|---|---|
| /wp-content/themes/base/assets/bootstrap/3.3.4/css/bootst... | 114.6 KiB | 114.6 KiB |
| /wp-content/themes/bloggersdelight/assets/css/bootstrap.c... | 120.2 KiB | 104.0 KiB |
| /wp-content/plugins/easy-video-player/lib/skin/skin.css?v... | 39.8 KiB | 39.8 KiB |
| /wp-content/themes/base/assets/font-awesome/3.2.1/css/fon... | 21.6 KiB | 20.6 KiB |
| /wp-content/themes/bloggersdelight/assets/css/app.css?ver... | 26.2 KiB | 17.8 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 |
|---|---|---|
| /wp-content/themes/base/assets/js/moment.min.js?ver=0.412... | 498.1 KiB | 174.6 KiB |
| /wp-content/plugins/easy-video-player/lib/flowplayer.min.... | 164.0 KiB | 139.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-773PM50237&cx=c&_slc=1 | 147.5 KiB | 65.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-45MKXNQT0R | 169.6 KiB | 65.1 KiB |
| /wp-content/themes/base/assets/jquery/2.1.4/jquery.min.js... | 82.4 KiB | 55.8 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.7 KiB | 50.6 KiB |
| cdn.bloggersdelight.dk/wp-includes/js/jquery/jquery.js?ver=1.12.4 | 94.9 KiB | 50.4 KiB |
| /wp-content/themes/bloggersdelight/assets/js/jquery.valid... | 37.1 KiB | 30.8 KiB |
| /wp-content/themes/bloggersdelight/assets/js/plugins.js?v... | 28.0 KiB | 23.1 KiB |
| gdpr-tcfv2.sp-prod.net/wrapperMessagingWithoutDetection.js?ver=4.9.6 | 50.4 KiB | 21.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 |
|---|---|---|---|
| Unattributable | 363 ms | 6.4 ms | 0.0 ms |
| bloggersdelight.dk/ | 334 ms | 95 ms | 5.7 ms |
| gdpr-tcfv2.sp-prod.net/wrapperMessagingWithoutDetection.js?ver=4.9.6 | 276 ms | 214 ms | 21 ms |
| www.googletagmanager.com/gtag/js?id=G-45MKXNQT0R | 243 ms | 195 ms | 46 ms |
| www.googletagmanager.com/gtag/js?id=G-773PM50237&cx=c&_slc=1 | 229 ms | 189 ms | 39 ms |
| cdn.optimizely.com/js/319173374.js | 193 ms | 109 ms | 43 ms |
| cdn.bloggersdelight.dk/wp-includes/js/jquery/jquery.js?ver=1.12.4 | 136 ms | 103 ms | 8.0 ms |
| connect.facebook.net/en_US/bundle/sdk.js/ | 133 ms | 102 ms | 25 ms |
| /wp-content/themes/base/assets/js/moment.min.js?ver=0.412... | 83 ms | 25 ms | 58 ms |
| www.google-analytics.com/analytics.js | 79 ms | 61 ms | 4.4 ms |
| /wp-content/themes/base/assets/jquery/2.1.4/jquery.min.js... | 57 ms | 34 ms | 7.1 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.2 s |
| Other | 484 ms |
| Script Parsing & Compilation | 293 ms |
| Style & Layout | 196 ms |
| Parse HTML & CSS | 75 ms |
| Rendering | 15 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 |
|---|---|---|
| /wp-content/plugins/easy-video-player/lib/skin/skin.css?v... | 39.8 KiB | 6.4 KiB |
| /wp-content/themes/bloggersdelight/assets/css/app.css?ver... | 26.3 KiB | 5.2 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 | |
|---|---|
Coca Cola div.span12 > div.row-fluid > div.span2 > img | /wp-content/themes/bloggersdelight/assets/img/logos/cocac... |
Coca Cola div.span12 > div.row-fluid > div.span2 > img | /wp-content/themes/bloggersdelight/assets/img/logos/googl... |
Coca Cola div.span12 > div.row-fluid > div.span2 > img | cdn.bloggersdelight.dk/wp-content/themes/bloggersdelight/assets/img/logos/hm.png |
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 |
|---|
PREMIUM div.span16 > div > div.btn-group > button#stream-type-premium-link |
PLUS div.span16 > div > div.btn-group > button#stream-type-plus-link |
VÆLG SEGMENT div.span16 > div > div.btn-group > a.btn |
These are opportunities to improve the legibility of your content.
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.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
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.navbar-inner > div.row-fluid > div.span16 > a.logo div.navbar-inner > div.row-fluid > div.span16 > a.logo |
div.login-div > div.sm-social > div.social > a.light-grey div.login-div > div.sm-social > div.social > a.light-grey |
div.login-div > div.sm-social > div.social > a.light-grey div.login-div > div.sm-social > div.social > a.light-grey |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.row-fluid > div.span16 > div.span4 > a div.row-fluid > div.span16 > div.span4 > a |
div.row-fluid > div.span16 > div.span4 > a div.row-fluid > div.span16 > div.span4 > a |
div.row-fluid > div.span16 > div.span4 > a div.row-fluid > div.span16 > div.span4 > 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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | /wp-content/plugins/easy-video-player/lib/flowplayer.min.... line 9, col 4684 |
| Unload event listeners are deprecated and will be removed. | /wp-content/themes/base/assets/jquery/2.1.4/jquery.min.js... line 1, col 8411 |
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 |
|---|---|
bloggersdelight.dk/ line 75, col 8 | ReferenceError: flowplayer is not defined
at https://bloggersdelight.dk/:76:9 |
/wp-content/plugins/easy-video-player/lib/flowplayer.min.... line 6, col 24749 | Uncaught TypeError: Cannot read properties of null (reading '1') |
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.
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.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
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.32 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.44 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
9 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.034
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.43 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
2.84 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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
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.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=http%3A%2F%2Fcdn.bloggersd... | 23.3 KiB | 16.7 KiB |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=https%3A%2F%2Fcdn.bloggers... | 20.8 KiB | 14.3 KiB |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=https%3A%2F%2Fcdn.bloggers... | 17.7 KiB | 11.2 KiB |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=http%3A%2F%2Fcdn.bloggersd... | 16.2 KiB | 9.7 KiB |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=https%3A%2F%2Fcdn.bloggers... | 16.0 KiB | 9.5 KiB |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=http%3A%2F%2Fcdn.bloggersd... | 16.0 KiB | 9.4 KiB |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=https%3A%2F%2Fcdn.bloggers... | 14.6 KiB | 8.1 KiB |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular | /new/scale.php?w=250&h=250&src=http%3A%2F%2Fcdn.bloggersd... | 12.7 KiB | 6.2 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.
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 |
|---|---|---|
| /wp-content/plugins/easy-video-player/lib/skin/skin.css?v... | 39.8 KiB | 6.4 KiB |
| /wp-content/themes/bloggersdelight/assets/css/app.css?ver... | 26.3 KiB | 5.2 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 |
|---|---|---|
| /wp-content/themes/base/assets/js/moment.min.js?ver=0.212... | 528.7 KiB | 230.8 KiB |
| /wp-content/themes/bloggersdelight/assets/js/jquery.valid... | 37.1 KiB | 11.7 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 |
|---|---|---|
| /wp-content/themes/base/assets/bootstrap/3.3.4/css/bootst... | 114.6 KiB | 114.6 KiB |
| /wp-content/themes/bloggersdelight/assets/css/bootstrap.c... | 120.2 KiB | 104.2 KiB |
| /wp-content/plugins/easy-video-player/lib/skin/skin.css?v... | 39.8 KiB | 39.8 KiB |
| /wp-content/themes/base/assets/font-awesome/3.2.1/css/fon... | 21.6 KiB | 20.6 KiB |
| /wp-content/themes/bloggersdelight/assets/css/app.css?ver... | 26.2 KiB | 18.9 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 |
|---|---|---|
| /wp-content/themes/base/assets/js/moment.min.js?ver=0.212... | 498.1 KiB | 174.6 KiB |
| /wp-content/plugins/easy-video-player/lib/flowplayer.min.... | 164.0 KiB | 107.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-773PM50237&cx=c&_slc=1 | 147.5 KiB | 64.2 KiB |
| www.googletagmanager.com/gtag/js?id=G-45MKXNQT0R | 169.6 KiB | 63.6 KiB |
| /wp-content/themes/base/assets/jquery/2.1.4/jquery.min.js... | 82.4 KiB | 55.8 KiB |
| connect.facebook.net/en_US/bundle/sdk.js/ | 77.7 KiB | 50.6 KiB |
| cdn.bloggersdelight.dk/wp-includes/js/jquery/jquery.js?ver=1.12.4 | 94.9 KiB | 50.4 KiB |
| /wp-content/themes/bloggersdelight/assets/js/jquery.valid... | 37.1 KiB | 30.8 KiB |
| /wp-content/themes/bloggersdelight/assets/js/plugins.js?v... | 28.0 KiB | 23.1 KiB |
| gdpr-tcfv2.sp-prod.net/wrapperMessagingWithoutDetection.js?ver=4.9.6 | 50.4 KiB | 21.7 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
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 | |
|---|---|
Coca Cola div.span12 > div.row-fluid > div.span2 > img | /wp-content/themes/bloggersdelight/assets/img/logos/cocac... |
Coca Cola div.span12 > div.row-fluid > div.span2 > img | /wp-content/themes/bloggersdelight/assets/img/logos/googl... |
Coca Cola div.span12 > div.row-fluid > div.span2 > img | cdn.bloggersdelight.dk/wp-content/themes/bloggersdelight/assets/img/logos/bs.png |
Coca Cola div.span12 > div.row-fluid > div.span2 > img | /wp-content/themes/bloggersdelight/assets/img/logos/canon... |
Coca Cola div.span12 > div.row-fluid > div.span2 > img | /wp-content/themes/bloggersdelight/assets/img/logos/hbo.png |
Coca Cola div.span12 > div.row-fluid > div.span2 > img | cdn.bloggersdelight.dk/wp-content/themes/bloggersdelight/assets/img/logos/hm.png |
Coca Cola div.span12 > div.row-fluid > div.span2 > img | /wp-content/themes/bloggersdelight/assets/img/logos/lorea... |
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 |
|---|
PREMIUM div.span16 > div > div.btn-group > button#stream-type-premium-link |
PLUS div.span16 > div > div.btn-group > button#stream-type-plus-link |
VÆLG SEGMENT div.span16 > div > div.btn-group > a.btn |
div > div.pull-right > div.input-prepend > input.search-input div > div.pull-right > div.input-prepend > input.search-input |
These are opportunities to improve the legibility of your content.
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.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
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.navbar-inner > div.row-fluid > div.span16 > a.logo div.navbar-inner > div.row-fluid > div.span16 > a.logo |
div.login-div > div.sm-social > div.social > a.light-grey div.login-div > div.sm-social > div.social > a.light-grey |
div.login-div > div.sm-social > div.social > a.light-grey div.login-div > div.sm-social > div.social > a.light-grey |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.card > div.face > div.stream-overview-img > a div.card > div.face > div.stream-overview-img > a |
div.row-fluid > div.span16 > div.span4 > a div.row-fluid > div.span16 > div.span4 > a |
div.row-fluid > div.span16 > div.span4 > a div.row-fluid > div.span16 > div.span4 > a |
div.row-fluid > div.span16 > div.span4 > a div.row-fluid > div.span16 > div.span4 > 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.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | /wp-content/plugins/easy-video-player/lib/flowplayer.min.... line 9, col 4684 |
| Unload event listeners are deprecated and will be removed. | /wp-content/themes/base/assets/jquery/2.1.4/jquery.min.js... line 1, col 8411 |
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.
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.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
div.face > div.stream-overview-img > a > img.circular div.face > div.stream-overview-img > a > img.circular |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback