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 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.
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.
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 |
|---|---|---|
| influencermarketinghub.com/auth/agency-match-widget.ts | 0.0 ms | 236.4 KiB |
| snap.licdn.com/li.lms-analytics/insight.min.js | 86400.0 s | 18.7 KiB |
| cdn-cookieyes.com/assets/images/revisit.svg | 36000.0 s | 1.2 KiB |
| /collect?v=2&fmt=js&pid=57778&time=1776888829899&url=http... | 0.0 ms | 692 B |
| cdn-cookieyes.com/assets/images/close.svg | 36000.0 s | 796 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.
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 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/voice-child/style.min.css?ver=1775748732 | 43.0 KiB | 39.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 |
|---|---|---|---|
| /_/mss/boq-cloud-ai-ucs/_/js/k=boq-cloud-ai-ucs.UcsWidget... | 1.5 s | 735 ms | 698 ms |
| influencermarketinghub.com/ | 791 ms | 84 ms | 7.9 ms |
| Unattributable | 575 ms | 21 ms | 0.0 ms |
| cdn-cookieyes.com/client_data/89f7478d4d4eb884adf86a31/banner.js | 285 ms | 229 ms | 3.0 ms |
| www.googletagmanager.com/gtm.js?id=GTM-5ZGW3WVC | 233 ms | 190 ms | 33 ms |
| www.googletagmanager.com/gtag/js?id=G-86M2DZYZT6&cx=c>m=4e64k0 | 227 ms | 184 ms | 41 ms |
| www.googletagmanager.com/gtag/destination?id=AW-16598050890&cx=c>m=4e64k0 | 185 ms | 147 ms | 36 ms |
| influencermarketinghub.com/auth/agency-match-widget.ts | 163 ms | 79 ms | 80 ms |
| /wp-content/themes/voice-child/js/lib/jquery.min.js?ver=6... | 162 ms | 128 ms | 7.7 ms |
| influencermarketinghub.com/auth/tapon.min.js?ver=1776886831 | 67 ms | 52 ms | 9.2 ms |
| www.googletagmanager.com/gtag/js?id=AW-16598050890&cx=c>m=4e64k0 | 67 ms | 28 ms | 38 ms |
| snap.licdn.com/li.lms-analytics/insight.min.js | 60 ms | 50 ms | 5.9 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.0 s |
| Script Parsing & Compilation | 980 ms |
| Other | 694 ms |
| Style & Layout | 557 ms |
| Parse HTML & CSS | 114 ms |
| Rendering | 88 ms |
| Garbage Collection | 47 ms |
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 |
|---|---|---|
| influencermarketinghub.com/auth/agency-match-widget.ts | 236.3 KiB | 37.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.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /_/mss/boq-cloud-ai-ucs/_/js/k=boq-cloud-ai-ucs.UcsWidget... | 2.2 MiB | 707.6 KiB |
| influencermarketinghub.com/auth/agency-match-widget.ts | 236.3 KiB | 168.8 KiB |
| www.googletagmanager.com/gtag/js?id=AW-16598050890&cx=c>m=4e64k0 | 143.5 KiB | 105.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-86M2DZYZT6&cx=c>m=4e64k0 | 177.8 KiB | 67.4 KiB |
| www.googletagmanager.com/gtag/destination?id=AW-16598050890&cx=c>m=4e64k0 | 143.5 KiB | 64.8 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-5ZGW3WVC | 152.4 KiB | 64.5 KiB |
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 | |
|---|---|
Influencer Marketing Platforms div.col-6 > a.imh-cat-links__item > div.imh-cat-links__image-wrap > img.imh-cat-links__image | /imaginary/convert?type=webp&url=https://influencermarket... |
Social Media Marketing Platforms div.col-6 > a.imh-cat-links__item > div.imh-cat-links__image-wrap > img.imh-cat-links__image | /imaginary/convert?type=webp&url=https://influencermarket... |
Instagram Sponsored Post Calculator div.col-12 > div.v3-tools-item > a.v3-tools-link > img | /imaginary/resize?height=320&type=webp&url=https://influe... |
TikTok Money Calculator div.col-12 > div.v3-tools-item > a.v3-tools-link > img | /imaginary/resize?height=320&type=webp&url=https://influe... |
YouTube Money Calculator div.col-12 > div.v3-tools-item > a.v3-tools-link > img | /imaginary/resize?height=320&type=webp&url=https://influe... |
eCommerce div.col-6 > a.imh-cat-links__item > div.imh-cat-links__image-wrap > img.imh-cat-links__image | /imaginary/convert?type=webp&url=https://influencermarket... |
Social Media div.col-6 > a.imh-cat-links__item > div.imh-cat-links__image-wrap > img.imh-cat-links__image | /imaginary/convert?type=webp&url=https://influencermarket... |
Influencer Marketing div.col-6 > a.imh-cat-links__item > div.imh-cat-links__image-wrap > img.imh-cat-links__image | /imaginary/convert?type=webp&url=https://influencermarket... |
Affiliate Marketing div.col-6 > a.imh-cat-links__item > div.imh-cat-links__image-wrap > img.imh-cat-links__image | /imaginary/convert?type=webp&url=https://influencermarket... |
div.container > div.row > div.col-12 > img div.container > div.row > div.col-12 > img | influencermarketinghub.com/wp-content/themes/voice-child/img/rh1.jpg |
kuli_logo_new div.wp-block-group > div.wp-block-group__inner-container > figure.w-100 > img.attachment-post-thumbnail | /imaginary/resize?width=192&type=webp&url=https://influen... |
Best Agentic Influencer Platforms for Brands and Agencies div.wp-block-group > div.wp-block-group__inner-container > figure.w-100 > img.attachment-post-thumbnail | /imaginary/resize?width=192&type=webp&url=https://influen... |
5 Influencer Marketing Tips Brands Use to Drive ROI div.wp-block-group > div.wp-block-group__inner-container > figure.w-100 > img.attachment-post-thumbnail | /imaginary/resize?width=192&type=webp&url=https://influen... |
Best AI Agents for Influencer Marketing in 2026 div.wp-block-group > div.wp-block-group__inner-container > figure.w-100 > img.attachment-post-thumbnail | /imaginary/resize?width=192&type=webp&url=https://influen... |
div.wp-bootstrap-blocks-row > div.col-3 > figure.wp-block-image > img div.wp-bootstrap-blocks-row > div.col-3 > figure.wp-block-image > img | /imaginary/convert?type=webp&url=https://influencermarket... |
A Complete Social Media Content Creation Guide div.wp-block-group > div.wp-block-group__inner-container > figure.w-100 > img.attachment-post-thumbnail | /imaginary/resize?width=192&type=webp&url=https://influen... |
div.wp-bootstrap-blocks-row > div.col-3 > figure.wp-block-image > img div.wp-bootstrap-blocks-row > div.col-3 > figure.wp-block-image > img | /imaginary/convert?type=webp&url=https://influencermarket... |
div.wp-bootstrap-blocks-row > div.col-3 > figure.wp-block-image > img div.wp-bootstrap-blocks-row > div.col-3 > figure.wp-block-image > img | /imaginary/convert?type=webp&url=https://influencermarket... |
div.wp-bootstrap-blocks-row > div.col-3 > figure.wp-block-image > img div.wp-bootstrap-blocks-row > div.col-3 > figure.wp-block-image > img | /imaginary/convert?type=webp&url=https://influencermarket... |
Sprout Social div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
Upfluence div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
HypeAuditor div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
Zorka.Agency div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
div.wp-bootstrap-blocks-row > div.col-3 > figure.wp-block-image > img div.wp-bootstrap-blocks-row > div.col-3 > figure.wp-block-image > img | /imaginary/convert?type=webp&url=https://influencermarket... |
div.wp-bootstrap-blocks-row > div.col-3 > figure.wp-block-image > img div.wp-bootstrap-blocks-row > div.col-3 > figure.wp-block-image > img | /imaginary/convert?type=webp&url=https://influencermarket... |
Brandwatch Influencer Marketing Software div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
Viral Nation div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
Fresh Content Society div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
Modash div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
Creator.co div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
Moburst div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
IQfluence div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
Refersion div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
Iron Roots div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
HireInfluence div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
Disruptive Advertising div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
Linqia div.row > div.col-5 > a.v3-trend-link > img | /imaginary/resize?height=48&type=webp&url=https://influen... |
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
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Search body.home > div#vce-main > header#header > i#searchWidgetTriggerMobile |
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 |
|---|
INFLUENCER MARKETING div.wp-block-group > div.wp-block-group__inner-container > div.wp-block-post-terms > a |
INFLUENCER MARKETING div.wp-block-group > div.wp-block-group__inner-container > div.taxonomy-category > a |
SOCIAL MEDIA div.wp-block-group > div.wp-block-group__inner-container > div.wp-block-post-terms > a |
ECOMMERCE div.wp-block-group > div.wp-block-group__inner-container > div.wp-block-post-terms > a |
INFLUENCER MARKETING div.wp-block-group > div.wp-block-group__inner-container > div.taxonomy-category > a |
INFLUENCER MARKETING div.wp-block-group > div.wp-block-group__inner-container > div.taxonomy-category > a |
INFLUENCER MARKETING div.wp-block-group > div.wp-block-group__inner-container > div.taxonomy-category > a |
DIGITAL MARKETING div.wp-block-group > div.wp-block-group__inner-container > div.wp-block-post-terms > a |
INFLUENCER MARKETING div.wp-block-group > div.wp-block-group__inner-container > div.taxonomy-category > a |
Mar 19, 2026 div.wp-block-group > div.wp-block-group__inner-container > div.v3-postlist-date > time |
INFLUENCER MARKETING div.wp-block-group > div.wp-block-group__inner-container > div.taxonomy-category > a |
Mar 19, 2026 div.wp-block-group > div.wp-block-group__inner-container > div.v3-postlist-date > time |
INFLUENCER MARKETING PLATFORMS div.wp-block-group > div.wp-block-group__inner-container > div.wp-block-post-terms > a |
Mar 19, 2026 div.wp-block-group > div.wp-block-group__inner-container > div.v3-postlist-date > time |
SOCIAL MEDIA div.wp-block-group > div.wp-block-group__inner-container > div.wp-block-post-terms > a |
Mar 19, 2026 div.wp-block-group > div.wp-block-group__inner-container > div.v3-postlist-date > time |
INFLUENCER MARKETING div.wp-block-group > div.wp-block-group__inner-container > div.taxonomy-category > a |
Mar 19, 2026 div.wp-block-group > div.wp-block-group__inner-container > div.v3-postlist-date > time |
NEWSLETTER div.container > div.row > div.col-12 > span.d-block |
div.row > div.col-12 > div.clear > input#mc-embedded-subscribe div.row > div.col-12 > div.clear > input#mc-embedded-subscribe |
These are opportunities to improve the legibility of your content.
Navigation
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 |
|---|
BY SOCIAL NETWORK div.wp-bootstrap-blocks-container > div.wp-bootstrap-blocks-row > div.col-12 > h4#h-by-social-network |
Agencies div.col-12 > div.wp-block-group > div.wp-block-group__inner-container > h4#h-agencies |
AS SEEN IN div.container > div.wp-block-group > div.wp-block-group__inner-container > h5#h-as-seen-in |
These are opportunities to improve keyboard navigation in your application.
Best practices
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 |
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.