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.
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.
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.
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.
| URL | Transfer Size | Duration |
|---|---|---|
| /6194258208c48d8f36efa1e7/css/gumgum-dev.shared.aa92fb64c... | 93.9 KiB | 443 ms |
| cdn.cookielaw.org/consent/b44c011f-cbda-4a1d-b8ec-0122d0ec4289/OtAutoBlock.js | 5.0 KiB | 233 ms |
| www.google.com/recaptcha/api.js | 1012 B | 275 ms |
| cdn.cookielaw.org/scripttemplates/otSDKStub.js | 9.1 KiB | |
| ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js | 5.9 KiB | 206 ms |
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.
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.
Diagnostics
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 |
|---|---|---|
| /6194258208c48d8f36efa1e7/css/gumgum-dev.shared.aa92fb64c... | 93.4 KiB | 86.1 KiB |
| #onetrust-banner-sdk{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%} … | 16.7 KiB | 14.1 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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 352.4 KiB | 172.0 KiB |
| /avljl2rk9q5pNjE5NDI1ODIwOGM0OGQ4ZjM2ZWZhMWU3/r_fQaps9rn9... | 183.7 KiB | 73.8 KiB |
| cdn.intellimize.co/snippet/117517753.js | 85.7 KiB | 59.6 KiB |
| cdn.weglot.com/weglot.min.js | 69.7 KiB | 52.2 KiB |
| /6194258208c48d8f36efa1e7/js/gumgum-dev.schunk.e0c428ff97... | 89.1 KiB | 50.9 KiB |
| cdn.weglot.com/weglot.min.js | 69.7 KiB | 30.8 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 | 656 ms | 47 ms | 0.0 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 537 ms | 499 ms | 23 ms |
| /6194258208c48d8f36efa1e7/js/gumgum-dev.schunk.728abaa3c8... | 530 ms | 136 ms | 34 ms |
| gumgum.com/ | 504 ms | 17 ms | 3.1 ms |
| js.hs-analytics.net/analytics/1776362700000/568334.js | 340 ms | 196 ms | 2.9 ms |
| /6194258208c48d8f36efa1e7/js/gumgum-dev.schunk.e0c428ff97... | 226 ms | 188 ms | 8.6 ms |
| /avljl2rk9q5pNjE5NDI1ODIwOGM0OGQ4ZjM2ZWZhMWU3/r_fQaps9rn9... | 163 ms | 138 ms | 14 ms |
| cdn.cookielaw.org/scripttemplates/6.21.0/otBannerSdk.js | 147 ms | 83 ms | 9.4 ms |
| /6194258208c48d8f36efa1e7/js/gumgum-dev.37164fa7.47a42e5a... | 126 ms | 125 ms | 0.1 ms |
| cdn.cookielaw.org/consent/b44c011f-cbda-4a1d-b8ec-0122d0ec4289/OtAutoBlock.js | 104 ms | 101 ms | 0.7 ms |
| /js/jquery-3.5.1.min.dc5e7f18c8.js?site=6194258208c48d8f3... | 98 ms | 90 ms | 2.5 ms |
| cdn.weglot.com/weglot.min.js | 79 ms | 45 ms | 32 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.8 s |
| Other | 972 ms |
| Style & Layout | 555 ms |
| Script Parsing & Compilation | 147 ms |
| Rendering | 99 ms |
| Parse HTML & CSS | 68 ms |
| Garbage Collection | 59 ms |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.component-flexbox > div.content_hero > div.margin-bottom > img.cca-icon div.component-flexbox > div.content_hero > div.margin-bottom > img.cca-icon | /6194258208c48d8f36efa1e7/67f2c87dc25035f3f73a5f98_Contex... |
div.component-flexbox > div.content_hero > div.margin-bottom > img.cca-icon div.component-flexbox > div.content_hero > div.margin-bottom > img.cca-icon | /6194258208c48d8f36efa1e7/67f2c87df6d74593bd410872_Creati... |
div.component-flexbox > div.content_hero > div.margin-bottom > img.cca-icon div.component-flexbox > div.content_hero > div.margin-bottom > img.cca-icon | /6194258208c48d8f36efa1e7/67f2c87db1c8a7c55b463d4b_Attent... |
div.nav_component > div.nav_container > a.nav_logo > img.nav-logo-dark div.nav_component > div.nav_container > a.nav_logo > img.nav-logo-dark | /6194258208c48d8f36efa1e7/61f1f197c10f6dcc84f94c93_GG_Pri... |
div.cms-announcement_list > div.cms-announcement_item > a.cms-announcement_close > img div.cms-announcement_list > div.cms-announcement_item > a.cms-announcement_close > img | /6194258208c48d8f36efa1e7/629bce61efc23d0c36f63956_hero-l... |
div.section > div.w-layout-grid > div#w-node-c585aa37-d312-6308-87f2-5c511d5b9d75-7e1afea7 > img#w-node-a3b9af24-8dec-e592-d4b6-67b23ef6ac63-7e1afea7 div.section > div.w-layout-grid > div#w-node-c585aa37-d312-6308-87f2-5c511d5b9d75-7e1afea7 > img#w-node-a3b9af24-8dec-e592-d4b6-67b23ef6ac63-7e1afea7 | |
div.w-dyn-item > a.content_card > div.content_top > img.image-11 div.w-dyn-item > a.content_card > div.content_top > img.image-11 | |
div.w-dyn-item > a.content_card > div.content_top > img.image-11 div.w-dyn-item > a.content_card > div.content_top > img.image-11 | |
div.w-dyn-item > a.content_card > div.content_top > img.image-11 div.w-dyn-item > a.content_card > div.content_top > img.image-11 |
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.
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 |
|---|
Login div.nav_container > nav.nav_menu > div.nav_action > a.login-link |
Request a Demo div.nav_action > div.w-optimization > div.w-optimization > a#btn-nav-demo |
EN div.wg-dropdown-1 > div#w-dropdown-toggle-3 > div.wg-selector-text-wrapper > div.lang-tag |
Advertise with Us div.bkgd-color > div.hero-section-btn-wrapper > div.btn-outline > a.btn |
Watch Video div.bkgd-color > div.hero-section-btn-wrapper > div.btn-outline > a.btn |
Resonates div.w-layout-grid > div#w-node-b43d603d-671e-8bd5-412f-c88512bc5b05-7e1afea7 > h2.h2 > span.text-span-3 |
Learn More div.w-layout-grid > div#w-node-_6bbc7146-2570-c698-f550-6e274f4d5a44-7e1afea7 > div.margin-bottom > a.btn |
Top 15 div.section > div.w-layout-grid > div#w-node-_429f6cfc-d512-cf54-bf9b-5f5944686964-7e1afea7 > div.stat-large |
15 div.w-layout-grid > div#w-node-_429f6cfc-d512-cf54-bf9b-5f5944686964-7e1afea7 > div.stat-large > span.counter |
500 bn div.section > div.w-layout-grid > div#w-node-_00575f96-94c2-f1ae-4194-9c1ed741c291-7e1afea7 > div.stat-large |
500 div.w-layout-grid > div#w-node-_00575f96-94c2-f1ae-4194-9c1ed741c291-7e1afea7 > div.stat-large > span.counter |
40,000 div.w-layout-grid > div#w-node-_7791a707-98d3-a2b5-9ff1-d13b428829a7-7e1afea7 > div.stat-large > span.counter |
1,000 div.w-layout-grid > div#w-node-ddec0a5e-a2f8-108d-d01a-cd0b622ebd82-7e1afea7 > div.stat-large > span.counter |
3,000 div.w-layout-grid > div#w-node-_80f5c8ae-3c3b-985a-0f45-a0ffbdcaf737-7e1afea7 > div.stat-large > span.counter |
Jack Lancaster div#w-node-c585aa37-d312-6308-87f2-5c511d5b9d79-7e1afea7 > div.bento-quote-wrapper > div.margin-bottom > p.paragraph-lg |
Read The Success Story div.w-layout-grid > div#w-node-c585aa37-d312-6308-87f2-5c511d5b9d79-7e1afea7 > div.bento-quote-wrapper > a.btn |
View Open Roles div.career-scroll-info > div.career-scroll-heading > div.grid_careers-img > a.btn |
Access All Resources main.page-wrapper > section.section > div.margin-top > a.btn |
div._1440-wrapper > div.form_element > form#homepage-contact-us-form-v2 > input.btn-submit div._1440-wrapper > div.form_element > form#homepage-contact-us-form-v2 > input.btn-submit |
Accept div.ot-sdk-row > div#onetrust-button-group-parent > div#onetrust-button-group > button#onetrust-accept-btn-handler |
These are opportunities to improve the legibility of your content.
Names and labels
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
form#homepage-contact-us-form-v2 > div.horiz-wrap_fields > div.field_wrapper > input#First-Name-2 form#homepage-contact-us-form-v2 > div.horiz-wrap_fields > div.field_wrapper > input#First-Name-2 |
form#homepage-contact-us-form-v2 > div.horiz-wrap_fields > div.field_wrapper > input#Last-Name-3 form#homepage-contact-us-form-v2 > div.horiz-wrap_fields > div.field_wrapper > input#Last-Name-3 |
div.form_element > form#homepage-contact-us-form-v2 > div.field_wrapper > input#Email-2 div.form_element > form#homepage-contact-us-form-v2 > div.field_wrapper > input#Email-2 |
form#homepage-contact-us-form-v2 > div.horiz-wrap_fields > div.field_wrapper > input#Title-2 form#homepage-contact-us-form-v2 > div.horiz-wrap_fields > div.field_wrapper > input#Title-2 |
form#homepage-contact-us-form-v2 > div.horiz-wrap_fields > div.field_wrapper > input#Company-Name-2 form#homepage-contact-us-form-v2 > div.horiz-wrap_fields > div.field_wrapper > input#Company-Name-2 |
div.form_element > form#homepage-contact-us-form-v2 > div.field_wrapper > textarea#Message-2 div.form_element > form#homepage-contact-us-form-v2 > div.field_wrapper > textarea#Message-2 |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
United States
United Kingdom
Canada
Germany
Netherlands
Japan
Australia
Mexico
… div.form_element > form#homepage-contact-us-form-v2 > div.field_wrapper > select#Country-3 |
Brand
Agency
Publisher
DSP or Trading Desk
Reporter / Analyst
Technology Partne… div.form_element > form#homepage-contact-us-form-v2 > div.field_wrapper > select#Persona-2 |
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.cms-announcement_wrapper > div.cms-announcement_list > div.cms-announcement_item > a.cms-announcement_close div.cms-announcement_wrapper > div.cms-announcement_list > div.cms-announcement_item > a.cms-announcement_close |
div.w-layout-grid > div.footer-column > div.footer-social-block > a.social-link div.w-layout-grid > div.footer-column > div.footer-social-block > a.social-link |
div.w-layout-grid > div.footer-column > div.footer-social-block > a.social-link div.w-layout-grid > div.footer-column > div.footer-social-block > a.social-link |
div.w-layout-grid > div.footer-column > div.footer-social-block > a.social-link div.w-layout-grid > div.footer-column > div.footer-social-block > a.social-link |
div.w-layout-grid > div.footer-column > div.footer-social-block > a.social-link div.w-layout-grid > div.footer-column > div.footer-social-block > a.social-link |
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.
Best Practices
General
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 |
|---|---|
gumgum.com/ line 291, col 14 | Error handling OneTrust consent: Error: OneTrust cookie not found.
at handleWebflowAnalyticsConsent (https://gumgum.com/:268:15)
at https://gumgum.com/:304:3
at Mt.executeFunction (https://cdn.intellimize.co/snippet/117517753.js:4:28794)
at so.doCallback (https://cdn.intellimize.co/snippet/117517753.js:4:162843)
at so.ready (https://cdn.intellimize.co/snippet/117517753.js:4:171133)
at https://cdn.intellimize.co/snippet/117517753.js:4:165938
at Array.forEach (<anonymous>)
at so.initialize (https://cdn.intellimize.co/snippet/117517753.js:4:165858)
at Yl.postServerContextWork (https://cdn.intellimize.co/snippet/117517753.js:4:364408)
at Yl.<anonymous> (https://cdn.intellimize.co/snippet/117517753.js:4:360779) |
Failed to load resource: the server responded with a status of 403 () | |
gumgum.com/ line 370, col 4 | ReferenceError: $ is not defined
at https://gumgum.com/:371:5 |
gumgum.com/ line 337, col 4 | ReferenceError: Weglot is not defined
at https://gumgum.com/:338:5 |
Uncaught SyntaxError: "undefined" is not valid JSON |
Source maps translate minified code to the original source code. This helps developers debug in production. In addition, Lighthouse is able to provide further insights. Consider deploying source maps to take advantage of these benefits. Learn more about source maps.
Performance issues directly impact user engagement and conversion rates.
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.