Mobile 375 × 812

Desktop 1440 × 900

Score: 72 / 100
Based on 8 categories, 0 sections
Room to improve — your 9.6s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Heavier than average — reducing page weight saves energy and bandwidth.
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
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 10.8 MB (6.6 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/7d3371ab-c722-4343-a487-ec3ffc2d4857)<a href="https://beavercheck.com/results/7d3371ab-c722-4343-a487-ec3ffc2d4857"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fphotoshelter.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fphotoshelter.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 9.6s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Addressing the critical issues below would have the most immediate impact on your user trust.
7 barrier(s) likely increasing bounce by ~27%.
Page takes 9.6s to load
+12% bounceUsers abandon at ~3s — you're 7.1s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.2s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
10 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $5,966/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$5,966 /mo
~$71,596 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,520 / year if left unfixed
$157,500
+2 more
$1.66 /mo
20712.5 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
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.
6.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.60 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.16 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.007
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.28 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.
20.90 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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 | |
|---|---|---|---|
A fictitious university leveraging a real-time content distribution workflow to… main#main > section#block_c274d7ac60d58392a343a924b91b0338 > div.content-half-content-media__media > img.rounded-2xl | /marketing-2026-04-16/wp-content/uploads/2024/03/features... | 831.8 KiB | 817.0 KiB |
div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block | /marketing-2026-04-16/wp-content/webp-express/webp-images... | 137.7 KiB | 133.3 KiB |
image representing branded portals in UGC management product from photoshelter section#block_0a2b48381ff74ba814232ae22bc7dc0f > div.content-half-content-media__media > picture > img.rounded-2xl | /marketing-2026-04-16/wp-content/webp-express/webp-images... | 91.1 KiB | 76.4 KiB |
Four images of commencement ceremonies in a marketing asset library showcasing … section#block_63841d38e9ca10ec44f90624c5fa76de > div.content-half-content-media__media > picture > img.rounded-2xl | /marketing-2026-04-16/wp-content/webp-express/webp-images... | 57.4 KiB | 45.9 KiB |
Hartford HealthCare logo. div.content-logo-grid__logos-grid > div.content-logo-grid__logos-grid-logo > picture > img.block | /marketing-2026-04-16/wp-content/webp-express/webp-images... | 26.1 KiB | 25.7 KiB |
I Love NY Logo. div.content-logo-grid__logos-grid > div.content-logo-grid__logos-grid-logo > picture > img.block | /marketing-2026-04-16/wp-content/webp-express/webp-images... | 13.7 KiB | 13.3 KiB |
Purdue University logo div.content-logo-grid__logos > div.content-logo-grid__logos-grid > div.content-logo-grid__logos-grid-logo > img.block | /marketing-2026-04-16/wp-content/uploads/2024/02/Purdue-s... | 7.9 KiB | 7.8 KiB |
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 |
|---|---|---|
| use.typekit.net/uyg8yvf.css?ver=6.9.4 | 986 B | 1.0 s |
| /marketing-2026-04-16/wp-content/themes/photoshelter/dist... | 201.2 KiB | 2.3 s |
| cdn.cookielaw.org/consent/0191233d-bb58-77e0-ae8e-4738d995651d/otSDKStub.js | 0 B | 780 ms |
| cdn.cookielaw.org/consent/0191233d-bb58-77e0-ae8e-4738d995651d/OtAutoBlock.js | 0 B | 780 ms |
| /p.css?s=1&k=uyg8yvf&ht=tk&f=45692.45694.53712.53713&a=85... | 172 B | 753 ms |
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 |
|---|---|
| photoshelter.com/ | 1.0 s |
| www.photoshelter.com/ | 630 ms |
| www.photoshelter.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.
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 |
|---|---|---|
| /marketing-2026-04-16/wp-content/themes/photoshelter/dist... | 200.7 KiB | 177.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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /marketing-2026-04-16/wp-content/themes/photoshelter/dist... | 326.9 KiB | 264.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-KVMNJL24QQ&cx=c>m=4e64k0 | 174.4 KiB | 68.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-534WKDSX | 161.2 KiB | 62.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1048371370&cx=c>m=4e64k0 | 145.6 KiB | 62.5 KiB |
| js.qualified.com/qualified.js?token=cUXkaFNnffEVeCQp | 116.4 KiB | 57.5 KiB |
| www.clickcease.com/monitor/stat.js | 42.9 KiB | 38.4 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 37.7 KiB |
| /cdn/web/djIkdGU6Ny4wOmFzeW5jJWdxdWVyeQ==/tag-71b55da48a4... | 56.6 KiB | 34.6 KiB |
| js.qualified.com/packs/js/multimodal_v2-fe90ad83.js | 97.2 KiB | 29.9 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 |
|---|---|---|---|
| /marketing-2026-04-16/wp-content/themes/photoshelter/dist... | 755 ms | 253 ms | 26 ms |
| Unattributable | 628 ms | 34 ms | 0.0 ms |
| www.photoshelter.com/ | 518 ms | 49 ms | 6.2 ms |
| js.qualified.com/qualified.js?token=cUXkaFNnffEVeCQp | 428 ms | 377 ms | 36 ms |
| www.googletagmanager.com/gtm.js?id=GTM-534WKDSX | 390 ms | 333 ms | 43 ms |
| www.googletagmanager.com/gtag/js?id=G-KVMNJL24QQ&cx=c>m=4e64k0 | 381 ms | 314 ms | 64 ms |
| www.googletagmanager.com/gtag/js?id=AW-1048371370&cx=c>m=4e64k0 | 261 ms | 222 ms | 38 ms |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 185 ms | 153 ms | 28 ms |
| js.qualified.com/packs/js/multimodal_v2-fe90ad83.js | 161 ms | 125 ms | 27 ms |
| j.6sc.co/6si.min.js | 98 ms | 78 ms | 5.2 ms |
| ws-assets.zoominfo.com/formcomplete.js | 97 ms | 89 ms | 3.6 ms |
| /cdn/web/djIkdGU6Ny4wOmFzeW5jJWdxdWVyeQ==/tag-71b55da48a4... | 83 ms | 68 ms | 14 ms |
| snap.licdn.com/li.lms-analytics/insight.min.js | 52 ms | 45 ms | 5.0 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.4 s |
| Other | 1.1 s |
| Script Parsing & Compilation | 345 ms |
| Style & Layout | 341 ms |
| Rendering | 143 ms |
| Parse HTML & CSS | 67 ms |
| Garbage Collection | 47 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 the main frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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.hero-media__content > span.hero-media__bg-wrapper > picture > img.block div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block | /marketing-2026-04-16/wp-content/webp-express/webp-images... |
Microsoft 365 Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Microsoft PowerPoint Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Microsoft SharePoint Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Microsoft Teams Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Photo Mechanic Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
SIDEARM Sports Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Sketch Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Slack Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Slate Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
WordPress Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Wrike Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Adobe Premiere Pro Icon ul.splide__list > li.content-integrations__logos-badge > picture > img.block | |
AP Icon ul.splide__list > li.content-integrations__logos-badge > picture > img.block |
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.
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 |
|---|
Iris assistant body.home > q-focus-sentinel > div |
After Iris assistant body.home > q-focus-sentinel > div |
Iris assistant, start div#qualified-multimodal-host > div |
Iris assistant, end div#qualified-multimodal-host > div |
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.
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 |
|---|
Book a Demo div.hero-media__content-wrapper > div.hero-media__content > div.hero-media__buttons > a.button |
Take a Tour div.hero-media__content-wrapper > div.hero-media__content > div.hero-media__buttons > a.button |
See All Integrations div.acf-innerblocks-container > section#block_5b2787c11e17112d57fd55ba66dcbc6f > div.content-integrations__buttons > a.button |
Ready to do more with DAM? div.md:px-8 > div.callout-color-block__content-wrapper > div.max-w-[800px] > h2.mb-0 |
Book a Demo div.callout-color-block__content-wrapper > div.max-w-[800px] > div.flex > a.button |
Take a Tour div.callout-color-block__content-wrapper > div.max-w-[800px] > div.flex > a.button |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block |
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.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.photoshelter.com/ | Allowed |
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 | |
| Unload event listeners are deprecated and will be removed. |
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 |
|---|---|
www.photoshelter.com/ line 181, col 5 | ReferenceError: jQuery is not defined
at https://www.photoshelter.com/:182:6 |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block |
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.
1.73 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
9 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.049
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.94 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.
4.18 s
Audit breakdown by category with detailed findings.
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
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
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.
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.
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 |
|---|---|---|
| /marketing-2026-04-16/wp-content/themes/photoshelter/dist... | 201.2 KiB | 562 ms |
| use.typekit.net/uyg8yvf.css?ver=6.9.4 | 986 B | 214 ms |
| cdn.cookielaw.org/consent/0191233d-bb58-77e0-ae8e-4738d995651d/OtAutoBlock.js | 0 B | 230 ms |
| cdn.cookielaw.org/consent/0191233d-bb58-77e0-ae8e-4738d995651d/otSDKStub.js | 0 B | 230 ms |
| /p.css?s=1&k=uyg8yvf&ht=tk&f=45692.45694.53712.53713&a=85... | 172 B | 203 ms |
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 | |
|---|---|---|---|
A fictitious university leveraging a real-time content distribution workflow to… main#main > section#block_c274d7ac60d58392a343a924b91b0338 > div.content-half-content-media__media > img.rounded-2xl | /marketing-2026-04-16/wp-content/uploads/2024/03/features... | 831.8 KiB | 792.0 KiB |
div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block | /marketing-2026-04-16/wp-content/webp-express/webp-images... | 146.3 KiB | 114.3 KiB |
div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block | /marketing-2026-04-16/wp-content/webp-express/webp-images... | 137.7 KiB | 105.2 KiB |
Graph showcasing content analytics, highlighting metrics such as views, engagem… main#main > section#block_5847b8d7fb8a48ac2512740f0bb86bc9 > div.content-half-content-media__media > img.rounded-2xl | /marketing-2026-04-16/wp-content/uploads/2024/03/DAM_Page... | 103.8 KiB | 85.7 KiB |
image representing branded portals in UGC management product from photoshelter section#block_0a2b48381ff74ba814232ae22bc7dc0f > div.content-half-content-media__media > picture > img.rounded-2xl | /marketing-2026-04-16/wp-content/webp-express/webp-images... | 91.1 KiB | 51.3 KiB |
Four images of commencement ceremonies in a marketing asset library showcasing … section#block_63841d38e9ca10ec44f90624c5fa76de > div.content-half-content-media__media > picture > img.rounded-2xl | /marketing-2026-04-16/wp-content/webp-express/webp-images... | 57.4 KiB | 26.4 KiB |
Hartford HealthCare logo. div.content-logo-grid__logos-grid > div.content-logo-grid__logos-grid-logo > picture > img.block | /marketing-2026-04-16/wp-content/webp-express/webp-images... | 26.1 KiB | 25.3 KiB |
I Love NY Logo. div.content-logo-grid__logos-grid > div.content-logo-grid__logos-grid-logo > picture > img.block | /marketing-2026-04-16/wp-content/webp-express/webp-images... | 13.7 KiB | 13.0 KiB |
Purdue University logo div.content-logo-grid__logos > div.content-logo-grid__logos-grid > div.content-logo-grid__logos-grid-logo > img.block | /marketing-2026-04-16/wp-content/uploads/2024/02/Purdue-s... | 7.9 KiB | 7.8 KiB |
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 |
|---|---|
| photoshelter.com/ | 477 ms |
| www.photoshelter.com/ | 190 ms |
| www.photoshelter.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.
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 |
|---|---|---|
| /marketing-2026-04-16/wp-content/themes/photoshelter/dist... | 200.7 KiB | 162.8 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.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| /marketing-2026-04-16/wp-content/themes/photoshelter/dist... | 326.9 KiB | 264.7 KiB |
| www.googletagmanager.com/gtag/js?id=G-KVMNJL24QQ&cx=c>m=4e64k0 | 174.4 KiB | 68.5 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-534WKDSX | 161.2 KiB | 62.7 KiB |
| www.googletagmanager.com/gtag/js?id=AW-1048371370&cx=c>m=4e64k0 | 145.6 KiB | 61.9 KiB |
| js.qualified.com/qualified.js?token=cUXkaFNnffEVeCQp | 116.4 KiB | 56.8 KiB |
| www.clickcease.com/monitor/stat.js | 42.9 KiB | 38.4 KiB |
| script.hotjar.com/modules.6a0f3932cb1341a35c18.js | 56.1 KiB | 37.7 KiB |
| /cdn/web/djIkdGU6Ny4wOmFzeW5jJWdxdWVyeQ==/tag-71b55da48a4... | 56.6 KiB | 34.6 KiB |
| js.qualified.com/packs/js/multimodal_v2-fe90ad83.js | 97.2 KiB | 31.4 KiB |
| js.qualified.com/packs/js/offers-b8e8b6e8.js | 38.7 KiB | 24.5 KiB |
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 the main frame. | Actionable |
| Pages with WebSocket cannot enter back/forward cache. | Pending browser support |
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.hero-media__content > span.hero-media__bg-wrapper > picture > img.block div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block | /marketing-2026-04-16/wp-content/webp-express/webp-images... |
div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block | /marketing-2026-04-16/wp-content/webp-express/webp-images... |
Microsoft 365 Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Microsoft PowerPoint Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Microsoft SharePoint Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Microsoft Teams Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Photo Mechanic Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
SIDEARM Sports Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Sketch Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Slack Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Slate Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
WordPress Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Wrike Icon div.splide__track > ul.splide__list > li.content-integrations__logos-badge > img.block | |
Adobe Premiere Pro Icon ul.splide__list > li.content-integrations__logos-badge > picture > img.block | |
AP Icon ul.splide__list > li.content-integrations__logos-badge > picture > img.block |
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.
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 |
|---|
Iris assistant body.home > q-focus-sentinel > div |
After Iris assistant body.home > q-focus-sentinel > div |
Iris assistant, start div#qualified-multimodal-host > div |
Iris assistant, end div#qualified-multimodal-host > div |
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.
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 |
|---|
2026 AI SUMMIT span.container > div.headline > div > span |
Watch now div.headline > a#_qualified-offer-cta-button-1852173741359884020 > div > span |
Take a Tour nav#headerTopNavigation > ul.header__top-menu > div.button-container > a.button |
Book a Demo nav#headerTopNavigation > ul.header__top-menu > div.button-container > a.button |
Book a Demo div.hero-media__content-wrapper > div.hero-media__content > div.hero-media__buttons > a.button |
Take a Tour div.hero-media__content-wrapper > div.hero-media__content > div.hero-media__buttons > a.button |
See All Integrations div.acf-innerblocks-container > section#block_5b2787c11e17112d57fd55ba66dcbc6f > div.content-integrations__buttons > a.button |
Ready to do more with DAM? div.md:px-8 > div.callout-color-block__content-wrapper > div.max-w-[800px] > h2.mb-0 |
Book a Demo div.callout-color-block__content-wrapper > div.max-w-[800px] > div.flex > a.button |
Take a Tour div.callout-color-block__content-wrapper > div.max-w-[800px] > div.flex > a.button |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block |
div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block |
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.
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 |
|---|
Products
Solutions
Customer Stories
Resources
Pricing
Take a Tour
Book a Demo
L… div.header__wrapper > div#headerTop > nav#headerTopNavigation > ul.header__top-menu |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
Performance issues directly impact user engagement and conversion rates.
| Insecure URL | Request Resolution |
|---|---|
| www.photoshelter.com/ | Allowed |
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 | |
| Unload event listeners are deprecated and will be removed. |
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 |
|---|---|
www.photoshelter.com/ line 181, col 5 | ReferenceError: jQuery is not defined
at https://www.photoshelter.com/:182:6 |
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.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block |
div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block div.hero-media__content > span.hero-media__bg-wrapper > picture > img.block |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback