Run 3 summary

https://xelta.ai/flow/ai-lords/autopilot

Tested 2026-08-08 07:01:36 using Chrome 150.0.7871.46 (runtime settings)

SummaryWaterfallMetricsRenderingCoachPageXrayThird party

Summary

Google Web Vitals

94 msTTFB
4.504 sLargest Contentful Paint
0.000Cumulative Layout Shift
320 msTotal Blocking Time

Loading

288 msFirst Paint
8.234 sFully Loaded
165 msMax Potential FID

Page weight & requests

2.0 MBTotal transfer size
5.1 MBTotal content size
77Requests

CPU

6Long tasks
1.846 sLast long task at

Visual progress

267 msFirst Visual Change
309 msSpeed Index
267 msVisual Complete 85%
267 msVisual Complete 99%
4.500 sLast Visual Change
Screenshot
Run 3 · after page complete

Waterfall

First paintFCPLCPDOMContentLoadedDOM interactiveLoadRender-blockingRedirectError

Rendering

Run 3
0.000 s
0s1s2s3s4s

The red band on the timeline marks when the main thread was busy with long tasks: moments when the page could not paint or respond, however the video looks.

Download video

Filmstrip

40 frames

Use --filmstrip.showAll to show all filmstrips.

Frame at 0 ms
0 ms
0 %
Frame at 300 ms
300 ms
99 %
Frame at 400 ms
400 ms
99 %
Frame at 500 ms
500 ms
99 %
Frame at 600 ms
600 ms
99 %
Frame at 700 ms
700 ms
99 %
Frame at 800 ms
800 ms
99 %
Frame at 900 ms
900 ms
99 %
Frame at 1.000 s
1.000 s
99 %
Frame at 1.100 s
1.100 s
99 %
Frame at 1.200 s
1.200 s
99 %
Frame at 1.300 s
1.300 s
99 %
Frame at 1.500 s
1.500 s
99 %
Frame at 1.700 s
1.700 s
99 %
Frame at 1.900 s
1.900 s
99 %
Frame at 2.200 s
2.200 s
99 %
Frame at 2.300 s
2.300 s
99 %
Frame at 2.400 s
2.400 s
99 %
Frame at 2.500 s
2.500 s
99 %
Frame at 2.600 s
2.600 s
99 %
Frame at 2.700 s
2.700 s
99 %
Frame at 2.800 s
2.800 s
99 %
Frame at 2.900 s
2.900 s
99 %
Frame at 3.000 s
3.000 s
99 %
Frame at 3.100 s
3.100 s
99 %
Frame at 3.200 s
3.200 s
99 %
Frame at 3.300 s
3.300 s
99 %
Frame at 3.400 s
3.400 s
99 %
Frame at 3.500 s
3.500 s
99 %
Frame at 3.600 s
3.600 s
99 %
Frame at 3.700 s
3.700 s
99 %
Frame at 3.800 s
3.800 s
99 %
Frame at 3.900 s
3.900 s
99 %
Frame at 4.000 s
4.000 s
99 %
Frame at 4.100 s
4.100 s
99 %
Frame at 4.200 s
4.200 s
99 %
Frame at 4.300 s
4.300 s
99 %
Frame at 4.400 s
4.400 s
99 %
Frame at 4.500 s
4.500 s
100 %
Frame at 4.600 s
4.600 s
100 %

Click a frame to seek the video to that moment. The dot marks frames where the page changed visually.

Why was rendering delayed?

Rendering was not meaningfully delayed. First paint landed at 288 ms on a 94 ms first byte; the 2 render-blocking requests were done by 193 ms. The largest paint followed at 4.504 s.

Want to see how much CSS style-recalculation work delayed FCP and LCP, plus CPU long tasks? Run with --cpu.

Render blocking requests

2 requests · 75.1 KB

Blocking requests delay both paints: the browser renders nothing until they arrive, so they push First Contentful Paint and everything after it, including the largest paint (LCP). Requests that block the parser inside the body stall everything after them in the document. Load JavaScript with defer or async, and keep non-critical CSS off the critical path with media attributes. Bars show when each request loaded on a clock that runs to the last paint (the dashed line is FCP, the clock ends at LCP); the gap after the bars is style and layout work. Web fonts are context, not blockers: text renders invisible or in a fallback face while they load, so a font finishing after a paint is the classic reason text changed late.

RequestWhen it loadedTransferDownload
document
xelta.ai · TTFB 94 ms
90 ms
9.8 KB89 ms
css · xelta.ai
78 ms
74.1 KB78 ms
css · xelta.ai
60 ms
1013 B60 ms
LCP resource
image — downloaded by 4.249 s, rendered at 4.504 s
37 ms
1.9 KB37 ms
web font · xelta.ai
89 ms
47.8 KB89 ms
1.126 s2.252 s3.378 sFCP 288 msLCP 4.504 s

Coach

The coach helps you find performance problems on your web page using web performance best practice rules. And gives you advice on privacy and best practices. Tested using Coach-core version 9.2.1.

Performance advice

78
3 errors8 warnings3 info
warn(0)Avoid using Google Tag Manager.googleTagManager

The page is using Google Tag Manager, this is a performance risk since non-tech users can add JavaScript to your page.

Google Tag Manager makes it possible for non tech users to add scripts to your page that will downgrade performance.

error(0)Have a fast largest contentful paintlargestContentfulPaint

Largest contentful paint is poor 4.504 s. It is in the Google Web Vitals poor range, slower than 4 seconds.

Largest contentful paint is one of Google Web Vitals and reports the render time of the largest image or text block visible within the viewport, relative to when the page first started loading. To be fast according to Google, it needs to render before 2.5 seconds and results over 4 seconds is poor performance.

Offenders
warn(0)Avoid CPU Long TaskslongTasks

The page has 6 CPU long tasks with the total of 620 ms. The total blocking time is 320 ms . However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. Use Geckoprofiler for Firefox or Chromes tracelog to debug your long tasks.

Long CPU tasks locks the thread. To the user this is commonly visible as a "locked up" page where the browser is unable to respond to user input; this is a major source of bad user experience on the web today. However the CPU Long Task is depending on the computer/phones actual CPU speed, so you should measure this on the same type of the device that your user is using. To debug you should use the Chrome timeline log and drag/drop it into devtools or use Firefox Geckoprofiler.

Offenders
  • self
  • self
  • self
  • self
  • self
  • self
warn(0)Total JavaScript size shouldn't be too bigjavascriptSize

The total JavaScript transfer size is 1.1 MB and the uncompressed size is 3.8 MB. This is totally crazy! There is really room for improvement here.

A lot of JavaScript often means you are downloading more than you need. How complex is the page and what can the user do on the page? Do you use multiple JavaScript frameworks?

Offenders
URLTransferContent
https://www.googletagmanager.com/gtag/js?id=G-CPG3NLBKHP183.2 KB554.6 KB
https://xelta.ai/_next/static/chunks/0~.kv2-e_~_9s.js5.2 KB16.6 KB
https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e178179150949611.3 KB30.9 KB
https://xelta.ai/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js4.1 KB12.0 KB
https://xelta.ai/_next/static/chunks/0~gibj~nzcjm-.js13.1 KB41.4 KB
https://xelta.ai/_next/static/chunks/0t~dpv9j7jqud.js46.9 KB207.4 KB
https://xelta.ai/_next/static/chunks/04-plfzdhgmwr.js13.1 KB45.2 KB
https://xelta.ai/_next/static/chunks/167e01xov.d6c.js9.6 KB36.6 KB
https://xelta.ai/_next/static/chunks/0yqwwcf~t353..js7.3 KB30.9 KB
https://xelta.ai/_next/static/chunks/02fvhu.~ed9tm.js43.6 KB140.7 KB
https://xelta.ai/_next/static/chunks/0i-plj_xxaw8z.js4.0 KB7.1 KB
https://xelta.ai/_next/static/chunks/0c~3imfj5dt7b.js21.0 KB63.9 KB
https://xelta.ai/_next/static/chunks/0z-_2f64bjoju.js12.5 KB35.3 KB
https://xelta.ai/_next/static/chunks/138ifvdeqtp45.js7.7 KB20.3 KB
https://xelta.ai/_next/static/chunks/06e425a78ll4h.js19.4 KB62.0 KB
https://xelta.ai/_next/static/chunks/08vhp3.h~c4ew.js17.2 KB58.1 KB
https://xelta.ai/_next/static/chunks/150ht8n--uthk.js9.2 KB31.3 KB
https://xelta.ai/_next/static/chunks/0fg44qzichqiw.js42.0 KB142.6 KB
https://xelta.ai/_next/static/chunks/0kc5itym_8jof.js15.8 KB63.5 KB
https://xelta.ai/_next/static/chunks/026wu3uvh-5u1.js14.9 KB44.3 KB
https://xelta.ai/_next/static/chunks/0.4x.j3tu010_.js7.8 KB21.3 KB
https://xelta.ai/_next/static/chunks/0416tl3sj0yyp.js8.5 KB34.6 KB
https://xelta.ai/_next/static/chunks/0fb..7m5fmuc_.js10.0 KB27.9 KB
https://xelta.ai/_next/static/chunks/0cpia5tq-b22v.js16.4 KB60.6 KB
https://xelta.ai/_next/static/chunks/13ee4mpgt8ag..js9.9 KB25.7 KB
https://xelta.ai/_next/static/chunks/144c003qaudkf.js10.7 KB37.2 KB
https://xelta.ai/_next/static/chunks/0zqqteuv74m7v.js10.8 KB29.0 KB
https://xelta.ai/_next/static/chunks/05coj-m~qtcs0.js8.8 KB24.5 KB
https://xelta.ai/_next/static/chunks/turbopack-0w~h7j_8l4dqd.js6.6 KB19.5 KB
https://xelta.ai/_next/static/chunks/15_v~jewnj0mv.js10.2 KB45.5 KB
https://xelta.ai/_next/static/chunks/0y0ijhqmszjlv.js70.7 KB225.2 KB
https://xelta.ai/_next/static/chunks/0vh93s1co9ess.js41.7 KB148.7 KB
https://xelta.ai/_next/static/chunks/16~qkdybp3eg6.js13.2 KB40.4 KB
https://connect.facebook.net/en_US/fbevents.js108.4 KB398.1 KB
https://xelta.ai/_next/static/chunks/09fd8fwgr2hsh.js82.0 KB270.4 KB
https://xelta.ai/_next/static/chunks/0a41ov9xoezkw.js2.9 KB6.2 KB
https://xelta.ai/_next/static/chunks/0oyzftal04ylp.js35.5 KB108.7 KB
https://xelta.ai/_next/static/chunks/0n.g2w7wguhv3.js9.7 KB28.3 KB
https://xelta.ai/_next/static/chunks/0uwndjb.d5fwx.js31.5 KB114.2 KB
https://xelta.ai/_next/static/chunks/0oxjj2cw4l~r1.js4.1 KB7.2 KB
https://us-assets.i.posthog.com/array/phc_tafs3TRoGdYdr8ar4Qrx2YD5kXgsSTDNWbMHDwMSwRno/config.js812 B794 B
https://connect.facebook.net/signals/config/1941936199799107.../194193619979910763.0 KB262.3 KB
https://us-assets.i.posthog.com/static/surveys.js?v=1.411.032.9 KB96.3 KB
https://xelta.ai/_next/static/chunks/07fg20z5gp6xs.js9.7 KB32.3 KB
https://xelta.ai/_next/static/chunks/0ltjyj-xdme9k.js14.8 KB42.1 KB
warn(20)Avoid extra requests by setting cache headerscacheHeaders

The page has 8 requests that are missing a cache time. Configure a cache time so the browser doesn't need to download them every time. It will save 10.2 kB the next access.

The easiest way to make your page fast is to avoid doing requests to the server. Setting a cache header on your server response will tell the browser that it doesn't need to download the asset again during the configured cache time! Always try to set a cache time if the content doesn't change for every request.

Offenders
warn(50)Total CSS size shouldn't be too bigcssSize

The total CSS transfer size is 76.9 kB and uncompressed size is 579.3 kB. That is big and the CSS could most probably be smaller.

Delivering a massive amount of CSS to the browser is not the best thing you can do, because it means more work for the browser when parsing the CSS against the HTML and that makes the rendering slower. Try to send only the CSS that is used on that page. And make sure to remove CSS rules when they aren't used anymore.

Offenders
URLTransferContent
https://xelta.ai/_next/static/chunks/0jy_.zfiek.5_.css74.1 KB563.7 KB
https://xelta.ai/_next/static/chunks/08ak-dq81l91~.css1013 B2.0 KB
infoThe favicon should be small and cacheablefavicon

The favicon size is 663.8 kB bytes. That's quite big, can you make it smaller?

It is easy to make the favicon big but please avoid doing that, because every browser will then perform an unnecessarily large download. And make sure the cache headers are set for a long time for the favicon. It is easy to miss since it's another content type.

Offenders
warn(70)Apply the right priority hints to the LCP imagelcpImageHints

The LCP image is missing fetchpriority="high". Adding it tells the browser to fetch the image with high priority instead of the default heuristic (which often deprioritises hero images that are loaded after the HTML has been parsed).

When the Largest Contentful Paint element is an image, the browser priority hints applied to that element directly affect the LCP metric. The image must NOT be loading="lazy" (that defers the fetch until near-viewport, which is the opposite of what an LCP image needs) and SHOULD be fetchpriority="high" (so the browser fetches it with high priority instead of guessing). https://web.dev/articles/fetch-priority

Offenders
  • <img alt="AI Avatar" draggable="false" width="80" height="80" decoding="async" data-nimg="1" class="w-full h-full object-cover pointer-events-none" srcset="/_next/image?url=%2Fchatboard%2Favtar.png&amp;w=96&amp;q=75 1x, /_next/image?url=%2Fchatboard%2Favtar.png&amp;w=256&amp;q=75 2x" src="/_next/image?url=%2Fchatboard%2Favtar.png&amp;w=256&amp;q=75" style="color: transparent;">
error(80)Avoid missing and error requestsresponseOk

The page has 2 error responses. The page has 1 response with code 401. The page has 1 response with code 404.

Your page should never request assets that return a 400 or 500 error. These requests are never cached. If that happens something is broken. Please fix it.

Offenders
infoLong cache headers is goodcacheHeadersLong
infoMake each CSS response smalloptimalCssSize

https://xelta.ai/_next/static/chunks/0jy_.zfiek.5_.css size is 75.8 kB (75840) and that is bigger than the limit of 25 kB. Try to keep each CSS response under 25 kB.

Render-blocking CSS holds up the first paint until it has fully downloaded, parsed and applied, so smaller CSS files mean a faster start. Split your CSS into a small critical bundle inlined or eagerly loaded, with the rest lazy-loaded.

Offenders
URLTransferContent
https://xelta.ai/_next/static/chunks/0jy_.zfiek.5_.css74.1 KB563.7 KB
warn(90)Don't use private headers on static contentprivateAssets

The page has 1 request with private headers. Make sure that the assets really should be private and only used by one user. Otherwise, make it cacheable for everyone.

If you set private headers on content, that means that the content are specific for that user. Static content should be able to be cached and used by everyone. Avoid setting the cache header to private.

Offenders
warn(95)Inline CSS for faster first renderinlineCss

The page has both inline CSS and CSS requests even though it uses a HTTP/2-ish connection. If you have many users on slow connections, it can be better to only inline the CSS. Run your own tests and check the waterfall graph to see what happens.

In the early days of the Internet, inlining CSS was one of the ugliest things you can do. That has changed if you want your page to start rendering fast for your user. Always inline the critical CSS when you use HTTP/1 and HTTP/2 (avoid doing CSS requests that block rendering) and lazy load and cache the rest of the CSS. It is a little more complicated when using HTTP/2. Does your server support HTTP push? Then maybe that can help. Do you have a lot of users on a slow connection and are serving large chunks of HTML? Then it could be better to use the inline technique, becasue some servers always prioritize HTML content over CSS so the user needs to download the HTML first, before the CSS is downloaded.

error(99)Avoid using incorrect mime typesmimeTypes

The page has 1 misconfigured mime type.

It's not a great idea to let browsers guess content types (content sniffing), in some cases it can actually be a security risk.

Offenders

Best practice advice

91
1 warning2 info
infoAvoid unnecessary headersunnecessaryHeaders

There are 1 response that sets a p3p header. There are 3 responses that sets both a max-age and expires header. There are 6 responses that sets a pragma no-cache header (that is a request header). There are 73 responses that sets a server header.

Do not send headers that you don't need. We look for p3p, cache-control and max-age, pragma, server and x-frame-options headers. Have a look at Andrew Betts - Headers for Hackers talk as a guide https://www.youtube.com/watch?v=k92ZbrY815c or read https://www.fastly.com/blog/headers-we-dont-want.

Offenders
warn(50)Avoid too many third party requeststhirdParty

The page do 27% requests to third party domains (21 requests and 412.8 kB). First party is 56 requests and 1.7 MB. The regex .*xelta.* was used to calculate first/third party requests.

Do not load most of your content from third party URLs.

infoDo not send too long headerslongHeaders

https://xelta.ai/cdn-cgi/rum? has a header report-to that is 607 characters long. https://connect.face...en_US/fbevents.js has a header content-security-policy that is 1344 characters long. https://connect.face...en_US/fbevents.js has a header content-security-policy-report-only that is 1415 characters long. https://connect.face...en_US/fbevents.js has a header permissions-policy that is 874 characters long. https://pmt.xelta.ai/api/public/plans has a header report-to that is 616 characters long. https://connect.face.../1941936199799107 has a header content-security-policy that is 1344 characters long. https://connect.face.../1941936199799107 has a header content-security-policy-report-only that is 1415 characters long. https://connect.face.../1941936199799107 has a header permissions-policy that is 874 characters long.

Do not send response headers that are too long.

Offenders

Privacy advice

66
6 warnings2 info
warn(0)Avoid using Google Analyticsga

The page is using Google Analytics meaning you share your users private information with Google. You should use analytics that care about user privacy, something like https://matomo.org.

Google Analytics share private user information with Google that your user hasn't agreed on sharing.

warn(0)Avoid embedding services from surveillance capitalist companiessurveillance

The page embeds 3 resources from companies that profit from user surveillance. Consider privacy-respecting alternatives.

Embedding scripts or iframes from companies whose business model is surveillance capitalism (Google, Facebook, etc.) leaks detailed user data on every page view, often before the user has had a chance to consent. See https://en.wikipedia.org/wiki/Surveillance_capitalism for background. Prefer privacy-respecting alternatives where possible.

Offenders
warn(0)Use a strict Content-Security-Policy header to mitigate cross-site scripting (XSS) attacks.contentSecurityPolicyHeader

Set a Content-Security-Policy header to mitigate cross-site scripting attacks. You can start with a Content-Security-Policy-Report-Only header, which only reports violations rather than blocking them.

A Content-Security-Policy response header tells the browser which sources of script, style, and other content are allowed. The most effective form is a strict CSP using nonces or hashes together with strict-dynamic; the worst is a missing header, with unsafe-inline and unsafe-eval close behind. https://web.dev/articles/strict-csp

Offenders
infoSet a Cross-Origin-Embedder-Policy header so cross-origin subresources opt in to being embedded.crossOriginEmbedderPolicyHeader

Set a Cross-Origin-Embedder-Policy header (typically require-corp or credentialless) on the document response to control cross-origin embedding.

Cross-Origin-Embedder-Policy (COEP) makes the page refuse to load cross-origin subresources unless they explicitly opt in via CORP or CORS. Together with Cross-Origin-Opener-Policy it puts the page in a cross-origin isolated context, which mitigates cross-window side-channel attacks (Spectre) and unlocks high-resolution timers and SharedArrayBuffer. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Embedder-Policy

Offenders
warn(0)Set a Cross-Origin-Opener-Policy header to isolate the page from cross-origin windows.crossOriginOpenerPolicyHeader

Set a Cross-Origin-Opener-Policy header (typically same-origin) on the document response to isolate the page from cross-origin windows.

Cross-Origin-Opener-Policy (COOP) lets a page sever its window-group ties to cross-origin documents that opened it or that it opens. Together with Cross-Origin-Embedder-Policy it puts the page in a cross-origin isolated context, which mitigates cross-window side-channel attacks (Spectre) and unlocks high-resolution timers and SharedArrayBuffer. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Opener-Policy

Offenders
infoSet a Cross-Origin-Resource-Policy header to limit who may embed the page.crossOriginResourcePolicyHeader

Set a Cross-Origin-Resource-Policy header (same-origin, same-site or cross-origin) on the document response to limit who may embed it.

Cross-Origin-Resource-Policy (CORP) is a per-response opt-in that tells the browser which origins are allowed to embed the resource. It blocks cross-origin or cross-site no-cors embedding (img, script, iframe, etc.) and is one of the building blocks of cross-origin isolation. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cross-Origin-Resource-Policy

Offenders
warn(0)Set a Permissions-Policy header to control which browser features the page can use.permissionsPolicyHeader

Set a Permissions-Policy header to control which browser features the page can use.

The Permissions-Policy response header (the successor to Feature-Policy) lets a site explicitly opt in or out of powerful browser features such as camera, microphone, geolocation, payment and clipboard. Setting a strict policy reduces the attack surface and limits what embedded third parties can do. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Permissions-Policy

Offenders
warn(0)Do not share user data with third parties.thirdPartyPrivacy

The page has 16% requests that are 3rd party (12 requests with a size of 376.6 kB). The page also have request to companies that harvest data from users and do not respect users privacy (see https://en.wikipedia.org/wiki/Surveillance_capitalism). The page do 1 tag-manager request and uses 1 tag-manager tool. The page do 9 survelliance requests and uses 5 survelliance tools. The page do 9 surveillance requests and uses 5 surveillance tools. The page do 2 utility requests and uses 2 utility tools. The page do 2 social requests and uses 1 social tool. The page do 4 analytics requests and uses 1 analytics tool. The page do 1 ad request and uses 1 ad tool.

Using third party requests shares user information with that third party. Please avoid that! The project https://github.com/patrickhulce/third-party-web is used to categorize first/third party requests.

Offenders

Page info

A snapshot of what the browser actually built for this page: the document, how big and deep the DOM tree is and what it kept in storage. Big, deep trees are slower to style and lay out, so the counts Chrome warns about carry a flag.

Page info

Document

What the page says it is and how large it rendered.

TitleAI Lords Creator - Generate Stories with AI | XeltaThe document title, shown in the browser tab and used by search results.
Layout viewport1365 × 620 pxThe width the page laid out at, and the full height of the rendered document.

DOM structure

How much markup the browser has to build, style and lay out.

DOM elements141Total HTML elements. Fewer means less for the browser to style, lay out and paint.
Avg DOM depth3How deeply elements are nested on average.
Max DOM depth5The deepest nesting on the page. Deep branches cost more style recalculation.
Iframes0No embedded documents on this page.
Script tags67Number of script elements. More scripts usually means more main-thread work.

Storage and connection

What the page stored on the client, and the network it was tested on.

Local storage1.4 KBData the page saved in localStorage, kept across visits.
Session storage269 BData kept in sessionStorage for this tab session only.
Connection type4GWhat the Network Information API reported for the test connection.

Resource hints

2 hints
dns-prefetch
  • https://media.xelta.ai/
preconnect
  • https://media.xelta.ai/

Technologies used to build the page

Data collected using Coach-core version 9.2.1. With updated code from Webappanalyzer 2026-05-04. Use --browsertime.firefox.includeResponseBodies html or --browsertime.chrome.includeResponseBodies html to help Wappalyzer find more information about technologies used.

Detected technologies

10 technologies

Third-party tools

17 tools

Data collected using Third Party Web version 0.29.2.

Tag-manager
  • Google Tag Manager
Survelliance
  • Google Tag Manager
  • Facebook
  • Google Analytics
  • Google/Doubleclick Ads
  • Other Google APIs/SDKs
Surveillance
  • Google Tag Manager
  • Facebook
  • Google Analytics
  • Google/Doubleclick Ads
  • Other Google APIs/SDKs
Utility
  • Cloudflare
  • Other Google APIs/SDKs
Social
  • Facebook
Other
  • Amazon Web Services
Analytics
  • Google Analytics
Ad
  • Google/Doubleclick Ads

Visual Metrics

Visual milestones

all times from navigation start
Speed Index0.31 show quickly the page looked done
First Visual Change0.27 sfirst paint reaches the screen
Last Visual Change4.50 sscreen stops changing · 4.23 s after first
≥99%
0.27 sFirst Visual Change · Visual Complete 85% · Visual Complete 95% · Visual Complete 99%
Last Visual Change4.50 s
Visual Readiness4.23 s· first to last change
01.0 s2.0 s3.0 s4.0 s
Content milestones
Perception index
Visual progress
Visual progress at 0 s0.0s
Visual progress at 0.8 s0.8s
Visual progress at 1.3 s1.3s
Visual progress at 2.4 s2.4s
Visual progress at 2.9 s2.9s
Visual progress at 3.5 s3.5s
Visual progress at 4 s4.0s
Visual progress at 4.6 s4.6s
FCP0.29s
LCP4.50s
VC850.27s
Long tasks
0.0s0.9s1.8s2.8s3.7s4.6s

Google Web Vitals

94 msTTFB
Good
320 msTBT
Needs improvement

Largest Contentful Paint

When the page main content is rendered, collected via the Largest Contentful Paint API. Read more about Largest Contentful Paint.

4.504 sLCP render time

Phase breakdown

  • TTFB94 ms
  • Resource load delay4.125 s
  • Resource load duration38 ms
  • Element render delay247 ms

Element

Element type
<img>
Size (w × h)
4512
URL
https://xelta.ai/_ne...ta.ai/_next/image
Load time
4.485 s

DOM path

body > div#app-root > button > img
LCP

The LCP element is highlighted in the screenshot. If nothing is highlighted the element was removed before the screenshot or the LCP API couldn't find it.

The Largest Contentful Paint API matched this image:

LCP element

Cumulative Layout Shift

How much the page's content shifts as it loads, collected via the Cumulative Layout Shift API.

0.000cumulative layout shift score

No layout shifts were detected on this page.

Browser Metrics

Navigation Timing
Extra timings

Server timings

Timing data the server chose to expose through Server-Timing response headers on the main document — typically backend time, cache status or experiment flags.

Server timings

3 entries
NameDurationDescription
cfCacheStatus0 msDYNAMIC
cfEdge4 ms
cfOrigin34 ms

Custom metrics collected through JavaScript

There are no custom configured scripts.

Extra metrics collected using scripting

There are no custom extra metrics from scripting.

Chrome internal metrics (CDP)33
Audio handlers0
Audio worklet processors0
Documents6
Frames7
JS event listeners448
Layout objects24
Media key sessions0
Media keys0
Nodes467
Resources81
Context lifecycle state observers72
V8 per context datas4
Worker global scopes0
Uacss resources0
Rtc peer connections0
Resource fetchers6
Ad subframes0
Detached script states2
Array buffer contents38
Layout count4
Recalc style count19
Layout duration1
Recalc style duration22
Dev tools command duration10
Script duration831
V8 compile duration3
Task duration1813
Task other duration946
Thread time2
Process time3
JS heap used size17547052
JS heap total size23621632
First meaningful paint286

PageXray

How the page is built.

HTTP versionHTTP/2.0
Total requests77
Total domains14
Transfer size2.0 MB
Content size5.1 MB
Missing compression0

Main document

status 200 · 0 redirects

https://xelta.ai/flow/ai-lords/autopilot

HeaderValue
alt-svch3=":443"; ma=86400
cache-controls-maxage=50, stale-while-revalidate=31535950
cf-cache-statusDYNAMIC
cf-raya27ca69ff866979f-DEL
content-encodingbr
content-typetext/html; charset=utf-8
dateSat, 08 Aug 2026 07:01:37 GMT
expect-ctmax-age=86400, enforce
nel{"report_to":"cf-nel","success_fraction":0.0,"max_age":604800}
referrer-policysame-origin strict-origin-when-cross-origin
report-to{"group":"cf-nel","max_age":604800,"endpoints":[{"url":"https://a.nel.cloudflare.com/report/v4?s=1vf1m1hFLcbljZC6ijZESFqClJcEoDViOLML5jdKwhdir9vByZXeA8XACkRTBa0zwlQiJSGzb7T4bIABbq9SM4PDYARWDtTD8EJE0%2F8ZgdaPdPDbXl2uEBWx"}]}
servercloudflare
server-timingcfCacheStatus;desc="DYNAMIC" cfEdge;dur=4,cfOrigin;dur=34
speculation-rules"/cdn-cgi/speculation"
strict-transport-securitymax-age=31536000; includeSubDomains; preload
varyrsc, next-router-state-tree, next-router-prefetch, next-router-segment-prefetch, Accept-Encoding
x-content-type-optionsnosniff
x-frame-optionsSAMEORIGIN
x-nextjs-cacheSTALE
x-nextjs-prerender1
x-nextjs-stale-time300
x-xss-protection1; mode=block

Response codes

200
6077.9%
202
67.8%
204
911.7%
401
11.3%
404
11.3%

Largest assets on the page (by transfer size)

Top 20 of 77

Requests and sizes per content type

9 types

Transfer size2.0 MB

  • javascript53.8%
  • favicon31.1%
  • image8.3%
  • css3.6%
  • font2.3%
  • html0.47%
  • json0.23%
  • plain0.18%
  • other0.02%

Content size5.1 MB

  • javascript71.2%
  • favicon12.7%
  • css10.7%
  • image3.2%
  • html1.2%
  • font0.90%
  • json0.07%
  • other0.00%
  • plain0.00%

Requests75

  • javascript60.0%
  • plain17.3%
  • image6.7%
  • json5.3%
  • other4.0%
  • css2.7%
  • html1.3%
  • font1.3%
  • favicon1.3%
ContentHeader SizeTransfer SizeContent SizeRequests
html0 b9.8 KB62.5 KB1
css0 b75.1 KB565.7 KB2
javascript0 b1.1 MB3.7 MB45
image0 b173.0 KB169.9 KB5
font0 b47.8 KB47.3 KB1
favicon0 b648.3 KB668.8 KB1
other0 b475 B151 B3
json0 b4.8 KB3.5 KB4
plain0 b3.8 KB12 B13
Total0 b2.0 MB5.1 MB75

Data per domain

14 domains
DomainTotal download timeTransfer SizeContent SizeRequests
xelta.ai9.948 s1.6 MB3.8 MB51
www.googletagmanager.com385 ms183.2 KB554.6 KB1
static.cloudflareinsights.com153 ms11.3 KB30.9 KB1
connect.facebook.net313 ms171.5 KB660.4 KB2
seob.xelta.ai812 ms244 B28 B1
pmt.xelta.ai1.374 s2.8 KB2.3 KB3
vygxif9kfe.execute-api.ap-south-1.amazonaws.com261 ms843 B55 B2
www.google-analytics.com377 ms56 B0 b2
analytics.google.com365 ms56 B0 b2
stats.g.doubleclick.net145 ms553 B0 b1
www.google.co.in152 ms408 B42 B1
us-assets.i.posthog.com108 ms33.7 KB97.1 KB2
cms-b.xelta.ai146 ms820 B43 B1
telemetry.matchbestsoftware.online390 ms1.7 KB12 B7

Expires & last-modified statistics

typeminmedianmax
Expires0 seconds1 year1 year
Last modified3 minutes3 days7 weeks

Requests loaded after onLoad event

38 requests

Includes requests done after load event end.

ContentTransfer SizeRequests
html0 b0
css0 b0
javascript395.2 KB12
image173.0 KB5
font0 b0
favicon648.3 KB1
plain3.8 KB13
json3.6 KB3
other0 b2
Total1.2 MB38

Requests loaded after onContentLoad

38 requests

Includes requests done after DOM content loaded.

ContentTransfer SizeRequests
html0 b0
css0 b0
javascript395.2 KB12
image173.0 KB5
font0 b0
favicon648.3 KB1
plain3.8 KB13
json3.6 KB3
other0 b2
Total1.2 MB38

Third party

Third party requests categorised by Third party web version 0.29.2.

Third-party requests21
Tools7
Categories7

Categories

7 categories

Requests by category21

  • survelliance9 req · 5 tools42.9%
  • analytics4 req · 1 tool19.0%
  • utility2 req · 2 tools9.5%
  • social2 req · 1 tool9.5%
  • other2 req · 1 tool9.5%
  • tag-manager1 req · 1 tool4.8%
  • ad1 req · 1 tool4.8%

Third party requests and tools

7 categories
tag-managerGoogle Tag Manager1 requests · 1 tool
survellianceGoogle Tag ManagerFacebookGoogle Analytics+ 2 more9 requests · 5 tools
utilityCloudflareOther Google APIs/SDKs2 requests · 2 tools
socialFacebook2 requests · 1 tool
otherAmazon Web Services2 requests · 1 tool
analyticsGoogle Analytics4 requests · 1 tool
adGoogle/Doubleclick Ads1 requests · 1 tool

Unmatched third party domains

2 domains

Domains that didn't match any tool in Third party web. If you are sure they are third party domains, please do a PR to that project. You can also fine tune the list using --firstParty.

  • us-assets.i.posthog.com
  • telemetry.matchbestsoftware.online

First party vs third party

56 first · 21 third party

Transfer size2.0 MB

  • First party1.6 MB80.7%
  • Third party403.1 KB19.3%

Content size5.1 MB

  • First party3.8 MB74.5%
  • Third party1.3 MB25.5%

Requests77

  • First party5672.7%
  • Third party2127.3%

First party requests and sizes per content type

56 requests

Calculated using .*xelta.* (use --firstParty to configure).

ContentHeader SizeTransfer SizeContent SizeRequests
html0 b9.8 KB62.5 KB1
css0 b75.1 KB565.7 KB2
javascript0 b721.8 KB2.4 MB39
image0 b172.6 KB169.8 KB4
font0 b47.8 KB47.3 KB1
favicon0 b648.3 KB668.8 KB1
other0 b475 B151 B2
json0 b4.8 KB3.5 KB4
plain0 b1.5 KB0 b1
TotalN/A1.6 MB3.8 MB56

Third party requests and sizes per content type

21 requests
ContentHeader SizeTransfer SizeContent SizeRequests
html0 b0 b0 b0
css0 b0 b0 b0
javascript0 b399.6 KB1.3 MB6
image0 b408 B42 B1
font0 b0 b0 b0
favicon0 b0 b0 b0
other0 b0 b0 b1
plain0 b2.3 KB12 B12
TotalN/A403.1 KB1.3 MB21