Skip to content
https://Adva.ie

Infrastructure

· 17 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.
SCORE
75
GRADE
C
FIX
2
REVIEW
10
PASS
5
INFO
0
Probed from Madrid, Spain
200 OK
Checks
17
5 PASS 10 REVIEW 2 FIX
D
Multi-Resolver DNS Speed
Action
Mean 130ms across 3 resolvers (spread 318ms)
FIX
Mean 130ms across 3 resolvers (spread 318ms)
Info::
Google: 20ms
Got: 20ms via 8.8.8.8:53
Info::
Quad9: 34ms
Got: 34ms via 9.9.9.9:53
Info::
Cloudflare: 338ms
Got: 338ms via 1.1.1.1:53
Info::
High latency spread between resolvers: 318ms (min 20ms / max 338ms)
Wide gap between the fastest and slowest public resolver suggests a geographic anycast issue or an authoritative-server cache problem. Users in different regions will see materially different DNS times.
D
URL Variants
Action
www/non-www, trailing slash, HTTP→HTTPS
FIX
www/non-www, trailing slash, HTTP→HTTPS
Critical::
Both www and non-www versions serve content
Got: Both variants return 200 Expected: One variant 301-redirects to the other
Critical::
HTTP version does not redirect to HTTPS
Got: HTTP 200 Expected: 301 redirect to HTTPS

www / non-www

200https://www.Adva.ie/
200https://Adva.ie/

Inconsistent — duplicate content risk

HTTP → HTTPS

200http://Adva.ie/

HTTP version does not redirect to HTTPS

B
DNSSEC
Unsigned (DNSSEC not deployed)
REVIEW
Unsigned (DNSSEC not deployed)
Info::
DNSSEC is not deployed
The zone is not DNSSEC-signed. Users on validating resolvers (Cloudflare 1.1.1.1, Quad9 9.9.9.9, growing default in mobile resolvers) get no protection against DNS spoofing for this domain. Most registrars now offer DNSSEC at a single click; consider enabling it for sites where authenticity matters (banking, healthcare, government).
B
CAA Records
No CAA records (any CA may issue certificates)
REVIEW
No CAA records (any CA may issue certificates)
Info::
No CAA records published
Without CAA records, any publicly-trusted CA can issue certificates for this domain. Adding a CAA record (`yourdomain. IN CAA 0 issue "letsencrypt.org"`) restricts issuance to CAs you authorize. Required by CAB Forum baseline since 2017; the default of 'any CA' is widely supported but is the broader attack surface for issuance fraud.
B
Reverse DNS
0/1 IPs match cert SAN
REVIEW
0/1 IPs match cert SAN
Info::
PTR for 81.17.252.23 does not match any cert SAN: plsklin23.myhost.ie
Common when behind a CDN or shared hosting (PTR points at the provider's hostname). Mismatch can also affect mail deliverability if this IP sends email -- many MTAs reject mail when forward+reverse DNS disagree.
C
IPv6 Readiness
Action
No IPv6 support
REVIEW
No IPv6 support
Info::
No IPv6 (AAAA) records found
IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.
No IPv6 Support
About 40% of internet users have IPv6. Consider adding AAAA records.

IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.

Why this matters

No AAAA records — same impact as 'no IPv6 (AAAA) records'; IPv6-preferring clients pay extra latency falling back to IPv4.

Source: Google IPv6 stats

C
Crawlability
Action
robots.txt present, sitemap with 0 URLs
REVIEW
robots.txt present, sitemap with 0 URLs
Info::
robots.txt is present
Got: 10240 bytes
Info::
sitemap.xml is present
Warning::
sitemap.xml contains invalid XML
Search engines may not be able to parse the sitemap. Fix XML validation errors.
Warning::
sitemap.xml is empty — no URLs found
An empty sitemap provides no value. Add <url> entries for your pages.
Info::
robots.txt does not reference a sitemap
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

Search engines may not be able to parse the sitemap. Fix XML validation errors.

Why this matters

An unparseable sitemap is silently ignored by Google — the URLs it advertises are never queued for crawl.

Learn more

Google's sitemap parser is strict about XML validity. A single unescaped `&` or unclosed tag invalidates the whole file. Run your sitemap through a validator (Search Console's Sitemaps report flags it) and fix the offending entry. Most generators escape correctly; mistakes usually come from manually-written entries.

Source: sitemaps.org / Google Search Central

An empty sitemap provides no value. Add <url> entries for your pages.

Why this matters

An empty sitemap signals 'no content to index' to Google — actively harmful versus having no sitemap at all.

Learn more

Google compares URLs in the sitemap against URLs it has crawled. An empty sitemap on a site with thousands of pages signals abandonment. Either populate it correctly (most CMSes auto-generate) or delete the file and let Google crawl normally.

Source: Google Search Central / sitemaps.org

Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.

Why this matters

robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.

Source: sitemaps.org

robots.txt 200 OK
Size 10240 B Sitemaps referenced 0 User-agents Blocking No — crawling allowed
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf8">
  <meta name="viewport" content="width=device-width,initial-scale=1.0">
  <script>
      (function(){
          setTimeout(function(){
              window.location.reload();
          }, 5000);
      }())
  </script>
  <link rel="icon" href="data:,">
  <title>One moment, please...</title>
  <style>
.spinner {
    -webkit-animation: spin 1s ease-out;
    animation: spin 1s ease-out;
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#outer-container {
    text-align: center;
}
#container {
        display: inline-block;
        height: 100px;
    }
#text {
    float: left;
    height: 100px;
    line-height: 100px;
    font-size: 3rem;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    padding: 0 .4em 0 .2em;
    letter-spacing: 0.06em;
    color: rgba(38, 122, 72, 0.86);
}
@media (min-height: 180px) {
    #outer-container {
        margin-top: 0;
    }
}
@media (min-height: 360px) {
    #outer-container {
        margin-top: 5%;
    }
}
@media (min-height: 540px) {
    #outer-container {
        margin-top: 10%;
    }
}
@media (min-height: 720px) {
    #outer-container {
        margin-top: 20%;
    }
}
@media (min-width: 1450px) {
    .throbber {
        width: 90px;
        height: 90px;
        float: left;
        padding: 5px 0 5px 5px;
        opacity: 0.86;
    }
    #container {
        display: inline-block;
        border: 3px solid rgb(38, 122, 72, 0.86);
        border-radius: 51px;
        height: 100px;
    }
}

  </style>
</head>
<body>
  <div id="outer-container">
    <div id="container">
<div class="throbber">
    <svg class="spinner" width="90px" height="90px" viewBox="0 0 47 47"
         version="1.1"
         xmlns="http://www.w3.org/2000/svg"
         xmlns:xlink="http://www.w3.org/1999/xlink">
        <title>Loader</title>
        <defs>
            <polygon id="path-1"
                     points="0 0.375484146 0 15.7255695 15.7013244 15.7255695 15.7013244 0.375484146 0 0.375484146"></polygon>
        </defs>
        <g id="Page-1" stroke="none" stroke-width="1" fill="none"
           fill-rule="evenodd">
            <g id="Logo" transform="translate(-5.000000, -2.000000)">
                <g id="Group-2" transform="translate(5.000000, 2.000000)">
                    <path d="M22.6150244,4.52988293 C23.1538049,3.06256585 23.6031707,1.59582195 24.231939,0.158882927 C25.1902805,2.22459024 25.8190488,4.43989512 26.7768171,6.47579756 C29.1417195,7.40376098 31.7164024,7.7929439 34.1116829,8.69110244 C28.9623171,11.2663585 23.7229634,13.7510537 18.4836098,16.176139 C19.7709512,12.2545049 21.2382683,8.4217122 22.6150244,4.52988293 L22.6150244,4.52988293 Z"
                          id="Fill-1" fill="#467C45"></path>
                    <path d="M13.7718598,8.94461585 C16.1424939,7.68077439 18.4500793,6.28968902 20.8207134,5.02527439 C18.9240915,10.8412378 16.7747012,16.5614817 14.8465549,22.3774451 C12.7292622,18.3950549 10.895689,14.2544695 8.9044939,10.2090305 C8.27228659,8.85004268 7.5455061,7.55353049 7.00844512,6.16359146 C9.31545732,6.95342073 11.4648476,8.24935976 13.7718598,8.94461585"
                          id="Fill-3" fill="#467C45"></path>
                    <path d="M24.2134256,15.0745049 C29.4602305,12.4969561 34.7379866,9.91940732 40.0157427,7.4031878 C39.1565598,9.61276098 38.1747183,11.7300537 37.2232549,13.9086756 C38.4504134,16.2099561 39.9544134,18.388578 41.0898646,20.7511878 C35.4435598,18.9405415 29.8287793,17.0381878 24.2134256,15.0745049"
                          id="Fill-5" fill="#467C45"></path>
                    <g id="Group-9"
                       transform="translate(0.000000, 11.919659)">
                        <mask id="mask-2" fill="white">
                            <use xlink:href="#path-1"></use>
                        </mask>
                        <g id="Clip-8"></g>
                        <path d="M8.34869024,0.375484146 C9.93064146,3.33419146 11.2781659,6.43963049 12.7426171,9.45622805 C13.7387878,11.5362646 14.793422,13.5876427 15.7013244,15.7255695 C10.4579585,13.9091915 5.21401951,12.03435 -0.000114634146,10.0718134 C2.05069024,9.1341061 4.21842195,8.4898622 6.29845854,7.61119146 C6.97193415,5.17980122 7.67521463,2.77706951 8.34869024,0.375484146"
                              id="Fill-7" fill="#467C45"
                              mask="url(#mask-2)"></path>
                    </g>
                    <path d="M29.1793195,18.0496049 C33.5600634,19.4670561 37.9081366,21.0776659 42.2888805,22.5593122 C43.6742341,23.0745927 45.1558805,23.4609098 46.5085634,24.1372512 C44.2216122,25.039422 41.9025634,25.9100683 39.6477098,26.8110927 C38.8103073,29.4195927 38.2302585,32.1261049 37.3607585,34.7346049 C35.5890878,31.4497634 34.0432463,28.0353854 32.3684415,24.6852024 C31.3052098,22.4945439 30.1456854,20.3044585 29.1793195,18.0496049"
                          id="Fill-10" fill="#467C45"></path>
                    <path d="M28.9972232,29.3489207 C29.5789915,27.69475 30.0684793,26.0113476 30.7419549,24.3887012 C31.538089,25.7660305 32.1811866,27.2356402 32.9154183,28.6444939 C34.7220524,32.4709817 36.68115,36.205189 38.4568329,40.0316768 C36.2827963,39.1449817 34.1402841,38.1654329 31.9364427,37.2460671 C29.6403207,38.4709329 27.4662841,39.9405427 25.1094061,41.1035061 C26.3033207,37.1549329 27.7419793,33.2671159 28.9972232,29.3489207"
                          id="Fill-12" fill="#467C45"></path>
                    <path d="M4.97133902,25.64555 C9.93385122,27.1873793 14.7737049,29.036428 19.6748878,30.6705378 C20.4148512,30.9170012 21.1542415,31.1944159 21.8328756,31.5337329 C16.5304732,33.9685622 11.3214976,36.6498549 5.95776585,38.99355 C6.82096098,36.8355622 7.89966829,34.7698549 8.7319122,32.581489 C7.68358293,30.1764646 6.11194878,28.01905 4.97133902,25.64555"
                          id="Fill-14" fill="#467C45"></path>
                    <path d="M15.4549183,35.8770488 C19.4671134,33.9317073 23.4483573,31.8952317 27.4915037,30.0433171 C26.4110768,33.6542927 25.0222841,37.203939 23.8186256,40.8143415 C23.1090402,42.7275854 22.5530646,44.7033049 21.7511988,46.5855976 C20.7630524,44.4866463 20.0534671,42.2650366 19.1277963,40.1351341 C16.6276256,39.2094634 14.0042232,38.684439 11.4736744,37.9748537 C12.6773329,37.0801341 14.1584061,36.586061 15.4549183,35.8770488"
                          id="Fill-16" fill="#467C45"></path>
                </g>
            </g>
        </g>
    </svg>
</div>
      <div id="text">
        Please wait while your request is being verified...
      </div>
    </div>
  </div>
  <div id="fsjcf515o8vr"></div>
  <script>
