Run 1 summary

https://xelta.ai/ai-tool/smart-ad

Tested 2026-08-12 07:37:47 using Chrome 150.0.7871.46 (runtime settings)

SummaryWaterfallMetricsRenderingCoachPageXrayThird party

Summary

Google Web Vitals

99 msTTFB
644 msLargest Contentful Paint
0.046Cumulative Layout Shift
376 msTotal Blocking Time

Loading

620 msFirst Paint
7.232 sFully Loaded
171 msMax Potential FID

Page weight & requests

7.5 MBTotal transfer size
10.7 MBTotal content size
144Requests

CPU

11Long tasks
3.192 sLast long task at

Visual progress

268 msFirst Visual Change
829 msSpeed Index
702 msVisual Complete 85%
2.407 sVisual Complete 99%
6.519 sLast Visual Change
Screenshot
Run 1 · after page complete

Waterfall

First paintFCPLCPDOMContentLoadedDOM interactiveLoadRender-blockingRedirectError

Rendering

Run 1
0.000 s
0s2s4s6s

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

51 frames

Use --filmstrip.showAll to show all filmstrips.

Frame at 0 ms
0 ms
0 %
Frame at 300 ms
300 ms
8 %
Frame at 400 ms
400 ms
8 %
Frame at 500 ms
500 ms
8 %
Frame at 600 ms
600 ms
8 %
Frame at 700 ms
700 ms
76 %
Frame at 800 ms
800 ms
85 %
Frame at 900 ms
900 ms
91 %
Frame at 1.000 s
1.000 s
91 %
Frame at 1.100 s
1.100 s
91 %
Frame at 1.200 s
1.200 s
91 %
Frame at 1.300 s
1.300 s
91 %
Frame at 1.400 s
1.400 s
91 %
Frame at 1.500 s
1.500 s
91 %
Frame at 1.600 s
1.600 s
91 %
Frame at 1.700 s
1.700 s
91 %
Frame at 1.800 s
1.800 s
91 %
Frame at 1.900 s
1.900 s
91 %
Frame at 2.000 s
2.000 s
91 %
Frame at 2.100 s
2.100 s
92 %
Frame at 2.200 s
2.200 s
92 %
Frame at 2.300 s
2.300 s
92 %
Frame at 2.400 s
2.400 s
92 %
Frame at 2.500 s
2.500 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.400 s
3.400 s
99 %
Frame at 3.500 s
3.500 s
99 %
Frame at 4.600 s
4.600 s
99 %
Frame at 4.700 s
4.700 s
99 %
Frame at 4.800 s
4.800 s
99 %
Frame at 4.900 s
4.900 s
99 %
Frame at 5.000 s
5.000 s
99 %
Frame at 5.100 s
5.100 s
99 %
Frame at 5.200 s
5.200 s
99 %
Frame at 5.300 s
5.300 s
99 %
Frame at 5.400 s
5.400 s
99 %
Frame at 5.500 s
5.500 s
99 %
Frame at 5.600 s
5.600 s
99 %
Frame at 5.700 s
5.700 s
99 %
Frame at 5.800 s
5.800 s
99 %
Frame at 5.900 s
5.900 s
99 %
Frame at 6.000 s
6.000 s
99 %
Frame at 6.100 s
6.100 s
99 %
Frame at 6.200 s
6.200 s
99 %
Frame at 6.300 s
6.300 s
99 %
Frame at 6.400 s
6.400 s
99 %
Frame at 6.500 s
6.500 s
99 %
Frame at 6.600 s
6.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 620 ms on a 99 ms first byte; the 2 render-blocking requests were done by 193 ms and the remaining ~427 ms is style and layout work.

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.3 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 99 ms
104 ms
25.4 KB103 ms
css · xelta.ai
61 ms
74.3 KB61 ms
css · xelta.ai
52 ms
1019 B52 ms
LCP resource
videoeditorherobg.png — downloaded by 449 ms, rendered at 644 ms
138 ms
11.2 KB138 ms
web font · xelta.ai
69 ms
47.7 KB69 ms
0161 ms322 msFCP 620 msFCP · LCP 644 ms

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

73
2 errors11 warnings4 info
warn(0)Don't scale images in the browseravoidScalingImages

The page has 56 images that are scaled more than 100 pixels. It would be better if those images are sent so the browser don't need to scale them.

It's easy to scale images in the browser and make sure they look good in different devices, however that is bad for performance! Scaling images in the browser takes extra CPU time and will hurt performance on mobile. And the user will download extra kilobytes (sometimes megabytes) of data that could be avoided. Don't do that, make sure you create multiple version of the same image server-side and serve the appropriate one.

Offenders
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.

warn(0)Avoid CPU Long TaskslongTasks

The page has 11 CPU long tasks with the total of 1.148 s. The total blocking time is 376 ms and 2 long tasks before first contentful paint with total time of 322 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
  • unknown
  • self
  • unknown
  • unknown
warn(0)Serve images in modern formats (AVIF, WebP)modernImageFormats

The page ships 18 images (out of 18) 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 28 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 2.4 MB 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.2 MB and the uncompressed size is 3.9 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 KB555.5 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/060-u4nfrutv1.js19.8 KB65.3 KB
https://xelta.ai/_next/static/chunks/004woqnss4kju.js16.7 KB62.5 KB
https://xelta.ai/_next/static/chunks/0rnfa8o6x9o-x.js10.6 KB37.0 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/04o1i7izpsjig.js23.5 KB71.3 KB
https://xelta.ai/_next/static/chunks/08vhp3.h~c4ew.js17.2 KB58.1 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/0fg44qzichqiw.js42.0 KB142.6 KB
https://xelta.ai/_next/static/chunks/06e425a78ll4h.js19.4 KB62.0 KB
https://xelta.ai/_next/static/chunks/026wu3uvh-5u1.js14.9 KB44.3 KB
https://xelta.ai/_next/static/chunks/0kc5itym_8jof.js15.8 KB63.5 KB
https://xelta.ai/_next/static/chunks/05x9au449bwyj.js16.2 KB60.7 KB
https://xelta.ai/_next/static/chunks/150ht8n--uthk.js9.2 KB31.3 KB
https://xelta.ai/_next/static/chunks/144c003qaudkf.js10.7 KB37.2 KB
https://xelta.ai/_next/static/chunks/06wcgib48d3i..js12.5 KB34.6 KB
https://xelta.ai/_next/static/chunks/138ifvdeqtp45.js7.7 KB20.3 KB
https://xelta.ai/_next/static/chunks/0.4x.j3tu010_.js7.8 KB21.3 KB
https://xelta.ai/_next/static/chunks/13ee4mpgt8ag..js9.9 KB25.7 KB
https://xelta.ai/_next/static/chunks/0zqqteuv74m7v.js10.8 KB29.0 KB
https://xelta.ai/_next/static/chunks/0m1n42o_6lbxp.js8.7 KB24.5 KB
https://xelta.ai/_next/static/chunks/turbopack-0~pcf.5cm94ui.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/09mu43cuo.9p8.js13.2 KB40.4 KB
https://connect.facebook.net/en_US/fbevents.js108.4 KB398.1 KB
https://xelta.ai/_next/static/chunks/0~7t.oplh-r0f.js82.9 KB273.9 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.4 KB
https://us-assets.i.posthog.com/static/surveys.js?v=1.415.233.1 KB97.6 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/0_rx.lz25mu8k.js10.2 KB35.9 KB
https://xelta.ai/_next/static/chunks/0.xma1o0r_dkq.js5.7 KB16.1 KB
https://xelta.ai/_next/static/chunks/0un_tf~y520xd.js4.5 KB10.2 KB
https://xelta.ai/_next/static/chunks/12v3bbum1wrsf.js6.9 KB21.1 KB
https://xelta.ai/_next/static/chunks/0w9kz_72ad_f8.js1.7 KB2.0 KB
https://xelta.ai/_next/static/chunks/02s~28_cb-yj..js19.9 KB68.7 KB
https://xelta.ai/_next/static/chunks/07fg20z5gp6xs.js9.7 KB32.3 KB
https://xelta.ai/_next/static/chunks/02oythncwwqg9.js14.7 KB41.8 KB
https://xelta.ai/_next/static/chunks/0t~dpv9j7jqud.js46.9 KB207.4 KB
warn(0)Total page size shouldn't be too bigpageSize

The page total transfer size is 7.9 MB, which is more than the coach limit of 3 MB. That is insane 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-tool/smart-ad25.4 KB178.5 KB
https://xelta.ai/cdn-cgi/speculation448 B151 B
https://xelta.ai/_next/static/media/83afe278b6a6bb3c-s.p.0q-301v4kxxnr.woff247.7 KB47.3 KB
https://xelta.ai/_next/static/chunks/03z62bxnic05n.css74.3 KB564.2 KB
https://xelta.ai/_next/static/chunks/08ak-dq81l91~.css1019 B2.0 KB
https://www.googletagmanager.com/gtag/js?id=G-CPG3NLBKHP183.2 KB555.5 KB
https://xelta.ai/_next/image...ta.ai/_next/image25.7 KB25.0 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.6 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.2 KB1.2 KB
https://xelta.ai/_next/static/chunks/060-u4nfrutv1.js19.8 KB65.3 KB
https://xelta.ai/_next/static/chunks/004woqnss4kju.js16.7 KB62.5 KB
https://xelta.ai/_next/static/chunks/0rnfa8o6x9o-x.js10.6 KB37.0 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/04o1i7izpsjig.js23.5 KB71.3 KB
https://xelta.ai/_next/static/chunks/08vhp3.h~c4ew.js17.2 KB58.1 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/0fg44qzichqiw.js42.0 KB142.6 KB
https://xelta.ai/_next/static/chunks/06e425a78ll4h.js19.4 KB62.0 KB
https://xelta.ai/_next/static/chunks/026wu3uvh-5u1.js14.9 KB44.3 KB
https://xelta.ai/_next/static/chunks/0kc5itym_8jof.js15.8 KB63.5 KB
https://xelta.ai/_next/static/chunks/05x9au449bwyj.js16.2 KB60.7 KB
https://xelta.ai/_next/static/chunks/150ht8n--uthk.js9.2 KB31.3 KB
https://xelta.ai/_next/static/chunks/144c003qaudkf.js10.7 KB37.2 KB
https://xelta.ai/_next/static/chunks/06wcgib48d3i..js12.5 KB34.6 KB
https://xelta.ai/_next/static/chunks/138ifvdeqtp45.js7.7 KB20.3 KB
https://xelta.ai/_next/static/chunks/0.4x.j3tu010_.js7.8 KB21.3 KB
https://xelta.ai/_next/static/chunks/13ee4mpgt8ag..js9.9 KB25.7 KB
https://xelta.ai/_next/static/chunks/0zqqteuv74m7v.js10.8 KB29.0 KB
https://xelta.ai/_next/static/chunks/0m1n42o_6lbxp.js8.7 KB24.5 KB
https://xelta.ai/_next/static/chunks/turbopack-0~pcf.5cm94ui.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/09mu43cuo.9p8.js13.2 KB40.4 KB
https://xelta.ai/hero/videoeditorherobg.png11.2 KB10.5 KB
https://xelta.ai/_next/image...ta.ai/_next/image42.8 KB42.1 KB
https://xelta.ai/_next/image...ta.ai/_next/image26.6 KB25.9 KB
https://xelta.ai/_next/image...ta.ai/_next/image21.2 KB20.5 KB
https://xelta.ai/_next/image...ta.ai/_next/image39.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.3 KB26.6 KB
https://xelta.ai/_next/image...ta.ai/_next/image13.2 KB12.5 KB
https://media.xelta.ai/uploads/input/default/1783574237720-7edf960750ffb836.jpg138.2 KB137.2 KB
https://xelta.ai/cdn-cgi/rum?573 B0 b
https://xelta.ai/icons/favicon.ico649.1 KB668.8 KB
https://xelta.ai/icons/apple-touch-icon.png57.8 KB56.2 KB
https://xelta.ai/icons/favicon-32x32.png56.9 KB56.2 KB
https://connect.facebook.net/en_US/fbevents.js108.4 KB398.1 KB
https://seob.xelta.ai/api/page/%2Fai-tool%2Fsmart-ad898 B680 B
https://xelta.ai/_next/static/chunks/0~7t.oplh-r0f.js82.9 KB273.9 KB
https://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/track0 b0 b
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://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/collect544 B0 b
https://www.googletagmanager.com/td...tagmanager.com/td421 B0 b
https://www.google.co.in/ads/ga-audiences.../ads/ga-audiences408 B42 B
https://xelta.ai/icons/favicon-16x16.png56.9 KB56.2 KB
https://us-assets.i.posthog.com/array/phc_tafs3TRoGdYdr8ar4Qrx2YD5kXgsSTDNWbMHDwMSwRno/config.js812 B794 B
https://cms-b.xelta.ai/api/maintenance820 B43 B
https://connect.facebook.net/signals/config/1941936199799107.../194193619979910763.0 KB262.4 KB
https://us-assets.i.posthog.com/static/surveys.js?v=1.415.233.1 KB97.6 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/api/geo955 B152 B
https://pmt.xelta.ai/api/public/pricing0 b0 b
https://xelta.ai/_next/static/chunks/0_rx.lz25mu8k.js10.2 KB35.9 KB
https://xelta.ai/_next/static/chunks/0.xma1o0r_dkq.js5.7 KB16.1 KB
https://xelta.ai/_next/image?url=%2Ficons%2Flogo1.png&w=64&q=752.2 KB1.5 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...3706-988b20dc.jpg109.6 KB109.6 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...4286-c4bfb356.jpg69.4 KB69.4 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...3316-e43e0936.jpg84.2 KB84.2 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...4221-325a6b09.jpg154.8 KB154.8 KB
https://xelta.ai/_next/static/chunks/0un_tf~y520xd.js4.5 KB10.2 KB
https://xelta.ai/_next/static/chunks/12v3bbum1wrsf.js6.9 KB21.1 KB
https://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/scan/credits/cost0 b0 b
https://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/scan/credits/cost1.1 KB324 B
https://xelta.ai/_next/image...ta.ai/_next/image5.7 KB5.0 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...4322-356bf07b.jpg203.4 KB203.4 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...3338-39e1b030.jpg186.4 KB186.4 KB
https://xelta.ai/_next/image...ta.ai/_next/image10.0 KB9.3 KB
https://xelta.ai/_next/static/chunks/0w9kz_72ad_f8.js1.7 KB2.0 KB
https://xelta.ai/_next/static/chunks/02s~28_cb-yj..js19.9 KB68.7 KB
https://pmt.xelta.ai/api/public/pricing876 B1.3 KB
https://vygxif9kfe.execute-api.ap-south-1.amazonaws.com/api/community/posts?limit=5014.0 KB46.6 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...3351-02cbb966.png214.8 KB214.8 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...3327-b80c0282.jpg82.4 KB82.4 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...3300-b12abe0f.jpg32.2 KB32.2 KB
https://cms-b.xelta.ai/api/announcements?placement=APP_TOP799 B26 B
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...3518-8b65172e.jpg37.6 KB37.6 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...3241-95bcf360.jpg32.8 KB32.8 KB
https://xelta.ai/_next/image...ta.ai/_next/image76.9 KB76.1 KB
https://xelta.ai/_next/image...ta.ai/_next/image113.8 KB113.0 KB
https://xelta.ai/_next/image...ta.ai/_next/image68.7 KB68.0 KB
https://xelta.ai/_next/image...ta.ai/_next/image65.7 KB64.1 KB
https://xelta.ai/_next/image...ta.ai/_next/image59.8 KB59.1 KB
https://xelta.ai/_next/image...ta.ai/_next/image42.2 KB41.5 KB
https://xelta.ai/_next/image...ta.ai/_next/image108.2 KB107.4 KB
https://xelta.ai/_next/image...ta.ai/_next/image259.2 KB258.4 KB
https://xelta.ai/_next/image...ta.ai/_next/image34.4 KB33.6 KB
https://xelta.ai/_next/image...ta.ai/_next/image35.1 KB34.4 KB
https://xelta.ai/_next/image...ta.ai/_next/image35.0 KB34.3 KB
https://xelta.ai/_next/image...ta.ai/_next/image154.0 KB153.2 KB
https://xelta.ai/_next/image...ta.ai/_next/image119.9 KB119.1 KB
https://xelta.ai/_next/image...ta.ai/_next/image76.2 KB75.4 KB
https://xelta.ai/_next/image...ta.ai/_next/image53.4 KB52.6 KB
https://xelta.ai/_next/image...ta.ai/_next/image51.8 KB51.0 KB
https://xelta.ai/_next/image...ta.ai/_next/image28.8 KB28.0 KB
https://xelta.ai/_next/image...ta.ai/_next/image117.8 KB117.1 KB
https://xelta.ai/_next/image...ta.ai/_next/image107.3 KB106.6 KB
https://xelta.ai/_next/image...ta.ai/_next/image10.4 KB9.7 KB
https://xelta.ai/_next/image...ta.ai/_next/image40.4 KB39.7 KB
https://xelta.ai/_next/image...ta.ai/_next/image57.5 KB56.8 KB
https://xelta.ai/_next/image...ta.ai/_next/image124.0 KB123.2 KB
https://xelta.ai/_next/image...ta.ai/_next/image57.3 KB56.5 KB
https://xelta.ai/_next/image...ta.ai/_next/image47.0 KB46.2 KB
https://xelta.ai/_next/image...ta.ai/_next/image77.4 KB76.6 KB
https://xelta.ai/_next/image...ta.ai/_next/image55.9 KB55.1 KB
https://xelta.ai/_next/image...ta.ai/_next/image55.8 KB55.1 KB
https://xelta.ai/_next/image...ta.ai/_next/image112.4 KB111.7 KB
https://xelta.ai/_next/image...ta.ai/_next/image36.0 KB34.4 KB
https://xelta.ai/_next/image...ta.ai/_next/image79.2 KB78.4 KB
https://xelta.ai/_next/image...ta.ai/_next/image67.8 KB67.1 KB
https://xelta.ai/_next/image...ta.ai/_next/image88.6 KB87.8 KB
https://xelta.ai/_next/image...ta.ai/_next/image140.0 KB139.2 KB
https://xelta.ai/_next/image...ta.ai/_next/image211.3 KB210.5 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...3307-11008787.jpg40.8 KB40.8 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...3276-27b98320.png68.9 KB68.9 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...3510-e6ed19f8.jpg45.8 KB45.8 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...3293-820fde45.jpg26.3 KB26.3 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...4913-420469a7.png319.7 KB319.7 KB
https://pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev/uploads/creations/8220cab4-1...5182-35cefb47.png579.5 KB579.5 KB
https://xelta.ai/_next/static/chunks/07fg20z5gp6xs.js9.7 KB32.3 KB
https://xelta.ai/_next/static/chunks/02oythncwwqg9.js14.7 KB41.8 KB
https://xelta.ai/_next/static/chunks/0t~dpv9j7jqud.js46.9 KB207.4 KB
https://xelta.ai/_next/image?url=%2Fchatboard%2Favtar.png&w=96&q=751.9 KB1.2 KB
https://telemetry.matchbestsoftware.online/faro/0 b0 b
https://telemetry.matchbestsoftware.online/faro/286 B2 B
infoLong cache headers is goodcacheHeadersLong

The page has 59 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 77.1 kB and uncompressed size is 579.8 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/03z62bxnic05n.css74.3 KB564.2 KB
https://xelta.ai/_next/static/chunks/08ak-dq81l91~.css1019 B2.0 KB
infoThe favicon should be small and cacheablefavicon

The favicon size is 664.7 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 5.8 MB. 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 35 images (out of 73) 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(80)Don't use private headers on static contentprivateAssets

The page has 2 requests 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
infoMake each CSS response smalloptimalCssSize

https://xelta.ai/_next/static/chunks/03z62bxnic05n.css size is 76 kB (76037) 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/03z62bxnic05n.css74.3 KB564.2 KB
error(90)Avoid missing and error requestsresponseOk

The page has 1 error response. The page has 1 response with code 401.

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
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

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 5 responses that sets a pragma no-cache header (that is a request header). There are 137 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 10 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 24% requests to third party domains (35 requests and 2.8 MB). First party is 109 requests and 5.1 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/icons/favicon.ico has a header report-to that is 608 characters long. https://xelta.ai/ico...le-touch-icon.png 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://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 613 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 10% requests that are 3rd party (14 requests with a size of 392.4 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 2 tag-manager requests and uses 1 tag-manager tool. The page do 8 survelliance requests and uses 5 survelliance tools. The page do 8 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 Ad Generator – Create Campaigns from URL Instantly | Xelta Smart AdThe document title, shown in the browser tab and used by search results.
Layout viewport1358 × 6105 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 elements1,421Very large, slows layout and styleTotal HTML elements. Fewer means less for the browser to style, lay out and paint.
Avg DOM depth11How deeply elements are nested on average.
Max DOM depth16The deepest nesting on the page. Deep branches cost more style recalculation.
Iframes0No embedded documents on this page.
Script tags75Number 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 storage51.8 KBData the page saved in localStorage, kept across visits.
Session storage569 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.83 show quickly the page looked done
First Visual Change0.27 sfirst paint reaches the screen
Last Visual Change6.52 sscreen stops changing · 6.25 s after first
≥85%
≥99%
0.27 sFirst Visual Change
0.70 sVisual Complete 85%
2.41 sVisual Complete 95% · Visual Complete 99%
Last Visual Change6.52 s
Visual Readiness6.25 s· first to last change
02.0 s4.0 s6.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.6 s1.6s
Visual progress at 2.3 s2.3s
Visual progress at 3.5 s3.5s
Visual progress at 5.2 s5.2s
Visual progress at 5.9 s5.9s
Visual progress at 6.6 s6.6s
FCP0.62s
LCP0.64s
VC850.70s
Long tasks
0.0s1.3s2.6s4.0s5.3s6.6s

Google Web Vitals

99 msTTFB
Good
376 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.

644 msLCP render time

Phase breakdown

  • TTFB99 ms
  • Resource load delay221 ms
  • Resource load duration138 ms
  • Element render delay186 ms

Element

Element type
<div>
Size (w × h)
294652
URL
https://xelta.ai/her...oeditorherobg.png
Load time
483 ms

DOM path

body > div#app-root > div:eq(2) > section:eq(0) > div:eq(0)
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.046cumulative 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.046<div class="w-full flex justify-center bg-[#000]"></div>
    body > div#app-root > div:eq(2) > div:eq(1)
  • #20.000<div class="hidden lg:flex items-center flex-shrink-0 ml-auto"></div>
    body > div#app-root > header > div > div:eq(2)
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
cfEdge8 ms
cfOrigin36 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
Documents1
Frames1
JS event listeners938
Layout objects1579
Media key sessions0
Media keys0
Nodes1808
Resources135
Context lifecycle state observers61
V8 per context datas2
Worker global scopes0
Uacss resources0
Rtc peer connections0
Resource fetchers1
Ad subframes0
Detached script states2
Array buffer contents8
Layout count24
Recalc style count41
Layout duration290
Recalc style duration95
Dev tools command duration18
Script duration1182
V8 compile duration3
Task duration3348
Task other duration1761
Thread time3
Process time8
JS heap used size15539240
JS heap total size23621632
First meaningful paint620

PageXray

How the page is built.

HTTP versionHTTP/2.0
Total requests144
Total domains16
Transfer size7.5 MB
Content size10.7 MB
Missing compression0
Cookies30 third-party

Main document

status 200 · 0 redirects

https://xelta.ai/ai-tool/smart-ad

HeaderValue
alt-svch3=":443"; ma=86400
cache-controls-maxage=50, stale-while-revalidate=31535950
cf-cache-statusDYNAMIC
cf-raya29dd1286c35597b-DEL
content-encodingbr
content-typetext/html; charset=utf-8
dateWed, 12 Aug 2026 07:37:50 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=dwtHkRSTpFtlI%2FziNzKCu%2BvqdtWEHXIxVdQ%2F6WgicegCN6%2Be3C7VzVoCWWcowCvMlG3PW3HPmne3GkuCGbcriJySDONgut%2BLMpObbJjwPIs4Wx67yHPC8U00"}]}
servercloudflare
server-timingcfCacheStatus;desc="DYNAMIC" cfEdge;dur=8,cfOrigin;dur=36
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
13392.4%
202
10.7%
204
96.3%
401
10.7%

Requests and sizes per content type

9 types

Transfer size7.5 MB

  • image74.5%
  • javascript14.8%
  • favicon8.5%
  • css0.98%
  • font0.62%
  • html0.33%
  • json0.27%
  • plain0.02%
  • other0.01%

Content size10.7 MB

  • image51.7%
  • javascript34.5%
  • favicon6.1%
  • css5.2%
  • html1.6%
  • json0.46%
  • font0.43%
  • other0.00%
  • plain0.00%

Requests143

  • image49.7%
  • javascript33.6%
  • json5.6%
  • plain4.9%
  • other2.8%
  • css1.4%
  • html0.70%
  • font0.70%
  • favicon0.70%
ContentHeader SizeTransfer SizeContent SizeRequests
html0 b25.4 KB178.5 KB1
css0 b75.3 KB566.2 KB2
javascript0 b1.1 MB3.7 MB48
image4.8 KB5.6 MB5.5 MB71
font0 b47.7 KB47.3 KB1
favicon0 b649.1 KB668.8 KB1
other0 b448 B151 B4
json0 b20.6 KB50.3 KB8
plain0 b1.8 KB2 B7
Total4.8 KB7.5 MB10.7 MB143

Data per domain

16 domains
DomainTotal download timeTransfer SizeContent SizeRequests
xelta.ai31.906 s4.7 MB7.0 MB103
www.googletagmanager.com465 ms183.7 KB555.5 KB2
static.cloudflareinsights.com97 ms11.3 KB30.9 KB1
media.xelta.ai80 ms138.2 KB137.2 KB1
connect.facebook.net159 ms171.4 KB660.5 KB2
seob.xelta.ai714 ms898 B680 B1
vygxif9kfe.execute-api.ap-south-1.amazonaws.com520 ms15.9 KB47.0 KB5
www.google-analytics.com279 msN/A0 b1
analytics.google.com256 msN/A0 b1
stats.g.doubleclick.net162 ms544 B0 b1
www.google.co.in146 ms408 B42 B1
us-assets.i.posthog.com120 ms33.9 KB98.4 KB2
cms-b.xelta.ai303 ms1.6 KB69 B2
pmt.xelta.ai911 ms876 B1.3 KB2
pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev9.602 s2.2 MB2.2 MB17
telemetry.matchbestsoftware.online215 ms286 B2 B2

Expires & last-modified statistics

typeminmedianmax
Expires0 seconds1 week1 year
Last modified2 minutes20 hours8 weeks

Requests loaded after onLoad event

105 requests

Includes requests done after load event end.

ContentTransfer SizeRequests
html0 b0
css0 b0
javascript451.0 KB17
image5.6 MB69
font0 b0
favicon649.1 KB1
plain1.8 KB7
json19.3 KB7
other0 b3
Total6.7 MB105

Requests loaded after onContentLoad

105 requests

Includes requests done after DOM content loaded.

ContentTransfer SizeRequests
html0 b0
css0 b0
javascript451.0 KB17
image5.6 MB69
font0 b0
favicon649.1 KB1
plain1.8 KB7
json19.3 KB7
other0 b3
Total6.7 MB105

Third party

Third party requests categorised by Third party web version 0.29.2.

Third-party requests22
Tools7
Categories7

Categories

7 categories

Requests by category22

  • survelliance8 req · 5 tools36.4%
  • other5 req · 1 tool22.7%
  • tag-manager2 req · 1 tool9.1%
  • utility2 req · 2 tools9.1%
  • social2 req · 1 tool9.1%
  • analytics2 req · 1 tool9.1%
  • ad1 req · 1 tool4.5%

Third party requests and tools

7 categories
tag-managerGoogle Tag Manager2 requests · 1 tool
survellianceGoogle Tag ManagerFacebookGoogle Analytics+ 2 more8 requests · 5 tools
utilityCloudflareOther Google APIs/SDKs2 requests · 2 tools
socialFacebook2 requests · 1 tool
otherAmazon Web Services5 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
  • pub-a5c9f998046243af9a6b5fdc3c07d449.r2.dev
  • telemetry.matchbestsoftware.online

First party vs third party

109 first · 35 third party

Transfer size7.5 MB

  • First party4.9 MB64.7%
  • Third party2.6 MB35.3%

Content size10.7 MB

  • First party7.1 MB66.5%
  • Third party3.6 MB33.5%

Requests144

  • First party10975.7%
  • Third party3524.3%

First party requests and sizes per content type

109 requests

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

ContentHeader SizeTransfer SizeContent SizeRequests
html0 b25.4 KB178.5 KB1
css0 b75.3 KB566.2 KB2
javascript0 b737.1 KB2.4 MB42
image0 b3.3 MB3.3 MB53
font0 b47.7 KB47.3 KB1
favicon0 b649.1 KB668.8 KB1
other0 b448 B151 B2
json0 b5.5 KB3.4 KB6
plain0 b573 B0 b1
TotalN/A4.9 MB7.1 MB109

Third party requests and sizes per content type

35 requests
ContentHeader SizeTransfer SizeContent SizeRequests
html0 b0 b0 b0
css0 b0 b0 b0
javascript0 b399.9 KB1.3 MB6
image4.8 KB2.2 MB2.2 MB18
font0 b0 b0 b0
favicon0 b0 b0 b0
other0 b0 b0 b2
plain0 b1.2 KB2 B6
json0 b15.1 KB46.9 KB2
Total4.8 KB2.6 MB3.6 MB35