Mobile 375 × 812

Desktop 1440 × 900

Score: 70 / 100
Based on 8 categories, 0 sections
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
HSTS header is missing
No Content-Security-Policy header found
Page weighs 7.4 MB (4.4 MB transferred)
1 control(s) without accessible label
[](https://beavercheck.com/results/add77e26-6996-4f66-b444-32a5375e77b9)<a href="https://beavercheck.com/results/add77e26-6996-4f66-b444-32a5375e77b9"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fwww.elegantthemes.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fwww.elegantthemes.comThis badge auto-updates with your latest scan result.
Thanks for your feedback!
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.
1.38 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.43 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.20 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.042
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.95 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.96 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
section#divi-hero > div.grid-row > div.video-container-gradient > video.w-full section#divi-hero > div.grid-row > div.video-container-gradient > video.w-full | www.elegantthemes.com/images/divi-5/d5-builder-poster.jpg | 104.3 KiB | 97.2 KiB |
Josh Hall div.testimonial-slider-container > div.testimonial-slider-slide > div.testimonial-slider-author > img | www.elegantthemes.com/images/placeholder.jpg | 6.1 KiB | 6.0 KiB |
Josh Hall div.testimonial-slider-container > div.testimonial-slider-slide > div.testimonial-slider-author > img | www.elegantthemes.com/images/faces/josh-hall.jpg | 4.7 KiB | 4.5 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
| URL | Transfer Size |
|---|---|
| www.elegantthemes.com/css/promo-d5-feature.css?ver=6.94 | 608 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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.
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.
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.elegantthemes.com/js/intersectional-observer.js?ver=6.94 | 6.0 KiB | 3.3 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.
| URL | Total CPU Time | Script Evaluation | Script Parse |
|---|---|---|---|
| www.elegantthemes.com/js/jquery.countdown.min.js?ver=6.94 | 1.2 s | 208 ms | 12 ms |
| www.elegantthemes.com/ | 1.1 s | 80 ms | 10 ms |
| js.intercomcdn.com/vendor-modern.df860bed.js | 841 ms | 715 ms | 59 ms |
| Unattributable | 711 ms | 55 ms | 0.0 ms |
| www.googletagmanager.com/gtag/js?id=AW-1006729916 | 486 ms | 409 ms | 73 ms |
| www.elegantthemes.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 301 ms | 289 ms | 3.5 ms |
| www.elegantthemes.com/js/allpages-new.js?ver=6.94 | 179 ms | 70 ms | 2.6 ms |
| connect.facebook.net/en_US/fbevents.js | 176 ms | 129 ms | 46 ms |
| www.elegantthemes.com/js/jquery.js?ver=6.94 | 175 ms | 87 ms | 46 ms |
| cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 | 156 ms | 89 ms | 52 ms |
| www.elegantthemes.com/js/tracking.js | 112 ms | 109 ms | 0.5 ms |
| cdn.taboola.com/libtrc/unip/1431603/tfa.js | 99 ms | 82 ms | 12 ms |
| js.intercomcdn.com/frame-modern.40aacdf2.js | 93 ms | 3.2 ms | 90 ms |
| s.pinimg.com/ct/lib/main.34af66ec.js | 85 ms | 64 ms | 19 ms |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 69 ms | 47 ms | 4.3 ms |
| widget.intercom.io/widget/hrpt54hy | 50 ms | 47 ms | 1.5 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
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.8 s |
| Other | 1.6 s |
| Style & Layout | 834 ms |
| Script Parsing & Compilation | 536 ms |
| Rendering | 379 ms |
| Parse HTML & CSS | 95 ms |
| Garbage Collection | 30 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
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.intercomcdn.com/frame-modern.40aacdf2.js | 191.1 KiB | 121.1 KiB |
| js.intercomcdn.com/vendor-modern.df860bed.js | 143.3 KiB | 85.7 KiB |
| cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 | 68.3 KiB | 48.1 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1006729916 | 172.4 KiB | 47.8 KiB |
| www.clickcease.com/monitor/stat.js | 42.9 KiB | 38.5 KiB |
| connect.facebook.net/en_US/fbevents.js | 94.8 KiB | 34.8 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
Elegant Themes div#main-nav > div.row-container > a#logo > img | www.elegantthemes.com/images/logo-light.svg |
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.
| Failing Elements |
|---|
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
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.
| Failing Elements |
|---|
Join 974,872 empowered web design professionals & business owners section#divi-hero > div.grid-row > div.col > h4.text-gray |
Divi is for everyone section > div.grid-row > div.col > h4.text-accent |
The Divi Ecosystem & Divi PRO★ section > div.grid-row > div.col > h4.text-accent |
Divi Cloud section > div.grid-row > div.col > h6.text-accent |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
| Failing Elements |
|---|
Divi Dash div.grid-row > div.col > p > a |
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.
| Failing Elements |
|---|
Join 974,872 empowered web design professionals & business owners section#divi-hero > div.grid-row > div.col > h4.text-gray |
The ultimate theme and website building framework for WordPress section#divi-cta > div.grid-row > div.col > h4 |
Limitless drag & drop visual editing section.rounded-lg > div.grid-row > div.col > h4 |
Divi AI section > div.grid-row > div.col > h6.text-accent |
Unlimited website usage div.grid-row-container > div.grid-row > div.col > h5 |
Facebook section#main-footer > div.grid-row > a#facebook > h6 |
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.
| Failing Elements |
|---|
❮ div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-prev |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
❯ div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-next |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Topics | |
| AttributionReporting |
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.
| Link destination | Link Text |
|---|---|
| www.elegantthemes.com/gallery/divi/ | Learn More |
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.
681 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
848 ms
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
64 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.041
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.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.
3.70 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| URL | Resource Size | Est Savings | |
|---|---|---|---|
section#divi-hero > div.grid-row > div.video-container-gradient > video.w-full section#divi-hero > div.grid-row > div.video-container-gradient > video.w-full | www.elegantthemes.com/images/divi-5/d5-builder-poster.jpg | 104.3 KiB | 27.7 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
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.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
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.
| URL | Transfer Size |
|---|---|
| www.elegantthemes.com/css/promo-d5-feature.css?ver=6.94 | 608 B |
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.
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.
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
| Category | Time Spent |
|---|---|
| Script Evaluation | 1.0 s |
| Other | 457 ms |
| Style & Layout | 305 ms |
| Script Parsing & Compilation | 154 ms |
| Rendering | 56 ms |
| Parse HTML & CSS | 29 ms |
| Garbage Collection | 9.8 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
| Failure reason | Failure type |
|---|---|
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.elegantthemes.com/js/intersectional-observer.js?ver=6.94 | 6.0 KiB | 3.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.
| URL | Transfer Size | Est Savings |
|---|---|---|
| js.intercomcdn.com/frame-modern.40aacdf2.js | 191.1 KiB | 120.8 KiB |
| js.intercomcdn.com/vendor-modern.df860bed.js | 143.3 KiB | 85.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1006729916 | 172.4 KiB | 49.2 KiB |
| cdn.onesignal.com/sdks/OneSignalPageSDKES6.js?v=151607 | 68.1 KiB | 45.6 KiB |
| www.clickcease.com/monitor/stat.js | 42.9 KiB | 38.5 KiB |
| connect.facebook.net/en_US/fbevents.js | 94.8 KiB | 35.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| URL | |
|---|---|
Elegant Themes div#main-nav > div.row-container > a#logo > img | www.elegantthemes.com/images/logo-light.svg |
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.
| Failing Elements |
|---|
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
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.
| Failing Elements |
|---|
Divi is for everyone section > div.grid-row > div.col > h4.text-accent |
The Divi Ecosystem & Divi PRO★ section > div.grid-row > div.col > h4.text-accent |
Divi Cloud section > div.grid-row > div.col > h6.text-accent |
Low-contrast text is difficult or impossible for many users to read. Link text that is discernible improves the experience for users with low vision. Learn how to make links distinguishable.
| Failing Elements |
|---|
Divi Quick Sites div.grid-row > div.col > p > a |
Divi AI div.grid-row > div.col > p > a |
pre-made layouts div.grid-row > div.col > p > a |
Divi Dash div.grid-row > div.col > p > a |
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.
| Failing Elements |
|---|
Join 974,872 empowered web design professionals & business owners section#divi-hero > div.grid-row > div.col > h4.text-gray |
The ultimate theme and website building framework for WordPress section#divi-cta > div.grid-row > div.col > h4 |
Limitless drag & drop visual editing section.rounded-lg > div.grid-row > div.col > h4 |
Divi AI section > div.grid-row > div.col > h6.text-accent |
Unlimited website usage div.grid-row-container > div.grid-row > div.col > h5 |
Facebook section#main-footer > div.grid-row > a#facebook > h6 |
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.
| Failing Elements |
|---|
❮ div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-prev |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-dot |
❯ div.col > div.testimonial-slider > div.testimonial-slider-nav > button.testimonial-slider-next |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
| Deprecation / Warning | Source |
|---|---|
| SharedStorage | |
| StorageType.persistent is deprecated. Please use standardized navigator.storage instead. | |
| Fledge | |
| Topics | |
| AttributionReporting |
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.
| Link destination | Link Text |
|---|---|
| www.elegantthemes.com/gallery/divi/ | Learn More |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback