Screenshot captured after 3.88 s.
Ortaformat - Orta Format
See the website health and performance test results for https://ortaformat.org/, including status code, load speed, SSL, WHOIS, DNS, console logs, Chrome UX Report, resource sizes, and Pagespeed findings.
Tested on 28 Jul 2026 10:40:10.
- HTTP status 200
- Response time 1.01 s
- Document load time 1.21 s
- Full page load time 3.88 s
- Document size 99.26 KB
- Full page size 1.12 MB
- Mobile score 57
- Desktop score 97
Observer's Performance Suggestions
Priority actions Observer identified from this test to improve speed, reliability, and user experience.
|
Missing clickjacking protection
Error
High
The page has neither an X-Frame-Options header nor a CSP frame-ancestors directive, so it can be embedded in an iframe on any site, making it vulnerable to clickjacking attacks. Read more |
|
1 image served larger than displayed
Error
Medium
1 image is served at intrinsic dimensions more than 120% of their display size. Worst offender is 160% 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 |
|
Slow Speed Index (8.0 s)
Warning
High
The page takes too long to visually complete. Optimize critical rendering path, reduce render-blocking resources, and serve visible content first. Read more |
|
Mobile score is 40 points lower than desktop
Warning
High
Desktop scores 97/100 but mobile only 57/100. Optimize for mobile CPU, network and viewport — most real-world traffic is mobile. Read more |
|
1 slow third-party resource
Warning
High
1 third-party resource took longer than 1 second to load. Slowest: https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LcgHZEsAAAAAFV7T7ziFFTF7CBRUW7kddzNXpyA&co=aHR0cHM6Ly9vcnRhZm9ybWF0Lm9yZzo0NDM.&hl=en&v=A7KpaEASfhDcK0nXxgQEyyYv&size=invisible&anchor-ms=20000&execute-ms=30000&cb=ez63k6o1k54c at 1691 ms. Consider self-hosting critical assets or lazy-loading non-essential ones. 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 |
|
Slow server response (1005 ms)
Warning
Medium
Server took 1.005 seconds to respond. Investigate backend latency or upstream timeouts. Read more |
|
Domain transfer lock is not enabled
Warning
Medium
The domain has neither clientTransferProhibited nor serverTransferProhibited status, which means it could be transferred to another registrar without additional safeguards. Enable transfer lock through your registrar to prevent unauthorized transfers. Read more |
|
Mobile performance needs improvement (57/100)
Warning
Medium
Score is below 90. Tackle the highest-impact audits to push into the green. 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.
742 days left
59 days left
Whois
- Registrar
- IHS Telekom, Inc
- Created
- 26 Aug 2012
- Updated
- 21 Aug 2025
- Expires
- 26 Aug 2028
- Country
- TR
- DNSSEC
- Unsigned
SSL
- SSL available
- Yes
- SSL status
- valid
- Issuer
- C=US,O=Let's Encrypt,CN=YE1
- Subject
- CN=ortaformat.org
- TLS version
- TLSv1.3
- Self-signed
- No
- Valid until
- 14 Oct 2026
DNS Records
Current DNS records returned for this domain at the time of the test.
- DNS status
- resolved
- 77.92.148.162
No records returned.
No records returned.
- smtp.google.com
- bella.ns.cloudflare.com
- brett.ns.cloudflare.com
- google-site-verification=ZU76mc_ss4ijvw6AGHkpjDPadK3NIwmx_u_eAhA3_FQ
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.
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 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 |
|---|---|---|
| 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 71 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 900 ms |
| 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. |
8.0 s |
| 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 305 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 |
9.6 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 415 KiB |
| 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. |
10.8 s |
| Speed Index |
Speed Index shows how quickly the contents of a page are visibly populated. Learn more about the Speed Index metric. |
8.0 s |
| 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 187 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 |
Audit Details
| Audit | Insight | Impact |
|---|---|---|
| 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 |
| 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 |
| 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 |
| 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 |
| 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 595 KiB |
| Use efficient cache lifetimes |
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
|
Est savings of 732 KiB |
| 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 395 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 71 KiB |
| 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. |
2.8 s |
| 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. |
130 ms |
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://ortaformat.org
| Metric | User experience share | 75th percentile |
|---|---|---|
| LCP |
Good 92.3%
Needs improvement 2.4%
Poor 5.3%
|
1.37 s |
| CLS |
Good 91.0%
Needs improvement 6.0%
Poor 3.0%
|
0.01 |
| FCP |
Good 87.1%
Needs improvement 7.6%
Poor 5.4%
|
1.2 s |
| TTFB |
Good 74.4%
Needs improvement 19.0%
Poor 6.6%
|
805 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 |
|---|---|---|---|---|---|---|
|
www.gstatic.com
|
script | 200 | 317 ms | 373.52 KB | 870.13 KB | non-blocking |
|
ortaformat.org
|
img | 200 | 81 ms | 72.32 KB | 72.03 KB | non-blocking |
|
ortaformat.org
|
img | 200 | 178 ms | 72.32 KB | 72.03 KB | non-blocking |
|
ortaformat.org
|
img | 200 | 82 ms | 48.96 KB | 48.66 KB | non-blocking |
|
ortaformat.org
|
img | 200 | 96 ms | 48.96 KB | 48.66 KB | non-blocking |
| img | 200 | 117 ms | 41.13 KB | 40.84 KB | non-blocking | |
| img | 200 | 91 ms | 41.13 KB | 40.84 KB | non-blocking | |
|
ortaformat.org
|
img | 200 | 17 ms | 39.06 KB | 38.77 KB | non-blocking |
|
ortaformat.org
|
img | 200 | 117 ms | 38.46 KB | 38.17 KB | non-blocking |
|
ortaformat.org
|
img | 200 | 177 ms | 38.46 KB | 38.17 KB | non-blocking |
|
ortaformat.org
|
img | 200 | 80 ms | 33.29 KB | 33 KB | non-blocking |
|
ortaformat.org
|
img | 200 | 96 ms | 33.29 KB | 33 KB | non-blocking |
|
cdn.jsdelivr.net
|
link | 0 | 88 ms | 32.72 KB | 227.35 KB | blocking |
|
ortaformat.org
|
img | 200 | 82 ms | 29.45 KB | 29.16 KB | non-blocking |
|
ortaformat.org
|
img | 200 | 96 ms | 29.45 KB | 29.16 KB | non-blocking |
|
cdn.jsdelivr.net
|
script | 0 | 316 ms | 28.7 KB | 70.52 KB | non-blocking |
|
cdn.jsdelivr.net
|
script | 0 | 318 ms | 24.16 KB | 78.77 KB | non-blocking |
|
cdn.jsdelivr.net
|
script | 0 | 315 ms | 17.89 KB | 42.36 KB | non-blocking |
|
ortaformat.org
|
img | 200 | 17 ms | 13.28 KB | 12.98 KB | non-blocking |
| script | 200 | 192 ms | 11.92 KB | 32.96 KB | non-blocking | |
|
ortaformat.org
|
img | 200 | 17 ms | 9.43 KB | 9.13 KB | non-blocking |
|
ortaformat.org
|
img | 200 | 18 ms | 8.68 KB | 8.39 KB | non-blocking |
|
ortaformat.org
|
img | 200 | 18 ms | 8.01 KB | 7.72 KB | non-blocking |
| script | 200 | 23 ms | 7.47 KB | 22.82 KB | non-blocking | |
| img | 200 | 18 ms | 7.09 KB | 6.79 KB | non-blocking | |
| link | 200 | 25 ms | 5.82 KB | 27.01 KB | blocking | |
|
ortaformat.org
|
css | 200 | 99 ms | 5.31 KB | 5.02 KB | non-blocking |
| script | 200 | 92 ms | 4.78 KB | 13.8 KB | non-blocking | |
|
cdn.jsdelivr.net
|
script | 0 | 311 ms | 3.84 KB | 10.36 KB | non-blocking |
|
ortaformat.org
|
script | 200 | 294 ms | 3.07 KB | 11.48 KB | non-blocking |
|
ortaformat.org
|
script | 200 | 290 ms | 1.29 KB | 2.91 KB | non-blocking |
| link | 200 | 15 ms | 1.18 KB | 2.36 KB | blocking | |
|
ortaformat.org
|
script | 200 | 289 ms | 1.1 KB | 3.15 KB | non-blocking |
|
ortaformat.org
|
fetch | 200 | 288 ms | 1.06 KB | 790 B | non-blocking |
|
ortaformat.org
|
script | 200 | 292 ms | 949 B | 1.53 KB | non-blocking |
| script | 200 | 199 ms | 876 B | 1.09 KB | non-blocking | |
| script | 200 | 296 ms | 769 B | 1.1 KB | non-blocking | |
|
ortaformat.org
|
img | 200 | 23 ms | 759 B | 459 B | non-blocking |
|
fonts.googleapis.com
|
link | 0 | 242 ms | 735 B | 1.7 KB | blocking |
|
ortaformat.org
|
link | 200 | 21 ms | 661 B | 586 B | blocking |
|
ortaformat.org
|
fetch | 200 | 288 ms | 636 B | 336 B | non-blocking |
|
ortaformat.org
|
script | 200 | 289 ms | 621 B | 1 KB | non-blocking |
|
ortaformat.org
|
other | 200 | 185 ms | 587 B | 287 B | non-blocking |
|
ortaformat.org
|
fetch | 200 | 396 ms | 302 B | 2 B | non-blocking |
|
ortaformat.org
|
fetch | 200 | 408 ms | 302 B | 2 B | non-blocking |
|
ortaformat.org
|
fetch | 200 | 408 ms | 302 B | 2 B | non-blocking |
|
www.googletagmanager.com
|
script | 0 | 611 ms | 0 B | 0 B | non-blocking |
| script | 0 | 297 ms | 0 B | 0 B | non-blocking | |
|
unpkg.com
|
script | 0 | 300 ms | 0 B | 0 B | non-blocking |
|
unpkg.com
|
script | 0 | 585 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