Lighthouse Mobile
· 0 checks — Mobile 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 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 |
|---|---|---|
| /static.vecteezy.com/system/resources/previews/002/905/17... | 0.0 ms | 40.2 KiB |
| widget.trustpilot.com/trustboxes/53aa8807dec7e10d38f59f32/main.js | 86400.0 s | 27.4 KiB |
| scripts.clarity.ms/0.8.59/clarity.js | 86400.0 s | 26.2 KiB |
| cdn.speedcurve.com/js/lux.js?id=4230272118 | 3600.0 s | 11.3 KiB |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 10.7 KiB |
| widget.trustpilot.com/bootstrap/v5/tp.widget.bootstrap.min.js | 86400.0 s | 8.1 KiB |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 86400.0 s | 0 B |
| /static.vecteezy.com/system/resources/previews/002/905/17... | 0.0 ms | 0 B |
| /static.vecteezy.com/system/resources/previews/002/905/17... | 0.0 ms | 0 B |
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.
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.
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 |
|---|---|
| vecteezy.com/ | 805 ms |
| www.vecteezy.com/ | 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.
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.
Diagnostics
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 | 361.8 KiB | 241.8 KiB |
| g.vecteezy.com/gtag/js?id=G-NPD8287EHK&cx=c>m=4e64h1 | 218.8 KiB | 88.2 KiB |
| /gtm.js?id=GTM-5WKDQHJ>m_auth=27tsf_LMzUbKAlIWPPQ6dg>... | 199.2 KiB | 82.5 KiB |
| accounts.google.com/gsi/client | 95.6 KiB | 71.7 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-961015877&cx=c>m=4e64h1 | 144.9 KiB | 61.4 KiB |
| static.vecteezy.com/vite/assets/init-turbo-B6lBEHaH-1.js | 26.6 KiB | 22.2 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 | 1.4 s | 302 ms | 0.0 ms |
| www.vecteezy.com/ | 704 ms | 98 ms | 13 ms |
| static.vecteezy.com/vite/assets/stimulus-helpers-Bg5ApOVk-1.js | 664 ms | 652 ms | 0.1 ms |
| static.vecteezy.com/vite/assets/fp-BNLdf16n-1.js | 282 ms | 167 ms | 0.2 ms |
| g.vecteezy.com/gtag/js?id=G-NPD8287EHK&cx=c>m=4e64h1 | 226 ms | 188 ms | 35 ms |
| www.googletagmanager.com/gtag/destination?id=AW-961015877&cx=c>m=4e64h1 | 221 ms | 177 ms | 42 ms |
| scripts.clarity.ms/0.8.59/clarity.js | 188 ms | 174 ms | 6.9 ms |
| /gtm.js?id=GTM-5WKDQHJ>m_auth=27tsf_LMzUbKAlIWPPQ6dg>... | 176 ms | 132 ms | 38 ms |
| www.gstatic.com/recaptcha/releases/gTpTIWhbKpxADzTzkcabhXN4/recaptcha__en.js | 166 ms | 86 ms | 80 ms |
| static.vecteezy.com/vite/assets/stimulus-Cq41p_up-1.js | 162 ms | 110 ms | 0.3 ms |
| static.vecteezy.com/vite/assets/init-turbo-B6lBEHaH-1.js | 86 ms | 70 ms | 0.4 ms |
| /beacon.min.js/v8c78df7c7c0f484497ecbca7046644da177152312... | 62 ms | 41 ms | 5.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
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Script Evaluation | 2.7 s |
| Other | 1.4 s |
| Style & Layout | 416 ms |
| Script Parsing & Compilation | 267 ms |
| Parse HTML & CSS | 182 ms |
| Garbage Collection | 87 ms |
| Rendering | 39 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.
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 |
|---|
Sign Up div.ez-site-header__session-nav > form.button_to > button#session_nav_btn_sign_up > span.ez-site-header__menu-item--sign-up__text |
section.home-landing__why-vecteezy > div.home-landing__why-vecteezy__reasons > div.home-landing__why-vecteezy__reason > div.home-landing__why-vecteezy__text section.home-landing__why-vecteezy > div.home-landing__why-vecteezy__reasons > div.home-landing__why-vecteezy__reason > div.home-landing__why-vecteezy__text |
div.unlock-vecteezy__content > div.unlock-vecteezy__body > ul.unlock-vecteezy__features > li.unlock-vecteezy__feature div.unlock-vecteezy__content > div.unlock-vecteezy__body > ul.unlock-vecteezy__features > li.unlock-vecteezy__feature |
div.unlock-vecteezy__content > div.unlock-vecteezy__body > ul.unlock-vecteezy__features > li.unlock-vecteezy__feature div.unlock-vecteezy__content > div.unlock-vecteezy__body > ul.unlock-vecteezy__features > li.unlock-vecteezy__feature |
div.unlock-vecteezy__content > div.unlock-vecteezy__body > ul.unlock-vecteezy__features > li.unlock-vecteezy__feature div.unlock-vecteezy__content > div.unlock-vecteezy__body > ul.unlock-vecteezy__features > li.unlock-vecteezy__feature |
div.unlock-vecteezy__content > div.unlock-vecteezy__body > ul.unlock-vecteezy__features > li.unlock-vecteezy__feature div.unlock-vecteezy__content > div.unlock-vecteezy__body > ul.unlock-vecteezy__features > li.unlock-vecteezy__feature |
div.unlock-vecteezy__content > div.unlock-vecteezy__body > ul.unlock-vecteezy__features > li.unlock-vecteezy__feature div.unlock-vecteezy__content > div.unlock-vecteezy__body > ul.unlock-vecteezy__features > li.unlock-vecteezy__feature |
div.unlock-vecteezy__content > div.unlock-vecteezy__body > ul.unlock-vecteezy__features > li.unlock-vecteezy__feature div.unlock-vecteezy__content > div.unlock-vecteezy__body > ul.unlock-vecteezy__features > li.unlock-vecteezy__feature |
body.homepage-index > div.home-landing__wrapper > div.home-landing__creator-community > h3.home-landing__creator-community__subheader body.homepage-index > div.home-landing__wrapper > div.home-landing__creator-community > h3.home-landing__creator-community__subheader |
a.home-landing__creator-community__creator-grid__item > div.home-landing__creator-community__creator-grid__item__bottom > div.home-landing__creator-community__creator-grid__item__bottom__username-resources > em.home-landing__creator-community__creator-grid__item__bottom__resource-count a.home-landing__creator-community__creator-grid__item > div.home-landing__creator-community__creator-grid__item__bottom > div.home-landing__creator-community__creator-grid__item__bottom__username-resources > em.home-landing__creator-community__creator-grid__item__bottom__resource-count |
a.home-landing__creator-community__creator-grid__item > div.home-landing__creator-community__creator-grid__item__bottom > div.home-landing__creator-community__creator-grid__item__bottom__username-resources > em.home-landing__creator-community__creator-grid__item__bottom__resource-count a.home-landing__creator-community__creator-grid__item > div.home-landing__creator-community__creator-grid__item__bottom > div.home-landing__creator-community__creator-grid__item__bottom__username-resources > em.home-landing__creator-community__creator-grid__item__bottom__resource-count |
These are opportunities to improve the legibility of your content.
Navigation
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
All Images
Photos
PNGs
PSDs
SVGs
Templates
Vectors
Videos
Motion Graphics
Edito… div.ez-layout__inner-col > form.ez-search-form > div.ez-search-form__wrapper > div.inline-filters |
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
section.home-landing__why-vecteezy > div.home-landing__why-vecteezy__reasons > div.home-landing__why-vecteezy__reason > h4.home-landing__why-vecteezy__header section.home-landing__why-vecteezy > div.home-landing__why-vecteezy__reasons > div.home-landing__why-vecteezy__reason > h4.home-landing__why-vecteezy__header |
Our Network div.footer-primary-nav > div.primary-nav-menu > div.primary-nav-menu__header-wrap > h4.primary-nav-menu__header |
These are opportunities to improve keyboard navigation in your application.
Tables and lists
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Popular:
Background
67
Happy Birthday
Flowers
Mother's Day section.home-masthead > div.ez-layout__inner-col > div.trending-searches > ul.trending-searches__links |
Portrait of laughing little girl and her mother having fun together at home pho… div.featured-grid-section > div.ez-layout__inner-col > section#home-featured-grid--0 > ul#grid7062 |
Mother holding two children on Mother's Day vector div.featured-grid-section > div.ez-layout__inner-col > section#home-featured-grid--1 > ul#grid5842 |
Minimalist User Interface with Glass Morphism Style vector div.featured-grid-section > div.ez-layout__inner-col > section#home-featured-grid--2 > ul#grid5013 |
div.home-landing__wrapper > section.home-landing__section > div.trusted-by-component__trusted-by > ul.trusted-by-component__trusted-by__logos div.home-landing__wrapper > section.home-landing__section > div.trusted-by-component__trusted-by > ul.trusted-by-component__trusted-by__logos |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
Best practices
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.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Terms of Use div.brand-details-component__info > ul.brand-details-component__legal-items > li.brand-details-component__legal-item > a |
Privacy Policy div.brand-details-component__info > ul.brand-details-component__legal-items > li.brand-details-component__legal-item > a |
Fair Use Policy div.brand-details-component__info > ul.brand-details-component__legal-items > li.brand-details-component__legal-item > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
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 |
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 |
|---|---|
A bad HTTP response code (403) was received when fetching the script. | |
Failed to load resource: the server responded with a status of 400 () | |
Not signed in with the identity provider. |
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.
Crawling and Indexing
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
MoreExpand more navigation
div.ez-site-header__inner > div.explore-nav > span.ez-drop-down__title > a.ez-drop-down__title__link |
To appear in search results, crawlers need access to your app.