The SSL certificate is due to expire on 10 Jun 2026.

Screenshot captured after 1.4 s.
Laton Ventures
See the website health and performance test results for https://laton.vc/, including status code, load speed, SSL, WHOIS, DNS, console logs, Chrome UX Report, resource sizes, and Pagespeed findings.
Tested on 1 May 2026 16:50:01.
- HTTP status 200
- Response time 258 ms
- Document load time 101 ms
- Full page load time 1.4 s
- Document size 55.95 KB
- Full page size 3.09 MB
- Mobile score 62
- Desktop score 87
Observer's Performance Suggestions
Priority actions Observer identified from this test to improve speed, reliability, and user experience.
Desktop performance needs improvement (87/100)
Warning
Medium Score is below 90. Tackle the highest-impact audits to push into the green. Read more |
Mobile performance needs improvement (62/100)
Warning
Medium Score is below 90. Tackle the highest-impact audits to push into the green. Read more |
SSL certificate expires in 39 days
Info
Medium Plan a renewal soon to keep auto-renewal buffers comfortable. Read more |
Reduce unused CSS
Info
Medium Remove CSS rules that are never applied to lighten the critical request. Read more |
Reduce unused CSS
Info
Medium Remove CSS rules that are never applied to lighten the critical request. Read more |
Reduce unused JavaScript
Info
Medium Strip JavaScript that the page does not use to reduce parse and download time. Read more |
No IPv6 (AAAA) records
Info
Low IPv6-only clients cannot reach the site. Add AAAA records for full network reachability. Read more |
Observer tracks these signals every day and alerts you the moment something important changes. Register now.
810 days left
20 days left
Whois
- Registrar
- GoDaddy.com, LLC
- Created
- 7 Aug 2023
- Updated
- 7 Aug 2023
- Expires
- 7 Aug 2028
- Country
- US
- DNSSEC
- unsigned
SSL
- Issuer
- C=US,O=Let's Encrypt,CN=E7
- Subject
- CN=laton.vc
- TLS version
- TLSv1.3
- Self-signed
- No
- Valid until
- 10 Jun 2026
DNS Records
Current DNS records returned for this domain at the time of the test.
- 77.92.148.162
No records returned.
No records returned.
- smtp.google.com
- ns54.domaincontrol.com
- ns53.domaincontrol.com
- natro-domain-verification=8137cdbcea5c534b3ef90f95bb9c9278
- v=spf1 a mx include:dc-aa8e722993._spfm.laton.vc ~all
Resource Summary
Transfer size share of the tested page split by resource type.
Core Web Vitals
Key performance signals from Lighthouse, with color-coded status for what is healthy and what still needs work.
The server starts responding quickly.
First visible content is slower than recommended.
Main visible content takes too long to appear.
The layout stays visually stable while loading.
Visual loading is significantly delayed.
Main thread blocking stays in a healthy range.
Potential input delay stays low.
Users wait too long before the page responds.
The server starts responding quickly.
First visible content appears quickly.
Main visible content loads within the recommended range.
The layout stays visually stable while loading.
Visible content fills the page quickly.
Main thread blocking stays in a healthy range.
Potential input delay stays low.
The page becomes interactive quickly.
Loading Filmstrip
Visual loading progress from the Lighthouse run, shown in time order.
















