Mobile 375 × 812

Desktop 1440 × 900

Score: 73 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Good foundation, but a few gaps could be exploited.
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.
Strong compliance posture across regulations.
Good content signals with minor gaps.
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 9.7 MB (5.7 MB transferred)
Performance issues directly impact user engagement and conversion rates.
4 button(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/fa643d3c-dcd1-421d-829e-1ccff4e9b8f8)<a href="https://beavercheck.com/results/fa643d3c-dcd1-421d-829e-1ccff4e9b8f8"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fflickr.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fflickr.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 8.4s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~33%.
Page takes 8.4s to load
+12% bounceUsers abandon at ~3s — you're 5.9s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
High main-thread blocking time
+2% bouncePage is non-interactive for 482ms after first paint
Fix: Defer third-party scripts and split large bundles
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
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
4 form field(s) without a label
+6% bounceScreen readers skip unlabeled fields; autofill can't identify them; checkout abandonment spikes
Fix: Associate every input with a visible <label for="…">; add autocomplete attributes
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
6 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
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
2 broken link(s) on the page
+3% 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.
€425 investment → €5,147/month returns + EUR 120,500,000 risk avoided
€425
5h · 5 findings
€5,147 /mo
~€61,767 / year
EUR 120,500,000
if kept compliant
€128 — 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 €85/hr
Based on European Union rates (€85/hr)
Start here for the best return on investment
€10,041,668 / month at risk
~€120,500,016 / year if left unfixed
€120,500,000
+6 more
€1.32 /mo
17794.1 MB/mo × 0.074 EUR/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.
3.50 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
8.35 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
482 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.212
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
4.71 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.
18.34 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
The World’s Photography Festival
September 18-20, 2026
Minneapolis, Minnesota… div.page-wrapper > main.main-wrapper > section.section_mode-ad > div.mode_announcement | /66a031f9fc343c5e42d965ca/69a0645cee32cb0091e93161_film.png | 307.1 KiB | 97.1 KiB |
Photo by Ave Kalvar div.header-wrap > div.hero_image-wrap > div.image-container-full > img.image | /66a031f9fc343c5e42d965ca/66ba7f8b6ce1b219366751dd_Hero 2... | 27.4 KiB | 25.5 KiB |
Photo by Mohamed Nohassi div.container-large > div.w-layout-grid > div#w-node-_8ec1d632-3933-2eb2-d3a1-d594a13eee97-42d965d1 > img.image | /66a031f9fc343c5e42d965ca/66a3e8ae2edf23b2ccd84da0_photo-... | 57.3 KiB | 23.3 KiB |
Photo by Vincent Van Zalinge div.container-large > div.w-layout-grid > div.image-container-full > img.image | /66a031f9fc343c5e42d965ca/671bc870f04a52bc3248fca9_photo-... | 28.1 KiB | 18.1 KiB |
Photo by Alwen KQLIM div.header-wrap > div.hero_image-wrap > div.image-container-thin > img.image | /66a031f9fc343c5e42d965ca/66ba7c9da1c31a04c651ee06_Hero 1... | 16.2 KiB | 15.0 KiB |
Flickr user avatar: Leanne Boulton div.w-layout-grid > div.comment_component > div.comment_image-wrapper > img.comment_image | /66a031f9fc343c5e42d965ca/6765f70454596f274c167387_avatar... | 5.8 KiB | 5.6 KiB |
Flickr Homepage div.container-large > div.w-layout-grid > a.footer-logo > img.global-logo | /66a031f9fc343c5e42d965ca/66b3f60bcd82f68f2716490a_flickr... | 6.1 KiB | 5.1 KiB |
Flickr user avatar: Sydney Indam Photography div.w-layout-grid > div.comment_component > div.comment_image-wrapper > img.comment_image | /66a031f9fc343c5e42d965ca/67658e85a17b6a7436072ee9_avatar... | 5.3 KiB | 5.1 KiB |
Flickr Homepage div.navigation-mob > div.navigation-container-mob > a.light-mode-logo > img.global-logo | /66a031f9fc343c5e42d965ca/66a3f743c2b81576e1086ed4_flickr... | 5.8 KiB | 4.9 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 |
|---|---|---|
| /66a031f9fc343c5e42d965ca/css/the-revenge-of-flickr-23456... | 42.3 KiB | 1.2 s |
| cdn.weglot.com/weglot.min.js | 71.5 KiB | 1.4 s |
| ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js | 5.9 KiB | 758 ms |
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.
| URL | Est Savings |
|---|---|
| consent.trustarc.com/get?name=proxima-nova-regular.woff | 5.0 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
The World’s Photography Festival
September 18-20, 2026
Minneapolis, Minnesota… div.page-wrapper > main.main-wrapper > section.section_mode-ad > div.mode_announcement | 0.212 |
home div.nav_fixed > div.navigation-mob > div.navigation-container-mob > a.light-mode-logo | 0.000 |
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 |
|---|---|---|
| /66a031f9fc343c5e42d965ca/css/the-revenge-of-flickr-23456... | 41.7 KiB | 35.6 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 |
|---|---|---|
| cdn.weglot.com/weglot.min.js | 69.7 KiB | 39.6 KiB |
| combo.staticflickr.com/ap/soe/index.1.10.2.js | 50.4 KiB | 35.9 KiB |
| consent.trustarc.com/asset/tcfapi2.2.js | 81.5 KiB | 35.9 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 36.0 KiB | 20.4 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 |
|---|---|---|---|
| /66a031f9fc343c5e42d965ca/js/the-revenge-of-flickr-234567... | 8.4 s | 1.4 s | 24 ms |
| flickr.com/ | 3.9 s | 66 ms | 2.7 ms |
| Unattributable | 1.6 s | 4.6 ms | 0.0 ms |
| consent.trustarc.com/asset/tcfapi2.2.js | 486 ms | 420 ms | 61 ms |
| cdn.weglot.com/weglot.min.js | 462 ms | 255 ms | 28 ms |
| /notice?domain=flickr.com&c=teconsent&js=nj¬iceType=bb... | 341 ms | 58 ms | 3.4 ms |
| /66a031f9fc343c5e42d965ca/js/the-revenge-of-flickr-234567... | 192 ms | 178 ms | 0.6 ms |
| challenges.cloudflare.com/turnstile/v0/api.js | 187 ms | 173 ms | 7.4 ms |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 165 ms | 120 ms | 12 ms |
| /js/jquery-3.5.1.min.dc5e7f18c8.js?site=66a031f9fc343c5e4... | 137 ms | 112 ms | 8.2 ms |
| combo.staticflickr.com/ap/soe/index.1.10.2.js | 137 ms | 120 ms | 14 ms |
| cdn.weglot.com/switchers/skewed.bfad08b4e04c081647c59d0b2d179b7cb53a4245.min.js | 78 ms | 66 ms | 7.6 ms |
| consent.trustarc.com/asset/uspapi.js | 64 ms | 60 ms | 1.8 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 |
|---|---|
| Other | 8.1 s |
| Style & Layout | 3.8 s |
| Script Evaluation | 3.1 s |
| Rendering | 983 ms |
| Script Parsing & Compilation | 179 ms |
| Garbage Collection | 123 ms |
| Parse HTML & CSS | 81 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages that use WebXR are not currently eligible for back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /66a031f9fc343c5e42d965ca/css/the-revenge-of-flickr-23456... | 42.3 KiB | 8.3 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 | |
|---|---|
Flickr user avatar: Sydney Indam Photography div.w-layout-grid > div.comment_component > div.comment_image-wrapper > img.comment_image | /66a031f9fc343c5e42d965ca/67658e85a17b6a7436072ee9_avatar... |
Flickr user avatar: Leanne Boulton div.w-layout-grid > div.comment_component > div.comment_image-wrapper > img.comment_image | /66a031f9fc343c5e42d965ca/6765f70454596f274c167387_avatar... |
a.hero_content-wrapper > div.hero_content > div > img a.hero_content-wrapper > div.hero_content > div > img | /66a031f9fc343c5e42d965ca/69a0628f9840d6d894faab2a_Asset ... |
div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small | /66a031f9fc343c5e42d965ca/6719b7f3084d87becfda76ab_flickr... |
div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small | /66a031f9fc343c5e42d965ca/6719b7f3084d87becfda76ab_flickr... |
div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small | /66a031f9fc343c5e42d965ca/6719b7f3084d87becfda76ab_flickr... |
div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small | /66a031f9fc343c5e42d965ca/6719b7f3084d87becfda76ab_flickr... |
Follow Flickr on Flickr div#w-node-c98f8674-c0d1-ff4f-e1e6-c3c9c99b6639-437296f2 > div.icon-wrapper > a.social_icon > img.icon-height-medium | /66a031f9fc343c5e42d965ca/6719b7f3084d87becfda76ab_flickr... |
div.navigation-container-mob > div.div-block-29 > div.div-block-30 > img.light-mode-logo div.navigation-container-mob > div.div-block-29 > div.div-block-30 > img.light-mode-logo | /66a031f9fc343c5e42d965ca/671be656a529960dfb7912a9_dark m... |
div.w-layout-grid > div#w-node-_1313dcbb-6789-e34d-ccd8-a4b8fa1da324-42d965d1 > a.link-wrap > img.text-link_arrow div.w-layout-grid > div#w-node-_1313dcbb-6789-e34d-ccd8-a4b8fa1da324-42d965d1 > a.link-wrap > img.text-link_arrow | /66a031f9fc343c5e42d965ca/66e3212cb4b9d2e4dec82186_arrow-... |
div.w-layout-grid > div#w-node-_6af6cb6a-a56b-ba0a-f4d4-2cf81e005144-42d965d1 > a.link-wrap > img.text-link_arrow div.w-layout-grid > div#w-node-_6af6cb6a-a56b-ba0a-f4d4-2cf81e005144-42d965d1 > a.link-wrap > img.text-link_arrow | /66a031f9fc343c5e42d965ca/66e3212cb4b9d2e4dec82186_arrow-... |
div.w-layout-grid > div#w-node-_57c87067-61b4-ab9a-7d42-7146a0491022-42d965d1 > a.link-wrap > img.text-link_arrow div.w-layout-grid > div#w-node-_57c87067-61b4-ab9a-7d42-7146a0491022-42d965d1 > a.link-wrap > img.text-link_arrow | /66a031f9fc343c5e42d965ca/66e3212cb4b9d2e4dec82186_arrow-... |
Follow Flickr on Instagram div#w-node-c98f8674-c0d1-ff4f-e1e6-c3c9c99b6639-437296f2 > div.icon-wrapper > a.social_icon > img.icon-height-medium | |
Follow Flickr on Facebook div#w-node-c98f8674-c0d1-ff4f-e1e6-c3c9c99b6639-437296f2 > div.icon-wrapper > a.social_icon > img.icon-height-medium | |
Follow Flickr on YouTube div#w-node-c98f8674-c0d1-ff4f-e1e6-c3c9c99b6639-437296f2 > div.icon-wrapper > a.social_icon > img.icon-height-medium | |
div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xlarge div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xlarge | |
div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xxlarge div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xxlarge | |
div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xlarge div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xlarge | |
div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xlarge div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xlarge | |
div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-large div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-large |
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.
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 |
|---|
JOIN US div.container-large > div.header-wrap > div.header_content-wrap > a#signup-button |
BEST. NEIGHBORS. EVER.
div.w-layout-grid > div#w-node-_1313dcbb-6789-e34d-ccd8-a4b8fa1da324-42d965d1 > a.link-wrap > div.text-link_primary |
Monoram div.w-layout-grid > div.comment_component > div.comment_content > p.comment_user-text |
Sasha T. div.w-layout-grid > div.comment_component > div.comment_content > p.comment_user-text |
THIS PLACE. RIGHT HERE.
div.w-layout-grid > div#w-node-_6af6cb6a-a56b-ba0a-f4d4-2cf81e005144-42d965d1 > a.link-wrap > div.text-link_primary |
WHERE INSPIRATION CLICKS
div.w-layout-grid > div#w-node-_57c87067-61b4-ab9a-7d42-7146a0491022-42d965d1 > a.link-wrap > div.text-link_primary |
Legal div#w-node-_5fb639f9-f0b7-e414-a29d-5c7c6b53e2e3-437296f2 > div.flex-horizontal-left-bottom > div.margin-right > a.footer-text |
Terms div#w-node-_5fb639f9-f0b7-e414-a29d-5c7c6b53e2e3-437296f2 > div.flex-horizontal-left-bottom > div.margin-right > a.footer-text |
Privacy div#w-node-_5fb639f9-f0b7-e414-a29d-5c7c6b53e2e3-437296f2 > div.flex-horizontal-left-bottom > div.margin-right > a.footer-text |
Cookies div.w-layout-grid > div#w-node-_5fb639f9-f0b7-e414-a29d-5c7c6b53e2e3-437296f2 > div.flex-horizontal-left-bottom > a.footer-text |
Copyright © 2026 Flickr.com
All Rights Reserved. div.container-large > div.w-layout-grid > div#w-node-_5fb639f9-f0b7-e414-a29d-5c7c6b53e2e3-437296f2 > p#w-node-_86f4ffd6-0c35-8c46-c777-557875fb888c-437296f2 |
By using this site, you agree with our use of cookies. Please see our privacy s… div#consent_blackbar > div#truste-consent-track > div#truste-consent-content > div#truste-consent-text |
privacy statement div#truste-consent-track > div#truste-consent-content > div#truste-consent-text > a#truste-privacy-button |
Accept div#truste-consent-track > div#truste-consent-content > div#truste-consent-buttons > button#truste-consent-button |
Opt-out div#truste-consent-track > div#truste-consent-content > div#truste-consent-buttons > button#truste-ccpa-optout |
Please select your preference div#truste-consent-content > div#truste-consent-buttons > span#truste-ccpa-status > span#ccpa-no-preference |
These are opportunities to improve the legibility of your content.
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.newsletter-sign-up > form#wf-form-Newsletter-Sign-up---page > div.div-block-37 > input.newsletter-submit-button div.newsletter-sign-up > form#wf-form-Newsletter-Sign-up---page > div.div-block-37 > input.newsletter-submit-button |
div.newsletter-sign-up > form#wf-form-Newsletter-Sign-up > div.div-block-37 > input.newsletter-submit-button div.newsletter-sign-up > form#wf-form-Newsletter-Sign-up > div.div-block-37 > input.newsletter-submit-button |
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.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon |
div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon |
div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon |
div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon |
div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
BEST. NEIGHBORS. EVER.
div.container-large > div.w-layout-grid > div#w-node-_1313dcbb-6789-e34d-ccd8-a4b8fa1da324-42d965d1 > a.link-wrap |
THIS PLACE. RIGHT HERE.
div.container-large > div.w-layout-grid > div#w-node-_6af6cb6a-a56b-ba0a-f4d4-2cf81e005144-42d965d1 > a.link-wrap |
WHERE INSPIRATION CLICKS
div.container-large > div.w-layout-grid > div#w-node-_57c87067-61b4-ab9a-7d42-7146a0491022-42d965d1 > a.link-wrap |
BIGGR. BETTR. COOLR. div.w-layout-grid > div#w-node-fab06669-dbbe-6868-c592-360bd6e8e248-42d965d1 > div.max-width-small > a.button |
EN div#weglot-switcher-1 > div.weglot_switcher > div.language-option > a#weglot-language-en |
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 |
|---|---|
flickr.com/ line 382, col 0 | Error: <svg> attribute height: Expected length, "auto". |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/679d09c91119e43ac4473512_Proxima%20Nova%20Alt%20Extra%20Condensed%20Regular.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/679d09c9299282ab08cc6db0_Proxima%20Nova%20Alt%20Extra%20Condensed%20Black.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/679d09c96292708d6dbf6df3_Proxima%20Nova%20Alt%20Extra%20Condensed%20Light.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/679d09c995ae12e6110f649e_Proxima%20Nova%20Alt%20Extra%20Condensed%20Bold.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/679d09c9ec6dc3e797922832_Proxima%20Nova%20Alt%20Extra%20Condensed%20Thin.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/679d09c9f347ca9c2f2c7118_Proxima%20Nova%20Alt%20Extra%20Condensed%20Semibold.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b55004d9abfd9480458_proximanova-regitalic-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b550107a1f150e2fe83_proximanova-boldit-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b5517bfb1af5839a331_proximanova-semibold-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b5570eead065975938b_proximanova-bold-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b5572282525a19f34a1_proximanova-extrabold-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b5586faf32bc111b575_proximanova-light-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b55945e5b313103eff3_proximanova-black-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b55a6eb1ef0847cdafc_proximanova-semibolditalic-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b55b2a79498157f48fb_proximanova-lightitalic-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b55e8162e7baa0babc6_proximanova-regularitalic-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b55f26d0c10488b2be2_proximanova-regular-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtFyBN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtFyCN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtFyDN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtFyLN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtFyMN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtFyPN4FNgYUJ.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftVyBN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftVyCN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftVyDN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftVyLN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftVyMN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftVyPN4FNgYUJ.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPslyBN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPslyCN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPslyDN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPslyLN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPslyMN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPslyPN4FNgYUJ.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKcg72nU6AF7xm.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKcQ72nU6AF7xm.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKcw72nU6AF7xm.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKew72nU6AF7xm.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKfA72nU6AF7xm.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKfw72nU6AFw.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKej70l0miFYxn.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKej73l0miFYxnu4w.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKej74l0miFYxnu4w.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKej75l0miFYxnu4w.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKej76l0miFYxnu4w.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKej7wl0miFYxnu4w.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1Czjs2yNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjsGyNPYZvgw.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjtGyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjvGyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjvmyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjvWyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3js2yNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jsGyNPYZvgw.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jtGyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jvGyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jvmyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jvWyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjs2yNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjtGyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjvGyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjvmyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjvWyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
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.
977 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.36 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
25 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.113
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.33 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.
3.33 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.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
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.
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 | |
|---|---|---|---|
The World’s Photography Festival
September 18-20, 2026
Minneapolis, Minnesota… div.page-wrapper > main.main-wrapper > section.section_mode-ad > div.mode_announcement | /66a031f9fc343c5e42d965ca/69a0645cee32cb0091e93161_film.png | 307.1 KiB | 97.1 KiB |
Photo by Ave Kalvar div.header-wrap > div.hero_image-wrap > div.image-container-full > img.image | /66a031f9fc343c5e42d965ca/66ba7f8b6ce1b219366751dd_Hero 2... | 27.4 KiB | 25.3 KiB |
Photo by Ave Calvar div.container-large > div.w-layout-grid > div#w-node-_1313dcbb-6789-e34d-ccd8-a4b8fa1da31f-42d965d1 > img.image | /66a031f9fc343c5e42d965ca/66a3e2633570cc7dff765281_photo-... | 28.1 KiB | 20.2 KiB |
Photo by Vincent Van Zalinge div.container-large > div.w-layout-grid > div.image-container-full > img.image | /66a031f9fc343c5e42d965ca/671bc870f04a52bc3248fca9_photo-... | 28.1 KiB | 17.7 KiB |
Photo by Alwen KQLIM div.header-wrap > div.hero_image-wrap > div.image-container-thin > img.image | /66a031f9fc343c5e42d965ca/66ba7c9da1c31a04c651ee06_Hero 1... | 16.2 KiB | 14.9 KiB |
Photo by Eberhard Grossgasteiger div.container-large > div.w-layout-grid > div#w-node-_1313dcbb-6789-e34d-ccd8-a4b8fa1da31a-42d965d1 > img.image | /66a031f9fc343c5e42d965ca/66a3e263d52b01e743a74f34_photo-... | 11.3 KiB | 7.2 KiB |
Flickr user avatar: Leanne Boulton div.w-layout-grid > div.comment_component > div.comment_image-wrapper > img.comment_image | /66a031f9fc343c5e42d965ca/6765f70454596f274c167387_avatar... | 5.8 KiB | 5.7 KiB |
Flickr Homepage div.container-large > div.w-layout-grid > a.footer-logo > img.global-logo | /66a031f9fc343c5e42d965ca/66b3f60bcd82f68f2716490a_flickr... | 6.1 KiB | 5.4 KiB |
Flickr user avatar: Sydney Indam Photography div.w-layout-grid > div.comment_component > div.comment_image-wrapper > img.comment_image | /66a031f9fc343c5e42d965ca/67658e85a17b6a7436072ee9_avatar... | 5.3 KiB | 5.2 KiB |
Flickr Homepage div.navigation-container > div.navigation-left > a.light-mode-logo > img.global-logo | /66a031f9fc343c5e42d965ca/66a3f743c2b81576e1086ed4_flickr... | 5.8 KiB | 5.2 KiB |
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 |
|---|---|---|
| cdn.weglot.com/weglot.min.js | 71.5 KiB | 376 ms |
| /66a031f9fc343c5e42d965ca/css/the-revenge-of-flickr-23456... | 42.3 KiB | 306 ms |
| ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js | 5.9 KiB | 207 ms |
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.
| URL | Est Savings |
|---|---|
| consent.trustarc.com/get?name=proxima-nova-regular.woff | 5.0 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
THE BEST
PLACE TO BE A PHOTOGRAPHER ONLINE.
JOIN US
Alwen KQLIM
Ave Kalvar
GET… body > div.page-wrapper > main.main-wrapper | 0.053 |
The World’s Photography Festival
September 18-20, 2026
Minneapolis, Minnesota… div.page-wrapper > main.main-wrapper > section.section_mode-ad > div.mode_announcement | 0.034 |
body body | 0.026 |
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.
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| /66a031f9fc343c5e42d965ca/css/the-revenge-of-flickr-23456... | 42.3 KiB | 8.3 KiB |
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 |
|---|---|---|
| /66a031f9fc343c5e42d965ca/css/the-revenge-of-flickr-23456... | 41.7 KiB | 37.6 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 |
|---|---|---|
| cdn.weglot.com/weglot.min.js | 69.7 KiB | 39.6 KiB |
| combo.staticflickr.com/ap/soe/index.1.10.2.js | 50.4 KiB | 35.9 KiB |
| consent.trustarc.com/asset/tcfapi2.2.js | 81.5 KiB | 35.9 KiB |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 36.0 KiB | 20.4 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 |
|---|---|---|---|
| /66a031f9fc343c5e42d965ca/js/the-revenge-of-flickr-234567... | 2.4 s | 1.1 s | 8.3 ms |
| flickr.com/ | 913 ms | 25 ms | 0.8 ms |
| Unattributable | 371 ms | 2.4 ms | 0.0 ms |
| cdn.weglot.com/weglot.min.js | 107 ms | 58 ms | 6.1 ms |
| consent.trustarc.com/asset/tcfapi2.2.js | 101 ms | 87 ms | 9.8 ms |
| consent.trustarc.com/asset/notice.js/v/v1.7-1729 | 60 ms | 50 ms | 3.7 ms |
| /66a031f9fc343c5e42d965ca/js/the-revenge-of-flickr-234567... | 57 ms | 52 ms | 0.1 ms |
| challenges.cloudflare.com/turnstile/v0/api.js | 51 ms | 47 ms | 1.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 | 1.6 s |
| Other | 1.5 s |
| Style & Layout | 844 ms |
| Rendering | 223 ms |
| Script Parsing & Compilation | 47 ms |
| Garbage Collection | 24 ms |
| Parse HTML & CSS | 20 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 |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages that use WebXR are not currently eligible for back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
| An iframe on the page started a navigation that did not complete. | Not actionable |
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 | |
|---|---|
Flickr user avatar: Sydney Indam Photography div.w-layout-grid > div.comment_component > div.comment_image-wrapper > img.comment_image | /66a031f9fc343c5e42d965ca/67658e85a17b6a7436072ee9_avatar... |
Flickr user avatar: Leanne Boulton div.w-layout-grid > div.comment_component > div.comment_image-wrapper > img.comment_image | /66a031f9fc343c5e42d965ca/6765f70454596f274c167387_avatar... |
a.hero_content-wrapper > div.hero_content > div > img a.hero_content-wrapper > div.hero_content > div > img | /66a031f9fc343c5e42d965ca/69a0628f9840d6d894faab2a_Asset ... |
div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small | /66a031f9fc343c5e42d965ca/6719b7f3084d87becfda76ab_flickr... |
div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small | /66a031f9fc343c5e42d965ca/6719b7f3084d87becfda76ab_flickr... |
div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small | /66a031f9fc343c5e42d965ca/6719b7f3084d87becfda76ab_flickr... |
div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small div.marquee-content > div.flex-horizontal-left > div.padding-small > img.icon-height-small | /66a031f9fc343c5e42d965ca/6719b7f3084d87becfda76ab_flickr... |
Follow Flickr on Flickr div#w-node-c98f8674-c0d1-ff4f-e1e6-c3c9c99b6639-437296f2 > div.icon-wrapper > a.social_icon > img.icon-height-medium | /66a031f9fc343c5e42d965ca/6719b7f3084d87becfda76ab_flickr... |
div.w-layout-grid > div#w-node-_1313dcbb-6789-e34d-ccd8-a4b8fa1da324-42d965d1 > a.link-wrap > img.text-link_arrow div.w-layout-grid > div#w-node-_1313dcbb-6789-e34d-ccd8-a4b8fa1da324-42d965d1 > a.link-wrap > img.text-link_arrow | /66a031f9fc343c5e42d965ca/66e3212cb4b9d2e4dec82186_arrow-... |
div.w-layout-grid > div#w-node-_6af6cb6a-a56b-ba0a-f4d4-2cf81e005144-42d965d1 > a.link-wrap > img.text-link_arrow div.w-layout-grid > div#w-node-_6af6cb6a-a56b-ba0a-f4d4-2cf81e005144-42d965d1 > a.link-wrap > img.text-link_arrow | /66a031f9fc343c5e42d965ca/66e3212cb4b9d2e4dec82186_arrow-... |
div.w-layout-grid > div#w-node-_57c87067-61b4-ab9a-7d42-7146a0491022-42d965d1 > a.link-wrap > img.text-link_arrow div.w-layout-grid > div#w-node-_57c87067-61b4-ab9a-7d42-7146a0491022-42d965d1 > a.link-wrap > img.text-link_arrow | /66a031f9fc343c5e42d965ca/66e3212cb4b9d2e4dec82186_arrow-... |
Follow Flickr on Instagram div#w-node-c98f8674-c0d1-ff4f-e1e6-c3c9c99b6639-437296f2 > div.icon-wrapper > a.social_icon > img.icon-height-medium | |
Follow Flickr on Facebook div#w-node-c98f8674-c0d1-ff4f-e1e6-c3c9c99b6639-437296f2 > div.icon-wrapper > a.social_icon > img.icon-height-medium | |
Follow Flickr on YouTube div#w-node-c98f8674-c0d1-ff4f-e1e6-c3c9c99b6639-437296f2 > div.icon-wrapper > a.social_icon > img.icon-height-medium | |
div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xlarge div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xlarge | |
div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xxlarge div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xxlarge | |
div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xlarge div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xlarge | |
div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xlarge div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-xlarge | |
div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-large div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon > img.icon-height-large |
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.
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.navigation-container > div.navigation-right > div.login-buttons > a.button-menu |
JOIN US div.container-large > div.header-wrap > div.header_content-wrap > a#signup-button |
BEST. NEIGHBORS. EVER.
div.w-layout-grid > div#w-node-_1313dcbb-6789-e34d-ccd8-a4b8fa1da324-42d965d1 > a.link-wrap > div.text-link_primary |
Monoram div.w-layout-grid > div.comment_component > div.comment_content > p.comment_user-text |
Sasha T. div.w-layout-grid > div.comment_component > div.comment_content > p.comment_user-text |
THIS PLACE. RIGHT HERE.
div.w-layout-grid > div#w-node-_6af6cb6a-a56b-ba0a-f4d4-2cf81e005144-42d965d1 > a.link-wrap > div.text-link_primary |
WHERE INSPIRATION CLICKS
div.w-layout-grid > div#w-node-_57c87067-61b4-ab9a-7d42-7146a0491022-42d965d1 > a.link-wrap > div.text-link_primary |
Legal div#w-node-_5fb639f9-f0b7-e414-a29d-5c7c6b53e2e3-437296f2 > div.flex-horizontal-left-bottom > div.margin-right > a.footer-text |
Terms div#w-node-_5fb639f9-f0b7-e414-a29d-5c7c6b53e2e3-437296f2 > div.flex-horizontal-left-bottom > div.margin-right > a.footer-text |
Privacy div#w-node-_5fb639f9-f0b7-e414-a29d-5c7c6b53e2e3-437296f2 > div.flex-horizontal-left-bottom > div.margin-right > a.footer-text |
Cookies div.w-layout-grid > div#w-node-_5fb639f9-f0b7-e414-a29d-5c7c6b53e2e3-437296f2 > div.flex-horizontal-left-bottom > a.footer-text |
Copyright © 2026 Flickr.com
All Rights Reserved. div.container-large > div.w-layout-grid > div#w-node-_5fb639f9-f0b7-e414-a29d-5c7c6b53e2e3-437296f2 > p#w-node-_86f4ffd6-0c35-8c46-c777-557875fb888c-437296f2 |
By using this site, you agree with our use of cookies. Please see our privacy s… div#consent_blackbar > div#truste-consent-track > div#truste-consent-content > div#truste-consent-text |
privacy statement div#truste-consent-track > div#truste-consent-content > div#truste-consent-text > a#truste-privacy-button |
Accept div#truste-consent-track > div#truste-consent-content > div#truste-consent-buttons > button#truste-consent-button |
Opt-out div#truste-consent-track > div#truste-consent-content > div#truste-consent-buttons > button#truste-ccpa-optout |
Please select your preference div#truste-consent-content > div#truste-consent-buttons > span#truste-ccpa-status > span#ccpa-no-preference |
These are opportunities to improve the legibility of your content.
Adding discernable and accessible text to input buttons may help screen reader users understand the purpose of the input button. Learn more about input buttons.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.search-bar_wrapper > div.flickr-search-bar > form#wf-form-Search > input.search-button div.search-bar_wrapper > div.flickr-search-bar > form#wf-form-Search > input.search-button |
div.newsletter-sign-up > form#wf-form-Newsletter-Sign-up---page > div.div-block-37 > input.newsletter-submit-button div.newsletter-sign-up > form#wf-form-Newsletter-Sign-up---page > div.div-block-37 > input.newsletter-submit-button |
div.newsletter-sign-up > form#wf-form-Newsletter-Sign-up > div.div-block-37 > input.newsletter-submit-button div.newsletter-sign-up > form#wf-form-Newsletter-Sign-up > div.div-block-37 > input.newsletter-submit-button |
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.navigation-container > div.navigation-right > div.login-buttons > a.search div.navigation-container > div.navigation-right > div.login-buttons > a.search |
div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon |
div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon |
div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon |
div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon |
div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon div.container-large > div.w-layout-grid > div#w-node-f83a4256-3284-f193-68da-5db5f6e5a737-437296f2 > a.social_icon |
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.
Visible text labels that do not match the accessible name can result in a confusing experience for screen reader users. Learn more about accessible names.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
BEST. NEIGHBORS. EVER.
div.container-large > div.w-layout-grid > div#w-node-_1313dcbb-6789-e34d-ccd8-a4b8fa1da324-42d965d1 > a.link-wrap |
THIS PLACE. RIGHT HERE.
div.container-large > div.w-layout-grid > div#w-node-_6af6cb6a-a56b-ba0a-f4d4-2cf81e005144-42d965d1 > a.link-wrap |
WHERE INSPIRATION CLICKS
div.container-large > div.w-layout-grid > div#w-node-_57c87067-61b4-ab9a-7d42-7146a0491022-42d965d1 > a.link-wrap |
BIGGR. BETTR. COOLR. div.w-layout-grid > div#w-node-fab06669-dbbe-6868-c592-360bd6e8e248-42d965d1 > div.max-width-small > a.button |
EN div#weglot-switcher-1 > div.weglot_switcher > div.language-option > a#weglot-language-en |
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 |
|---|---|
flickr.com/ line 382, col 0 | Error: <svg> attribute height: Expected length, "auto". |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/679d09c91119e43ac4473512_Proxima%20Nova%20Alt%20Extra%20Condensed%20Regular.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/679d09c9299282ab08cc6db0_Proxima%20Nova%20Alt%20Extra%20Condensed%20Black.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/679d09c96292708d6dbf6df3_Proxima%20Nova%20Alt%20Extra%20Condensed%20Light.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/679d09c995ae12e6110f649e_Proxima%20Nova%20Alt%20Extra%20Condensed%20Bold.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/679d09c9ec6dc3e797922832_Proxima%20Nova%20Alt%20Extra%20Condensed%20Thin.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/679d09c9f347ca9c2f2c7118_Proxima%20Nova%20Alt%20Extra%20Condensed%20Semibold.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b55004d9abfd9480458_proximanova-regitalic-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b550107a1f150e2fe83_proximanova-boldit-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b5517bfb1af5839a331_proximanova-semibold-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b5570eead065975938b_proximanova-bold-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b5572282525a19f34a1_proximanova-extrabold-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b5586faf32bc111b575_proximanova-light-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b55945e5b313103eff3_proximanova-black-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b55a6eb1ef0847cdafc_proximanova-semibolditalic-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b55b2a79498157f48fb_proximanova-lightitalic-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b55e8162e7baa0babc6_proximanova-regularitalic-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 300, col 0 | Loading the font 'https://cdn.prod.website-files.com/66a031f9fc343c5e42d965ca/68ed3b55f26d0c10488b2be2_proximanova-regular-webfont.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtFyBN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtFyCN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtFyDN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtFyLN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtFyMN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejYHtFyPN4FNgYUJ.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftVyBN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftVyCN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftVyDN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftVyLN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftVyMN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZftVyPN4FNgYUJ.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPslyBN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPslyCN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPslyDN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPslyLN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPslyMN4FNgYUJ31U.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCp6KVjbNBYlgoKejZPslyPN4FNgYUJ.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKcg72nU6AF7xm.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKcQ72nU6AF7xm.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKcw72nU6AF7xm.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKew72nU6AF7xm.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKfA72nU6AF7xm.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCs6KVjbNBYlgoKfw72nU6AFw.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKej70l0miFYxn.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKej73l0miFYxnu4w.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKej74l0miFYxnu4w.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKej75l0miFYxnu4w.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKej76l0miFYxnu4w.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCu6KVjbNBYlgoKej7wl0miFYxnu4w.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1Czjs2yNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjsGyNPYZvgw.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjtGyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjvGyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjvmyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoC1CzjvWyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3js2yNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jsGyNPYZvgw.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jtGyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jvGyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jvmyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCjC3jvWyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjs2yNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjsGyNPYZvgw.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjtGyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjvGyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjvmyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
flickr.com/ line 384, col 0 | Loading the font 'https://fonts.gstatic.com/s/ubuntu/v21/4iCv6KVjbNBYlgoCxCvjvWyNPYZvg7UI.woff2' violates the following Content Security Policy directive: "font-src 'self' combo.staticflickr.com consent.trustarc.com data: use.typekit.net". The action has been blocked. |
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Performance issues directly impact user engagement and conversion rates.
| Issue type |
|---|
| Content security policy |
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.
Send Feedback