Page summary

https://xelta.ai/ai-studio/xelta-prism/output-format

Tested 2026-08-08 05:52:16 using Chrome 150.0.7871.46 (runtime settings)

SummaryWaterfallMetricsRenderingCoachPageXrayCPUThird party

This page is visually stable, but slow to paint, janky to interact with, loose on best practices and weak on user privacy.

71 / 100
Coach overall
70 / 100
Performance
86 / 100
Best practice
66 / 100
Privacy

How it loaded →

0 → 5.229 s · median run
Frame at 0 ms
start
Frame at 1100 ms
1.100 s
Frame at 2300 ms
2.300 s
Frame at 3300 ms
3.300 s
Frame at 3900 ms
3.900 s
Frame at 4500 ms
Complete4.500 s
773 ms
First Visual Change
2.549 s
Speed Index
5.066 s
Visual Complete 85%
5.229 s
Last Visual Change
TTFB123 msLCP4.132 sTBT1.051 sCLS0.07

What to act on · top recommendations

Avoid using Google Tag Manager.

0 / 100

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

Have a fast largest contentful paint

0 / 100

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

Avoid CPU Long Tasks

0 / 100

The page has 14 CPU long tasks with the total of 2.037 s. The total blocking time is 1.051 s and 1 long task before first contentful paint with total time of 336 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.

Google Web Vitals

min · median · mean · max of 3 runs
MetricMinMedianMeanMaxRuns agree?
Time To First Byte (TTFB)113 ms123 ms160 ms244 msruns disagree ±53%
Largest Contentful Paint (LCP)3.576 s4.132 s4.321 s5.256 sruns disagree ±20%
Cumulative Layout Shift (CLS)0.06770.06770.06980.0739stable ±5%

Visual Metrics

min · median · mean · max of 3 runs
MetricMinMedianMeanMaxRuns agree?
First visual change268 ms773 ms725 ms1.133 sruns disagree ±56%
Last visual change4.403 s5.229 s5.422 s6.633 sruns disagree ±21%
Speed index2.462 s2.549 s2.566 s2.688 sstable ±4%
Visual readiness3.630 s4.961 s4.697 s5.500 sruns disagree ±19%
Visual complete 854.269 s5.066 s4.810 s5.095 svaries ±8%
Visual complete 954.403 s5.229 s5.422 s6.633 sruns disagree ±21%
Visual complete 994.403 s5.229 s5.422 s6.633 sruns disagree ±21%

CPU

min · median · mean · max of 3 runs
MetricMinMedianMeanMaxRuns agree?
Total Blocking Time652 ms1.051 s1.038 s1.410 sruns disagree ±36%
Max Potential FID216 ms269 ms284 ms366 msruns disagree ±28%
CPU long tasks 11141521runs disagree ±36%
CPU last long task happens at4.599 s5.157 s5.367 s6.344 sruns disagree ±17%

More metrics

min · median · mean · max of 3 runs
MetricMinMedianMeanMaxRuns agree?
First paint592 ms900 ms1.027 s1.588 sruns disagree ±55%
Load event end255 ms414 ms429 ms618 msruns disagree ±44%

Waterfall

Run 1 SpeedIndex median

First paintFCPLCPDOMContentLoadedDOM interactiveLoadRender-blockingRedirectError

Rendering

Run 1 · median
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

32 frames

Use --filmstrip.showAll to show all filmstrips.

Frame at 0 ms
0 ms
0 %
Frame at 400 ms
400 ms
0 %
Frame at 500 ms
500 ms
0 %
Frame at 800 ms
800 ms
11 %
Frame at 900 ms
900 ms
11 %
Frame at 1.000 s
1.000 s
34 %
Frame at 1.100 s
1.100 s
34 %
Frame at 1.200 s
1.200 s
34 %
Frame at 1.300 s
1.300 s
34 %
Frame at 1.500 s
1.500 s
34 %
Frame at 1.900 s
1.900 s
34 %
Frame at 2.100 s
2.100 s
34 %
Frame at 2.300 s
2.300 s
34 %
Frame at 2.600 s
2.600 s
34 %
Frame at 2.800 s
2.800 s
35 %
Frame at 2.900 s
2.900 s
51 %
Frame at 3.000 s
3.000 s
54 %
Frame at 3.100 s
3.100 s
64 %
Frame at 3.200 s
3.200 s
81 %
Frame at 3.300 s
3.300 s
81 %
Frame at 3.400 s
3.400 s
81 %
Frame at 3.500 s
3.500 s
81 %
Frame at 3.600 s
3.600 s
81 %
Frame at 3.700 s
3.700 s
80 %
Frame at 3.800 s
3.800 s
80 %
Frame at 3.900 s
3.900 s
80 %
Frame at 4.000 s
4.000 s
80 %
Frame at 4.100 s
4.100 s
80 %
Frame at 4.200 s
4.200 s
82 %
Frame at 4.300 s
4.300 s
88 %
Frame at 4.400 s
4.400 s
89 %
Frame at 4.500 s
4.500 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 900 ms on a 244 ms first byte; the 2 render-blocking requests were done by 334 ms and the remaining ~566 ms is style, layout and web-font loading. The largest paint followed at 4.132 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.0 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 244 ms
242 ms
26.6 KB241 ms
css · xelta.ai
68 ms
74.0 KB68 ms
css · xelta.ai
43 ms
1.1 KB43 ms
LCP resource
image — downloaded by 3.690 s, rendered at 4.132 s
52 ms
3.9 KB52 ms
web font · xelta.ai
78 ms
47.7 KB78 ms
02.066 s3.099 sFCP 900 msLCP 4.132 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

70
3 errors11 warnings4 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.132 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 14 CPU long tasks with the total of 2.037 s. The total blocking time is 1.051 s and 1 long task before first contentful paint with total time of 336 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
  • self
  • self
  • self
  • self
  • self
  • self
  • self
  • self
warn(0)Serve images in modern formats (AVIF, WebP)modernImageFormats

The page ships 1 image (out of 1) in JPEG/PNG/GIF without a modern alternative. Wrap them in a <picture> with a <source type="image/avif"> or "image/webp" before the legacy <img>, or serve modern formats from your image pipeline directly. AVIF and WebP usually deliver 25–50% smaller files at the same quality.

AVIF and WebP routinely deliver 25–50% smaller files than JPEG and PNG at the same perceived quality, and every browser version still under support understands at least one of them. Ship modern formats either through a <picture> element with <source type="image/avif"> / "image/webp" entries in front of the legacy <img>, or directly from a content-negotiating image pipeline that returns AVIF / WebP when the client accepts it. https://web.dev/articles/serve-images-webp

Offenders
warn(0)Avoid extra requests by setting cache headerscacheHeaders

The page has 25 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 81.7 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(0)Total JavaScript size shouldn't be too bigjavascriptSize

The total JavaScript transfer size is 1.3 MB and the uncompressed size is 4.5 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://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e178179150949611.3 KB30.9 KB
https://xelta.ai/_next/static/chunks/0~.kv2-e_~_9s.js5.4 KB16.6 KB
https://xelta.ai/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js4.4 KB12.0 KB
https://xelta.ai/_next/static/chunks/0gfe1jjduka-d.js102.0 KB379.1 KB
https://xelta.ai/_next/static/chunks/0shy0fwrbyxmt.js2.2 KB4.1 KB
https://xelta.ai/_next/static/chunks/0lvpde6cbyrh4.js3.1 KB6.4 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.4 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.js811 B794 B
https://connect.facebook.net/signals/config/1941936199799107.../194193619979910763.0 KB262.3 KB
https://xelta.ai/_next/static/chunks/0wqct_4nv9c_d.js10.2 KB35.8 KB
https://xelta.ai/_next/static/chunks/0.xma1o0r_dkq.js5.7 KB16.1 KB
https://xelta.ai/_next/static/chunks/0em246ik8iufs.js7.0 KB17.3 KB
https://xelta.ai/_next/static/chunks/07-wcp3u39z0m.js9.5 KB28.1 KB
https://xelta.ai/_next/static/chunks/16ft4gj-t-54p.js16.6 KB54.1 KB
https://us-assets.i.posthog.com/static/surveys.js?v=1.411.032.8 KB96.3 KB
https://xelta.ai/_next/static/chunks/0w8qh6-kxgcw8.js9.0 KB29.4 KB
https://xelta.ai/_next/static/chunks/0xsj0hmg6qvk~.js17.3 KB67.2 KB
https://xelta.ai/_next/static/chunks/0lyi3_t~230wk.js2.9 KB6.9 KB
https://xelta.ai/_next/static/chunks/04x15y-p~uxc6.js6.5 KB19.0 KB
https://xelta.ai/_next/static/chunks/0w6nua~niyqt~.js4.8 KB10.9 KB
https://xelta.ai/_next/static/chunks/0fy49f-w3rbpb.js3.9 KB8.5 KB
https://xelta.ai/_next/static/chunks/048asxh-q4weh.js1.8 KB2.2 KB
https://xelta.ai/_next/static/chunks/0kgoq_yln6h8_.js1.5 KB1.5 KB
https://xelta.ai/_next/static/chunks/038btpqj2t1fi.js14.6 KB47.9 KB
https://xelta.ai/_next/static/chunks/13m-jksl80a56.js9.0 KB29.1 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
https://xelta.ai/_next/static/chunks/0t~dpv9j7jqud.js46.9 KB207.4 KB
https://xelta.ai/_next/static/chunks/04sd~m_43sg~x.js5.1 KB14.1 KB
warn(0)Total page size shouldn't be too bigpageSize

The page total transfer size is 3.1 MB, which is more than the coach limit of 3 MB. That is really big and you need to make it smaller.

Avoid having pages that have a transfer size over the wire of more than 3 MB (desktop) and 2 MB (mobile) because heavy pages hurt performance and are expensive for users on metered connections. Reference: HTTP Archive median page weight in 2024 was around 2.7 MB desktop / 2.4 MB mobile, so this rule fires when a page is above the modern median.

Offenders
URLTransferContent
https://xelta.ai/ai-studio/xelta-prism/output-format26.6 KB226.4 KB
https://xelta.ai/cdn-cgi/speculation452 B151 B
https://xelta.ai/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff247.7 KB47.3 KB
https://xelta.ai/_next/static/chunks/0jy_.zfiek.5_.css74.0 KB563.7 KB
https://xelta.ai/_next/static/chunks/08ak-dq81l91~.css1.1 KB2.0 KB
https://www.googletagmanager.com/gtag/js?id=G-CPG3NLBKHP183.2 KB554.6 KB
https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e178179150949611.3 KB30.9 KB
https://xelta.ai/_next/image?url=%2Ficons%2Flogo1.png&w=32&q=751.4 KB924 B
https://xelta.ai/_next/static/chunks/0~.kv2-e_~_9s.js5.4 KB16.6 KB
https://xelta.ai/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js4.4 KB12.0 KB
https://xelta.ai/manifest.json1.1 KB1.2 KB
https://xelta.ai/_next/static/chunks/0gfe1jjduka-d.js102.0 KB379.1 KB
https://xelta.ai/_next/static/chunks/0shy0fwrbyxmt.js2.2 KB4.1 KB
https://xelta.ai/_next/static/chunks/0lvpde6cbyrh4.js3.1 KB6.4 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.4 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://xelta.ai/_next/image...ta.ai/_next/image42.8 KB42.1 KB
https://xelta.ai/_next/image...ta.ai/_next/image26.7 KB25.9 KB
https://xelta.ai/_next/image...ta.ai/_next/image21.2 KB20.5 KB
https://xelta.ai/_next/image...ta.ai/_next/image40.1 KB38.4 KB
https://xelta.ai/_next/image...ta.ai/_next/image20.0 KB19.3 KB
https://xelta.ai/_next/image...ta.ai/_next/image27.4 KB26.6 KB
https://xelta.ai/_next/image?url=%2Ficons%2Flogo1.png&w=48&q=751.8 KB1.1 KB
https://xelta.ai/_next/image?url=%2Ffooter%2Fandroid.webp&w=96&q=754.1 KB3.4 KB
https://xelta.ai/_next/image?url=%2Ffooter%2Fios.webp&w=96&q=754.1 KB3.4 KB
https://xelta.ai/cdn-cgi/rum?571 B0 b
https://xelta.ai/icons/favicon.ico648.3 KB668.8 KB
https://xelta.ai/icons/apple-touch-icon.png56.9 KB56.2 KB
https://connect.facebook.net/en_US/fbevents.js108.4 KB398.1 KB
https://seob.xelta.ai/api/page/%2Fai-studio%2Fxelta-prism%2Foutput-format244 B28 B
https://pmt.xelta.ai/api/public/plans1.2 KB977 B
https://pmt.xelta.ai/api/public/pricing0 b0 b
https://xelta.ai/_next/static/chunks/09fd8fwgr2hsh.js82.0 KB270.4 KB
https://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/track0 b0 b
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://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/track843 B55 B
https://xelta.ai/_next/static/chunks/0oxjj2cw4l~r1.js4.1 KB7.2 KB
https://pmt.xelta.ai/api/public/pricing823 B1.3 KB
https://www.google-analytics.com/g/collect...ics.com/g/collectN/A0 b
https://analytics.google.com/g/collect...gle.com/g/collectN/A0 b
https://stats.g.doubleclick.net/g/collect...ick.net/g/collect553 B0 b
https://www.google.co.in/ads/ga-audiences.../ads/ga-audiences408 B42 B
https://us-assets.i.posthog.com/array/phc_tafs3TRoGdYdr8ar4Qrx2YD5kXgsSTDNWbMHDwMSwRno/config.js811 B794 B
https://telemetry.matchbestsoftware.online/faro/0 b0 b
https://cms-b.xelta.ai/api/maintenance820 B43 B
https://xelta.ai/icons/favicon-32x32.png56.9 KB56.2 KB
https://telemetry.matchbestsoftware.online/faro/286 B2 B
https://connect.facebook.net/signals/config/1941936199799107.../194193619979910763.0 KB262.3 KB
https://telemetry.matchbestsoftware.online/faro/286 B2 B
https://xelta.ai/icons/favicon-16x16.png56.9 KB56.2 KB
https://pmt.xelta.ai/api/public/pricing652 B1.3 KB
https://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/auth/profile0 b0 b
https://xelta.ai/_next/static/chunks/0wqct_4nv9c_d.js10.2 KB35.8 KB
https://xelta.ai/_next/static/chunks/0.xma1o0r_dkq.js5.7 KB16.1 KB
https://telemetry.matchbestsoftware.online/faro/286 B2 B
https://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/auth/profile870 B63 B
https://xltprism.xelta.ai/api/analytics/videos0 b0 b
https://xltprism.xelta.ai/api/prism/sdk-code/analytics0 b0 b
https://xelta.ai/?_rsc=iuDzcg9wiPNP1RZ035.2 KB157.5 KB
https://xelta.ai/_next/static/chunks/0n37s8fmnyjqf.css755 B149 B
https://xelta.ai/_next/static/chunks/0pc6rtedd4gpi.css1.4 KB1.6 KB
https://xelta.ai/_next/static/chunks/0em246ik8iufs.js7.0 KB17.3 KB
https://xelta.ai/_next/static/chunks/07-wcp3u39z0m.js9.5 KB28.1 KB
https://xelta.ai/_next/static/chunks/16ft4gj-t-54p.js16.6 KB54.1 KB
https://telemetry.matchbestsoftware.online/faro/286 B2 B
https://us-assets.i.posthog.com/static/surveys.js?v=1.411.032.8 KB96.3 KB
https://telemetry.matchbestsoftware.online/faro/286 B2 B
https://xelta.ai/_next/image?url=%2Ficons%2Fmodel.webp&w=1080&q=753.9 KB3.2 KB
https://xelta.ai/_next/image...ta.ai/_next/image22.6 KB21.9 KB
https://xelta.ai/_next/image...ta.ai/_next/image9.4 KB8.7 KB
https://xelta.ai/_next/static/chunks/0w8qh6-kxgcw8.js9.0 KB29.4 KB
https://xelta.ai/_next/static/chunks/0xsj0hmg6qvk~.js17.3 KB67.2 KB
https://xelta.ai/_next/static/chunks/0lyi3_t~230wk.js2.9 KB6.9 KB
https://xelta.ai/_next/static/chunks/04x15y-p~uxc6.js6.5 KB19.0 KB
https://xelta.ai/_next/static/chunks/0w6nua~niyqt~.js4.8 KB10.9 KB
https://xelta.ai/_next/static/chunks/0fy49f-w3rbpb.js3.9 KB8.5 KB
https://xelta.ai/_next/static/chunks/048asxh-q4weh.js1.8 KB2.2 KB
https://xltprism.xelta.ai/api/prism/sdk-code/analytics687 B56 B
https://xelta.ai/_next/static/chunks/0kgoq_yln6h8_.js1.5 KB1.5 KB
https://xelta.ai/_next/static/chunks/038btpqj2t1fi.js14.6 KB47.9 KB
https://xelta.ai/_next/static/chunks/13m-jksl80a56.js9.0 KB29.1 KB
https://xltprism.xelta.ai/api/analytics/videos690 B56 B
https://xelta.ai/icons/bg.jpg2.6 KB1.9 KB
https://seob.xelta.ai/api/page/%2F833 B616 B
https://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/models/image_generat...mage-1-5-workflow2.2 KB5.0 KB
https://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/models/top-popular2.0 KB4.8 KB
https://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/community/posts?limit=5014.2 KB46.8 KB
https://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/track0 b0 b
https://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/track844 B55 B
https://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/models/latest1.5 KB2.0 KB
https://xelta.ai/_next/image...ta.ai/_next/image10.3 KB9.6 KB
https://xelta.ai/_next/image...ta.ai/_next/image8.0 KB7.3 KB
https://xelta.ai/_next/image...ta.ai/_next/image25.9 KB25.2 KB
https://xelta.ai/_next/image...ta.ai/_next/image10.9 KB10.2 KB
https://xelta.ai/explore?_rsc=5CB68i4pnAekjehf1010 B483 B
https://xelta.ai/manifest.json604 B1.2 KB
https://xelta.ai/_next/image...ta.ai/_next/image11.2 KB10.5 KB
https://xelta.ai/_next/image...ta.ai/_next/image14.4 KB13.7 KB
https://xelta.ai/_next/image...ta.ai/_next/image14.7 KB13.9 KB
https://xelta.ai/_next/image...ta.ai/_next/image9.8 KB9.0 KB
https://xelta.ai/_next/image...ta.ai/_next/image19.0 KB18.3 KB
https://xelta.ai/_next/image...ta.ai/_next/image25.6 KB24.9 KB
https://xelta.ai/_next/image...ta.ai/_next/image25.9 KB25.2 KB
https://xelta.ai/_next/image...ta.ai/_next/image11.3 KB10.5 KB
https://xelta.ai/_next/image...ta.ai/_next/image14.6 KB13.9 KB
https://xelta.ai/_next/image...ta.ai/_next/image20.6 KB19.9 KB
https://xelta.ai/_next/image...ta.ai/_next/image11.1 KB10.4 KB
https://xelta.ai/_next/image...ta.ai/_next/image14.7 KB13.1 KB
https://xelta.ai/_next/image...ta.ai/_next/image17.2 KB16.5 KB
https://xelta.ai/_next/image...ta.ai/_next/image8.9 KB8.2 KB
https://xelta.ai/_next/image...ta.ai/_next/image10.5 KB9.8 KB
https://xelta.ai/_next/image...ta.ai/_next/image18.4 KB17.7 KB
https://xelta.ai/_next/image...ta.ai/_next/image9.7 KB9.0 KB
https://xelta.ai/explore?_rsc=7h4NYy5eoyMcNlUN2.3 KB6.8 KB
https://xelta.ai/explore?_rsc=yIp22O3xgPPxC28X4.6 KB23.2 KB
https://xelta.ai/explore?_rsc=G6V4FdO5DFPYYwEd1.2 KB1.6 KB
https://xelta.ai/explore?_rsc=y5uIUfDQA6olE3D11.3 KB2.6 KB
https://telemetry.matchbestsoftware.online/faro/286 B2 B
https://xelta.ai/_next/image...ta.ai/_next/image17.8 KB17.1 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
https://xelta.ai/_next/static/chunks/0t~dpv9j7jqud.js46.9 KB207.4 KB
https://telemetry.matchbestsoftware.online/faro/286 B2 B
https://xelta.ai/_next/static/chunks/04sd~m_43sg~x.js5.1 KB14.1 KB
https://xelta.ai/_next/image?url=%2Fchatboard%2Favtar.png&w=96&q=751.9 KB1.2 KB
https://telemetry.matchbestsoftware.online/faro/286 B2 B
https://cms-b.xelta.ai/api/announcements?placement=APP_TOP799 B26 B
https://us.i.posthog.com/i/v0/e/286 B15 B
https://telemetry.matchbestsoftware.online/faro/286 B2 B
https://telemetry.matchbestsoftware.online/faro/286 B2 B
https://telemetry.matchbestsoftware.online/faro/286 B2 B
https://xelta.ai/_next/image...ta.ai/_next/image16.3 KB15.5 KB
https://xelta.ai/_next/image...ta.ai/_next/image17.6 KB16.9 KB
https://xelta.ai/_next/image...ta.ai/_next/image15.1 KB14.4 KB
https://xelta.ai/_next/image...ta.ai/_next/image7.7 KB6.0 KB
error(40)Avoid missing and error requestsresponseOk

The page has 6 error responses. The page has 5 responses 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

The page has 50 requests that have a shorter cache time than one year (but still a cache time).

Setting a cache header is good. Setting a long cache header (a year) is even better because the asset will stay in the browser cache across visits. For content-hashed URLs (e.g. app.4af2.css) you can safely use Cache-Control: max-age=31536000, immutable. For unversioned URLs that may change, use a revalidating strategy instead.

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

The total CSS transfer size is 79 kB and uncompressed size is 581.1 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.0 KB563.7 KB
https://xelta.ai/_next/static/chunks/08ak-dq81l91~.css1.1 KB2.0 KB
https://xelta.ai/_next/static/chunks/0n37s8fmnyjqf.css755 B149 B
https://xelta.ai/_next/static/chunks/0pc6rtedd4gpi.css1.4 KB1.6 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(50)Total image size shouldn't be too bigimageSize

The page total image size is 772 kB. It's really big. Is the page using the right format for the images? Can they be lazy loaded? Are they compressed as good as they can be? Make them smaller by using https://imageoptim.com/.

Avoid having too many large images on the page. The images will not affect the first paint of the page, but it will eat bandwidth for the user.

infoAdd decoding="async" to non-critical imagesdecodingAsync

The page has 34 images (out of 114) without a decoding hint. Add decoding="async" to non-critical images so the browser can decode them off the main thread.

Setting decoding="async" on an <img> tells the browser it can decode the image off the main thread, which keeps the page responsive to user interactions while images are being processed. The default ("auto") leaves the choice to the browser. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#decoding

Offenders
warn(75)Lazy-load below-the-fold imageslazyLoadingImages

The page has 14 below-the-fold images without loading="lazy". Add loading="lazy" so the browser defers downloading and decoding them until the user scrolls them into view.

Adding loading="lazy" to an <img> tells the browser not to download or decode it until it is close to the viewport. For images that the user may never see (deep in the page, behind a tab, in a footer carousel), this saves bandwidth and main-thread time during initial render. The LCP image and any image in the initial viewport should NOT be lazy-loaded — that delays the first paint. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/img#loading

Offenders
infoMake each CSS response smalloptimalCssSize

https://xelta.ai/_next/static/chunks/0jy_.zfiek.5_.css size is 75.7 kB (75740) 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.0 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
error(93)Avoid using incorrect mime typesmimeTypes
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.

Best practice advice

86
2 warnings2 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 4 responses that sets a pragma no-cache header (that is a request header). There are 148 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)Page titlepageTitle

The title is too long by 2 characters. The recommended max is 60

Use a title to make the page more relevant to search engines.

warn(50)Avoid too many third party requeststhirdParty

The page do 21% requests to third party domains (33 requests and 436.4 kB). First party is 127 requests and 2.6 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/_ne...ta.ai/_next/image has a header report-to that is 609 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://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. https://xelta.ai/_ne...ta.ai/_next/image has a header report-to that is 609 characters long. https://xelta.ai/_ne...ta.ai/_next/image has a header report-to that is 616 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 11% requests that are 3rd party (18 requests with a size of 398.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 7 survelliance requests and uses 5 survelliance tools. The page do 7 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 2 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 Creative Studio: Images, Videos & Microdramas | 100+ ModelsThe document title, shown in the browser tab and used by search results.
Layout viewport1365 × 11029 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 elements2,697Very large, slows layout and styleTotal HTML elements. Fewer means less for the browser to style, lay out and paint.
Avg DOM depth12How deeply elements are nested on average.
Max DOM depth20The deepest nesting on the page. Deep branches cost more style recalculation.
Iframes0No embedded documents on this page.
Script tags90Number 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 storage52.4 KBData the page saved in localStorage, kept across visits.
Session storage446 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

8 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

Data from run 1

Visual Metrics

Visual milestones

all times from navigation start
Speed Index2.55 show quickly the page looked done
First Visual Change0.77 sfirst paint reaches the screen
Last Visual Change4.40 sscreen stops changing · 3.63 s after first
0.77 sFirst Visual Change
Visual Complete 85%4.27 s
Visual Complete 95% · Visual Complete 99% · Last Visual Change4.40 s
Visual Readiness3.63 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.9 s0.9s
Visual progress at 1.5 s1.5s
Visual progress at 2.6 s2.6s
Visual progress at 3.2 s3.2s
Visual progress at 3.6 s3.6s
Visual progress at 4.1 s4.1s
Visual progress at 4.5 s4.5s
FCP0.90s
LCP4.13s
VC854.27s
Long tasks
0.0s0.9s1.8s2.7s3.6s4.5s

Google Web Vitals

from run 1

Largest Contentful Paint

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

4.132 sLCP render time

Phase breakdown

  • TTFB244 ms
  • Resource load delay3.399 s
  • Resource load duration53 ms
  • Element render delay435 ms

Element

Size (w × h)
326612
URL
https://xelta.ai/_ne...ta.ai/_next/image
Load time
3.906 s
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.068cumulative layout shift score

Elements that shifted

Sorted by individual shift score (higher = bigger shift). The top entries usually account for most of the page's CLS.

  • #10.068<button class="absolute right-1 md:right-2 top-1/2 -translate-y-1/2 z-20 bg-[#141415]/90 hover:bg-[#FF7B4F] active:scale-95 text-white hover:text-black border border-white/20 hover:border-[#FF7B4F] rounded-full p-2 md:p-2.5 transition-all duration-200 shadow-2xl backdrop-blur-md cursor-pointer flex items-center justify-center" aria-label="Scroll right"></button>,<button class="absolute left-1 md:left-2 top-1/2 -translate-y-1/2 z-20 bg-[#141415]/90 hover:bg-[#FF7B4F] active:scale-95 text-white hover:text-black border border-white/20 hover:border-[#FF7B4F] rounded-full p-2 md:p-2.5 transition-all duration-200 shadow-2xl backdrop-blur-md cursor-pointer flex items-center justify-center" aria-label="Scroll left"></button>,<button class="fixed bottom-20 right-4 z-[9999] w-[50px] h-[50px] md:w-[75px] md:h-[75px] md:bottom-5 md:right-9 rounded-full overflow-hidden shadow-xl border-2 border-white/10 flex-shrink-0 touch-none opacity-100" draggable="false" tabindex="0" style="cursor: pointer; transform: translate(0px, 0px); transition: transform 0.2s ease-out; will-change: auto; user-select: none; touch-action: none;" data-aria-hidden="true" aria-hidden="true"></button>
    body > div#app-root > div:eq(1) > div > section:eq(1) > div > button:eq(1),body > div#app-root > div:eq(1) > div > section:eq(1) > div > button:eq(0),body > div#app-root > button
Layout shift

Elements that shifted by more than 0.01 are highlighted in the screenshot. If an element shifted outside the viewport, it won't appear here. Check the video or filmstrip to see the shift.

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
cfEdge29 ms
cfOrigin144 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.

PageXray

How the page is built.

HTTP versionHTTP/2.0
Total requests160
Total domains16
Transfer size2.9 MB
Content size6.7 MB
Missing compression0

Main document

status 200 · 0 redirects

https://xelta.ai/ai-studio/xelta-prism/output-format

HeaderValue
alt-svch3=":443"; ma=86400
cache-controls-maxage=50, stale-while-revalidate=31535950
cf-cache-statusDYNAMIC
cf-raya27c4108b83859ee-DEL
content-encodingbr
content-typetext/html; charset=utf-8
dateSat, 08 Aug 2026 05:52:16 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=eR20TWtkdeae4U90cyhGK%2BYUgdnnY%2FMOAn5vePwl3b5MgJ1PaJWdau0LCI45F7u%2BQOfFdk9b1OWU4r0lwHjpFfRcAmx6iN8xgKGPEbDY2DmICjK13jMZh86s"}]}
servercloudflare
server-timingcfCacheStatus;desc="DYNAMIC" cfEdge;dur=29,cfOrigin;dur=144
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 1
x-nextjs-stale-time300
x-xss-protection1; mode=block

Response codes

200
13483.8%
202
116.9%
204
95.6%
401
53.1%
404
10.6%

Largest assets on the page (by transfer size)

Top 20 of 160

Requests and sizes per content type

9 types

Transfer size2.9 MB

  • javascript44.1%
  • image26.5%
  • favicon21.8%
  • css2.6%
  • font1.6%
  • other1.5%
  • json0.90%
  • html0.89%
  • plain0.14%

Content size6.7 MB

  • javascript63.4%
  • image10.9%
  • favicon9.7%
  • css8.2%
  • html3.3%
  • other2.8%
  • json0.95%
  • font0.69%
  • plain0.00%

Requests154

  • javascript39.0%
  • image29.2%
  • plain11.7%
  • json8.4%
  • other7.1%
  • css2.6%
  • html0.65%
  • font0.65%
  • favicon0.65%
ContentHeader SizeTransfer SizeContent SizeRequests
html0 b26.6 KB226.4 KB1
css0 b77.1 KB567.5 KB4
javascript0 b1.3 MB4.3 MB60
image0 b788.3 KB753.9 KB45
font0 b47.7 KB47.3 KB1
favicon0 b648.3 KB668.8 KB1
other0 b46.0 KB192.3 KB11
json0 b26.9 KB65.3 KB13
plain0 b4.2 KB22 B18
Total0 b2.9 MB6.7 MB154

Data per domain

16 domains
DomainTotal download timeTransfer SizeContent SizeRequests
xelta.ai16.989 s2.5 MB5.4 MB115
www.googletagmanager.com375 ms183.2 KB554.6 KB1
static.cloudflareinsights.com84 ms11.3 KB30.9 KB1
connect.facebook.net360 ms171.4 KB660.4 KB2
seob.xelta.ai1.164 s1.1 KB644 B2
pmt.xelta.ai1.713 s2.6 KB3.6 KB4
vygxif9kfe.execute-api.ap-south-1.amazonaws.com810 ms22.4 KB58.8 KB10
www.google-analytics.com515 msN/A0 b1
analytics.google.com495 msN/A0 b1
stats.g.doubleclick.net215 ms553 B0 b1
www.google.co.in198 ms408 B42 B1
us-assets.i.posthog.com83 ms33.6 KB97.1 KB2
telemetry.matchbestsoftware.online589 ms3.1 KB22 B12
cms-b.xelta.ai245 ms1.6 KB69 B2
xltprism.xelta.ai2.614 s1.3 KB112 B4
us.i.posthog.com1.191 s286 B15 B1

Expires & last-modified statistics

typeminmedianmax
Expires0 seconds1 week1 year
Last modified2 minutes3 days7 weeks

Requests loaded after onLoad event

122 requests

Includes requests done after load event end.

ContentTransfer SizeRequests
html0 b0
css2.1 KB2
javascript567.6 KB29
image786.9 KB44
font0 b0
favicon648.3 KB1
plain4.2 KB18
json25.7 KB12
other45.5 KB10
Total2.0 MB122

Requests loaded after onContentLoad

122 requests

Includes requests done after DOM content loaded.

ContentTransfer SizeRequests
html0 b0
css2.1 KB2
javascript567.6 KB29
image786.9 KB44
font0 b0
favicon648.3 KB1
plain4.2 KB18
json25.7 KB12
other45.5 KB10
Total2.0 MB122

CPU

https://xelta.ai/_next/static/chunks/0y0ijhqmszjlv.js is responsible for 50% of blocking time
431 ms of 868 ms total. Defer it, replace it with a lighter alternative, or move its work off the main thread to recover most of your TBT.
Get deeper CPU insight with one extra run
Run with --enableProfileRun to see where main-thread time went, blocking time and CPU cost per script, module and function, forced reflows and frame stability. The data is collected in one extra run, so the timing metrics of your measured runs stay untouched.

Long tasks

Tasks ≥ 50 ms blocking the main thread, collected via the Long Task API.

TBT1.051 s
Max potential input delay216 ms
Total long tasks14
Total time2.037 s
Last task at5.157 s
Before first paint336 ms1 task
Before FCP336 ms1 task
Before LCP1.786 s12 tasks
After load2.037 s14 tasks

Long Animation Frames

A long animation frame (LOAF) is a frame that took ≥ 50 ms from input to the next paint. The part beyond the threshold is blocking time, the number that hurts Interaction to Next Paint and Total Blocking Time. Break long tasks up (scheduler.yield(), smaller chunks) or move the work off the main thread. Read more about the Long Animation Frames API.

Long animation frames57showing the 10 with the most blocking time
Blocking time2.037 sacross all long frames — what hurts INP and TBT
Forced style & layout250 msscripts reading layout mid-frame
Blocking before LCP1.194 sdelaying the largest paint — fix these first
Blocking after load1.269 safter the load event — didn't delay page load
Input waiting3 framesa real interaction was delayed (INP)

What to fix first

ScriptFramesTime runningBlocking (share by run time)Forced style & layoutTriggered by
0y0ijhqmszjlv.js5568.1 ms431.1 ms250 msevent handler, script tag
js3rd party2344.2 ms244.3 msscript tag, timer or animation callback
fbevents.js3rd party1200 ms150.1 msscript tag
rocket-loader.min.js129.4 ms29.4 msscript tag, event handler
v4513226cdae34746b4dedf0b4dfa099e17817915094963rd party112.8 ms12.8 msmodule script

A frame's blocking time is split between its scripts by their share of the frame's work, capped at each script's own run time — blocking from work no script owns (HTML parsing, browser internals) stays unattributed. The per-script blocking view below uses the same attribution.

Long animation frame #1 · 448.3 msat 268 ms · before LCP
blocking 283.3 ms
  • Scripts & other work150.3 ms
  • Animation callbacks1.4 ms
  • Style & layout296.6 ms
  • Render0 ms
3 scripts ran during this frame
Ran for
20.4 ms
How it started
script tag
Ran for
12.8 ms
How it started
module script
Ran for
9 ms
Started by
DOMWindow.onload
How it started
event handler
Position in source
character 8077 into the file (locate it via DevTools → Performance → the Long Animation Frames track)
Long animation frame #2 · 296 msat 4.587 s · after load
input was waitingblocking 224 ms
  • Scripts & other work289.9 ms
  • Animation callbacks5.8 ms
  • Style & layout0.3 ms
  • Render0 ms
1 script ran during this frame
Ran for
7.7 ms
Started by
MessagePort.onmessage
How it started
event handler
Source function
z
Position in source
character 7855 into the file (locate it via DevTools → Performance → the Long Animation Frames track)
Long animation frame #3 · 244.8 msat 3.833 s · before LCP
input was waitingblocking 191.9 ms
  • Scripts & other work219.4 ms
  • Animation callbacks25.2 ms
  • Style & layout0.2 ms
  • Render0 ms
