Summary
A Concise Overview of the scan result of url https://alex-bekele-profile.pages.dev/
- Document
- HTML
- 1
- StyleSheets
- 2
- Scripts
- 2
- Font
- 2
- Images
- 2
- Links
- 5
- JavaScript Variables
- 10
- Console log messages
- 0
- Network
- Requests
- 10
- Bytes Transferred
- 37.93KB
- Bytes Total
- 88.13KB
- DNS Record
- A Record
- 2
- AAAA Record
- 2
- Technology
- Security
- 1
- Analytics
- 1
- RUM
- 1
- CDN
- 1
- Miscellaneous
- 1
Document
Links
The outgoing links identified from the page.
| Link | Text |
|---|---|
| https://www.linkedin.com/in/alemayehudekeba/ | |
| https://scholar.google.com/citations?user=3K1rH_wAAAAJ&hl=en | Scholar |
| https://orcid.org/0009-0002-4715-9118 | ORCID |
| https://github.com/alexdbekele | GitHub |
| https://x.com/adbekele | X |
JavaScript Variables
Global JavaScript variables are variables that are defined outside of any function or block scope in JavaScript.
Technology
The technologies identified are present on the scanned URL.
| Name | Description | Detected patterns |
|---|---|---|
| Analytics | ||
Cloudflare Browser Insights | Cloudflare Browser Insights is a tool that measures the performance of websites from the perspective of users. | Type: scriptSrc Regex: static\.cloudflareinsights\.com\/beacon(?:\.min)?\.js |
| Security | ||
| HTTP Strict Transport Security (HSTS) informs browsers that the site should only be accessed using HTTPS. | Type: url Regex: ^https:\/\/[\w\d\.\-]{1,250}(?:\.dev)(?:\/.{1,250}||\/)$ | |
| Miscellaneous | ||
HTTP/3 | HTTP/3 is the third major version of the Hypertext Transfer Protocol used to exchange information on the World Wide Web. | Type: headers Name: alt-svc Regex: h3 |
| CDN | ||
Cloudflare | Cloudflare is a web-infrastructure and website-security company, providing content-delivery-network services, DDoS mitigation, Internet security, and distributed domain-name-server services. | Type: headers Name: cf-ray Regex: ^cloudflare$ |
| RUM | ||
Cloudflare Browser Insights | Cloudflare Browser Insights is a tool that measures the performance of websites from the perspective of users. | Type: scriptSrc Regex: static\.cloudflareinsights\.com\/beacon(?:\.min)?\.js |
Performance
The speed and efficiency of the scanned URL loads and displays its content.
- dns
- 1 msGood
- tcp
- 1 msGood
- requestTime
- 3 msGood
- dom
- 45 msGood
DNS Record
A DNS record maps a domain name to an IP address or other resource information.
| Type | Name | Content | DNSSEC |
|---|---|---|---|
| A | alex-bekele-profile.pages.dev | 172.66.47.65 | no |
| A | alex-bekele-profile.pages.dev | 172.66.44.191 | no |
| AAAA | alex-bekele-profile.pages.dev | 2606:4700:310c::ac42:2f41 | no |
| AAAA | alex-bekele-profile.pages.dev | 2606:4700:310c::ac42:2cbf | no |
SSL Certificate
An SSL certificate is a digital certificate that verifies the authenticity and encrypts the communication between a website and its visitors.
| Subject | Issue date | Expiry date | Valid |
|---|---|---|---|
alex-bekele-profile.pages.dev | 8/15/2026 | 8/16/2027 | 1 year 1 day |
fonts.googleapis.com | 8/15/2026 | 8/16/2027 | 1 year 1 day |
static.cloudflareinsights.com | 8/15/2026 | 8/16/2027 | 1 year 1 day |
fonts.gstatic.com | 8/15/2026 | 8/16/2027 | 1 year 1 day |
cloudflareinsights.com | 8/15/2026 | 8/16/2027 | 1 year 1 day |
HTTP Headers
HTTP Header
An HTTP header is a component of an HTTP request or response that contains additional information about the message being sent or received.
| Name | Value |
|---|---|
| Access-Control-Allow-Origin | * |
| CF-RAY | a2c2f4c55c90c366-SEA |
| Cache-Control | public, max-age=0, must-revalidate |
| Connection | keep-alive |
| Content-Encoding | br |
| Content-Type | text/html; charset=utf-8 |
| Date | Sun, 16 Aug 2026 19:48:21 GMT |
| ETag | W/"4f65465373952009f4fd2df1ec2973f9" |
| Link | <https://fonts.googleapis.com>; rel="preconnect" |
| Nel | {"report_to":"cf-nel","success_fraction":0.0,"max_age":604800} |
| Report-To | {"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=mg1K9sb4%2FwL1%2FzBTDF5LWnATbr1q7Kk7ZHWFJp3D4oYHjNOXlK8%2BES0Dxs4Qpb3YUU54bJrr6zbVLHtHPnoA7pVK0Pb%2BZPJhvoxdWdeucEpGzKS%2BGLbUJNv8YOAPrTCY4NAPUA7aFVTPhb2wJIaKCQ%3D%3D"}]} |
| Server | cloudflare |
| Transfer-Encoding | chunked |
| alt-svc | h3=":443"; ma=86400 |
| content-security-policy | default-src 'self'; base-uri 'self'; frame-ancestors 'none'; form-action 'none'; img-src 'self' data:; script-src 'self' 'unsafe-inline' https://static.cloudflareinsights.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src https://fonts.gstatic.com; connect-src 'self' https://cloudflareinsights.com https://static.cloudflareinsights.com; upgrade-insecure-requests |
| permissions-policy | camera=(), geolocation=(), microphone=(), payment=(), usb=() |
| referrer-policy | strict-origin-when-cross-origin |
| x-content-type-options | nosniff |
| x-frame-options | DENY |
Content Security Policy
Content Security Policy (CSP) is a security mechanism that helps prevent cross-site scripting (XSS) and other code injection attacks by specifying which content sources are allowed to be loaded on a web page.
| Name | Value |
|---|---|
| default-src | 'self' |
| base-uri | 'self' |
| frame-ancestors | 'none' |
| form-action | 'none' |
| img-src | 'self'data: |
| script-src | 'self''unsafe-inline'https://static.cloudflareinsights.com |
| style-src | 'self''unsafe-inline'https://fonts.googleapis.com |
| font-src | https://fonts.gstatic.com |
| connect-src | 'self'https://cloudflareinsights.comhttps://static.cloudflareinsights.com |
| upgrade-insecure-request |
Cookies
Cookies are small pieces of data stored on a user's web browser to track and remember information about their browsing activity on a website.
| Name | Value | Domain/Path | Expires | Secure | HTTP Only |
|---|