Mobile 375 × 812

Desktop 1440 × 900

Score: 69 / 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.
Several regulatory requirements are not yet met.
Missing metadata means poor previews on social media and search.
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.
5 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
No <main> landmark found
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/7df6a760-4f00-4f1e-b5e6-a3d0a2295b46)<a href="https://beavercheck.com/results/7df6a760-4f00-4f1e-b5e6-a3d0a2295b46"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fbiblehub.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fbiblehub.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. 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.
9 barrier(s) likely increasing bounce by ~31%.
Page takes 19.3s to load
+12% bounceUsers abandon at ~3s — you're 16.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 1.8s
+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, …)
5 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
2 broken link(s) on the page
+3% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
$450 investment → $0.55/month returns + USD 157,500 risk avoided
$450
4h · 5 findings
$0.55 /mo
~$6.57 / 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.
4.5 developer hours at $100/hr
Based on United States rates ($100/hr)
Start here for the best return on investment
$13,126 / month at risk
~$157,507 / year if left unfixed
$157,500
+6 more
$0.55 /mo
6848.0 MB/mo × 0.080 USD/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
6.08 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
19.34 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
1.79 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.
10.19 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
20.84 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.
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 | |
|---|---|---|---|
tr > td.ic > a.ic > img tr > td.ic > a.ic > img | biblehub.com/grid2.png | 14.4 KiB | 13.8 KiB |
1:1
Genesis 1:2
Genesis 1:3
Genesis 1:4
Genesis 1:5
Genesis 1:6
Genesis 1:7
Gen… tbody > tr > td.tb2 > select.drop2 | biblehub.com/dwn2.png | 12.9 KiB | 12.6 KiB |
tr > td.ic > a.ic > img tr > td.ic > a.ic > img | biblehub.com/hb2.png | 12.9 KiB | 12.3 KiB |
head > meta head > meta | biblemenus.com/freeapp.png | 13.5 KiB | 12.2 KiB |
| biblemenus.com/bh12.png | 14.6 KiB | 9.3 KiB | |
Bible tr > td > a > img.icn | biblehub.com/bhcover9.png | 14.3 KiB | 4.8 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.
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 |
|---|---|---|
| biblehub.com/15002new7home.css | 3.3 KiB | 273 ms |
| qd.admetricspro.com/js/biblehub/biblehub-layout-loader-revcatch.js | 8.4 KiB | 1.2 s |
| fonts.googleapis.com/css?family=Roboto | 1.9 KiB | 833 ms |
| /scripts/8a2459b64f9cac8122fc7f2eac4409c8555fac9383016db5... | 154.8 KiB | 2.9 s |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay metric.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|---|---|
| qd.admetricspro.com/js/biblehub/biblehub-layout-loader-revcatch.js | 7.9 KiB | 3.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 |
|---|---|---|
| qd.admetricspro.com/js/biblehub/prebid.js | 188.4 KiB | 135.6 KiB |
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 177.5 KiB | 121.8 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 187.7 KiB | 89.8 KiB |
| app.protectsubrev.com/catch_rp.js?cb=0.5472324109283354 | 88.6 KiB | 74.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-LR4HSKRP2H | 157.8 KiB | 62.5 KiB |
| qd.admetricspro.com/js/biblehub/cmp.js | 101.1 KiB | 44.1 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 36.1 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.8 KiB |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 73.1 KiB | 31.1 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-3753401421161123 | 54.1 KiB | 29.5 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 |
|---|---|---|---|
| /scripts/8a2459b64f9cac8122fc7f2eac4409c8555fac9383016db5... | 1.1 s | 1.0 s | 62 ms |
| Unattributable | 999 ms | 139 ms | 0.0 ms |
| qd.admetricspro.com/js/biblehub/cmp.js | 887 ms | 807 ms | 43 ms |
| qd.admetricspro.com/js/biblehub/engine2.js | 611 ms | 572 ms | 14 ms |
| c.amazon-adsystem.com/aax2/apstag.js | 571 ms | 526 ms | 30 ms |
| biblehub.com/ | 427 ms | 124 ms | 5.8 ms |
| /pagead/managed/js/activeview/current/ufs_web_display.js | 407 ms | 356 ms | 32 ms |
| qd.admetricspro.com/js/biblehub/prebid.js | 294 ms | 253 ms | 39 ms |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31... | 292 ms | 189 ms | 43 ms |
| www.googletagmanager.com/gtag/js?id=G-LR4HSKRP2H | 218 ms | 175 ms | 34 ms |
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 173 ms | 110 ms | 52 ms |
| app.protectsubrev.com/catch_rp.js?cb=0.5472324109283354 | 130 ms | 78 ms | 39 ms |
| securepubads.g.doubleclick.net/tag/js/gpt.js | 97 ms | 87 ms | 9.1 ms |
| /pagead/js/adsbygoogle.js?client=ca-pub-3753401421161123 | 97 ms | 83 ms | 12 ms |
| secure.cdn.fastclick.net/js/pubcid/latest/pubcid.min.js | 57 ms | 50 ms | 6.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 | 4.8 s |
| Other | 940 ms |
| Script Parsing & Compilation | 454 ms |
| Style & Layout | 267 ms |
| Garbage Collection | 148 ms |
| Parse HTML & CSS | 100 ms |
| Rendering | 64 ms |
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 | |
|---|---|
Revelation 22 td > div#left > a > img | biblehub.com/left.png |
Genesis 1 td > div#right > a > img | biblehub.com/right.png |
Top of Page td > div#botleft > a > img | biblehub.com/botleft.png |
Top of Page td > div#botright > a > img | biblehub.com/botright.png |
user icon body > div#catch_login_button > div.revcatch-login > img.revcatch-login |
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 |
|---|
Login td > div#revCatchButtonContainer > a#theLoginButton > button.revcatch-login |
Subscribe td > div#revCatchButtonContainer > a#theSubscribeButton > button.subscription-button |
Free App div#par > div > a > strong |
BH Premium div#par > div > a > strong |
topical div#leftbox > div.padleft > div#par > a |
Greek div#leftbox > div.padleft > div#par > a |
Hebrew div#leftbox > div.padleft > div#par > a |
concordances div#leftbox > div.padleft > div#par > a |
commentaries div#leftbox > div.padleft > div#par > a |
dictionaries div#leftbox > div.padleft > div#par > a |
sermons div#leftbox > div.padleft > div#par > a |
devotionals div#leftbox > div.padleft > div#par > a |
Are you Wondering... div.padleft > div#par > div.vheading > a |
Is God real? div#leftbox > div.padleft > div#par > a |
Is Jesus real? div#leftbox > div.padleft > div#par > a |
Is the Bible factual? div#leftbox > div.padleft > div#par > a |
Does science disprove the Bible? div#leftbox > div.padleft > div#par > a |
Why does God allow suffering? div#leftbox > div.padleft > div#par > a |
Why does God judge people? div#leftbox > div.padleft > div#par > a |
Why Christianity over other religions? div#leftbox > div.padleft > div#par > a |
Why trust God if I’ve been hurt by religion? div#leftbox > div.padleft > div#par > a |
How can I follow Jesus? div#leftbox > div.padleft > div#par > a |
Many more questions and answers ▾ div#leftbox > div.padleft > div#par > a |
Where to Turn... div.padleft > div#par > div.vheading > a |
Where to turn when brokenhearted div#leftbox > div.padleft > div#par > a |
Where to turn when anxious div#leftbox > div.padleft > div#par > a |
Where to turn when doubting your faith div#leftbox > div.padleft > div#par > a |
Where to turn when seeking God’s will div#leftbox > div.padleft > div#par > a |
Where to turn when facing injustice div#leftbox > div.padleft > div#par > a |
Where to turn when discouraged div#leftbox > div.padleft > div#par > a |
Where to turn to restore relationships div#leftbox > div.padleft > div#par > a |
Where to turn when resisting sin div#leftbox > div.padleft > div#par > a |
Where to turn when desiring eternal life div#leftbox > div.padleft > div#par > a |
See the full list of verses and articles ▾ div#leftbox > div.padleft > div#par > a |
Genesis div#par > div > p > a |
Exodus div#par > div > p > a |
Leviticus div#par > div > p > a |
Numbers div#par > div > p > a |
Deuteronomy div#par > div > p > a |
Joshua div.padleft > div#par > div > a |
Judges div.padleft > div#par > div > a |
Ruth div.padleft > div#par > div > a |
1 Samuel div.padleft > div#par > div > a |
2 Samuel div.padleft > div#par > div > a |
1 Kings div.padleft > div#par > div > a |
2 Kings div.padleft > div#par > div > a |
1 Chronicles div.padleft > div#par > div > a |
2 Chronicles div.padleft > div#par > div > a |
Ezra div.padleft > div#par > div > a |
Nehemiah div.padleft > div#par > div > a |
Esther div.padleft > div#par > div > a |
Job div.padleft > div#par > div > a |
Psalms div.padleft > div#par > div > a |
Proverbs div.padleft > div#par > div > a |
Ecclesiastes div.padleft > div#par > div > a |
Songs div.padleft > div#par > div > a |
Isaiah div.padleft > div#par > div > a |
Jeremiah div.padleft > div#par > div > a |
Lamentations div.padleft > div#par > div > a |
Ezekiel div.padleft > div#par > div > a |
Daniel div.padleft > div#par > div > a |
Hosea div.padleft > div#par > div > a |
Joel div.padleft > div#par > div > a |
Amos div.padleft > div#par > div > a |
Obadiah div.padleft > div#par > div > a |
Jonah div.padleft > div#par > div > a |
Micah div.padleft > div#par > div > a |
Nahum div.padleft > div#par > div > a |
Habakkuk div.padleft > div#par > div > a |
Zephaniah div.padleft > div#par > div > a |
Haggai div.padleft > div#par > div > a |
Zechariah div.padleft > div#par > div > a |
Malachi div.padleft > div#par > div > a |
Matthew div.padleft > div#par > div > a |
Mark div.padleft > div#par > div > a |
Luke div.padleft > div#par > div > a |
John div.padleft > div#par > div > a |
Acts div.padleft > div#par > div > a |
Romans div.padleft > div#par > div > a |
1 Corinthians div.padleft > div#par > div > a |
2 Corinthians div.padleft > div#par > div > a |
Galatians div.padleft > div#par > div > a |
Ephesians div.padleft > div#par > div > a |
Philippians div.padleft > div#par > div > a |
Colossians div.padleft > div#par > div > a |
1 Thessalonians div.padleft > div#par > div > a |
2 Thessalonians div.padleft > div#par > div > a |
1 Timothy div.padleft > div#par > div > a |
2 Timothy div.padleft > div#par > div > a |
Titus div.padleft > div#par > div > a |
Philemon div.padleft > div#par > div > a |
Hebrews div.padleft > div#par > div > a |
James div.padleft > div#par > div > a |
1 Peter div.padleft > div#par > div > a |
2 Peter div.padleft > div#par > div > a |
1 John div.padleft > div#par > div > a |
2 John div.padleft > div#par > div > a |
3 John div.padleft > div#par > div > a |
Jude div.padleft > div#par > div > a |
Revelation div#par > div > p > a |
Genesis 22:18 All the nations of the earth will be blessed div.padleft > div#par > p > a |
Genesis 22:18 div#par > p > a > strong |
Deuteronomy 6:4 "Hear, O Israel: The LORD our God, the LORD is one. div.padleft > div#par > p > a |
Deuteronomy 6:4 div#par > p > a > strong |
Joshua 1:8 This book of the law shall not depart out of your mouth; div.padleft > div#par > p > a |
Joshua 1:8 div#par > p > a > strong |
Psalm 18:2 The LORD is my rock, and my fortress, and my deliverer; div.padleft > div#par > p > a |
Psalm 18:2 div#par > p > a > strong |
Psalm 27:1 The LORD is my light and my salvation--whom shall I fear? div.padleft > div#par > p > a |
Psalm 27:1 div#par > p > a > strong |
Psalm 34:8 Taste and see that the LORD is good. div.padleft > div#par > p > a |
Psalm 34:8 div#par > p > a > strong |
Psalm 34:18 The LORD is close to the brokenhearted div.padleft > div#par > p > a |
Psalm 34:18 div#par > p > a > strong |
Psalm 37:4 And he will give you the desires of your heart. div.padleft > div#par > p > a |
Psalm 37:4 div#par > p > a > strong |
Psalm 46:1 God is our refuge and strength, an ever-present help div.padleft > div#par > p > a |
Psalm 46:1 div#par > p > a > strong |
Psalm 46:10 Be still, and know that I am God div.padleft > div#par > p > a |
Psalm 46:10 div#par > p > a > strong |
Psalm 51:10 Create in me a clean heart, O God. div.padleft > div#par > p > a |
Psalm 51:10 div#par > p > a > strong |
Psalm 89:1 I will sing of the mercies of the LORD for ever: div.padleft > div#par > p > a |
Psalm 89:1 div#par > p > a > strong |
Psalm 119:9 How can a young man stay pure? By obeying your word. div.padleft > div#par > p > a |
Psalm 119:9 div#par > p > a > strong |
Psalm 119:11 Your word I have hid in my heart, that I might not sin div.padleft > div#par > p > a |
Psalm 119:11 div#par > p > a > strong |
Psalm 119:105 Thy word is a lamp to my feet and a light to my path. div.padleft > div#par > p > a |
Psalm 119:105 div#par > p > a > strong |
Psalm 147:3 He heals the broken in heart, and binds up their wounds. div.padleft > div#par > p > a |
Psalm 147:3 div#par > p > a > strong |
Proverbs 1:7 The fear of the LORD is the beginning of knowledge div.padleft > div#par > p > a |
Proverbs 1:7 div#par > p > a > strong |
Proverbs 3:5 Trust in the LORD with all your heart; lean not on your own div.padleft > div#par > p > a |
Proverbs 3:5 div#par > p > a > strong |
Proverbs 3:6 in all your ways acknowledge him; he will make your paths div.padleft > div#par > p > a |
Proverbs 3:6 div#par > p > a > strong |
Proverbs 30:5 "Every word of God is flawless div.padleft > div#par > p > a |
Proverbs 30:5 div#par > p > a > strong |
Ecclesiastes 3:1 To everything there is a season; a time to every purpose div.padleft > div#par > p > a |
Ecclesiastes 3:1 div#par > p > a > strong |
Isaiah 9:6 For a child is born to us, a son is given to us. div.padleft > div#par > p > a |
Isaiah 9:6 div#par > p > a > strong |
Isaiah 53:4 Surely he has borne our griefs and carried our sorrows; div.padleft > div#par > p > a |
Isaiah 53:4 div#par > p > a > strong |
Isaiah 53:5 And by his stripes we are healed div.padleft > div#par > p > a |
Isaiah 53:5 div#par > p > a > strong |
Isaiah 53:6 All we like sheep have gone astray div.padleft > div#par > p > a |
Isaiah 53:6 div#par > p > a > strong |
Isaiah 54:17 No weapon formed against you shall prosper div.padleft > div#par > p > a |
Isaiah 54:17 div#par > p > a > strong |
Isaiah 55:8 My thoughts are not your thoughts, nor are your ways my ways div.padleft > div#par > p > a |
Isaiah 55:8 div#par > p > a > strong |
Jeremiah 29:11 For I know the plans I have for you div.padleft > div#par > p > a |
Jeremiah 29:11 div#par > p > a > strong |
Jeremiah 32:27 I am the God of all. Is anything too hard for me? div.padleft > div#par > p > a |
Jeremiah 32:27 div#par > p > a > strong |
Nahum 1:7 The LORD is good, a strong hold in the day of trouble; div.padleft > div#par > p > a |
Nahum 1:7 div#par > p > a > strong |
Matthew 4:19 "Follow Me, and I will make you fishers of men." div.padleft > div#par > p > a |
Matthew 4:19 div#par > p > a > strong |
Matthew 5:16 In the same way, let your light shine before men div.padleft > div#par > p > a |
Matthew 5:16 div#par > p > a > strong |
Matthew 6:9 Our Father in heaven, hallowed be your name div.padleft > div#par > p > a |
Matthew 6:9 div#par > p > a > strong |
Matthew 6:19 "Do not store up for yourselves treasures on earth, div.padleft > div#par > p > a |
Matthew 6:19 div#par > p > a > strong |
Matthew 6:33 "But seek first His kingdom and His righteousness, div.padleft > div#par > p > a |
Matthew 6:33 div#par > p > a > strong |
Matthew 7:7 Ask and it will be given to you; seek and you will find div.padleft > div#par > p > a |
Matthew 7:7 div#par > p > a > strong |
Matthew 21:22 If you believe, you will receive whatever you ask for in prayer. div.padleft > div#par > p > a |
Matthew 21:22 div#par > p > a > strong |
Matthew 22:37 Love the Lord your God with all your heart and with all your soul div.padleft > div#par > p > a |
Matthew 22:37 div#par > p > a > strong |
Matthew 25:40 Whatever you did for one of the least of these brothers of mine div.padleft > div#par > p > a |
Matthew 25:40 div#par > p > a > strong |
Matthew 28:19 Therefore, go and make disciples of all the nations, div.padleft > div#par > p > a |
Matthew 28:19 div#par > p > a > strong |
Luke 6:38 Give, and it will be given to you. A good measure, div.padleft > div#par > p > a |
Luke 6:38 div#par > p > a > strong |
John 1:1 In the beginning was the Word, and the Word was with God, div.padleft > div#par > p > a |
John 1:1 div#par > p > a > strong |
John 3:16 "For God so loved the world, that he gave his only Son, div.padleft > div#par > p > a |
John 3:16 div#par > p > a > strong |
John 8:32 Then you will know the truth, and the truth will set you free div.padleft > div#par > p > a |
John 8:32 div#par > p > a > strong |
John 11:25 I am the resurrection and the life div.padleft > div#par > p > a |
John 11:25 div#par > p > a > strong |
John 13:35 By this all men will know that you are my disciples, div.padleft > div#par > p > a |
John 13:35 div#par > p > a > strong |
John 14:2 In my Father's house are many rooms; if it were not so, div.padleft > div#par > p > a |
John 14:2 div#par > p > a > strong |
John 14:6 I am the way and the truth and the life. div.padleft > div#par > p > a |
John 14:6 div#par > p > a > strong |
John 15:13 There is no greater love than to lay down one's life div.padleft > div#par > p > a |
John 15:13 div#par > p > a > strong |
Acts 1:8 You will receive power when the Holy Spirit comes upon you div.padleft > div#par > p > a |
Acts 1:8 div#par > p > a > strong |
Acts 4:12 Salvation is found in no one else div.padleft > div#par > p > a |
Acts 4:12 div#par > p > a > strong |
Acts 17:11 The Bereans were more noble than the Thessalonians div.padleft > div#par > p > a |
Acts 17:11 div#par > p > a > strong |
Romans 1:16 I am not ashamed of the gospel, because it is the power of God div.padleft > div#par > p > a |
Romans 1:16 div#par > p > a > strong |
Romans 3:23 For all have sinned, and fall short of the glory of God; div.padleft > div#par > p > a |
Romans 3:23 div#par > p > a > strong |
Romans 5:8 While we were still sinners, Christ died for us. div.padleft > div#par > p > a |
Romans 5:8 div#par > p > a > strong |
Romans 6:23 The wages of sin is death, but the gift of God is eternal life div.padleft > div#par > p > a |
Romans 6:23 div#par > p > a > strong |
Romans 8:28 In all things God works for the good of those who love him div.padleft > div#par > p > a |
Romans 8:28 div#par > p > a > strong |
Romans 8:37 We are more than conquerors through him who loved us div.padleft > div#par > p > a |
Romans 8:37 div#par > p > a > strong |
Romans 10:9 If you confess with your mouth, "Jesus is Lord," and believe div.padleft > div#par > p > a |
Romans 10:9 div#par > p > a > strong |
Romans 10:17 Faith comes from hearing the message, and the message div.padleft > div#par > p > a |
Romans 10:17 div#par > p > a > strong |
Romans 12:2 Do not conform any longer to the pattern of this world, div.padleft > div#par > p > a |
Romans 12:2 div#par > p > a > strong |
1 Corinthians 3:16 You yourselves are God's temple and God's Spirit lives in you div.padleft > div#par > p > a |
1 Corinthians 3:16 div#par > p > a > strong |
1 Corinthians 6:19 your body is a temple of the Holy Spirit, who is in you div.padleft > div#par > p > a |
1 Corinthians 6:19 div#par > p > a > strong |
1 Corinthians 10:13 No temptation has seized you except what is common to man div.padleft > div#par > p > a |
1 Corinthians 10:13 div#par > p > a > strong |
1 Corinthians 10:31 Do it all to the glory of God div.padleft > div#par > p > a |
1 Corinthians 10:31 div#par > p > a > strong |
1 Corinthians 13:13 But the greatest of these is love div.padleft > div#par > p > a |
1 Corinthians 13:13 div#par > p > a > strong |
2 Corinthians 4:18 We fix our eyes not on what is seen, but on what is unseen div.padleft > div#par > p > a |
2 Corinthians 4:18 div#par > p > a > strong |
2 Corinthians 5:17 if anyone is in Christ, he is a new creation div.padleft > div#par > p > a |
2 Corinthians 5:17 div#par > p > a > strong |
2 Corinthians 5:21 God made him who had no sin to be sin for us div.padleft > div#par > p > a |
2 Corinthians 5:21 div#par > p > a > strong |
2 Corinthians 12:9 My grace is sufficient for you, for my power is made perfect div.padleft > div#par > p > a |
2 Corinthians 12:9 div#par > p > a > strong |
Galatians 5:22 But the fruit of the Spirit is love, joy, peace, div.padleft > div#par > p > a |
Galatians 5:22 div#par > p > a > strong |
Ephesians 2:8 For by grace you have been saved through faith; div.padleft > div#par > p > a |
Ephesians 2:8 div#par > p > a > strong |
Ephesians 3:20 Now unto him that is able to do exceeding abundantly above all div.padleft > div#par > p > a |
Ephesians 3:20 div#par > p > a > strong |
Ephesians 6:12 Our struggle is not against flesh and blood, but against the rul… div.padleft > div#par > p > a |
Ephesians 6:12 div#par > p > a > strong |
Philippians 3:13 Forgetting what is behind and straining toward what is ahead, div.padleft > div#par > p > a |
Philippians 3:13 div#par > p > a > strong |
Philippians 4:4 Rejoice in the Lord always. I will say it again: Rejoice! div.padleft > div#par > p > a |
Philippians 4:4 div#par > p > a > strong |
Philippians 4:6 Do not be anxious about anything, but in everything div.padleft > div#par > p > a |
Philippians 4:6 div#par > p > a > strong |
Philippians 4:7 And the peace of God, which passes all understanding div.padleft > div#par > p > a |
Philippians 4:7 div#par > p > a > strong |
Philippians 4:13 I can do all things through Christ who strengthens me. div.padleft > div#par > p > a |
Philippians 4:13 div#par > p > a > strong |
2 Timothy 3:16 All Scripture is God-breathed and is useful for div.padleft > div#par > p > a |
2 Timothy 3:16 div#par > p > a > strong |
Hebrews 4:12 For the word of God is quick, and powerful, div.padleft > div#par > p > a |
Hebrews 4:12 div#par > p > a > strong |
Hebrews 11:1 Now faith is the assurance of things hoped for, div.padleft > div#par > p > a |
Hebrews 11:1 div#par > p > a > strong |
Hebrews 12:2 Looking to Jesus the author and finisher of our faith; div.padleft > div#par > p > a |
Hebrews 12:2 div#par > p > a > strong |
Hebrews 13:8 Jesus Christ is the same yesterday, today, and forever. div.padleft > div#par > p > a |
Hebrews 13:8 div#par > p > a > strong |
James 1:22 But be you doers of the word, and not hearers only, div.padleft > div#par > p > a |
James 1:22 div#par > p > a > strong |
James 5:16 Therefore confess your sins to each other and pray div.padleft > div#par > p > a |
James 5:16 div#par > p > a > strong |
1 Peter 5:7 Cast all your anxiety on him because he cares for you. div.padleft > div#par > p > a |
1 Peter 5:7 div#par > p > a > strong |
2 Peter 3:9 The Lord is not slow in keeping his promise div.padleft > div#par > p > a |
2 Peter 3:9 div#par > p > a > strong |
1 John 1:9 If we confess our sins, he is faithful and just div.padleft > div#par > p > a |
1 John 1:9 div#par > p > a > strong |
1 John 3:18 Let us not love with words or tongue but with actions and in truth div.padleft > div#par > p > a |
1 John 3:18 div#par > p > a > strong |
1 John 4:7 Beloved, let us love one another, for love is from God; div.padleft > div#par > p > a |
1 John 4:7 div#par > p > a > strong |
Revelation 1:8 I am Alpha and Omega, the beginning and the ending, div.padleft > div#par > p > a |
Revelation 1:8 div#par > p > a > strong |
Revelation 3:20 Here I am! I stand at the door and knock. div.padleft > div#par > p > a |
Revelation 3:20 div#par > p > a > strong |
These are opportunities to improve the legibility of your content.
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 |
|---|
tbody > tr > td > iframe tbody > tr > td > iframe |
tbody > tr > td > iframe tbody > tr > td > iframe |
tbody > tr > td > iframe tbody > tr > td > iframe |
tbody > tr > td > iframe tbody > tr > td > iframe |
tbody > tr > td > iframe.srch tbody > tr > td > iframe.srch |
tbody > tr > td > iframe tbody > tr > td > 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#par > div > p > a |
div.padleft > div#par > div > a |
div.padleft > div#par > div > a |
div.padleft > div#par > div > a |
div.padleft > div#par > div > 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.
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.
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 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 | |
|---|---|---|---|---|
Revelation 22 td > div#left > a > img | biblehub.com/left.png | 50 x 100 | 50 x 100 | 75 x 150 |
Genesis 1 td > div#right > a > img | biblehub.com/right.png | 50 x 100 | 50 x 100 | 75 x 150 |
Top of Page td > div#botleft > a > img | biblehub.com/botleft.png | 50 x 50 | 50 x 50 | 75 x 75 |
Top of Page td > div#botright > a > img | biblehub.com/botright.png | 50 x 50 | 50 x 50 | 75 x 75 |
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 | qd.admetricspro.com/js/biblehub/prebid.js line 86, col 1161 |
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 |
|---|---|
biblehub.com/b/genesis/1-1.htm line 5, col 74 | TypeError: Cannot read properties of undefined (reading 'reset')
at onload (https://biblehub.com/b/genesis/1-1.htm:6:75) |
biblehub.com/vmenus/genesis/1-1.htm line 5, col 74 | TypeError: Cannot read properties of undefined (reading 'reset')
at onload (https://biblehub.com/vmenus/genesis/1-1.htm:6:75) |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
1.37 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
1.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
75 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.021
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.71 s
Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.
4.97 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.
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.
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 |
|---|---|---|
| biblehub.com/15002new7home.css | 3.3 KiB | 163 ms |
| fonts.googleapis.com/css?family=Roboto | 1.9 KiB | 283 ms |
| qd.admetricspro.com/js/biblehub/biblehub-layout-loader-revcatch.js | 8.4 KiB | 275 ms |
| /scripts/8a2459b64f9cac8122fc7f2eac4409c8555fac9383016db5... | 154.8 KiB | 611 ms |
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
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/18240355470508989637 | 60.5 KiB | 49.8 KiB |
tr > td.ic > a.ic > img tr > td.ic > a.ic > img | biblehub.com/grid2.png | 14.4 KiB | 14.2 KiB |
| biblemenus.com/freeapp.png | 13.5 KiB | 13.1 KiB | |
head > meta head > meta | biblemenus.com/bh12.png | 14.6 KiB | 12.8 KiB |
tr > td.ic > a.ic > img tr > td.ic > a.ic > img | biblehub.com/hb2.png | 12.9 KiB | 12.7 KiB |
1:1
Genesis 1:2
Genesis 1:3
Genesis 1:4
Genesis 1:5
Genesis 1:6
Genesis 1:7
Gen… tbody > tr > td.tb2 > select.drop2 | biblehub.com/dwn2.png | 12.9 KiB | 12.6 KiB |
Bible tr > td > a > img.icn | biblehub.com/bhcover9.png | 14.3 KiB | 4.8 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.
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 |
|---|---|---|
| qd.admetricspro.com/js/biblehub/prebid.js | 188.4 KiB | 135.6 KiB |
| /pagead/managed/js/adsense/m202604170101/show_ads_impl_fy... | 177.5 KiB | 121.6 KiB |
| /pagead/managed/js/gpt/m202604160201/pubads_impl.js | 187.7 KiB | 88.7 KiB |
| app.protectsubrev.com/catch_rp.js?cb=0.8885231095016201 | 88.6 KiB | 74.9 KiB |
| www.googletagmanager.com/gtag/js?id=G-LR4HSKRP2H | 157.7 KiB | 62.5 KiB |
| qd.admetricspro.com/js/biblehub/cmp.js | 101.1 KiB | 44.1 KiB |
| c.amazon-adsystem.com/aax2/apstag.js | 90.5 KiB | 36.1 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 |
| /pagead/js/adsbygoogle.js?client=ca-pub-3753401421161123 | 54.1 KiB | 29.6 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 |
|---|---|---|
| qd.admetricspro.com/js/biblehub/biblehub-layout-loader-revcatch.js | 7.9 KiB | 3.5 KiB |
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 | |
|---|---|
Revelation 22 td > div#left > a > img | biblehub.com/left.png |
Genesis 1 td > div#right > a > img | biblehub.com/right.png |
Top of Page td > div#botleft > a > img | biblehub.com/botleft.png |
Top of Page td > div#botright > a > img | biblehub.com/botright.png |
user icon body > div#catch_login_button > div.revcatch-login > img.revcatch-login |
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 |
|---|
Login td > div#revCatchButtonContainer > a#theLoginButton > button.revcatch-login |
Subscribe td > div#revCatchButtonContainer > a#theSubscribeButton > button.subscription-button |
Free App div#par > div > a > strong |
BH Premium div#par > div > a > strong |
topical div#leftbox > div.padleft > div#par > a |
Greek div#leftbox > div.padleft > div#par > a |
Hebrew div#leftbox > div.padleft > div#par > a |
concordances div#leftbox > div.padleft > div#par > a |
commentaries div#leftbox > div.padleft > div#par > a |
dictionaries div#leftbox > div.padleft > div#par > a |
sermons div#leftbox > div.padleft > div#par > a |
devotionals div#leftbox > div.padleft > div#par > a |
Are you Wondering... div.padleft > div#par > div.vheading > a |
Is God real? div#leftbox > div.padleft > div#par > a |
Is Jesus real? div#leftbox > div.padleft > div#par > a |
Is the Bible factual? div#leftbox > div.padleft > div#par > a |
Does science disprove the Bible? div#leftbox > div.padleft > div#par > a |
Why does God allow suffering? div#leftbox > div.padleft > div#par > a |
Why does God judge people? div#leftbox > div.padleft > div#par > a |
Why Christianity over other religions? div#leftbox > div.padleft > div#par > a |
Why trust God if I’ve been hurt by religion? div#leftbox > div.padleft > div#par > a |
How can I follow Jesus? div#leftbox > div.padleft > div#par > a |
Many more questions and answers ▾ div#leftbox > div.padleft > div#par > a |
Where to Turn... div.padleft > div#par > div.vheading > a |
Where to turn when brokenhearted div#leftbox > div.padleft > div#par > a |
Where to turn when anxious div#leftbox > div.padleft > div#par > a |
Where to turn when doubting your faith div#leftbox > div.padleft > div#par > a |
Where to turn when seeking God’s will div#leftbox > div.padleft > div#par > a |
Where to turn when facing injustice div#leftbox > div.padleft > div#par > a |
Where to turn when discouraged div#leftbox > div.padleft > div#par > a |
Where to turn to restore relationships div#leftbox > div.padleft > div#par > a |
Where to turn when resisting sin div#leftbox > div.padleft > div#par > a |
Where to turn when desiring eternal life div#leftbox > div.padleft > div#par > a |
See the full list of verses and articles ▾ div#leftbox > div.padleft > div#par > a |
Genesis div#par > div > p > a |
Exodus div#par > div > p > a |
Leviticus div#par > div > p > a |
Numbers div#par > div > p > a |
Deuteronomy div#par > div > p > a |
Joshua div.padleft > div#par > div > a |
Judges div.padleft > div#par > div > a |
Ruth div.padleft > div#par > div > a |
1 Samuel div.padleft > div#par > div > a |
2 Samuel div.padleft > div#par > div > a |
1 Kings div.padleft > div#par > div > a |
2 Kings div.padleft > div#par > div > a |
1 Chronicles div.padleft > div#par > div > a |
2 Chronicles div.padleft > div#par > div > a |
Ezra div.padleft > div#par > div > a |
Nehemiah div.padleft > div#par > div > a |
Esther div.padleft > div#par > div > a |
Job div.padleft > div#par > div > a |
Psalms div.padleft > div#par > div > a |
Proverbs div.padleft > div#par > div > a |
Ecclesiastes div.padleft > div#par > div > a |
Songs div.padleft > div#par > div > a |
Isaiah div.padleft > div#par > div > a |
Jeremiah div.padleft > div#par > div > a |
Lamentations div.padleft > div#par > div > a |
Ezekiel div.padleft > div#par > div > a |
Daniel div.padleft > div#par > div > a |
Hosea div.padleft > div#par > div > a |
Joel div.padleft > div#par > div > a |
Amos div.padleft > div#par > div > a |
Obadiah div.padleft > div#par > div > a |
Jonah div.padleft > div#par > div > a |
Micah div.padleft > div#par > div > a |
Nahum div.padleft > div#par > div > a |
Habakkuk div.padleft > div#par > div > a |
Zephaniah div.padleft > div#par > div > a |
Haggai div.padleft > div#par > div > a |
Zechariah div.padleft > div#par > div > a |
Malachi div.padleft > div#par > div > a |
Matthew div.padleft > div#par > div > a |
Mark div.padleft > div#par > div > a |
Luke div.padleft > div#par > div > a |
John div.padleft > div#par > div > a |
Acts div.padleft > div#par > div > a |
Romans div.padleft > div#par > div > a |
1 Corinthians div.padleft > div#par > div > a |
2 Corinthians div.padleft > div#par > div > a |
Galatians div.padleft > div#par > div > a |
Ephesians div.padleft > div#par > div > a |
Philippians div.padleft > div#par > div > a |
Colossians div.padleft > div#par > div > a |
1 Thessalonians div.padleft > div#par > div > a |
2 Thessalonians div.padleft > div#par > div > a |
1 Timothy div.padleft > div#par > div > a |
2 Timothy div.padleft > div#par > div > a |
Titus div.padleft > div#par > div > a |
Philemon div.padleft > div#par > div > a |
Hebrews div.padleft > div#par > div > a |
James div.padleft > div#par > div > a |
1 Peter div.padleft > div#par > div > a |
2 Peter div.padleft > div#par > div > a |
1 John div.padleft > div#par > div > a |
2 John div.padleft > div#par > div > a |
3 John div.padleft > div#par > div > a |
Jude div.padleft > div#par > div > a |
Revelation div#par > div > p > a |
Genesis 22:18 All the nations of the earth will be blessed div.padleft > div#par > p > a |
Genesis 22:18 div#par > p > a > strong |
Deuteronomy 6:4 "Hear, O Israel: The LORD our God, the LORD is one. div.padleft > div#par > p > a |
Deuteronomy 6:4 div#par > p > a > strong |
Joshua 1:8 This book of the law shall not depart out of your mouth; div.padleft > div#par > p > a |
Joshua 1:8 div#par > p > a > strong |
Psalm 18:2 The LORD is my rock, and my fortress, and my deliverer; div.padleft > div#par > p > a |
Psalm 18:2 div#par > p > a > strong |
Psalm 27:1 The LORD is my light and my salvation--whom shall I fear? div.padleft > div#par > p > a |
Psalm 27:1 div#par > p > a > strong |
Psalm 34:8 Taste and see that the LORD is good. div.padleft > div#par > p > a |
Psalm 34:8 div#par > p > a > strong |
Psalm 34:18 The LORD is close to the brokenhearted div.padleft > div#par > p > a |
Psalm 34:18 div#par > p > a > strong |
Psalm 37:4 And he will give you the desires of your heart. div.padleft > div#par > p > a |
Psalm 37:4 div#par > p > a > strong |
Psalm 46:1 God is our refuge and strength, an ever-present help div.padleft > div#par > p > a |
Psalm 46:1 div#par > p > a > strong |
Psalm 46:10 Be still, and know that I am God div.padleft > div#par > p > a |
Psalm 46:10 div#par > p > a > strong |
Psalm 51:10 Create in me a clean heart, O God. div.padleft > div#par > p > a |
Psalm 51:10 div#par > p > a > strong |
Psalm 89:1 I will sing of the mercies of the LORD for ever: div.padleft > div#par > p > a |
Psalm 89:1 div#par > p > a > strong |
Psalm 119:9 How can a young man stay pure? By obeying your word. div.padleft > div#par > p > a |
Psalm 119:9 div#par > p > a > strong |
Psalm 119:11 Your word I have hid in my heart, that I might not sin div.padleft > div#par > p > a |
Psalm 119:11 div#par > p > a > strong |
Psalm 119:105 Thy word is a lamp to my feet and a light to my path. div.padleft > div#par > p > a |
Psalm 119:105 div#par > p > a > strong |
Psalm 147:3 He heals the broken in heart, and binds up their wounds. div.padleft > div#par > p > a |
Psalm 147:3 div#par > p > a > strong |
Proverbs 1:7 The fear of the LORD is the beginning of knowledge div.padleft > div#par > p > a |
Proverbs 1:7 div#par > p > a > strong |
Proverbs 3:5 Trust in the LORD with all your heart; lean not on your own div.padleft > div#par > p > a |
Proverbs 3:5 div#par > p > a > strong |
Proverbs 3:6 in all your ways acknowledge him; he will make your paths div.padleft > div#par > p > a |
Proverbs 3:6 div#par > p > a > strong |
Proverbs 30:5 "Every word of God is flawless div.padleft > div#par > p > a |
Proverbs 30:5 div#par > p > a > strong |
Ecclesiastes 3:1 To everything there is a season; a time to every purpose div.padleft > div#par > p > a |
Ecclesiastes 3:1 div#par > p > a > strong |
Isaiah 9:6 For a child is born to us, a son is given to us. div.padleft > div#par > p > a |
Isaiah 9:6 div#par > p > a > strong |
Isaiah 53:4 Surely he has borne our griefs and carried our sorrows; div.padleft > div#par > p > a |
Isaiah 53:4 div#par > p > a > strong |
Isaiah 53:5 And by his stripes we are healed div.padleft > div#par > p > a |
Isaiah 53:5 div#par > p > a > strong |
Isaiah 53:6 All we like sheep have gone astray div.padleft > div#par > p > a |
Isaiah 53:6 div#par > p > a > strong |
Isaiah 54:17 No weapon formed against you shall prosper div.padleft > div#par > p > a |
Isaiah 54:17 div#par > p > a > strong |
Isaiah 55:8 My thoughts are not your thoughts, nor are your ways my ways div.padleft > div#par > p > a |
Isaiah 55:8 div#par > p > a > strong |
Jeremiah 29:11 For I know the plans I have for you div.padleft > div#par > p > a |
Jeremiah 29:11 div#par > p > a > strong |
Jeremiah 32:27 I am the God of all. Is anything too hard for me? div.padleft > div#par > p > a |
Jeremiah 32:27 div#par > p > a > strong |
Nahum 1:7 The LORD is good, a strong hold in the day of trouble; div.padleft > div#par > p > a |
Nahum 1:7 div#par > p > a > strong |
Matthew 4:19 "Follow Me, and I will make you fishers of men." div.padleft > div#par > p > a |
Matthew 4:19 div#par > p > a > strong |
Matthew 5:16 In the same way, let your light shine before men div.padleft > div#par > p > a |
Matthew 5:16 div#par > p > a > strong |
Matthew 6:9 Our Father in heaven, hallowed be your name div.padleft > div#par > p > a |
Matthew 6:9 div#par > p > a > strong |
Matthew 6:19 "Do not store up for yourselves treasures on earth, div.padleft > div#par > p > a |
Matthew 6:19 div#par > p > a > strong |
Matthew 6:33 "But seek first His kingdom and His righteousness, div.padleft > div#par > p > a |
Matthew 6:33 div#par > p > a > strong |
Matthew 7:7 Ask and it will be given to you; seek and you will find div.padleft > div#par > p > a |
Matthew 7:7 div#par > p > a > strong |
Matthew 21:22 If you believe, you will receive whatever you ask for in prayer. div.padleft > div#par > p > a |
Matthew 21:22 div#par > p > a > strong |
Matthew 22:37 Love the Lord your God with all your heart and with all your soul div.padleft > div#par > p > a |
Matthew 22:37 div#par > p > a > strong |
Matthew 25:40 Whatever you did for one of the least of these brothers of mine div.padleft > div#par > p > a |
Matthew 25:40 div#par > p > a > strong |
Matthew 28:19 Therefore, go and make disciples of all the nations, div.padleft > div#par > p > a |
Matthew 28:19 div#par > p > a > strong |
Luke 6:38 Give, and it will be given to you. A good measure, div.padleft > div#par > p > a |
Luke 6:38 div#par > p > a > strong |
John 1:1 In the beginning was the Word, and the Word was with God, div.padleft > div#par > p > a |
John 1:1 div#par > p > a > strong |
John 3:16 "For God so loved the world, that he gave his only Son, div.padleft > div#par > p > a |
John 3:16 div#par > p > a > strong |
John 8:32 Then you will know the truth, and the truth will set you free div.padleft > div#par > p > a |
John 8:32 div#par > p > a > strong |
John 11:25 I am the resurrection and the life div.padleft > div#par > p > a |
John 11:25 div#par > p > a > strong |
John 13:35 By this all men will know that you are my disciples, div.padleft > div#par > p > a |
John 13:35 div#par > p > a > strong |
John 14:2 In my Father's house are many rooms; if it were not so, div.padleft > div#par > p > a |
John 14:2 div#par > p > a > strong |
John 14:6 I am the way and the truth and the life. div.padleft > div#par > p > a |
John 14:6 div#par > p > a > strong |
John 15:13 There is no greater love than to lay down one's life div.padleft > div#par > p > a |
John 15:13 div#par > p > a > strong |
Acts 1:8 You will receive power when the Holy Spirit comes upon you div.padleft > div#par > p > a |
Acts 1:8 div#par > p > a > strong |
Acts 4:12 Salvation is found in no one else div.padleft > div#par > p > a |
Acts 4:12 div#par > p > a > strong |
Acts 17:11 The Bereans were more noble than the Thessalonians div.padleft > div#par > p > a |
Acts 17:11 div#par > p > a > strong |
Romans 1:16 I am not ashamed of the gospel, because it is the power of God div.padleft > div#par > p > a |
Romans 1:16 div#par > p > a > strong |
Romans 3:23 For all have sinned, and fall short of the glory of God; div.padleft > div#par > p > a |
Romans 3:23 div#par > p > a > strong |
Romans 5:8 While we were still sinners, Christ died for us. div.padleft > div#par > p > a |
Romans 5:8 div#par > p > a > strong |
Romans 6:23 The wages of sin is death, but the gift of God is eternal life div.padleft > div#par > p > a |
Romans 6:23 div#par > p > a > strong |
Romans 8:28 In all things God works for the good of those who love him div.padleft > div#par > p > a |
Romans 8:28 div#par > p > a > strong |
Romans 8:37 We are more than conquerors through him who loved us div.padleft > div#par > p > a |
Romans 8:37 div#par > p > a > strong |
Romans 10:9 If you confess with your mouth, "Jesus is Lord," and believe div.padleft > div#par > p > a |
Romans 10:9 div#par > p > a > strong |
Romans 10:17 Faith comes from hearing the message, and the message div.padleft > div#par > p > a |
Romans 10:17 div#par > p > a > strong |
Romans 12:2 Do not conform any longer to the pattern of this world, div.padleft > div#par > p > a |
Romans 12:2 div#par > p > a > strong |
1 Corinthians 3:16 You yourselves are God's temple and God's Spirit lives in you div.padleft > div#par > p > a |
1 Corinthians 3:16 div#par > p > a > strong |
1 Corinthians 6:19 your body is a temple of the Holy Spirit, who is in you div.padleft > div#par > p > a |
1 Corinthians 6:19 div#par > p > a > strong |
1 Corinthians 10:13 No temptation has seized you except what is common to man div.padleft > div#par > p > a |
1 Corinthians 10:13 div#par > p > a > strong |
1 Corinthians 10:31 Do it all to the glory of God div.padleft > div#par > p > a |
1 Corinthians 10:31 div#par > p > a > strong |
1 Corinthians 13:13 But the greatest of these is love div.padleft > div#par > p > a |
1 Corinthians 13:13 div#par > p > a > strong |
2 Corinthians 4:18 We fix our eyes not on what is seen, but on what is unseen div.padleft > div#par > p > a |
2 Corinthians 4:18 div#par > p > a > strong |
2 Corinthians 5:17 if anyone is in Christ, he is a new creation div.padleft > div#par > p > a |
2 Corinthians 5:17 div#par > p > a > strong |
2 Corinthians 5:21 God made him who had no sin to be sin for us div.padleft > div#par > p > a |
2 Corinthians 5:21 div#par > p > a > strong |
2 Corinthians 12:9 My grace is sufficient for you, for my power is made perfect div.padleft > div#par > p > a |
2 Corinthians 12:9 div#par > p > a > strong |
Galatians 5:22 But the fruit of the Spirit is love, joy, peace, div.padleft > div#par > p > a |
Galatians 5:22 div#par > p > a > strong |
Ephesians 2:8 For by grace you have been saved through faith; div.padleft > div#par > p > a |
Ephesians 2:8 div#par > p > a > strong |
Ephesians 3:20 Now unto him that is able to do exceeding abundantly above all div.padleft > div#par > p > a |
Ephesians 3:20 div#par > p > a > strong |
Ephesians 6:12 Our struggle is not against flesh and blood, but against the rul… div.padleft > div#par > p > a |
Ephesians 6:12 div#par > p > a > strong |
Philippians 3:13 Forgetting what is behind and straining toward what is ahead, div.padleft > div#par > p > a |
Philippians 3:13 div#par > p > a > strong |
Philippians 4:4 Rejoice in the Lord always. I will say it again: Rejoice! div.padleft > div#par > p > a |
Philippians 4:4 div#par > p > a > strong |
Philippians 4:6 Do not be anxious about anything, but in everything div.padleft > div#par > p > a |
Philippians 4:6 div#par > p > a > strong |
Philippians 4:7 And the peace of God, which passes all understanding div.padleft > div#par > p > a |
Philippians 4:7 div#par > p > a > strong |
Philippians 4:13 I can do all things through Christ who strengthens me. div.padleft > div#par > p > a |
Philippians 4:13 div#par > p > a > strong |
2 Timothy 3:16 All Scripture is God-breathed and is useful for div.padleft > div#par > p > a |
2 Timothy 3:16 div#par > p > a > strong |
Hebrews 4:12 For the word of God is quick, and powerful, div.padleft > div#par > p > a |
Hebrews 4:12 div#par > p > a > strong |
Hebrews 11:1 Now faith is the assurance of things hoped for, div.padleft > div#par > p > a |
Hebrews 11:1 div#par > p > a > strong |
Hebrews 12:2 Looking to Jesus the author and finisher of our faith; div.padleft > div#par > p > a |
Hebrews 12:2 div#par > p > a > strong |
Hebrews 13:8 Jesus Christ is the same yesterday, today, and forever. div.padleft > div#par > p > a |
Hebrews 13:8 div#par > p > a > strong |
James 1:22 But be you doers of the word, and not hearers only, div.padleft > div#par > p > a |
James 1:22 div#par > p > a > strong |
James 5:16 Therefore confess your sins to each other and pray div.padleft > div#par > p > a |
James 5:16 div#par > p > a > strong |
1 Peter 5:7 Cast all your anxiety on him because he cares for you. div.padleft > div#par > p > a |
1 Peter 5:7 div#par > p > a > strong |
2 Peter 3:9 The Lord is not slow in keeping his promise div.padleft > div#par > p > a |
2 Peter 3:9 div#par > p > a > strong |
1 John 1:9 If we confess our sins, he is faithful and just div.padleft > div#par > p > a |
1 John 1:9 div#par > p > a > strong |
1 John 3:18 Let us not love with words or tongue but with actions and in truth div.padleft > div#par > p > a |
1 John 3:18 div#par > p > a > strong |
1 John 4:7 Beloved, let us love one another, for love is from God; div.padleft > div#par > p > a |
1 John 4:7 div#par > p > a > strong |
Revelation 1:8 I am Alpha and Omega, the beginning and the ending, div.padleft > div#par > p > a |
Revelation 1:8 div#par > p > a > strong |
Revelation 3:20 Here I am! I stand at the door and knock. div.padleft > div#par > p > a |
Revelation 3:20 div#par > p > a > strong |
These are opportunities to improve the legibility of your content.
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 |
|---|
tbody > tr > td > iframe tbody > tr > td > iframe |
tbody > tr > td > iframe tbody > tr > td > iframe |
tbody > tr > td > iframe tbody > tr > td > iframe |
tbody > tr > td > iframe tbody > tr > td > iframe |
tbody > tr > td > iframe.srch tbody > tr > td > iframe.srch |
tbody > tr > td > iframe tbody > tr > td > 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#par > div > p > a |
div.padleft > div#par > div > a |
div.padleft > div#par > div > a |
div.padleft > div#par > div > a |
div.padleft > div#par > div > 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.
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.
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 |
|---|
Genesis 22:18 All the nations of the earth will be blessed div.padleft > div#par > p > a |
Psalm 51:10 Create in me a clean heart, O God. div.padleft > div#par > p > a |
Psalm 89:1 I will sing of the mercies of the LORD for ever: div.padleft > div#par > p > a |
Isaiah 9:6 For a child is born to us, a son is given to us. div.padleft > div#par > p > a |
Isaiah 53:6 All we like sheep have gone astray div.padleft > div#par > p > a |
Jeremiah 29:11 For I know the plans I have for you div.padleft > div#par > p > a |
Matthew 7:7 Ask and it will be given to you; seek and you will find div.padleft > div#par > p > a |
Luke 6:38 Give, and it will be given to you. A good measure, div.padleft > div#par > p > a |
Acts 17:11 The Bereans were more noble than the Thessalonians div.padleft > div#par > p > a |
Romans 3:23 For all have sinned, and fall short of the glory of God; div.padleft > div#par > p > a |
Romans 5:8 While we were still sinners, Christ died for us. div.padleft > div#par > p > a |
Romans 12:2 Do not conform any longer to the pattern of this world, div.padleft > div#par > p > a |
2 Corinthians 5:17 if anyone is in Christ, he is a new creation div.padleft > div#par > p > a |
2 Peter 3:9 The Lord is not slow in keeping his promise div.padleft > div#par > p > 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 | qd.admetricspro.com/js/biblehub/prebid.js line 86, col 1161 |
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 |
|---|---|
biblehub.com/b/genesis/1-1.htm line 5, col 74 | TypeError: Cannot read properties of undefined (reading 'reset')
at onload (https://biblehub.com/b/genesis/1-1.htm:6:75) |
biblehub.com/vmenus/genesis/1-1.htm line 5, col 74 | TypeError: Cannot read properties of undefined (reading 'reset')
at onload (https://biblehub.com/vmenus/genesis/1-1.htm:6:75) |
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