
Screenshot captured after 6.9 s.
Fayn - a digital news & creative storytelling studio from Istanbul
See the website health and performance test results for https://fayn.co/, including status code, load speed, SSL, WHOIS, DNS, console logs, Chrome UX Report, resource sizes, and Pagespeed findings.
Tested on 29 Apr 2026 11:03:50.
- HTTP status 200
- Response time 2.77 s
- Document load time 707 ms
- Full page load time 6.9 s
- Document size 99.47 KB
- Full page size 2.32 MB
- Mobile score 52
- Desktop score 89
Observer tracks these signals every day and alerts you the moment something important changes. Register now.
115 days left
45 days left
Whois
- Registrar
- GoDaddy.com, LLC
- Created
- 13 Sep 2019
- Updated
- 14 Sep 2025
- Expires
- 13 Sep 2026
- Country
- US
- DNSSEC
- unsigned
SSL
- Issuer
- C=US,O=Google Trust Services,CN=WE1
- Subject
- CN=fayn.co
- TLS version
- TLSv1.3
- Self-signed
- No
- Valid until
- 4 Jul 2026
DNS Records
Current DNS records returned for this domain at the time of the test.
- 172.67.209.31
- 104.21.69.143
- 2606:4700:3030::6815:458f
- 2606:4700:3030::ac43:d11f
No records returned.
- aspmx.l.google.com
- alt3.aspmx.l.google.com
- alt4.aspmx.l.google.com
- alt1.aspmx.l.google.com
- alt2.aspmx.l.google.com
- evan.ns.cloudflare.com
- tia.ns.cloudflare.com
No records returned.
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 progress is slower than recommended.
Heavy blocking is likely hurting responsiveness.
Potential input delay is high.
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 |
|---|---|---|
| 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 3,020 ms |
| Minimize main-thread work | 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 | 4.2 s |
| 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 |
| 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 |
| 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 176 KiB |
| LCP request discovery | Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading | Open |
| Reduce JavaScript execution time | 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.
| 2.6 s |
| Use efficient cache lifetimes | A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Est savings of 204 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 94 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. | 15.1 s |
| 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 | 5.7 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.6 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. | 270 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. | 650 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 |
| 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 16,838 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 20 ms |
| 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 715 KiB |
| Minify JavaScript | Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
| Est savings of 13 KiB |
| Speed Index | Speed Index shows how quickly the contents of a page are visibly populated. Learn more about the Speed Index metric. | 5.3 s |
Audit Details
| Audit | Insight | Impact |
|---|---|---|
| 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 270 ms |
| 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 600 ms |
| 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 |
| LCP request discovery | Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading | Open |
| Minimize main-thread work | 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 | 2.3 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 397 KiB |
| Reduce JavaScript execution time | 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.
| 1.4 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 16,838 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 94 KiB |
| Use efficient cache lifetimes | A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
| Est savings of 204 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 715 KiB |
| Minify JavaScript | Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
| Est savings of 13 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. | 180 ms |
| Speed Index | Speed Index shows how quickly the contents of a page are visibly populated. Learn more about the Speed Index metric. | 1.7 s |
| 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. | 200 ms |
| 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.9 s |
Browser Console Logs
Messages captured from the browser console during the real page test.
JQMIGRATE: Migrate is installed, version 3.4.1Resources 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 | 117 ms | 361.9 KB | 847.68 KB | non-blocking |
| img | 200 | 900 ms | 169.75 KB | 169.45 KB | non-blocking | |
| img | 200 | 895 ms | 154.92 KB | 154.62 KB | non-blocking | |
| img | 200 | 894 ms | 137.95 KB | 137.67 KB | non-blocking | |
| img | 200 | 891 ms | 130.69 KB | 130.55 KB | non-blocking | |
| img | 200 | 198 ms | 127.95 KB | 127.65 KB | non-blocking | |
| img | 200 | 881 ms | 118.15 KB | 117.85 KB | non-blocking | |
| img | 200 | 801 ms | 115.62 KB | 115.44 KB | non-blocking | |
| img | 200 | 897 ms | 114.12 KB | 113.91 KB | non-blocking | |
| img | 200 | 92 ms | 112.13 KB | 111.83 KB | non-blocking | |
| script | 200 | 896 ms | 111.09 KB | 350.93 KB | non-blocking | |
| img | 200 | 900 ms | 102.88 KB | 102.61 KB | non-blocking | |
| img | 200 | 898 ms | 101.36 KB | 101.15 KB | non-blocking | |
| img | 200 | 106 ms | 101.02 KB | 100.72 KB | non-blocking | |
| img | 200 | 803 ms | 88.2 KB | 88.31 KB | non-blocking | |
| link | 200 | 327 ms | 37.99 KB | 161.23 KB | blocking | |
| script | 200 | 389 ms | 35.67 KB | 85.5 KB | non-blocking | |
| script | 200 | 782 ms | 34.07 KB | 119.58 KB | non-blocking | |
| link | 200 | 324 ms | 31.42 KB | 180.39 KB | blocking | |
| link | 200 | 243 ms | 20.93 KB | 20.64 KB | non-blocking | |
| css | 200 | 269 ms | 18.47 KB | 31.53 KB | non-blocking | |
| link | 200 | 27 ms | 9.08 KB | 38.55 KB | blocking | |
| script | 200 | 388 ms | 8.79 KB | 20.71 KB | non-blocking | |
| link | 200 | 30 ms | 8.7 KB | 50.73 KB | blocking | |
| link | 200 | 85 ms | 8.58 KB | 34.07 KB | blocking | |
| script | 200 | 584 ms | 8.11 KB | 17.33 KB | non-blocking | |
| link | 200 | 31 ms | 7.73 KB | 38.81 KB | blocking | |
| script | 200 | 581 ms | 7.61 KB | 25.96 KB | non-blocking | |
| link | 200 | 28 ms | 6.48 KB | 38.38 KB | blocking | |
| link | 200 | 195 ms | 6.12 KB | 24.2 KB | blocking | |
| script | 200 | 391 ms | 5.67 KB | 13.26 KB | non-blocking | |
| script | 200 | 688 ms | 5.05 KB | 13.14 KB | non-blocking | |
| link | 200 | 86 ms | 4.4 KB | 22.08 KB | blocking | |
| link | 200 | 25 ms | 4.26 KB | 20.55 KB | blocking | |
| script | 200 | 318 ms | 4.2 KB | 12.22 KB | non-blocking | |
| link | 200 | 233 ms | 4.01 KB | 21.48 KB | blocking | |
| script | 200 | 481 ms | 3.92 KB | 9.16 KB | non-blocking | |
| script | 200 | 394 ms | 3.28 KB | 8.79 KB | non-blocking | |
| script | 200 | 594 ms | 3.27 KB | 7.24 KB | non-blocking | |
| script | 200 | 587 ms | 3.06 KB | 6.19 KB | non-blocking | |
| script | 200 | 383 ms | 3.04 KB | 7.04 KB | non-blocking | |
| link | 200 | 234 ms | 2.9 KB | 11.12 KB | blocking | |
| link | 200 | 11 ms | 2.68 KB | 7.78 KB | blocking | |
| script | 200 | 491 ms | 2.65 KB | 5.19 KB | non-blocking | |
| script | 200 | 596 ms | 2.59 KB | 5.56 KB | non-blocking | |
| script | 200 | 394 ms | 2.4 KB | 5.53 KB | non-blocking | |
| script | 200 | 385 ms | 2.29 KB | 5.46 KB | non-blocking | |
| link | 0 | 86 ms | 2.19 KB | 22.54 KB | blocking | |
fonts.googleapis.com | link | 0 | 126 ms | 2.09 KB | 23.49 KB | blocking |
| img | 200 | 489 ms | 1.79 KB | 3.97 KB | non-blocking | |
| link | 200 | 30 ms | 1.75 KB | 7.26 KB | blocking | |
| script | 200 | 496 ms | 1.53 KB | 2.65 KB | non-blocking | |
| link | 200 | 13 ms | 1.43 KB | 2.88 KB | blocking | |
| script | 200 | 389 ms | 1.3 KB | 2.19 KB | non-blocking | |
| link | 200 | 28 ms | 1.25 KB | 4.37 KB | blocking | |
| link | 200 | 233 ms | 1.25 KB | 4.58 KB | blocking | |
| script | 200 | 583 ms | 1.19 KB | 2.34 KB | non-blocking | |
| script | 200 | 384 ms | 1.13 KB | 1.84 KB | non-blocking | |
| script | 200 | 503 ms | 1.06 KB | 1.95 KB | non-blocking | |
| link | 200 | 12 ms | 1023 B | 3.31 KB | blocking | |
| script | 200 | 111 ms | 961 B | 1.21 KB | non-blocking | |
| img | 200 | 87 ms | 736 B | 769 B | non-blocking | |
| other | 200 | 9 ms | 687 B | 383 B | non-blocking | |
| fetch | 200 | 209 ms | 561 B | 615 B | non-blocking | |
www.googletagmanager.com | script | 0 | 591 ms | 0 B | 0 B | non-blocking |
| script | 0 | 487 ms | 0 B | 0 B | non-blocking | |
| fetch | 0 | 293 ms | 0 B | 0 B | non-blocking | |
| iframe | 0 | 1.79 s | 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