Google Pagespeed Insights
Switch between desktop and mobile Lighthouse results to review the latest performance findings for this page.
Audit Details
| Audit | Insight | Impact |
|---|---|---|
| Improve image delivery | Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| Est savings of 1,254 KiB |
| Render blocking requests | 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.
| Est savings of 1,030 ms |
| Reduce unused CSS | Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
| Est savings of 44 KiB |
| Network dependency tree | 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. | Open |
| Use efficient cache lifetimes | A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Est savings of 3,650 KiB |
| Font display | 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.
| Est savings of 3,000 ms |
| Largest Contentful Paint | Largest Contentful Paint marks the time at which the largest text or image is painted. Learn more about the Largest Contentful Paint metric | 14.7 s |
| Reduce unused JavaScript | Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| Est savings of 97 KiB |
| LCP breakdown | Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays. | Open |
| Forced reflow | A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
| Open |
| Time to Interactive | 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. | 15.4 s |
| Speed Index | Speed Index shows how quickly the contents of a page are visibly populated. Learn more about the Speed Index metric. | 9.2 s |
| Image elements do not have explicit `width` and `height` | Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| Open |
| Avoid enormous network payloads | Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
| Total size was 3,896 KiB |
| First Contentful Paint | First Contentful Paint marks the time at which the first text or image is painted. Learn more about the First Contentful Paint metric. | 2.9 s |
Audit Details
| Audit | Insight | Impact |
|---|---|---|
| Improve image delivery | Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
| Est savings of 1,948 KiB |
| Forced reflow | A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations. | Open |
| Use efficient cache lifetimes | A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Est savings of 3,052 KiB |
| Font display | 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.
| Est savings of 380 ms |
| LCP request discovery | Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading | Open |
| Network dependency tree | 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. | Open |
| Reduce unused CSS | Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
| Est savings of 44 KiB |
| Render blocking requests | 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.
| Est savings of 440 ms |
| Avoid enormous network payloads | Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
| Total size was 3,299 KiB |
| Image elements do not have explicit `width` and `height` | Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
| Open |
| Reduce unused JavaScript | Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
| Est savings of 85 KiB |
| Largest Contentful Paint | Largest Contentful Paint marks the time at which the largest text or image is painted. Learn more about the Largest Contentful Paint metric | 2.3 s |
Chrome UX Report
Real-user experience shares from recent Chrome visits to this website.
Origin: https://laton.vc
| Metric | User experience share | 75th percentile |
|---|---|---|
| LCP |
Good 95.1%
Needs improvement 3.5%
Poor 1.4% | 961 ms |
| INP |
Good 99.5%
Needs improvement 0.5%
Poor 0.0% | 62 ms |
| CLS |
Good 95.0%
Needs improvement 2.6%
Poor 2.4% | 0.00 |
| FCP |
Good 97.4%
Needs improvement 2.3%
Poor 0.3% | 562 ms |
Resources by Transfer Size
Largest transferred resources captured during the browser test, sorted from heaviest to lightest.
| Resource | Type | Status | Duration | Transfer size | Decoded size | Blocking |
|---|---|---|---|---|---|---|
| css | 200 | 203 ms | 671.79 KB | 671.49 KB | non-blocking | |
| img | 200 | 168 ms | 640.95 KB | 640.65 KB | non-blocking | |
| img | 200 | 467 ms | 610.72 KB | 610.42 KB | non-blocking | |
| img | 200 | 379 ms | 371.32 KB | 371.03 KB | non-blocking | |
| img | 200 | 376 ms | 254.32 KB | 254.03 KB | non-blocking | |
| css | 200 | 85 ms | 187.47 KB | 187.18 KB | non-blocking | |
| css | 200 | 84 ms | 98.34 KB | 98.05 KB | non-blocking | |
| img | 200 | 374 ms | 65.29 KB | 64.99 KB | non-blocking | |
| link | 200 | 93 ms | 46.53 KB | 328.57 KB | blocking | |
cdn.jsdelivr.net | script | 0 | 264 ms | 43.28 KB | 150.97 KB | non-blocking |
cdn.jsdelivr.net | script | 0 | 275 ms | 28.7 KB | 70.52 KB | non-blocking |
| img | 200 | 384 ms | 25.9 KB | 25.61 KB | non-blocking | |
| img | 200 | 385 ms | 25.17 KB | 24.88 KB | non-blocking | |
cdn.jsdelivr.net | script | 0 | 276 ms | 17.89 KB | 42.36 KB | non-blocking |
| script | 200 | 167 ms | 15.83 KB | 58.64 KB | non-blocking | |
| img | 200 | 385 ms | 10.07 KB | 9.78 KB | non-blocking | |
| img | 200 | 103 ms | 4.97 KB | 4.68 KB | non-blocking | |
| img | 200 | 4 ms | 4.97 KB | 4.68 KB | non-blocking | |
cdn.jsdelivr.net | link | 0 | 181 ms | 4.96 KB | 18.02 KB | blocking |
| img | 200 | 383 ms | 4.94 KB | 4.65 KB | non-blocking | |
cdn.jsdelivr.net | script | 0 | 277 ms | 3.84 KB | 10.36 KB | non-blocking |
| img | 200 | 388 ms | 2.94 KB | 2.64 KB | non-blocking | |
| xmlhttprequest | 200 | 4 ms | 2.42 KB | 2.13 KB | non-blocking | |
| fetch | 200 | 4 ms | 2.42 KB | 2.13 KB | non-blocking | |
cdnjs.cloudflare.com | script | 0 | 281 ms | 2.25 KB | 8.82 KB | non-blocking |
| script | 200 | 164 ms | 1.9 KB | 5.51 KB | non-blocking | |
| img | 200 | 94 ms | 1.88 KB | 1.59 KB | non-blocking | |
| img | 200 | 92 ms | 1.87 KB | 1.58 KB | non-blocking | |
| img | 200 | 464 ms | 1.52 KB | 1.22 KB | non-blocking | |
| img | 200 | 457 ms | 1.34 KB | 1.05 KB | non-blocking | |
| other | 200 | 5 ms | 1001 B | 701 B | non-blocking | |
| css | 200 | 193 ms | 719 B | 419 B | non-blocking | |
laton.vc | link | 200 | 91 ms | 641 B | 515 B | blocking |
| img | 200 | 372 ms | 597 B | 297 B | non-blocking | |
| img | 200 | 371 ms | 592 B | 292 B | non-blocking | |
| css | 200 | 191 ms | 585 B | 285 B | non-blocking | |
code.jquery.com | script | 0 | 178 ms | 0 B | 0 B | non-blocking |
unpkg.com | script | 0 | 860 ms | 0 B | 0 B | non-blocking |
| script | 0 | 874 ms | 0 B | 0 B | non-blocking |
Get daily monitoring and instant alerts with Observer.
Register Observer to keep testing your website automatically and react faster when something breaks.
Try Observer Discover