Mobile 375 × 812

Desktop 1440 × 900

Score: 67 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
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.6 MB (6.4 MB transferred)
Performance issues directly impact user engagement and conversion rates.
13 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/a5e3ca26-f1c9-43ea-b33b-853c9479cb61)<a href="https://beavercheck.com/results/a5e3ca26-f1c9-43ea-b33b-853c9479cb61"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fdivephotoguide.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fdivephotoguide.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 22.9s 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.
11 barrier(s) likely increasing bounce by ~39%.
Page takes 22.9s to load
+12% bounceUsers abandon at ~3s — you're 20.4s 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 444ms 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
5 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 viewport meta tag
+15% bounceMobile browsers render at desktop width and shrink — text unreadable, tap targets miniature
Fix: Add <meta name="viewport" content="width=device-width, initial-scale=1">
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, …)
13 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
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$500 investment → $1.61/month returns + USD 157,500 risk avoided
$500
5h · 5 findings
$1.61 /mo
~$19 / year
USD 157,500
if kept compliant
$150 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,127 / month at risk
~$157,519 / year if left unfixed
$157,500
+8 more
$1.61 /mo
20094.7 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
4.31 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
22.89 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
444 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.183
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
12.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.
31.68 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.
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.
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.wrapper > div.image-of-the-day > a > img div.wrapper > div.image-of-the-day > a > img | www.divephotoguide.com/images/image_day/b/1776356499-image_file.jpg | 376.7 KiB | 316.7 KiB |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/think-pink2025-3.jpg | 453.0 KiB | 296.8 KiB |
ul.slideshow > li.current > a > img ul.slideshow > li.current > a > img | www.divephotoguide.com/images/rotator/home/b/1776264866.jpg | 305.3 KiB | 272.4 KiB |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/equipment.jpg | 353.5 KiB | 243.3 KiB |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1774629754.jpg | 232.7 KiB | 199.9 KiB |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/uwaa2025-5.jpg | 528.4 KiB | 195.8 KiB |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/dm2025-winners.jpg | 274.4 KiB | 165.9 KiB |
Photographing Batfish ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1775139477.jpg | 152.5 KiB | 144.5 KiB |
Photographer of the Week – Aaron Sanders ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1776263822.jpg | 136.8 KiB | 128.9 KiB |
Photographing Ontario’s Salmon Run ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1774474333.jpg | 133.9 KiB | 125.9 KiB |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1776355127.jpg | 254.5 KiB | 115.7 KiB |
Shallow Depth of Field: Make Your Subject Stand Out ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/techniques/l/1774712243.jpg | 115.3 KiB | 107.3 KiB |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/voo2026-winners.jpg | 259.8 KiB | 103.6 KiB |
Destination Portfolio: Western Scotland, James Lynott ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/travels/l/1776224734.jpg | 111.0 KiB | 103.1 KiB |
ADEX 2026 Voice of the Ocean Photo+Video+Art Competition Winners Announced ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/news/l/1776354192.jpg | 113.6 KiB | 89.2 KiB |
Interviews with the Pros: Jules Jacobs ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1774100799.jpg | 93.4 KiB | 85.5 KiB |
UWP Mag ul.partners-list > li > a > img.bottom_partners | www.divephotoguide.com/images/partners/1396556327.png | 72.2 KiB | 71.0 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/4936759643596462396 | 137.4 KiB | 67.3 KiB |
Isotta Announces Housing for the Nikon Z50 II ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/news/l/1774231833.jpg | 43.4 KiB | 35.4 KiB |
DiveNewsWire ul.partners-list > li > a > img.bottom_partners | www.divephotoguide.com/images/partners/1383247196.png | 13.5 KiB | 12.3 KiB |
Underwater Journal ul.partners-list > li > a > img.bottom_partners | www.divephotoguide.com/images/partners/1383247211.png | 8.3 KiB | 7.1 KiB |
Underwater Australia ul.partners-list > li > a > img.bottom_partners | www.divephotoguide.com/images/partners/1383247240.png | 7.4 KiB | 6.2 KiB |
Underwater360 ul.partners-list > li > a > img.bottom_partners | www.divephotoguide.com/images/partners/1460081715.png | 6.0 KiB | 4.8 KiB |
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| www.divephotoguide.com/js/jquery.js | 56.2 KiB | 2.0 s |
| www.divephotoguide.com/styles/styles.css?v=202204221825 | 46.5 KiB | 1.7 s |
| www.divephotoguide.com/fitch/resources/colorbox/jquery.colorbox-min.js | 11.0 KiB | 1.2 s |
| www.divephotoguide.com/js/jquery.jcarousellite_1.0.1.min.js | 2.6 KiB | 263 ms |
| www.divephotoguide.com/js/jquery.heroCarousel-1.3.js | 5.4 KiB | 506 ms |
| www.divephotoguide.com/js/jquery.easing-1.3.js | 6.8 KiB | 992 ms |
| www.divephotoguide.com/js/search.js?v=202204221825 | 2.3 KiB | 749 ms |
| www.divephotoguide.com/js/common.js?v=202204221825 | 3.8 KiB | 749 ms |
| www.divephotoguide.com/js/unserialize.js | 2.5 KiB | 749 ms |
| www.divephotoguide.com/fitch/resources/colorbox/colorbox.css | 4.5 KiB | 992 ms |
| www.divephotoguide.com/styles/fonts.css | 10.5 KiB | 749 ms |
Tap interactions may be delayed by up to 300 ms if the viewport is not optimized for mobile.
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 |
|---|---|
| divephotoguide.com/ | 1.0 s |
| www.divephotoguide.com/ | 0.0 ms |
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 |
|---|---|
NEWS
ADEX 2026 Voice of the Ocean Photo+Video+Art Competition Winners Announced… body > div.wrapper > ul.content-grid | 0.183 |
Aaron Sanders body > div.wrapper > div.image-of-the-day > div.author | 0.000 |
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 |
|---|---|---|
| www.divephotoguide.com/styles/styles.css?v=202204221825 | 46.2 KiB | 38.8 KiB |
| www.divephotoguide.com/styles/fonts.css | 10.2 KiB | 10.2 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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 187.4 KiB | 102.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-E59ZQY1QRL&cx=c>m=4e64h1 | 157.0 KiB | 66.2 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MBHLT3 | 117.0 KiB | 64.2 KiB |
| connect.facebook.net/en_US/all.js?hash=a630e45de2009f1377685cae59765faa | 82.5 KiB | 53.7 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.1 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.0 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 |
|---|---|---|---|
| /pagead/managed/js/gpt/m202604170101/pubads_impl.js?cb=31... | 1.0 s | 894 ms | 70 ms |
| Unattributable | 521 ms | 25 ms | 0.0 ms |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 441 ms | 387 ms | 36 ms |
| www.divephotoguide.com/ | 260 ms | 8.3 ms | 4.1 ms |
| www.googletagmanager.com/gtag/js?id=G-E59ZQY1QRL&cx=c>m=4e64h1 | 237 ms | 191 ms | 38 ms |
| www.divephotoguide.com/js/jquery.js | 227 ms | 114 ms | 5.6 ms |
| www.googletagmanager.com/gtm.js?id=GTM-MBHLT3 | 108 ms | 81 ms | 26 ms |
| connect.facebook.net/en_US/all.js?hash=a630e45de2009f1377685cae59765faa | 84 ms | 61 ms | 21 ms |
| www.googletagservices.com/tag/js/gpt.js | 77 ms | 57 ms | 20 ms |
| ssl.google-analytics.com/ga.js | 69 ms | 63 ms | 3.6 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.9 s |
| Other | 671 ms |
| Script Parsing & Compilation | 236 ms |
| Style & Layout | 206 ms |
| Rendering | 58 ms |
| Parse HTML & CSS | 50 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | 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 |
|---|---|---|
| www.divephotoguide.com/styles/styles.css?v=202204221825 | 46.5 KiB | 5.1 KiB |
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 |
|---|---|---|
| www.divephotoguide.com/js/jquery.easing-1.3.js | 6.5 KiB | 3.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 | |
|---|---|
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/uwaa2025-5.jpg |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/voo2026-winners.jpg |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/think-pink2025-3.jpg |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/equipment.jpg |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/dm2025-winners.jpg |
ADEX 2026 Voice of the Ocean Photo+Video+Art Competition Winners Announced ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/news/l/1776354192.jpg |
Photographer of the Week – Aaron Sanders ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1776263822.jpg |
Destination Portfolio: Western Scotland, James Lynott ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/travels/l/1776224734.jpg |
Photographing Batfish ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1775139477.jpg |
Shallow Depth of Field: Make Your Subject Stand Out ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/techniques/l/1774712243.jpg |
Photographing Ontario’s Salmon Run ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1774474333.jpg |
Isotta Announces Housing for the Nikon Z50 II ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/news/l/1774231833.jpg |
Interviews with the Pros: Jules Jacobs ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1774100799.jpg |
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.wrapper > div.header > form.search-form > input#keyword div.wrapper > div.header > form.search-form > input#keyword |
PHOTO NEWS div#newsSlider > ul > li > a.category |
PHOTO NEWS div#newsSlider > ul > li > a.category |
PHOTO NEWS div#newsSlider > ul > li > a.category |
DIVING NEWS div#newsSlider > ul > li > a.category |
NEWS div.wrapper > ul.content-grid > li > a.type |
PHOTOGRAPHER OF THE WEEK div.wrapper > ul.content-grid > li > a.type |
TRAVEL div.wrapper > ul.content-grid > li > a.type |
CRITTER CORNER div.wrapper > ul.content-grid > li > a.type |
TECHNIQUES div.wrapper > ul.content-grid > li > a.type |
FRESHWATER ADVENTURES div.wrapper > ul.content-grid > li > a.type |
NEWS div.wrapper > ul.content-grid > li > a.type |
INTERVIEWS WITH THE PROS div.wrapper > ul.content-grid > li > a.type |
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.wrapper > div.header > form.search-form > input div.wrapper > div.header > form.search-form > input |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wrapper > div.header > form.search-form > input#keyword div.wrapper > div.header > form.search-form > input#keyword |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div.wrapper > div.slideshow-wrapper > iframe body > div.wrapper > div.slideshow-wrapper > iframe |
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.top-line-outer > div.top-line > div.social-icons > a.instagram div.top-line-outer > div.top-line > div.social-icons > a.instagram |
div.top-line-outer > div.top-line > div.social-icons > a.facebook div.top-line-outer > div.top-line > div.social-icons > a.facebook |
div.top-line-outer > div.top-line > div.social-icons > a.twitter div.top-line-outer > div.top-line > div.social-icons > a.twitter |
div.top-line-outer > div.top-line > div.social-icons > a.threads div.top-line-outer > div.top-line > div.social-icons > a.threads |
div.top-line-outer > div.top-line > div.social-icons > a.youtube div.top-line-outer > div.top-line > div.social-icons > a.youtube |
div.top-line-outer > div.top-line > div.social-icons > a.rss div.top-line-outer > div.top-line > div.social-icons > a.rss |
div.slideshow-wrapper > ul.slideshow > li > a div.slideshow-wrapper > ul.slideshow > li > a |
div.slideshow-wrapper > ul.slideshow > li > a div.slideshow-wrapper > ul.slideshow > li > a |
div.slideshow-wrapper > ul.slideshow > li > a div.slideshow-wrapper > ul.slideshow > li > a |
div.slideshow-wrapper > ul.slideshow > li > a div.slideshow-wrapper > ul.slideshow > li > 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 |
|---|
div.wrapper > div.header > form.search-form > input div.wrapper > div.header > form.search-form > input |
PHOTOGRAPHER OF THE WEEK div.wrapper > ul.content-grid > li > a.type |
Photographer of the Week – Aaron Sanders div.wrapper > ul.content-grid > li > a.title |
CRITTER CORNER div.wrapper > ul.content-grid > li > a.type |
Photographing Batfish div.wrapper > ul.content-grid > li > a.title |
FRESHWATER ADVENTURES div.wrapper > ul.content-grid > li > a.type |
Photographing Ontario’s Salmon Run div.wrapper > ul.content-grid > li > a.title |
NEWS div.wrapper > ul.content-grid > li > a.type |
Isotta Announces Housing for the Nikon Z50 II div.wrapper > ul.content-grid > li > a.title |
INTERVIEWS WITH THE PROS div.wrapper > ul.content-grid > li > a.type |
Interviews with the Pros: Jules Jacobs div.wrapper > ul.content-grid > li > a.title |
About Us div.wrapper > ul.bottom-nav > li > a |
Contact div.wrapper > ul.bottom-nav > li > a |
Advertise div.wrapper > ul.bottom-nav > li > a |
Techniques div.wrapper > ul.bottom-nav > li > a |
Articles div.wrapper > ul.bottom-nav > li > a |
News div.wrapper > ul.bottom-nav > li > a |
Travel div.wrapper > ul.bottom-nav > li > a |
Galleries div.wrapper > ul.bottom-nav > li > a |
Equipment div.wrapper > ul.bottom-nav > li > a |
Contests div.wrapper > ul.bottom-nav > li > a |
Underwater Competition div.wrapper > ul.bottom-nav > li > a |
DPG Expeditions div.wrapper > ul.bottom-nav > li > a |
DPG TV div.wrapper > ul.bottom-nav > li > a |
Facebook div.wrapper > ul.bottom-nav > li > a |
X (Twitter) div.wrapper > ul.bottom-nav > li > a |
Threads div.wrapper > ul.bottom-nav > li > a |
Instagram div.wrapper > ul.bottom-nav > li > a |
Contribute div.wrapper > ul.bottom-nav > li > a |
Join the Team div.wrapper > ul.bottom-nav > 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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
ul.slideshow > li.current > a > img ul.slideshow > li.current > a > img | www.divephotoguide.com/images/rotator/home/b/1776355127.jpg | 649 x 429 (1.51) | 1200 x 800 (1.50) |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1774629754.jpg | 649 x 429 (1.51) | 550 x 367 (1.50) |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1776264866.jpg | 649 x 429 (1.51) | 550 x 367 (1.50) |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1776226072.jpg | 649 x 429 (1.51) | 550 x 367 (1.50) |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1775250391.jpg | 649 x 429 (1.51) | 550 x 367 (1.50) |
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn how to provide responsive images.
Performance issues directly impact user engagement and conversion rates.
| URL | Displayed size | Actual size | Expected size | |
|---|---|---|---|---|
div.wrapper > div.image-of-the-day > a > img div.wrapper > div.image-of-the-day > a > img | www.divephotoguide.com/images/image_day/b/1776356499-image_file.jpg | 978 x 564 | 800 x 461 | 1467 x 846 |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1774629754.jpg | 649 x 429 | 550 x 367 | 974 x 644 |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1776264866.jpg | 649 x 429 | 550 x 367 | 974 x 644 |
Interviews with the Pros: Jules Jacobs ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1774100799.jpg | 287 x 170 | 287 x 170 | 431 x 255 |
Photographing Ontario’s Salmon Run ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1774474333.jpg | 287 x 170 | 287 x 170 | 431 x 255 |
Photographing Batfish ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1775139477.jpg | 287 x 170 | 287 x 170 | 431 x 255 |
Photographer of the Week – Aaron Sanders ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1776263822.jpg | 287 x 170 | 287 x 170 | 431 x 255 |
Isotta Announces Housing for the Nikon Z50 II ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/news/l/1774231833.jpg | 287 x 170 | 287 x 170 | 431 x 255 |
Shallow Depth of Field: Make Your Subject Stand Out ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/techniques/l/1774712243.jpg | 287 x 170 | 287 x 170 | 431 x 255 |
Destination Portfolio: Western Scotland, James Lynott ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/travels/l/1776224734.jpg | 287 x 170 | 287 x 170 | 431 x 255 |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.divephotoguide.com/js/jquery.js line 18, col 13785 |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
LOGIN div.top-line-outer > div.top-line > div.login > a#popupLoginLink |
To appear in search results, crawlers need access to your app.
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.81 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
5.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
9 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.152
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.51 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.
6.44 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.
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.
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.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/uwaa2025-5.jpg | 528.4 KiB | 419.8 KiB |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/think-pink2025-3.jpg | 453.0 KiB | 344.4 KiB |
div.wrapper > div.image-of-the-day > a > img div.wrapper > div.image-of-the-day > a > img | www.divephotoguide.com/images/image_day/b/1776356499-image_file.jpg | 376.7 KiB | 316.7 KiB |
ul.slideshow > li.current > a > img ul.slideshow > li.current > a > img | www.divephotoguide.com/images/rotator/home/b/1776264866.jpg | 305.3 KiB | 272.4 KiB |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1776355127.jpg | 254.5 KiB | 209.1 KiB |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1774629754.jpg | 232.7 KiB | 199.9 KiB |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/dm2025-winners.jpg | 274.4 KiB | 165.9 KiB |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/voo2026-winners.jpg | 259.8 KiB | 151.2 KiB |
Photographing Batfish ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1775139477.jpg | 152.5 KiB | 144.5 KiB |
body.jar > div#google_image_div > a#aw0 > img.img_ad body.jar > div#google_image_div > a#aw0 > img.img_ad | tpc.googlesyndication.com/simgad/11193254773983711401 | 231.7 KiB | 129.7 KiB |
Photographer of the Week – Aaron Sanders ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1776263822.jpg | 136.8 KiB | 128.9 KiB |
Photographing Ontario’s Salmon Run ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1774474333.jpg | 133.9 KiB | 125.9 KiB |
Shallow Depth of Field: Make Your Subject Stand Out ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/techniques/l/1774712243.jpg | 115.3 KiB | 107.3 KiB |
ADEX 2026 Voice of the Ocean Photo+Video+Art Competition Winners Announced ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/news/l/1776354192.jpg | 113.6 KiB | 105.6 KiB |
Destination Portfolio: Western Scotland, James Lynott ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/travels/l/1776224734.jpg | 111.0 KiB | 103.1 KiB |
Interviews with the Pros: Jules Jacobs ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1774100799.jpg | 93.4 KiB | 85.5 KiB |
Isotta Announces Housing for the Nikon Z50 II ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/news/l/1774231833.jpg | 43.4 KiB | 35.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
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.
HTTP/2 and HTTP/3 offer many benefits over HTTP/1.1, such as multiplexing. Learn more about using modern HTTP.
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 |
|---|---|---|
| www.divephotoguide.com/js/jquery.js | 56.2 KiB | 686 ms |
| www.divephotoguide.com/styles/styles.css?v=202204221825 | 46.5 KiB | 686 ms |
| www.divephotoguide.com/fitch/resources/colorbox/jquery.colorbox-min.js | 11.0 KiB | 419 ms |
| www.divephotoguide.com/js/jquery.jcarousellite_1.0.1.min.js | 2.6 KiB | 152 ms |
| www.divephotoguide.com/js/jquery.heroCarousel-1.3.js | 5.4 KiB | 152 ms |
| www.divephotoguide.com/js/jquery.easing-1.3.js | 6.8 KiB | 419 ms |
| www.divephotoguide.com/js/search.js?v=202204221825 | 2.3 KiB | 419 ms |
| www.divephotoguide.com/js/unserialize.js | 2.5 KiB | 419 ms |
| www.divephotoguide.com/js/common.js?v=202204221825 | 3.8 KiB | 419 ms |
| www.divephotoguide.com/fitch/resources/colorbox/colorbox.css | 4.5 KiB | 419 ms |
| www.divephotoguide.com/styles/fonts.css | 10.5 KiB | 152 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| divephotoguide.com/ | 495 ms |
| www.divephotoguide.com/ | 0.0 ms |
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 |
|---|---|
NEWS
ADEX 2026 Voice of the Ocean Photo+Video+Art Competition Winners Announced… body > div.wrapper > ul.content-grid | 0.152 |
TECHNIQUES body > div.wrapper > ul.top-nav > li | 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.
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 |
|---|---|---|
| www.divephotoguide.com/styles/styles.css?v=202204221825 | 46.5 KiB | 5.1 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 |
|---|---|---|
| www.divephotoguide.com/styles/styles.css?v=202204221825 | 46.2 KiB | 38.8 KiB |
| www.divephotoguide.com/styles/fonts.css | 10.2 KiB | 10.2 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 |
|---|---|---|
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 102.1 KiB |
| www.googletagmanager.com/gtag/js?id=G-E59ZQY1QRL&cx=c>m=4e64h1 | 157.0 KiB | 66.3 KiB |
| www.googletagmanager.com/gtm.js?id=GTM-MBHLT3 | 117.0 KiB | 64.2 KiB |
| connect.facebook.net/en_US/all.js?hash=a630e45de2009f1377685cae59765faa | 82.5 KiB | 53.7 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.7 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.0 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| The page has an unload handler in the main frame. | Actionable |
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| The page has an unload handler in a sub frame. | 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 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 |
|---|---|---|
| www.divephotoguide.com/js/jquery.easing-1.3.js | 6.5 KiB | 3.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 | |
|---|---|
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/uwaa2025-5.jpg |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/voo2026-winners.jpg |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/think-pink2025-3.jpg |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/equipment.jpg |
div.wrapper > div.slideshow-wrapper > a > img div.wrapper > div.slideshow-wrapper > a > img | www.divephotoguide.com/files/uploaded_files/dm2025-winners.jpg |
ADEX 2026 Voice of the Ocean Photo+Video+Art Competition Winners Announced ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/news/l/1776354192.jpg |
Photographer of the Week – Aaron Sanders ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1776263822.jpg |
Destination Portfolio: Western Scotland, James Lynott ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/travels/l/1776224734.jpg |
Photographing Batfish ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1775139477.jpg |
Shallow Depth of Field: Make Your Subject Stand Out ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/techniques/l/1774712243.jpg |
Photographing Ontario’s Salmon Run ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1774474333.jpg |
Isotta Announces Housing for the Nikon Z50 II ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/news/l/1774231833.jpg |
Interviews with the Pros: Jules Jacobs ul.content-grid > li > a.main-img > img | www.divephotoguide.com/images/features/l/1774100799.jpg |
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.wrapper > div.header > form.search-form > input#keyword div.wrapper > div.header > form.search-form > input#keyword |
PHOTO NEWS div#newsSlider > ul > li > a.category |
PHOTO NEWS div#newsSlider > ul > li > a.category |
PHOTO NEWS div#newsSlider > ul > li > a.category |
DIVING NEWS div#newsSlider > ul > li > a.category |
NEWS div.wrapper > ul.content-grid > li > a.type |
PHOTOGRAPHER OF THE WEEK div.wrapper > ul.content-grid > li > a.type |
TRAVEL div.wrapper > ul.content-grid > li > a.type |
CRITTER CORNER div.wrapper > ul.content-grid > li > a.type |
TECHNIQUES div.wrapper > ul.content-grid > li > a.type |
FRESHWATER ADVENTURES div.wrapper > ul.content-grid > li > a.type |
NEWS div.wrapper > ul.content-grid > li > a.type |
INTERVIEWS WITH THE PROS div.wrapper > ul.content-grid > li > a.type |
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.wrapper > div.header > form.search-form > input div.wrapper > div.header > form.search-form > input |
Labels ensure that form controls are announced properly by assistive technologies, like screen readers. Learn more about form element labels.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.wrapper > div.header > form.search-form > input#keyword div.wrapper > div.header > form.search-form > input#keyword |
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
body > div.wrapper > div.slideshow-wrapper > iframe body > div.wrapper > div.slideshow-wrapper > iframe |
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.top-line-outer > div.top-line > div.social-icons > a.instagram div.top-line-outer > div.top-line > div.social-icons > a.instagram |
div.top-line-outer > div.top-line > div.social-icons > a.facebook div.top-line-outer > div.top-line > div.social-icons > a.facebook |
div.top-line-outer > div.top-line > div.social-icons > a.twitter div.top-line-outer > div.top-line > div.social-icons > a.twitter |
div.top-line-outer > div.top-line > div.social-icons > a.threads div.top-line-outer > div.top-line > div.social-icons > a.threads |
div.top-line-outer > div.top-line > div.social-icons > a.youtube div.top-line-outer > div.top-line > div.social-icons > a.youtube |
div.top-line-outer > div.top-line > div.social-icons > a.rss div.top-line-outer > div.top-line > div.social-icons > a.rss |
div.slideshow-wrapper > ul.slideshow > li > a div.slideshow-wrapper > ul.slideshow > li > a |
div.slideshow-wrapper > ul.slideshow > li > a div.slideshow-wrapper > ul.slideshow > li > a |
div.slideshow-wrapper > ul.slideshow > li > a div.slideshow-wrapper > ul.slideshow > li > a |
div.slideshow-wrapper > ul.slideshow > li > a div.slideshow-wrapper > ul.slideshow > li > 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 |
|---|
div.wrapper > div.header > form.search-form > input div.wrapper > div.header > form.search-form > input |
PHOTOGRAPHER OF THE WEEK div.wrapper > ul.content-grid > li > a.type |
Photographer of the Week – Aaron Sanders div.wrapper > ul.content-grid > li > a.title |
CRITTER CORNER div.wrapper > ul.content-grid > li > a.type |
Photographing Batfish div.wrapper > ul.content-grid > li > a.title |
FRESHWATER ADVENTURES div.wrapper > ul.content-grid > li > a.type |
Photographing Ontario’s Salmon Run div.wrapper > ul.content-grid > li > a.title |
NEWS div.wrapper > ul.content-grid > li > a.type |
Isotta Announces Housing for the Nikon Z50 II div.wrapper > ul.content-grid > li > a.title |
INTERVIEWS WITH THE PROS div.wrapper > ul.content-grid > li > a.type |
Interviews with the Pros: Jules Jacobs div.wrapper > ul.content-grid > li > a.title |
About Us div.wrapper > ul.bottom-nav > li > a |
Contact div.wrapper > ul.bottom-nav > li > a |
Advertise div.wrapper > ul.bottom-nav > li > a |
Techniques div.wrapper > ul.bottom-nav > li > a |
Articles div.wrapper > ul.bottom-nav > li > a |
News div.wrapper > ul.bottom-nav > li > a |
Travel div.wrapper > ul.bottom-nav > li > a |
Galleries div.wrapper > ul.bottom-nav > li > a |
Equipment div.wrapper > ul.bottom-nav > li > a |
Contests div.wrapper > ul.bottom-nav > li > a |
Underwater Competition div.wrapper > ul.bottom-nav > li > a |
DPG Expeditions div.wrapper > ul.bottom-nav > li > a |
DPG TV div.wrapper > ul.bottom-nav > li > a |
Facebook div.wrapper > ul.bottom-nav > li > a |
X (Twitter) div.wrapper > ul.bottom-nav > li > a |
Threads div.wrapper > ul.bottom-nav > li > a |
Instagram div.wrapper > ul.bottom-nav > li > a |
Contribute div.wrapper > ul.bottom-nav > li > a |
Join the Team div.wrapper > ul.bottom-nav > 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.
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
Performance issues directly impact user engagement and conversion rates.
| URL | Aspect Ratio (Displayed) | Aspect Ratio (Actual) | |
|---|---|---|---|
ul.slideshow > li.current > a > img ul.slideshow > li.current > a > img | www.divephotoguide.com/images/rotator/home/b/1776355127.jpg | 649 x 429 (1.51) | 1200 x 800 (1.50) |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1774629754.jpg | 649 x 429 (1.51) | 550 x 367 (1.50) |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1776264866.jpg | 649 x 429 (1.51) | 550 x 367 (1.50) |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1776226072.jpg | 649 x 429 (1.51) | 550 x 367 (1.50) |
ul.slideshow > li > a > img ul.slideshow > li > a > img | www.divephotoguide.com/images/rotator/home/b/1775250391.jpg | 649 x 429 (1.51) | 550 x 367 (1.50) |
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 |
|---|---|
| Unload event listeners are deprecated and will be removed. | www.divephotoguide.com/js/jquery.js line 18, col 13785 |
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.
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Performance issues directly impact user engagement and conversion rates.
| Uncrawlable Link |
|---|
LOGIN div.top-line-outer > div.top-line > div.login > a#popupLoginLink |
To appear in search results, crawlers need access to your app.
Send Feedback