var a0h=a0A;function a0i(){var L=['method','296eGOdZy','constructo','getElement','359843loSSCC','appendChil','type','300SdLzFF','map','221736nUoiGR','DOMContent','outerHeigh','__proto__','toString','addEventLi','search','216848vwNoQs','language','stener','1b41b08f12','open','attachEven','input','style','9oRcOiq','submit','prototype','entries','8NPqvNw','send','hidden','d49030b349','document','691030OeZncV','navigator','filter','webdriver','9124DsOOzH','GET','apply','length','name','ne;','value','ById','plugins','Loaded','outerWidth','createElem','display:no','60b54a2be4','forEach','cttl','(((.+)+)+)','2595mpoNQg','0950635027','test','7fa3b767c4','2254QFkPHq','705234RwmkDd','mimeTypes','form','techange','ent','append'];a0i=function(){return L;};return a0i();}(function(b,P){var a0u={b:0x217,P:0x1f5,i:0x1f0,A:0x1fc,d:0x213,C:0x1db},G=a0A,i=b();while(!![]){try{var A=-parseInt(G(0x20b))/0x1*(-parseInt(G(a0u.b))/0x2)+parseInt(G(a0u.P))/0x3+-parseInt(G(0x1df))/0x4*(parseInt(G(a0u.i))/0x5)+-parseInt(G(0x204))/0x6+-parseInt(G(0x1f4))/0x7*(-parseInt(G(a0u.A))/0x8)+-parseInt(G(a0u.d))/0x9*(parseInt(G(a0u.C))/0xa)+-parseInt(G(0x1ff))/0xb*(-parseInt(G(0x202))/0xc);if(A===P)break;else i['push'](i['shift']());}catch(d){i['push'](i['shift']());}}}(a0i,0x9cd07));function a0A(b,P){var i=a0i();return a0A=function(A,d){A=A-0x1d9;var C=i[A];return C;},a0A(b,P);}var a0d=window[a0h(0x1dc)],a0C={'webdriverCheck':function(){var a0E={b:0x1de},p=a0h;return'webdriver'in window||!!a0d[p(a0E.b)];},'userAgentCheck':function(){return/headless|bytespider/i['test'](a0d['userAgent']);},'appVersionCheck':function(){var n=a0h;return/headless/i[n(0x1f2)](a0d['appVersion']);},'pluginArraySpoofing':function(){var a0k={b:0x1e7,P:0x207,i:0x1e7,A:0x207},K=a0h;let b=PluginArray[K(0x215)]===a0d[K(a0k.b)][K(a0k.P)];if(a0d[K(0x1e7)]['length']>0x0)b&=Plugin[K(0x215)]===a0d[K(a0k.i)][0x0][K(a0k.A)];return!b;},'mimeTypeArraySpoofing':function(){var a0V={b:0x1f6,P:0x1e2,i:0x215},s=a0h;let b=MimeTypeArray[s(0x215)]===a0d[s(a0V.b)][s(0x207)];if(a0d[s(a0V.b)][s(a0V.P)]>0x0)b&=MimeType[s(a0V.i)]===a0d['mimeTypes'][0x0]['__proto__'];return!b;},'noLanguage':function(){var a0q={b:0x20c},m=a0h;return!a0d[m(a0q.b)]||a0d['languages']['length']===0x0;},'zeroOuterDimensions':function(){var o=a0h;return window[o(0x206)+'t']===0x0&&window[o(0x1e9)]===0x0;}},a0T=function(i,A){var a0g={b:0x209,P:0x209,i:0x20d,A:0x205,d:0x1e8},a0t={b:0x208},e=a0h,d=(function(){var T=!![];return function(O,N){var S=T?function(){var v=a0A;if(N){var w=N[v(0x1e1)](O,arguments);return N=null,w;}}:function(){};return T=![],S;};}()),C=d(this,function(){var z=a0A;return C['toString']()[z(0x20a)](z(0x1ef)+'+$')[z(a0t.b)]()[z(0x1fd)+'r'](C)[z(0x20a)]('(((.+)+)+)'+'+$');});C(),window[e(a0g.b)+'stener']?window[e(0x1da)][e(a0g.P)+e(a0g.i)](e(a0g.A)+e(a0g.d),i,A):window[e(0x1da)][e(0x210)+'t']('onreadysta'+e(0x1f8),i);};a0T(function(){var a0Q={b:0x1da,P:0x1ea,i:0x1f7,A:0x1da,d:0x1ea,C:0x1f9,T:0x211,O:0x1dd,N:0x1fa,S:0x1f1,w:0x1fa,X:0x208,R:0x212,B:0x1e4,H:0x1fb,y:0x1e3,U:0x1e5,Y:0x219,Z:0x1f3,F:0x1ec,M:0x201,h:0x219,u:0x1e3,E:0x219,r:0x1e3,J:0x1ee,k:0x1e5,V:0x201,q:0x219,W:0x200,f:0x214};setTimeout(function(){var c=
sitemap.xml 200 OK
Type URL Set URLs 0 entries Valid XML No
B
Domain Intelligence
Adva.ie — via Myhost.ie, 18 years, 2 months old, hosted on BLACKNIGHT-AS - Blacknight Internet Solutions Limited, IE
REVIEW
Adva.ie — via Myhost.ie, 18 years, 2 months old, hosted on BLACKNIGHT-AS - Blacknight Internet Solutions Limited, IE
Critical::
Domain expires in 24 days
This domain expires on October 15, 2026. Domains that expire accidentally cause complete website downtime. Enable auto-renewal or renew manually now.
Got: Expires Oct 15, 2026
Info::
Registrar: Myhost.ie
Warning::
Registrar lock is NOT enabled
The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.
Info::
Hosting: BLACKNIGHT-AS - Blacknight Internet Solutions Limited, IE
Got: AS39122
Domain expiry

24 days

October 15, 2026

SSL certificate

192 days

Issued by Sectigo Limited

Domain age

18 years, 2 months

Registered October 14, 2008

DNSSEC

Status unknown

Protects against DNS spoofing

Hosting

BLACKNIGHT-AS - Blacknight Internet Solutions Limited, IE

ASN AS39122

81.17.252.23

Registrar

Myhost.ie

Unlocked 3 NS records
Expiry timeline
Today
+1 year
Domain expiry SSL expiry Danger zone (≤30 days)
Recommended actions
  • Renew the domain or enable auto-renewal to prevent accidental expiry
  • Enable registrar lock (clientTransferProhibited) to block unauthorized domain transfers
Registrar Myhost.ie
Created October 14, 2008 (18 years, 2 months ago)
Expires October 15, 2026 (24 days)
Last Updated February 15, 2026
Name Servers ns1.myhostns.com, ns2.myhostns.com, ns3.myhostns.com
Hosting
IP Address 81.17.252.23
ASN AS39122 (BLACKNIGHT-AS - Blacknight Internet Solutions Limited, IE)
Provider BLACKNIGHT-AS - Blacknight Internet Solutions Limited, IE
Data source: whois (0.7s)

This domain expires on October 15, 2026. Domains that expire accidentally cause complete website downtime. Enable auto-renewal or renew manually now.

Why this matters

Domain expiry approaching — renew immediately and ensure auto-renew + alerting are configured.

Source: ICANN renewal policy

The domain can be transferred without an unlock step. Enable registrar lock (clientTransferProhibited) in your registrar's control panel to protect against unauthorized or accidental transfers.

Why this matters

Without registrar lock, an attacker who phishes your registrar credentials can transfer the domain in minutes — total brand hijack.

Learn more

Registrar lock (clientTransferProhibited, clientUpdateProhibited, clientDeleteProhibited) requires extra verification before any transfer/update/delete. Every major registrar offers it free. Combined with 2FA on your registrar account, it's the strongest defense against domain hijacking.

Source: ICANN / domain-security best practice

B
TLS Certificate Expiry & Recommendations
192 days until leaf cert expires — 3 issues to address
REVIEW

Certificate validity

192
days left
0d 30d 60d 90d+

Recommended actions

  • Enable HSTS: Strict-Transport-Security: max-age=31536000; includeSubDomains
  • Enable DNSSEC on your domain for DNS spoofing protection
  • Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
C
CDN & Delivery
Action
Assets on Cloudflare (host cdn.jsdelivr.net, 3 assets); document served directly from origin
REVIEW
Assets on Cloudflare (host cdn.jsdelivr.net, 3 assets); document served directly from origin
Warning::
Document not behind existing CDN (Cloudflare serves the assets)
The page's subresources are delivered by Cloudflare (cdn.jsdelivr.net, 3 assets), but the HTML document itself comes straight from the origin. Routing the document through the CDN already in use is the cheapest latency win available here -- the provider relationship, the certificate and the config already exist. A short edge TTL with stale-while-revalidate suits HTML that changes often; if the response is genuinely per-user, edge TLS termination alone still removes a full round trip from every visitor's first byte.
Got: delegation cdn.jsdelivr.net.cdn.cloudflare.net
Info::
Assets on Cloudflare: cdn.jsdelivr.net (assets: 3), cache HIT
Got: delegation cdn.jsdelivr.net.cdn.cloudflare.net
Info::
Assets on Cloudflare: maxcdn.bootstrapcdn.com (assets: 3), cache HIT
Got: cf-ray: a3e2402d6d5dd0be-CDG
Warning: Assets on a CDN, document is not: Cloudflare
Document origin not attributed

Asset hosts on a CDN

  • cdn.jsdelivr.net — Cloudflare · assets: 3 · Cache Status: HIT
  • maxcdn.bootstrapcdn.com — Cloudflare · assets: 3 · Cache Status: HIT

Other asset hosts

  • fonts.googleapis.com — assets: 8 · Google
  • cdnjs.cloudflare.com — assets: 2 · below probe threshold
  • ajax.googleapis.com — assets: 1 · below probe threshold
  • www.googletagmanager.com — assets: 1 · below probe threshold

The heavy static files already ride an edge network, but every visitor still waits on the origin for the HTML itself. Routing the document through the same CDN is usually a config change rather than a migration: a short edge TTL with stale-while-revalidate for cacheable HTML, or edge TLS termination alone when the response is per-user.

B
CDN Cache Observability
No CDN cache-status headers in the response
REVIEW
No CDN cache-status headers in the response
Info::
No CDN cache-status headers in the response
Without an X-Cache / CF-Cache-Status / X-Vercel-Cache / Age header, you can't tell from outside whether a request hit the cache or went to origin. Operationally important: enables debugging stale-content reports and verifying cache rules. Most managed CDN platforms emit at least one of these by default; absence often means the platform's diagnostic headers are stripped at an upstream proxy.
B
Operational Status Page
No status page link detected
REVIEW
No status page link detected
Info::
No operational status page link detected
Status pages communicate planned maintenance and incidents to users -- a hallmark of operationally-mature services. Most SaaS teams publish one via Atlassian Statuspage, Instatus, BetterUptime, or a self-hosted Cachet. Smaller sites legitimately don't need one; flagged as Info, not a failure.
A+
DNS Records
1 A records, 160 ms lookup
PASS
1 A records, 160 ms lookup
Info::
Resolves to 1 IPv4 address(es)
Got: 81.17.252.23
Info::
Single A record — no DNS redundancy
Multiple A records provide failover if one server goes down.
Info::
No IPv6 (AAAA) records
Info::
3 nameserver(s) configured
Got: ns1.myhostns.com, ns2.myhostns.com, ns3.myhostns.com
Info::
2 mail exchanger(s) configured
Info::
SPF record present in TXT
Info::
DNS resolution time: 160 ms
Got: 160 ms
A81.17.252.23
AAAA
CNAME
NSns1.myhostns.com, ns2.myhostns.com, ns3.myhostns.com
MX
10 mx0101.titan.email
20 mx0102.titan.email
TXT
SPF v=spf1 +a +mx +include:spf.myhost.ie ~all
CAALookup not available with standard resolver
Resolved in 160 ms

Multiple A records provide failover if one server goes down.

Why this matters

Single A record means a single point of failure — if that IP goes down, your site is unreachable until DNS TTL expires.

Learn more

Add multiple A records for round-robin failover, or use a managed DNS provider with health-checked failover (Route 53, Cloudflare, NS1). Short TTL (60-300s) lets clients recover faster on outages.

Source: SRE practice / DNS architecture

A+
Subdomain Takeover
No subdomain takeover risk detected
PASS
No subdomain takeover risk detected
Info::
No CNAME record present
A+
Redirect Chain
No redirects — direct access
PASS
No redirects — direct access
Info::
No redirects — direct access
Got: https://Adva.ie

https://Adva.ie

129 ms · HTTP/1.1 FINAL

#URLStatusTimeProtocolServer
1https://Adva.ie200129 msHTTP/1.1openresty/1.31.1.1
A+
HTTP Probe Timing
Total 305 ms — DNS, TCP, TLS, TTFB, content transfer breakdown
PASS
DNS Lookup DNS Lookup — time to resolve the domain name to an IP address.
175 ms
TCP Connect TCP Connect — time to establish a TCP connection to the server.
40 ms
TLS Handshake TLS Handshake — time to complete the HTTPS encryption handshake.
50 ms
Time to First Byte Time to First Byte — how long the server takes to respond with the first byte of data.
305 ms
Total Time Total request time from DNS lookup through full response.
305 ms

Connection waterfall

DNS Lookup 175 ms TCP Connect 40 ms TLS Handshake 50 ms Server Processing 41 ms Content Transfer 0 ms
A+
Health Check Endpoint
Health endpoint at https://Adva.ie/health (HTTP 200)
PASS
Health endpoint at https://Adva.ie/health (HTTP 200)
Info::
Public health endpoint at https://Adva.ie/health
Got: https://Adva.ie/health
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback