Lighthouse Desktop
· 0 checks — Desktop Lighthouse audit -- Performance, Accessibility, Best Practices, and SEO category breakdown.Detailed Report
Audit breakdown by category with detailed findings.
Performance
Insights
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
Performance issues directly impact user engagement and conversion rates.
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 forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| js.hs-analytics.net/analytics/1776896400000/21774584.js | 300.0 s | 42.3 KiB |
| js.usemessages.com/conversations-embed.js | 600.0 s | 33.0 KiB |
| js.hubspot.com/web-interactives-embed.js | 600.0 s | 28.5 KiB |
| js.hs-banner.com/v2/21774584/banner.js | 300.0 s | 24.1 KiB |
| snap.licdn.com/li.lms-analytics/insight.min.js | 86400.0 s | 18.7 KiB |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 10.7 KiB |
| js.hsadspixel.net/pixels.js | 600.0 s | 3.9 KiB |
| script.crazyegg.com/pages/scripts/0071/0991.js | 300.0 s | 2.7 KiB |
| cdn.firstpromoter.com/fpr.js | 0.0 ms | 2.5 KiB |
| js.hs-scripts.com/21774584.js | 90.0 s | 1.1 KiB |
| /collect?v=2&fmt=js&pid=1201353&time=1776896587097&li_ads... | 0.0 ms | 271 B |
| dashboard.visme.co/register-visme3.js | 691200.0 s | 2.5 KiB |
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
Collaboration div.col-lg-4 > div.bg-white > picture.d-block > img.br-12 | www.visme.co/wp-content/themes/visme/images/2022/teams/hp-team-1.webp | 75.5 KiB | 60.8 KiB |
div.visme-video-hero > div.visme-video-hero__video-wrapper > picture > img.visme-video-hero__preview div.visme-video-hero > div.visme-video-hero__video-wrapper > picture > img.visme-video-hero__preview | www.visme.co/wp-content/themes/visme/images/2022/hero/homepage/video-preview.jpg | 51.3 KiB | 34.9 KiB |
Precise communication div.col-lg-4 > div.bg-white > picture.d-block > img.br-12 | www.visme.co/wp-content/themes/visme/images/2022/teams/hp-team-2.webp | 26.8 KiB | 7.6 KiB |
Asset management div.col-lg-4 > div.bg-white > picture.d-block > img.br-12 | www.visme.co/wp-content/themes/visme/images/2022/teams/hp-team-3.webp | 25.3 KiB | 6.1 KiB |
div.flickity-viewport > div.flickity-slider > div.visme-companies-slider-item > div.visme-companies-slider-item-logo div.flickity-viewport > div.flickity-slider > div.visme-companies-slider-item > div.visme-companies-slider-item-logo | www.visme.co/wp-content/themes/visme/images/partners/florida-panthers.png | 12.6 KiB | 5.3 KiB |
div.flickity-viewport > div.flickity-slider > div.visme-companies-slider-item > div.visme-companies-slider-item-logo div.flickity-viewport > div.flickity-slider > div.visme-companies-slider-item > div.visme-companies-slider-item-logo | www.visme.co/wp-content/themes/visme/images/partners/denver-broncos.png | 12.2 KiB | 4.9 KiB |
li.visme-types__item > a.visme-types__link > div.visme-type__wrapper > div.visme-type__thumb li.visme-types__item > a.visme-types__link > div.visme-type__wrapper > div.visme-type__thumb | www.visme.co/wp-content/themes/visme/images/2024/homepage/data.png | 6.4 KiB | 4.3 KiB |
li.visme-types__item > a.visme-types__link > div.visme-type__wrapper > div.visme-type__thumb li.visme-types__item > a.visme-types__link > div.visme-type__wrapper > div.visme-type__thumb | www.visme.co/wp-content/themes/visme/images/2024/homepage/whiteboards.png | 6.1 KiB | 4.0 KiB |
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.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| visme.co/ | 205 ms |
| www.visme.co/ | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Diagnostics
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 | 779 ms |
| Other | 624 ms |
| Style & Layout | 388 ms |
| Rendering | 122 ms |
| Script Parsing & Compilation | 97 ms |
| Parse HTML & CSS | 28 ms |
| Garbage Collection | 13 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 |
|---|---|
| The page has an unload handler in a sub frame. | Actionable |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.googletagmanager.com/gtag/js?id=AW-1053096647&cx=c>m=4e64k1 | 144.4 KiB | 105.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-QXSBG5DLSV | 177.2 KiB | 58.2 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1053096647 | 144.3 KiB | 55.6 KiB |
| /pages/versioned/commontransformations-scripts/df70602680... | 71.7 KiB | 25.2 KiB |
More information about the performance of your application. These numbers don't directly affect the Performance score.
Accessibility
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.
ARIA
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. Learn how `aria-hidden` affects focusable elements.
Informational: a Permissions-Policy directive showing feature -> allowed origins.
Source: MDN Permissions-Policy
| Failing Elements |
|---|
“In this digital age, social media is playing an increasingly larger role in th… div.visme-testimonial-slider > div.flickity-viewport > div.flickity-slider > div.visme-testimonial-slider__slide |
“At the Broncos, we recommend Visme to other teams, brands, or organizations lo… div.visme-testimonial-slider > div.flickity-viewport > div.flickity-slider > div.visme-testimonial-slider__slide |
“We use Visme not just for reporting but also for engaging our stakeholders and… div.visme-testimonial-slider > div.flickity-viewport > div.flickity-slider > div.visme-testimonial-slider__slide |
“The hours saved each month from meeting time, working back and forth between t… div.visme-testimonial-slider > div.flickity-viewport > div.flickity-slider > div.visme-testimonial-slider__slide |
“It’s easy to create something in Visme quickly that looks like we sent it out … div.visme-testimonial-slider > div.flickity-viewport > div.flickity-slider > div.visme-testimonial-slider__slide |
“I absolutely recommend Visme due to its dynamic functionality and ability to i… div.visme-testimonial-slider > div.flickity-viewport > div.flickity-slider > div.visme-testimonial-slider__slide |
“Visme is something that I would highly recommend. It made us look a lot better… div.visme-testimonial-slider > div.flickity-viewport > div.flickity-slider > div.visme-testimonial-slider__slide |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Contrast
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 |
|---|
Sign Up Free nav.v-nav > ul.v-actions > li.v-action > button.v-action-btn |
CASE STUDIES main.has-sticky-menu > section.pt-5 > div.container > p.user-select-none |
Read this case study div > div.visme-testimonial-slider__slide-author > p.ps-1 > a.visme-testimonial-slider__slide-button |
FEATURES main.has-sticky-menu > section.pt-5 > div.container > p.text-center |
TEAMWORK main.has-sticky-menu > section.pt-5 > div.container > p.text-center |
CREATE FROM A TO Z main.has-sticky-menu > section.pt-5 > div.container > p.text-center |
SOLUTIONS FOR EVERYONE main.has-sticky-menu > section.pt-5 > div.container > p.text-center |
INTEGRATIONS main.has-sticky-menu > section.pt-5 > div.container > p.text-center |
CREATE div.footer-container > div.block-menus-container > div.menus-container > strong.heading |
USE CASES div.footer-container > div.block-menus-container > div.menus-container > strong.heading |
RESOURCES div.footer-container > div.block-menus-container > div.menus-container > strong.heading |
COMPANY div.footer-container > div.block-menus-container > div.menus-container > strong.heading |
SUPPORT div.footer-container > div.block-menus-container > div.menus-container > strong.heading |
RECENT FEATURES & ARTICLES footer.footer-21-v1 > div.footer-container > div.block-blog-container > strong.heading |
Copyright 2026 Easy WebContent, LLC. (DBA Visme). All rights reserved. Proudly … footer.footer-21-v1 > div.footer-container > div.block-menus-container > p.copyright |
These are opportunities to improve the legibility of your content.
Best Practices
General
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 |
|---|---|
| AttributionReporting | www.googleadservices.com/pagead/conversion_async.js line 31, col 421 |
SEO
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.
Content Best Practices
Descriptive link text helps search engines understand your content. Learn how to make links more accessible.
Performance issues directly impact user engagement and conversion rates.
| Link destination | Link Text |
|---|---|
| www.visme.co/templates/ | More |
| www.visme.co/graph-maker/ | Learn more |
| www.visme.co/templates/ | Learn more |
| www.visme.co/brand-design-tool/ | Learn more |
| www.visme.co/social-media-scheduler/ | Learn more |
| www.visme.co/icon-finder/ | Learn more |
| www.visme.co/animation-interactivity/ | Learn more |
Format your HTML in a way that enables crawlers to better understand your app’s content.