
Screenshot captured after 2.43 s.
Vhex10 - En Hesaplı Yapı Marketi
See the website health and performance test results for https://www.vhex10.com/, including status code, load speed, SSL, WHOIS, DNS, console logs, Chrome UX Report, resource sizes, and Pagespeed findings.
Tested on 22 May 2026 13:45:30.
- HTTP status 200
- Response time 894 ms
- Document load time 1.32 s
- Full page load time 2.43 s
- Document size 449.95 KB
- Full page size 721.16 KB
- Mobile score 47
- Desktop score 77
Observer's Performance Suggestions
Priority actions Observer identified from this test to improve speed, reliability, and user experience.
Poor mobile performance score (47/100)
Error
High Lighthouse rates this page as poor. Address render-blocking, image, and JavaScript audits below. Read more |
2 images served larger than displayed
Error
Medium 2 images are served at intrinsic dimensions more than 120% of their display size. Worst offender is 202% of display size. Resize images to match their rendered dimensions to save bandwidth. Read more |
No H1 element found
Error
Low The page is missing an <h1> tag. An H1 heading helps search engines and screen readers understand the primary topic of the page. Read more |
Mobile score is 30 points lower than desktop
Warning
High Desktop scores 77/100 but mobile only 47/100. Optimize for mobile CPU, network and viewport — most real-world traffic is mobile. Read more |
Missing Strict-Transport-Security header
Warning
High Without HSTS, browsers can be tricked into loading the site over plain HTTP, exposing traffic to interception. Add a Strict-Transport-Security header with a long max-age. Read more |
DOM has 3274 elements
Warning
High A large DOM increases memory usage and slows style calculations, layout, and repaints. Simplify the page structure, remove hidden elements, and lazy-render off-screen content. Read more |
Desktop performance needs improvement (77/100)
Warning
Medium Score is below 90. Tackle the highest-impact audits to push into the green. Read more |
High Total Blocking Time (263 ms)
Warning
Medium Long JavaScript tasks block the main thread, making the page feel unresponsive. Split long tasks, defer non-critical scripts, and reduce third-party JavaScript. Read more |
Slow Speed Index (3.7 s)
Warning
Medium The page takes too long to visually complete. Optimize critical rendering path, reduce render-blocking resources, and serve visible content first. Read more |
Fewer than 75% of users have a good Time to First Byte
Warning
Medium Only 72% of real-user samples fall in the "good" bucket for Time to First Byte. Read more |
Only the top 10 of 23 suggestions are shown in the public test. To see all recommendations and track every change on your website, register now.
Observer tracks these signals every day and alerts you the moment something important changes. Register now.
618 days left
38 days left
Whois
- Registrar
- GoDaddy.com, LLC
- Created
- 8 Feb 2024
- Updated
- 13 Feb 2026
- Expires
- 8 Feb 2028
- Country
- US
- DNSSEC
- unsigned
SSL
- SSL available
- Yes
- SSL status
- valid
- Issuer
- C=US,O=Google Trust Services,CN=WE1
- Subject
- CN=vhex10.com
- TLS version
- TLSv1.3
- Self-signed
- No
- Valid until
- 8 Jul 2026
DNS Records
Current DNS records returned for this domain at the time of the test.
- DNS status
- resolved
- 104.19.156.83
- 104.19.157.83
No records returned.
- vhex10.com
- mx.uzmanposta.com
- ns31.myideasoft.com
- ns32.myideasoft.com
- google-site-verification=2idvW4qbx-zsgShGNlEG2SO7UaZO2g2Dj6yiOeEGNUc
- v=spf1 a mx include:_spf.uzmanposta.com ip4:185.122.12.0/24 ip4:185.122.13.0/24 -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.
Users wait too long before any content appears.
Main visible content takes too long to appear.
Layout shifts are high and likely disruptive.
Visual progress is slower than recommended.
Script execution still delays interactivity.
Potential input delay may still feel sluggish.
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.
Layout shifts are high and likely disruptive.
Visible content fills the page quickly.
Main thread blocking stays in a healthy range.
Potential input delay may still feel sluggish.
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 |
|---|---|---|
| LCP request discovery | Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading | 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 503 KiB |
| 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 104 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,180 ms |
| 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 40 ms |
| 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 202 KiB |
| Layout shift culprits | Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads. | 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 |
| Avoid large layout shifts | These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
| 3 layout shifts found |
| Minify JavaScript | Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
| Est savings of 2 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 |
| 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 | 6.5 s |
| Cumulative Layout Shift | Cumulative Layout Shift measures the movement of visible elements within the viewport. Learn more about the Cumulative Layout Shift metric. | 0.373 |
| 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. | 7.9 s |
| 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. | 3.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 |
| Max Potential First Input Delay | 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. | 200 ms |
| Total Blocking Time | Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. Learn more about the Total Blocking Time metric. | 260 ms |
| Speed Index | Speed Index shows how quickly the contents of a page are visibly populated. Learn more about the Speed Index metric. | 3.7 s |
Audit Details
| Audit | Insight | Impact |
|---|---|---|
| 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 502 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 |
| 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 105 KiB |
| 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 |
| 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 60 ms |
| Layout shift culprits | Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads. | Open |
| 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 430 ms |
| 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 149 KiB |
| Avoid large layout shifts | These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
| 3 layout shifts found |
| Cumulative Layout Shift | Cumulative Layout Shift measures the movement of visible elements within the viewport. Learn more about the Cumulative Layout Shift metric. | 0.259 |
| Use efficient cache lifetimes | A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Est savings of 1 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 |
| Minify JavaScript | Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
| Est savings of 2 KiB |
| Max Potential First Input Delay | 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. | 200 ms |
| Total Blocking Time | Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. Learn more about the Total Blocking Time metric. | 190 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 | 1.4 s |
Browser Console Logs
Messages captured from the browser console during the real page test.
Chrome UX Report
Real-user experience shares from recent Chrome visits to this website.
Origin: https://www.vhex10.com
| Metric | User experience share | 75th percentile |
|---|---|---|
| LCP |
Good 91.3%
Needs improvement 6.0%
Poor 2.7% | 1.52 s |
| INP |
Good 93.1%
Needs improvement 6.5%
Poor 0.5% | 96 ms |
| CLS |
Good 91.4%
Needs improvement 2.3%
Poor 6.3% | 0.01 |
| FCP |
Good 90.5%
Needs improvement 6.8%
Poor 2.7% | 1.23 s |
| TTFB |
Good 72.3%
Needs improvement 24.2%
Poor 3.5% | 825 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 |
|---|---|---|---|---|---|---|
| img | 200 | 95 ms | 190.91 KB | 190.62 KB | non-blocking | |
| script | 200 | 394 ms | 110.54 KB | 392.65 KB | non-blocking | |
| img | 200 | 593 ms | 104.56 KB | 104.27 KB | non-blocking | |
| link | 200 | 97 ms | 90.93 KB | 464.95 KB | blocking | |
| css | 200 | 91 ms | 70.61 KB | 70.31 KB | non-blocking | |
| css | 200 | 104 ms | 66.93 KB | 66.64 KB | non-blocking | |
| link | 200 | 89 ms | 31.12 KB | 85.48 KB | blocking | |
| link | 200 | 98 ms | 18.64 KB | 120.47 KB | blocking | |
| link | 200 | 235 ms | 6.61 KB | 18.79 KB | non-blocking | |
| script | 200 | 384 ms | 5.09 KB | 31.93 KB | non-blocking | |
| img | 200 | 590 ms | 4.19 KB | 3.9 KB | non-blocking | |
| script | 200 | 584 ms | 3.39 KB | 20.69 KB | non-blocking | |
| img | 200 | 86 ms | 3.01 KB | 2.71 KB | non-blocking | |
| img | 200 | 238 ms | 2.63 KB | 2.34 KB | non-blocking | |
| script | 0 | 256 ms | 2.39 KB | 5.09 KB | non-blocking | |
www.vhex10.com | other | 200 | 48 ms | 2.35 KB | 2.71 KB | non-blocking |
www.vhex10.com | other | 200 | 21 ms | 2.35 KB | 2.71 KB | non-blocking |
| script | 200 | 282 ms | 2.26 KB | 6.55 KB | non-blocking | |
| script | 200 | 286 ms | 1.14 KB | 1.96 KB | non-blocking | |
fonts.googleapis.com | css | 0 | 194 ms | 857 B | 2.99 KB | blocking |
| img | 0 | 65 ms | 342 B | 42 B | non-blocking | |
| img | 0 | 136 ms | 342 B | 42 B | non-blocking | |
www.googletagmanager.com | script | 0 | 320 ms | 0 B | 0 B | non-blocking |
www.googletagmanager.com | script | 0 | 683 ms | 0 B | 0 B | non-blocking |
| fetch | 0 | 108 ms | 0 B | 0 B | non-blocking | |
www.googletagmanager.com | script | 0 | 202 ms | 0 B | 0 B | non-blocking |
| fetch | 0 | 101 ms | 0 B | 0 B | non-blocking | |
| fetch | 0 | 160 ms | 0 B | 0 B | non-blocking | |
whatsappchat.ideasoft.dev | script | 0 | 104 ms | 0 B | 0 B | non-blocking |
Previous Test Results
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