1 script ran during this frame · forced style & layout 95.8 ms
Ran for
216.5 ms
Forced style and layout
95.8 ms
Started by
MessagePort.onmessage
How it started
event handler
Source function
z
Position in source
character 7855 into the file (locate it via DevTools → Performance → the Long Animation Frames track)
Long animation frame #4 · 214.1 msat 1.496 s · before LCP
blocking 164 ms
  • Scripts & other work214.1 ms
  • Animation callbacks0 ms
  • Style & layout0 ms
  • Render0 ms
1 script ran during this frame
js3rd party
Ran for
213.4 ms
How it started
script tag
Long animation frame #5 · 200.2 msat 2.589 s · before LCP
blocking 150.2 ms
  • Scripts & other work200.2 ms
  • Animation callbacks0 ms
  • Style & layout0 ms
  • Render0 ms
1 script ran during this frame
fbevents.js3rd party
Ran for
200 ms
How it started
script tag
Long animation frame #6 · 184.6 msat 5.156 s · after load
input was waitingblocking 134.4 ms
  • Scripts & other work178.6 ms
  • Animation callbacks6 ms
  • Style & layout0 ms
  • Render0 ms
1 script ran during this frame · forced style & layout 154.2 ms
Ran for
178.2 ms
Forced style and layout
154.2 ms
Started by
MessagePort.onmessage
How it started
event handler
Source function
z
Position in source
character 7855 into the file (locate it via DevTools → Performance → the Long Animation Frames track)
Long animation frame #7 · 181.8 msat 1.157 s · before LCP
blocking 131.9 ms
  • Scripts & other work181.8 ms
  • Animation callbacks0 ms
  • Style & layout0 ms
  • Render0 ms

The browser did not report which script was responsible for this frame — typically its own style/layout work, or a cross-origin script it will not name.

Long animation frame #8 · 172.1 msat 968.7 ms · before LCP
blocking 106 ms
  • Scripts & other work171.8 ms
  • Animation callbacks0.1 ms
  • Style & layout0.2 ms
  • Render0 ms
1 script ran during this frame
Ran for
153.1 ms
How it started
script tag
Long animation frame #9 · 149.4 msat 1.714 s · before LCP
blocking 86.2 ms
  • Scripts & other work149.3 ms
  • Animation callbacks0 ms
  • Style & layout0.1 ms
  • Render0 ms
1 script ran during this frame
Ran for
12.6 ms
Started by
MessagePort.onmessage
How it started
event handler
Source function
z
Position in source
character 7855 into the file (locate it via DevTools → Performance → the Long Animation Frames track)
Long animation frame #10 · 130.8 msat 1.880 s · before LCP
blocking 80.8 ms
  • Scripts & other work130.8 ms
  • Animation callbacks0 ms
  • Style & layout0 ms
  • Render0 ms
1 script ran during this frame
js3rd party
Ran for
130.8 ms
Started by
TimerHandler:setTimeout
How it started
timer or animation callback

Blocking time per script (browser-reported)

How much each script blocked the main thread, derived from the Long Animation Frame API. Each frame's blocking time is split between its scripts by their share of the frame's work, capped at each script's own run time — blocking from work no script owns (HTML parsing, browser internals) is not attributed (older data credits the script that started the frame). The closest answer to "which script should I fix to improve TBT" the platform exposes.

Forced layout per script

Each long animation frame reports how much time each script spent forcing synchronous style and layout, i.e. JavaScript reading layout-triggering properties mid-execution. Same actionable answer as forced reflows above but measured directly by the browser instead of inferred from the trace.

Scripts forcing layout

1 of 1 script

Third party

Third party requests categorised by Third party web version 0.29.2.

Third-party requests25
Tools7
Categories7

Categories

7 categories

Requests by category25

  • other10 req · 1 tool40.0%
  • survelliance7 req · 5 tools28.0%
  • utility2 req · 2 tools8.0%
  • social2 req · 1 tool8.0%
  • analytics2 req · 1 tool8.0%
  • tag-manager1 req · 1 tool4.0%
  • ad1 req · 1 tool4.0%

Third party requests and tools

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

Unmatched third party domains

3 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
  • us.i.posthog.com

First party vs third party

127 first · 33 third party

Transfer size2.9 MB

  • First party2.5 MB85.7%
  • Third party426.2 KB14.3%

Content size6.7 MB

  • First party5.4 MB79.7%
  • Third party1.4 MB20.3%

Requests160

  • First party12779.4%
  • Third party3320.6%

First party requests and sizes per content type

127 requests

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

ContentHeader SizeTransfer SizeContent SizeRequests
html0 b26.6 KB226.4 KB1
css0 b77.1 KB567.5 KB4
javascript0 b912.0 KB3.0 MB54
image0 b787.9 KB753.8 KB44
font0 b47.7 KB47.3 KB1
favicon0 b648.3 KB668.8 KB1
other0 b46.0 KB192.3 KB8
json0 b6.7 KB6.7 KB8
plain0 b571 B0 b3
TotalN/A2.5 MB5.4 MB127

Third party requests and sizes per content type

33 requests
ContentHeader SizeTransfer SizeContent SizeRequests
html0 b0 b0 b0
css0 b0 b0 b0
javascript0 b399.5 KB1.3 MB6
image0 b408 B42 B1
font0 b0 b0 b0
favicon0 b0 b0 b0
other0 b0 b0 b3
plain0 b3.6 KB22 B15
json0 b20.2 KB58.6 KB5
TotalN/A426.2 KB1.4 MB33