Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 100
Based on 8 categories, 0 sections
Room to improve — your 9.7s load time is above Google's 2.5s 'Good' threshold.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Missing signals may be hurting your search visibility.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Reasonable footprint with room for optimization.
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 12.7 MB (4.9 MB transferred)
Performance issues directly impact user engagement and conversion rates.
501 third-party resources (100% of weight)
Performance issues directly impact user engagement and conversion rates.
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/ebf155b4-6c05-4f83-a949-b50c51b5e6b5)<a href="https://beavercheck.com/results/ebf155b4-6c05-4f83-a949-b50c51b5e6b5"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdpreview.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdpreview.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 9.7s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. Addressing the critical issues below would have the most immediate impact on your user trust.
8 barrier(s) likely increasing bounce by ~30%.
Page takes 9.7s to load
+12% bounceUsers abandon at ~3s — you're 7.2s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 6.0s
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
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, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
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
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$550 investment → $5,905/month returns + USD 150,000 risk avoided
$550
6h · 5 findings
$5,905 /mo
~$70,856 / year
USD 150,000
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$12,501 / month at risk
~$150,015 / year if left unfixed
$150,000
$1.23 /mo
15331.5 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 4 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.
5.40 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
5.98 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.000
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
13.28 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
38.88 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
div.newsList > div.newsDay > div#adSlot_mobile-footer_wrapper > ::before div.newsList > div.newsDay > div#adSlot_mobile-footer_wrapper > ::before | s0.2mdn.net/simgad/2751669012694960525 | 74.1 KiB | 61.9 KiB |
Why omitting video won't make your camera cheaper body.light > div#featureMarquee > div.tappableBlock > img | /files/p/C0x763S3840x2117T800x441~feature_blocks/f2f512bb... | 91.8 KiB | 45.1 KiB |
Viltrox's new 35 and 55 F1.8 lenses try out a new kind of optical design body.light > div#featureMarquee > div.tappableBlock > img | /files/p/C0x154S3840x2117T800x441~feature_blocks/25e142d4... | 90.4 KiB | 43.8 KiB |
body.light > header > a > span#topLogo body.light > header > a > span#topLogo | 1.img-dpreview.com/resources/images/mobile/logo-dpr@2x.png | 33.7 KiB | 28.5 KiB |
dpreview.com: Digital Photography Review footer > div.footerBottom > div.logo > img.logo-dpr | s0.2mdn.net/simgad/15304110384112858582 | 23.6 KiB | 21.2 KiB |
70 years behind the lens: Stephen Felce’s masterclass in photography craft div.newsItem > div.leadingImage > a > img | /files/p/E~C275x0S2174x2174T200x200~articles/4994008709/E... | 24.8 KiB | 19.9 KiB |
What are your favorite photography-related shows or movies? div.newsItem > div.leadingImage > a > img | /files/p/E~C25x73S326x326T200x200~articles/2946651031/kod... | 24.7 KiB | 19.7 KiB |
Apple's next CEO has spent years building the cameras he's about to inherit body.light > div#featureMarquee > div.tappableBlock > img | /files/p/C95x273S1900x1048T800x441~feature_blocks/178c77c... | 65.4 KiB | 18.8 KiB |
Your thoughts on AI use in the DPReview community forums div.newsItem > div.leadingImage > a > img | /files/p/E~C1000x0S4000x4000T200x200~articles/4272315475/... | 20.9 KiB | 15.9 KiB |
Enter to win a $1,000 MPB gift card div.newsItem > div.leadingImage > a > img | /files/p/E~C99x0S393x393T200x200~articles/2182743704/MPB-... | 19.0 KiB | 14.0 KiB |
DJI's new pocket camera is a sneaky upgrade in value div.newsItem > div.leadingImage > a > img | /files/p/E~C480x0S2880x2880T200x200~articles/8980684576/a... | 16.6 KiB | 11.6 KiB |
Why omitting video won't make your camera cheaper div.newsItem > div.leadingImage > a > img | /files/p/E~C336x0S2880x2880T200x200~articles/2487492530/N... | 16.4 KiB | 11.4 KiB |
Why Kazuto Yamaki is quietly turning Sigma into a rice farmer div.newsItem > div.leadingImage > a > img | /files/p/E~C335x0S3017x3017T200x200~articles/0483313199/p... | 15.9 KiB | 10.9 KiB |
Nik Collection 9 lets you mask like the Lone Ranger (no sidekick required) div.newsItem > div.leadingImage > a > img | /files/p/E~C480x0S2880x2880T200x200~articles/6250392506/a... | 15.7 KiB | 10.7 KiB |
Latest, $400 L-mount lens pays homage to a Micro Four Thirds favorite div.newsItem > div.leadingImage > a > img | /files/p/E~C640x0S2560x2560T200x200~articles/5194248079/P... | 15.7 KiB | 10.7 KiB |
Leica's latest limited edition camera has a store to go with it div.newsItem > div.leadingImage > a > img | /files/p/E~C402x0S1365x1365T200x200~articles/0655459442/l... | 15.4 KiB | 10.4 KiB |
This groundbreaking Chinese lens comes from an unexpected company div.newsItem > div.leadingImage > a > img | /files/p/E~C612x0S2560x2560T200x200~articles/8832236897/t... | 14.7 KiB | 9.7 KiB |
Is L-mount quietly taking off as the go-to universal mount? div.newsItem > div.leadingImage > a > img | /files/p/E~C762x0S2019x2019T200x200~articles/2675477851/L... | 14.2 KiB | 9.2 KiB |
86% div.reviewsList > div.review > div.reviewInfo > div.reviewScore | 1.img-dpreview.com/resources/images/award-silver.png | 9.8 KiB | 9.0 KiB |
91% div.reviewsList > div.review > div.reviewInfo > div.reviewScore | 1.img-dpreview.com/resources/images/award-gold.png | 9.4 KiB | 8.7 KiB |
Sony Creators' App tested: how well does it actually work? div.newsItem > div.leadingImage > a > img | /files/p/E~C640x0S2560x2560T200x200~articles/5685365997/a... | 13.6 KiB | 8.6 KiB |
Why Canon's cutting-edge sensor tech may not cascade down to photographers div.newsItem > div.leadingImage > a > img | /files/p/E~C397x0S2800x2800T200x200~articles/6609524439/C... | 13.3 KiB | 8.3 KiB |
Apple's next CEO has spent years building the cameras he's about to inherit div.newsItem > div.leadingImage > a > img | /files/p/E~C338x0S1321x1321T200x200~articles/6793942138/t... | 12.9 KiB | 7.9 KiB |
Viltrox is trying out a new kind of optical design div.newsItem > div.leadingImage > a > img | /files/p/E~C577x0S2687x2687T200x200~articles/0055705931/v... | 11.5 KiB | 6.5 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.
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.
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| dpreview.com/ | 1.5 s |
| www.dpreview.com/ | 1.0 s |
| m.dpreview.com/ | 0.0 ms |
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| m.dpreview.com/ | 957 ms |
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 |
|---|---|---|
| /resources/scripts/libraries/material-components-web/mate... | 28.7 KiB | 28.5 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 |
|---|---|---|
| /builds/core/50c9786/es2018/js/adthrive.min.js?deployment... | 375.9 KiB | 133.7 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 87.3 KiB |
| /snippet/account/69949201?site=d64642f930fb0b96d75ab39ca | 108.5 KiB | 78.5 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.7 KiB | 66.4 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WQWG8FL | 127.2 KiB | 66.3 KiB |
| www.googletagmanager.com/gtag/js?id=G-GBDVGN57Q7 | 154.2 KiB | 61.1 KiB |
| ads.adthrive.com/builds/core/50c9786/vendor/prebid/es2018/prebid.min.js | 176.7 KiB | 59.1 KiB |
| c.aps.amazon-adsystem.com/apstag.js | 77.8 KiB | 39.3 KiB |
| /ats-modules/1031e73c-1d5d-414f-a855-f1ed4096d5ff/ats.js | 38.7 KiB | 22.3 KiB |
| 2.img-dpreview.com/resources/scripts/libraries/jquery-ui.min.js?v=5791 | 23.6 KiB | 20.8 KiB |
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Performance issues directly impact user engagement and conversion rates.
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 | 13.8 s |
| Other | 3.9 s |
| Script Parsing & Compilation | 1.1 s |
| Style & Layout | 417 ms |
| Garbage Collection | 324 ms |
| Rendering | 238 ms |
| Parse HTML & CSS | 124 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 45.0 KiB | 14.1 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 | |
|---|---|
Why omitting video won't make your camera cheaper body.light > div#featureMarquee > div.tappableBlock > img | /files/p/C0x763S3840x2117T800x441~feature_blocks/f2f512bb... |
Viltrox's new 35 and 55 F1.8 lenses try out a new kind of optical design body.light > div#featureMarquee > div.tappableBlock > img | /files/p/C0x154S3840x2117T800x441~feature_blocks/25e142d4... |
Apple's next CEO has spent years building the cameras he's about to inherit body.light > div#featureMarquee > div.tappableBlock > img | /files/p/C95x273S1900x1048T800x441~feature_blocks/178c77c... |
dpreview.com: Digital Photography Review footer > div.footerBottom > div.logo > img.logo-dpr | m.dpreview.com/resources/images/logo-site-footer-dark.svg |
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 |
|---|
VIDEO div#featureMarquee > div.tappableBlock > span.info > span.tagLine |
LENS NEWS div#featureMarquee > div.tappableBlock > span.info > span.tagLine |
INDUSTRY NEWS div#featureMarquee > div.tappableBlock > span.info > span.tagLine |
Latest, $400 L-mount lens pays homage to a Micro Four Thirds favorite div.newsItem > div.storyInfo > div.storyTitle > a |
Lens News div.newsItem > div.storyInfo > div.infoLine > span.category |
Nik Collection 9 lets you mask like the Lone Ranger (no sidekick required) div.newsItem > div.storyInfo > div.storyTitle > a |
Apple's next CEO has spent years building the cameras he's about to inherit div.newsItem > div.storyInfo > div.storyTitle > a |
Viltrox is trying out a new kind of optical design div.newsItem > div.storyInfo > div.storyTitle > a |
Lens News div.newsItem > div.storyInfo > div.infoLine > span.category |
GoPro reveals the pricing for its most exciting cameras in years div.newsItem > div.storyInfo > div.storyTitle > a |
Nikon teases the beginning of a new chapter div.newsItem > div.storyInfo > div.storyTitle > a |
Lens News div.newsItem > div.storyInfo > div.infoLine > span.category |
This groundbreaking Chinese lens comes from an unexpected company div.newsItem > div.storyInfo > div.storyTitle > a |
Lens News div.newsItem > div.storyInfo > div.infoLine > span.category |
Why omitting video won't make your camera cheaper div.newsItem > div.storyInfo > div.storyTitle > a |
NAB has been surprisingly interesting for photographers div.newsItem > div.storyInfo > div.storyTitle > a |
Your thoughts on AI use in the DPReview community forums div.newsItem > div.storyInfo > div.storyTitle > a |
Sony Creators' App tested: how well does it actually work? div.newsItem > div.storyInfo > div.storyTitle > a |
Is L-mount quietly taking off as the go-to universal mount? div.newsItem > div.storyInfo > div.storyTitle > a |
70 years behind the lens: Stephen Felce’s masterclass in photography craft div.newsItem > div.storyInfo > div.storyTitle > a |
DJI's new pocket camera is a sneaky upgrade in value div.newsItem > div.storyInfo > div.storyTitle > a |
Why Kazuto Yamaki is quietly turning Sigma into a rice farmer div.newsItem > div.storyInfo > div.storyTitle > a |
What are your favorite photography-related shows or movies? div.newsItem > div.storyInfo > div.storyTitle > a |
Adobe is trying to make the hardest parts of editing easier div.newsItem > div.storyInfo > div.storyTitle > a |
Why Canon's cutting-edge sensor tech may not cascade down to photographers div.newsItem > div.storyInfo > div.storyTitle > a |
Enter to win a $1,000 MPB gift card div.newsItem > div.storyInfo > div.storyTitle > a |
Sponsored div.newsItem > div.storyInfo > div.infoLine > span.category |
Leica's latest limited edition camera has a store to go with it div.newsItem > div.storyInfo > div.storyTitle > a |
Ricoh GR IV Monochrome review div.review > div.reviewInfo > div.reviewTitle > a |
Mar 23, 2026 div.reviewsList > div.review > div.reviewInfo > div.reviewDate |
The 9 Best mirrorless cameras in 2026 div.review > div.reviewInfo > div.reviewTitle > a |
Mar 5, 2026 div.reviewsList > div.review > div.reviewInfo > div.reviewDate |
The best cameras under $3000 in 2026 div.review > div.reviewInfo > div.reviewTitle > a |
Mar 4, 2026 div.reviewsList > div.review > div.reviewInfo > div.reviewDate |
The 8 best cameras for travel in 2026 div.review > div.reviewInfo > div.reviewTitle > a |
Feb 27, 2026 div.reviewsList > div.review > div.reviewInfo > div.reviewDate |
Best cameras for vlogging in 2026 div.review > div.reviewInfo > div.reviewTitle > a |
Feb 24, 2026 div.reviewsList > div.review > div.reviewInfo > div.reviewDate |
Sony a7 V review div.review > div.reviewInfo > div.reviewTitle > a |
Feb 23, 2026 div.reviewsList > div.review > div.reviewInfo > div.reviewDate |
The best cameras under $1000 in 2026 div.review > div.reviewInfo > div.reviewTitle > a |
Feb 12, 2026 div.reviewsList > div.review > div.reviewInfo > div.reviewDate |
Fujifilm X-T30 III review div.review > div.reviewInfo > div.reviewTitle > a |
Feb 10, 2026 div.reviewsList > div.review > div.reviewInfo > div.reviewDate |
Panasonic Lumix DC-S1RII review div.review > div.reviewInfo > div.reviewTitle > a |
Jan 30, 2026 div.reviewsList > div.review > div.reviewInfo > div.reviewDate |
External SSDs for photographers tested div.review > div.reviewInfo > div.reviewTitle > a |
Jan 17, 2026 div.reviewsList > div.review > div.reviewInfo > div.reviewDate |
News nav > ul > li.tappableBlock > a |
Reviews nav > ul > li.tappableBlock > a |
Products nav > ul > li.tappableBlock > a |
Buying guides nav > ul > li.tappableBlock > a |
Sample galleries nav > ul > li.tappableBlock > a |
Forums nav > ul > li.tappableBlock > a |
Videos nav > ul > li.tappableBlock > a |
Challenges nav > ul > li.tappableBlock > a |
(Desktop version) ul > li.tappableBlock > span.desktop > span.text |
Galleries nav > ul > li.tappableBlock > a |
(Desktop version) ul > li.tappableBlock > span.desktop > span.text |
Log in nav > ul > li.tappableBlock > a |
Switch to Desktop mode nav > ul#themeToggle > li.tappableBlock > a |
Privacy footer > div.footerBottom > div.links > a |
Legal footer > div.footerBottom > div.links > a |
About us footer > div.footerBottom > div.links > a |
Gear Patrol footer > div.footerBottom > div.links > a |
Community Guidelines footer > div.footerBottom > div.links > a |
Feedback / Contact Us footer > div.footerBottom > div.links > a |
Editorial Enquiries footer > div.footerBottom > div.links > a |
Licensing and Accolades footer > div.footerBottom > div.links > a |
When you use DPReview links to buy products, the site may earn a commission. body.light > footer > div.footerBottom > div.affiliateDisclosure |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
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 |
|---|
nav > div#mainSiteSearch > form > input.submitBtn nav > div#mainSiteSearch > form > input.submitBtn |
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 |
|---|
body.light > header > a body.light > header > a |
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.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | ads.adthrive.com/builds/core/50c9786/vendor/prebid/es2018/prebid.min.js line 62, col 236510 |
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 |
|---|---|
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776809009515&se=e30&duid=6bdd24f5ee7b--01kps13qq36qpnnergrqke4dhm&tv=10.23.0&pu=https%3A%2F%2Fm.dpreview.com%2F&ext_adt_li_unifiedid=63245913-74a2-4920-8086-ba541e199f42&wpn=prebid&cd=.dpreview.com' from origin 'https://m.dpreview.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776809009515&se=e30&duid=6bdd24f5ee7b--01kps13qq36qpnnergrqke4dhm&tv=10.23.0&pu=https%3A%2F%2Fm.dpreview.com%2F&ext_adt_li_unifiedid=63245913-74a2-4920-8086-ba541e199f42&wpn=prebid&cd=.dpreview.com' from origin 'https://m.dpreview.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776809009515&se=e30&duid=6bdd24f5ee7b--01kps13qq36qpnnergrqke4dhm&tv=10.23.0&pu=https%3A%2F%2Fm.dpreview.com%2F&ext_adt_li_unifiedid=63245913-74a2-4920-8086-ba541e199f42&wpn=prebid&cd=.dpreview.com' from origin 'https://m.dpreview.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776809009515&se=e30&duid=6bdd24f5ee7b--01kps13qq36qpnnergrqke4dhm&tv=10.23.0&pu=https%3A%2F%2Fm.dpreview.com%2F&ext_adt_li_unifiedid=63245913-74a2-4920-8086-ba541e199f42&wpn=prebid&cd=.dpreview.com' from origin 'https://m.dpreview.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 400 () | |
ads.adthrive.com/builds/core/50c9786/vendor/prebid/es2018/prebid.min.js line 62, col 236510 | Uncaught (in promise) InvalidAccessError: The "interest-cohort" Permissions Policy denied the use of document.browsingTopics(). |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
div.reviewsList > div.review > div.reviewImage > img.lazyload div.reviewsList > div.review > div.reviewImage > img.lazyload |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.84 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.64 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.09 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.49 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.
16.28 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
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 | |
|---|---|---|---|
70 years behind the lens: Stephen Felce’s masterclass in photography craft div.article > div.image > a > img | /212236/5457570/FY25Q3_CC_Individual_CCPRO_sg_en_MichaelL... | 84.2 KiB | 73.2 KiB |
Feature Articles and Videos div.widgetContent > div.items > a.item > img | /files/p/C0x0S300x160~feature_blocks/2c8e245a180e4829b503... | 69.4 KiB | 61.5 KiB |
Sample Galleries div.widgetContent > div.items > a.item > img | /files/p/C0x0S300x160~feature_blocks/b83d74dcb4244ea29979... | 44.0 KiB | 36.2 KiB |
| tpc.googlesyndication.com/daca_images/simgad/15291446390768003508 | 37.7 KiB | 28.3 KiB | |
70 years behind the lens: Stephen Felce’s masterclass in photography craft div.article > div.image > a > img | /files/p/E~C179x0S2899x2174T200x150~articles/4994008709/E... | 20.4 KiB | 15.5 KiB |
What are your favorite photography-related shows or movies? div.article > div.image > a > img | /files/p/E~C6x57S363x272T200x150~articles/2946651031/koda... | 19.2 KiB | 14.3 KiB |
Your thoughts on AI use in the DPReview community forums div.article > div.image > a > img | /files/p/E~C333x0S5333x4000T200x150~articles/4272315475/A... | 17.9 KiB | 13.0 KiB |
Viltrox's new 35 and 55 F1.8 lenses try out a new kind of optical design div#mainContent > div#featureMarquee > a.featureMarqueeItem > img | /files/p/E~C1002x0S1920x2687T290x405.78119999999996~featu... | 31.5 KiB | 12.4 KiB |
| /files/p/E~C995x0S1935x2687T290x402.7812~feature_blocks/2... | 31.1 KiB | 12.1 KiB | |
Shedding some light on the sources of noise div.widgetContent > div.items > a.item > img | /files/p/C0x16S520x277T300x160~feature_blocks/e91e9bf455c... | 19.3 KiB | 11.5 KiB |
Enter to win a $1,000 MPB gift card div.article > div.image > a > img | /files/p/E~C33x0S524x393T200x150~articles/2182743704/MPB-... | 15.3 KiB | 10.4 KiB |
Why omitting video won't make your camera cheaper div#mainContent > div#featureMarquee > a.featureMarqueeItem > img | /files/p/E~C0x761S3840x2119T290x160~feature_blocks/f2f512... | 17.6 KiB | 10.0 KiB |
The magician tr > td.image > a > img | g3.img-dpreview.com/C6CA5A31FC17473689A6420A3480DC4B.jpg | 15.4 KiB | 9.2 KiB |
DJI's new pocket camera is a sneaky upgrade in value div.article > div.image > a > img | /files/p/E~C0x0S3840x2880T200x150~articles/8980684576/a_g... | 14.0 KiB | 9.1 KiB |
Nik Collection 9 lets you mask like the Lone Ranger (no sidekick required) div.article > div.image > a > img | /files/p/E~C0x0S3277x2458T200x150~articles/6250392506/a_c... | 13.5 KiB | 8.6 KiB |
Latest Camera Reviews div.widgetContent > div.items > a.item > img | /files/p/C0x243S3840x2048T300x160~feature_blocks/99e2c4ef... | 16.4 KiB | 8.6 KiB |
Why Kazuto Yamaki is quietly turning Sigma into a rice farmer div.article > div.image > a > img | /files/p/E~C0x0S4022x3017T200x150~articles/0483313199/pho... | 13.3 KiB | 8.4 KiB |
Why omitting video won't make your camera cheaper div.article > div.image > a > img | /files/p/E~C0x0S3840x2880T200x150~articles/2487492530/Nik... | 13.0 KiB | 8.2 KiB |
Latest, $400 L-mount lens pays homage to a Micro Four Thirds favorite div.article > div.image > a > img | /files/p/E~C213x0S3413x2560T200x150~articles/5194248079/P... | 13.0 KiB | 8.1 KiB |
This groundbreaking Chinese lens comes from an unexpected company div.article > div.image > a > img | /files/p/E~C427x0S3413x2560T200x150~articles/8832236897/t... | 12.1 KiB | 7.3 KiB |
Is L-mount quietly taking off as the go-to universal mount? div.article > div.image > a > img | /files/p/E~C426x0S2692x2019T200x150~articles/2675477851/L... | 11.8 KiB | 7.0 KiB |
Classic Cameras from Days Past div.widgetContent > div.items > a.item > img | /files/p/C63x10S786x419T300x160~feature_blocks/b48fabeaff... | 13.8 KiB | 6.0 KiB |
Apple's next CEO has spent years building the cameras he's about to inherit div#mainContent > div#featureMarquee > a.featureMarqueeItem > img | /files/p/E~C0x220S1996x1101T290x159.99999999999994~featur... | 13.4 KiB | 5.9 KiB |
| /files/p/E~C0x220S1996x1101T290x160~feature_blocks/178c77... | 13.3 KiB | 5.8 KiB | |
Enter to win a $1,000 MPB gift card div.article > div.content > div.header > div.title | secure.flashtalking.com/oba/icon/consumer-privacy-logo.png | 5.8 KiB | 5.8 KiB |
Enter to win a $1,000 MPB gift card div.article > div.content > div.header > div.title | secure.flashtalking.com/oba/icon/consumer-privacy-logo.png | 5.8 KiB | 5.8 KiB |
Ricoh GR IV Monochrome tr > td.image > a > img | /files/p/TS60x60PFFFFFF00~products/ricoh_grivmonochrome/e... | 6.0 KiB | 5.4 KiB |
Sony Creators' App tested: how well does it actually work? div.article > div.image > a > img | /files/p/E~C213x0S3413x2560T200x150~articles/5685365997/a... | 10.2 KiB | 5.3 KiB |
Sony a7 V tr > td.image > a > img | /files/p/TS60x60PFFFFFF00~products/sony_a7v/26dccb8463884... | 5.6 KiB | 5.1 KiB |
Panasonic Lumix DC-S1RII tr > td.image > a > img | /files/p/TS60x60PFFFFFF00~products/panasonic_dcs1rii/358f... | 5.4 KiB | 4.8 KiB |
Apple's next CEO has spent years building the cameras he's about to inherit div.article > div.image > a > img | /files/p/E~C117x0S1761x1321T200x150~articles/6793942138/t... | 9.4 KiB | 4.5 KiB |
Canon EOS R6 Mark III tr > td.image > a > img | /files/p/TS60x60PFFFFFF00~products/canon_eosr6iii/a97a35f... | 5.1 KiB | 4.5 KiB |
Fujifilm X-T30 III tr > td.image > a > img | /files/p/TS60x60PFFFFFF00~products/fujifilm_xt30iii/038e4... | 4.9 KiB | 4.3 KiB |
Viltrox is trying out a new kind of optical design div.article > div.image > a > img | /files/p/E~C129x0S3583x2687T200x150~articles/0055705931/v... | 9.1 KiB | 4.2 KiB |
Nikon teases the beginning of a new chapter div.article > div.image > a > img | /files/p/E~C416x0S2192x1644T200x150~articles/4486628564/n... | 9.0 KiB | 4.1 KiB |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| dpreview.com/ | 921 ms |
| www.dpreview.com/ | 0.0 ms |
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 |
|---|---|---|
| /resources/scripts/libraries/material-components-web/mate... | 28.7 KiB | 28.5 KiB |
| 2.img-dpreview.com/resources/styles/Common.min.css?v=5791 | 11.9 KiB | 10.0 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 |
|---|---|---|
| /builds/core/78fac92/es2018/js/adthrive.min.js?deployment... | 307.3 KiB | 100.3 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 84.7 KiB |
| imasdk.googleapis.com/js/sdkloader/ima3.js | 146.7 KiB | 66.0 KiB |
| www.googletagmanager.com/gtag/js?id=G-GBDVGN57Q7 | 154.2 KiB | 63.0 KiB |
| ads.adthrive.com/builds/core/78fac92/vendor/prebid/es2018/prebid.min.js | 175.5 KiB | 55.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-WQWG8FL | 87.3 KiB | 46.3 KiB |
| c.aps.amazon-adsystem.com/apstag.js | 77.8 KiB | 38.3 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 30.8 KiB |
| /ats-modules/1031e73c-1d5d-414f-a855-f1ed4096d5ff/ats.js | 38.7 KiB | 22.3 KiB |
| 2.img-dpreview.com/resources/scripts/min/Homepage.js?v=5791 | 25.4 KiB | 20.8 KiB |
| 2.img-dpreview.com/resources/scripts/libraries/jquery-ui.min.js?v=5791 | 23.6 KiB | 20.7 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.
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 | 8.9 s |
| Other | 2.9 s |
| Style & Layout | 414 ms |
| Script Parsing & Compilation | 277 ms |
| Garbage Collection | 264 ms |
| Rendering | 241 ms |
| Parse HTML & CSS | 70 ms |
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| launchpad.privacymanager.io/latest/launchpad.bundle.js | 45.0 KiB | 14.1 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.
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 |
|---|
div.searchContainer > div#mainSiteSearch > form > input.searchBox div.searchContainer > div#mainSiteSearch > form > input.searchBox |
VIDEO div#featureMarquee > a.featureMarqueeItem > span.info > span.tagLine |
LENS NEWS div#featureMarquee > a.featureMarqueeItem > span.info > span.tagLine |
INDUSTRY NEWS div#featureMarquee > a.featureMarqueeItem > span.info > span.tagLine |
SPONSORED div.content > div.header > div.metadata > span.tag |
6 days ago div.content > div.header > div.metadata > span.date |
LENS NEWS div.content > div.header > div.metadata > a.tag |
8 hours ago div.content > div.header > div.metadata > span.date |
9 hours ago div.content > div.header > div.metadata > span.date |
1 day ago div.content > div.header > div.metadata > span.date |
LENS NEWS div.content > div.header > div.metadata > a.tag |
1 day ago div.content > div.header > div.metadata > span.date |
1 day ago div.content > div.header > div.metadata > span.date |
LENS NEWS div.content > div.header > div.metadata > a.tag |
2 days ago div.content > div.header > div.metadata > span.date |
LENS NEWS div.content > div.header > div.metadata > a.tag |
2 days ago div.content > div.header > div.metadata > span.date |
3 days ago div.content > div.header > div.metadata > span.date |
3 days ago div.content > div.header > div.metadata > span.date |
4 days ago div.content > div.header > div.metadata > span.date |
4 days ago div.content > div.header > div.metadata > span.date |
4 days ago div.content > div.header > div.metadata > span.date |
5 days ago div.content > div.header > div.metadata > span.date |
5 days ago div.content > div.header > div.metadata > span.date |
6 days ago div.content > div.header > div.metadata > span.date |
6 days ago div.content > div.header > div.metadata > span.date |
6 days ago div.content > div.header > div.metadata > span.date |
6 days ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
1 week ago div.content > div.header > div.metadata > span.date |
2 weeks ago div.content > div.header > div.metadata > span.date |
2 weeks ago div.content > div.header > div.metadata > span.date |
2 weeks ago div.content > div.header > div.metadata > span.date |
2 weeks ago div.content > div.header > div.metadata > span.date |
2 weeks ago div.content > div.header > div.metadata > span.date |
3 weeks ago div.content > div.header > div.metadata > span.date |
3 weeks ago div.content > div.header > div.metadata > span.date |
3 weeks ago div.content > div.header > div.metadata > span.date |
3 weeks ago div.content > div.header > div.metadata > span.date |
3 weeks ago div.content > div.header > div.metadata > span.date |
3 weeks ago div.content > div.header > div.metadata > span.date |
3 weeks ago div.content > div.header > div.metadata > span.date |
3 weeks ago div.content > div.header > div.metadata > span.date |
3 weeks ago div.content > div.header > div.metadata > span.date |
3 weeks ago div.content > div.header > div.metadata > span.date |
« First tbody > tr > td.first > a |
‹ Previous tbody > tr > td.prev > a |
See all reviews div.widget > div.widgetContent > div.seeMoreV2 > a |
Discover more challenges div.widget > div.widgetContent > div.seeMoreV2 > a |
2.7% div.cameras > a.camera > span.barContainer > span.views |
2.7% div.cameras > a.camera > span.barContainer > span.views |
2.4% div.cameras > a.camera > span.barContainer > span.views |
2.2% div.cameras > a.camera > span.barContainer > span.views |
2.2% div.cameras > a.camera > span.barContainer > span.views |
2.0% div.cameras > a.camera > span.barContainer > span.views |
2.0% div.cameras > a.camera > span.barContainer > span.views |
1.9% div.cameras > a.camera > span.barContainer > span.views |
1.9% div.cameras > a.camera > span.barContainer > span.views |
1.8% div.cameras > a.camera > span.barContainer > span.views |
Popular interchangable lens cameras div.widget > div.widgetContent > div.seeMoreV2 > a |
Popular compact cameras div.widget > div.widgetContent > div.seeMoreV2 > a |
About us div.area > ul > li > a |
Gear Patrol div.area > ul > li > a |
Work for us div.area > ul > li > a |
Advertise with us div.area > ul > li > a |
FAQ div.area > ul > li > a |
Feedback / Contact us div.area > ul > li > a#feedbackMainFooterLink |
Privacy div.area > ul > li > a |
Legal div.area > ul > li > a |
Licensing and Accolades div.area > ul > li > a |
News div.area > ul > li > a |
Camera reviews div.area > ul > li > a |
Lens reviews div.area > ul > li > a |
Printer reviews div.area > ul > li > a |
Buying guides div.area > ul > li > a |
Sample images div.area > ul > li > a |
Videos div.area > ul > li > a |
Editorial enquiries div.area > ul > li > a |
Cameras div.area > ul > li > a |
Lenses div.area > ul > li > a |
Camera search div.area > ul > li > a |
Camera comparison div.area > ul > li > a |
Lens search div.area > ul > li > a |
Product timeline div.area > ul > li > a |
Browse all products div.area > ul > li > a |
Community Guidelines div.area > ul > li > a |
Forums div.area > ul > li > a |
Challenges div.area > ul > li > a |
Galleries div.area > ul > li > a |
My Profile div.area > ul > li > a |
My Settings div.area > ul > li > a |
My GearList div.area > ul > li > a |
All content, design, and layout are Copyright © 1998–2026 Digital Photography R… div.siteFooter > div.sitFooterInner > div.sitemapAndLegal > div.legal |
Information from your device can be used to personalize your ad experience.
Do… body.light > div.adthrive-comscore > div#adthrive-ccpa-link |
Do not sell or share my personal information. body.light > div.adthrive-comscore > div#adthrive-ccpa-link > a#ccpaTag |
These are opportunities to improve the legibility of your content.
If a page doesn't specify a `lang` attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more about the `lang` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These are opportunities to improve the interpretation of your content by users in different locales.
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.searchContainer > div#mainSiteSearch > form > input.submitBtn div.searchContainer > div#mainSiteSearch > form > input.submitBtn |
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
2026
2025
2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
2014
2013
2012
2011… div#mainContent > div.archiveCalendar > form#archiveCalendar > select#archiveYear |
January
February
March
April
May
June
July
August
September
October
November
De… div#mainContent > div.archiveCalendar > form#archiveCalendar > select#archiveMonth |
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.siteHeaderContainer > div.siteHeader > div.logo > a div.siteHeaderContainer > div.siteHeader > div.logo > a |
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.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
1 tbody > tr > td.page > a |
2 tbody > tr > td.page > a |
3 tbody > tr > td.page > a |
4 tbody > tr > td.page > a |
5 tbody > tr > td.page > a |
6 tbody > tr > td.page > a |
7 tbody > tr > td.page > a |
About us div.area > ul > li > a |
Gear Patrol div.area > ul > li > a |
Work for us div.area > ul > li > a |
Advertise with us div.area > ul > li > a |
FAQ div.area > ul > li > a |
Privacy div.area > ul > li > a |
Legal div.area > ul > li > a |
News div.area > ul > li > a |
Camera reviews div.area > ul > li > a |
Lens reviews div.area > ul > li > a |
Printer reviews div.area > ul > li > a |
Buying guides div.area > ul > li > a |
Sample images div.area > ul > li > a |
Videos div.area > ul > li > a |
Cameras div.area > ul > li > a |
Lenses div.area > ul > li > a |
Camera search div.area > ul > li > a |
Camera comparison div.area > ul > li > a |
Lens search div.area > ul > li > a |
Product timeline div.area > ul > li > a |
Browse all products div.area > ul > li > a |
Forums div.area > ul > li > a |
Challenges div.area > ul > li > a |
Galleries div.area > ul > li > a |
My Profile div.area > ul > li > a |
My Settings div.area > ul > li > a |
My GearList div.area > ul > li > a |
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html html |
These items highlight common accessibility best practices.
Specifying a doctype prevents the browser from switching to quirks-mode. Learn more about the doctype declaration.
Performance issues directly impact user engagement and conversion rates.
Deprecated APIs will eventually be removed from the browser. Learn more about deprecated APIs.
Performance issues directly impact user engagement and conversion rates.
| Deprecation / Warning | Source |
|---|---|
| Topics | ads.adthrive.com/builds/core/78fac92/vendor/prebid/es2018/prebid.min.js line 62, col 230926 |
| SharedStorage | /pagead/managed/js/activeview/current/ufs_web_display.js line 252, col 234 |
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 |
|---|---|
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776809046288&se=e30&duid=6bdd24f5ee7b--01kps14vgsts6yyw7yndk705x2&tv=10.23.0&pu=https%3A%2F%2Fwww.dpreview.com%2F&ext_adt_li_unifiedid=4066a3e2-331e-44e9-8b9e-5959f975d517&wpn=prebid&cd=.dpreview.com' from origin 'https://www.dpreview.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776809046288&se=e30&duid=6bdd24f5ee7b--01kps14vgsts6yyw7yndk705x2&tv=10.23.0&pu=https%3A%2F%2Fwww.dpreview.com%2F&ext_adt_li_unifiedid=4066a3e2-331e-44e9-8b9e-5959f975d517&wpn=prebid&cd=.dpreview.com' from origin 'https://www.dpreview.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776809046288&se=e30&duid=6bdd24f5ee7b--01kps14vgsts6yyw7yndk705x2&tv=10.23.0&pu=https%3A%2F%2Fwww.dpreview.com%2F&ext_adt_li_unifiedid=4066a3e2-331e-44e9-8b9e-5959f975d517&wpn=prebid&cd=.dpreview.com' from origin 'https://www.dpreview.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Access to XMLHttpRequest at 'https://rp.liadm.com/j?dtstmp=1776809046288&se=e30&duid=6bdd24f5ee7b--01kps14vgsts6yyw7yndk705x2&tv=10.23.0&pu=https%3A%2F%2Fwww.dpreview.com%2F&ext_adt_li_unifiedid=4066a3e2-331e-44e9-8b9e-5959f975d517&wpn=prebid&cd=.dpreview.com' from origin 'https://www.dpreview.com' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: net::ERR_FAILED | |
Failed to load resource: the server responded with a status of 400 () | |
ads.adthrive.com/builds/core/78fac92/vendor/prebid/es2018/prebid.min.js line 62, col 230926 | Uncaught (in promise) InvalidAccessError: The "interest-cohort" Permissions Policy denied the use of document.browsingTopics(). |
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