Skip to content
https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
88
GRADE
B
FIX
2
REVIEW
5
PASS
16
INFO
2

Performance-focused optimization plan with CWV assessment, top offenders, and time estimates

80
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
94
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
100
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

2.06 s

Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.

4.32 s

Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.

48 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.000

Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.

4.67 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

7.15 s

Page Load Progression

395 ms
789 ms
1.2 s
1.6 s
2.0 s
2.4 s
2.8 s
3.2 s
Checks
25
16 PASS 5 REVIEW 2 FIX
D
JS Bundles
Action
5 scripts, 182 KB unused
FIX
5 scripts, 182 KB unused
Warning::
https://ais-pre-psgakquiwaol5aevbdjv6g-75920306270...: 155 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ais-pre-psgakquiwaol5aevbdjv6g-75920306270...: unminified — 44 KB could be saved
Warning::
https://ais-pre-psgakquiwaol5aevbdjv6g-75920306270...: 26 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ais-pre-psgakquiwaol5aevbdjv6g-75920306270...: unminified — 9 KB could be saved
Info::
Total unused JavaScript: 182 KB
182 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/assets/index-Cf_aDZIh.js315 KB155 KB (50%)1st
https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/_aistudio-iframe.js32 KB26 KB (83%)1st
https://apis.google.com/js/api.js?onload=__iframefcb4324916 KB3rd
https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.zhTT8Br0Ho8.O/m=gapi_iframes/rt=j/sv=1/d=1/ed=1/rs=AHpOoo-7LeULGjNQZRvhdu3G71akb6JY6A/cb=gapi.loaded_0?le=scs34 KB3rd
https://superb-crawler-mdtd0.firebaseapp.com/__/auth/iframe.js93 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

B
Third-Party Impact
55% third-party, 0 ms blocking
REVIEW
55% third-party, 0 ms blocking
Warning::
Third-party code accounts for 55% of page weight (455.2 KiB of 826.2 KiB)
Info::
Third-party blocking time is low (0 ms)
45%
55%
First-party Third-party
C
JS Execution Cost
Action
1981ms total JS execution
REVIEW
1981ms total JS execution
Warning::
https://ais-pre-psgakquiwaol5aevbdjv6g-75920306270...: 797ms CPU time
Warning::
Unattributable: 654ms CPU time
Warning::
https://ais-pre-psgakquiwaol5aevbdjv6g-75920306270...: 448ms CPU time
Info::
https://apis.google.com/_/scs/abc-static/_/js/k=ga...: 83ms CPU time
Info::
Third-party scripts: 83ms (4% of total)

Main Thread Breakdown

Other 41% Style & Layout 25% Script Evaluation 24% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/797ms10ms0ms1st
Unattributable654ms33ms0ms1st
https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/assets/index-Cf_aDZIh.js448ms359ms4ms1st
https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.zhTT8Br0Ho8.O/m=gapi_iframes/rt=j/sv=1/d=1/ed=1/rs=AHpOoo-7LeULGjNQZRvhdu3G71akb6JY6A/cb=gapi.loaded_0?le=scs83ms70ms9ms3rd
C
Compression Algorithm
Action
Main response served uncompressed
REVIEW
Main response served uncompressed
Info::
Main HTML response has no Content-Encoding (uncompressed)
The main HTML document is served without compression. The Text Compression section above lists the broader picture; for the main response specifically, even gzip would shave ~70-80% off most text payloads.
B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
A
Page Weight Budget
826 KB transferred, 26 requests
PASS
826 KB transferred, 26 requests
Info::
Page weighs 2.0 MB (826 KB transferred)
Info::
Fonts are 306 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 306 KB
Info::
26 HTTP requests
Info::
Estimated 0.17 g CO2 per page load
826 KB / 2.4 MB budget
826 KB transferred
26 requests
0.17 g CO2 per page load
JavaScript 480.4 KiB 58%
Fonts 305.7 KiB 37%
CSS 14.6 KiB 2%
HTML 11.7 KiB 1%
Images 7.7 KiB 1%
Other 4.7 KiB 1%
Other 1.0 KiB 0%
Other 447 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Image Optimization
1 images, 0 KB saveable
PASS
1 images, 0 KB saveable
Info::
All images are well-optimized
1 images 8 KB
0 oversized -0 KB
1 legacy format
0 missing dimensions CLS risk
A+
Font Loading
4 fonts (306 KB)
PASS
4 fonts (306 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

306 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.1 s LCP 4.3 shttps://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2LDIoaomQNQcsA88c7O9yZ4K... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 26.7 KiB — 70 ms — font-display: swaphttps://fonts.gstatic.com/s/cinzel/v26/8vIJ7ww63mVu7gt79mT7PkRXMw.woff28vIJ7ww63mVu7gt79mT7PkR... https://fonts.gstatic.com/s/cinzel/v26/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2 — 25.3 KiB — 80 ms — font-display: swaphttps://fonts.gstatic.com/s/notonastaliqurdu/v23/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5pu3SvoMGdX1OW12.woff2LhW4MUPbN-oZdNFcBy1-DJY... https://fonts.gstatic.com/s/notonastaliqurdu/v23/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5pu3SvoMGdX1OW12.woff2 — 233.7 KiB — 117 ms — font-display: swaphttps://fonts.gstatic.com/s/notonastaliqurdu/v23/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5pu3T_oMGdX1OQ.woff2LhW4MUPbN-oZdNFcBy1-DJY... https://fonts.gstatic.com/s/notonastaliqurdu/v23/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5pu3T_oMGdX1OQ.woff2 — 20.0 KiB — 78 ms — font-display: swap
LDIoaomQNQcsA88c7O9yZ4K... woff2 swap
Size 27 KB
Load time 70 ms
Start 4.0 s
Risk FOUT — text flashes from fallback to web font
8vIJ7ww63mVu7gt79mT7PkR... woff2 swap
Size 25 KB
Load time 80 ms
Start 4.0 s
Risk FOUT — text flashes from fallback to web font
LhW4MUPbN-oZdNFcBy1-DJY... woff2 swap
Size 234 KB
Load time 117 ms
Start 4.0 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
LhW4MUPbN-oZdNFcBy1-DJY... woff2 swap
Size 20 KB
Load time 78 ms
Start 4.0 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~117 KB and ~234 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
prefetch

2 resource hints configured

A+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
A
Page Weight Inventory
26 resources · 826 KB · 182 KB savings available
PASS
26 resources · 826 KB · 182 KB savings available
Info::
Within 1MB page-weight target
Got: 826 KB
Info::
~182 KB of savings available
Warning::
17 third-party resources (55% of weight)
Info::
2 resources over 200KB
26 resources · 826.2 KiB · 17 third-party Within 1MB page-weight target
JavaScript 58% · 480.4 KiB
Font 37% · 305.7 KiB
CSS 2% · 14.6 KiB
Document 2% · 13.4 KiB
Image 1% · 7.7 KiB
Other 1% · 4.5 KiB

~181.5 KiB of savings available

Remove unused JavaScript: 181.5 KiB
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
1 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Google Cloud

Network Waterfall
26 requests over 5781ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.1 s LCP 4.3 shttps://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app// https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/ — 302 — 676 B — 532 ms — h2https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/__cookie_check.html?return_url=https%3A%2F%2Fais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app%2F/__cookie_check.html?return_url=htt... https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/__cookie_check.html?return_url=https%3A%2F%2Fais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app%2F — 200 — 10.2 KiB — 286 ms — h2https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swapfonts.googleapis.com/css2?family=In... https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap — 200 — 1.2 KiB — 152 ms — h2https://www.gstatic.com/aistudio/ai_studio_favicon_2_256x256.pngwww.gstatic.com/aistudio/ai_studio_... https://www.gstatic.com/aistudio/ai_studio_favicon_2_256x256.png — 200 — 7.7 KiB — 101 ms — h2https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app// https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/ — 302 — 17 B — 528 ms — h3https://aistudio.google.com/applet-auth-bridge?applet_id=8a1aa443-e343-43b1-9244-fca856afe044&return_url=https%3A%2F%2Fais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app%2Faistudio.google.com/applet-auth-bri... https://aistudio.google.com/applet-auth-bridge?applet_id=8a1aa443-e343-43b1-9244-fca856afe044&return_url=https%3A%2F%2Fais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app%2F — 302 — 3.0 KiB — 424 ms — h2https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/?__aistudio_auth_token=one_token_to_rule_them_all/?__aistudio_auth_token=one_token_t... https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/?__aistudio_auth_token=one_token_to_rule_them_all — 302 — 18 B — 287 ms — h3https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app// https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/ — 200 — 993 B — 296 ms — h3https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Cinzel:wght@500;700;900&family=Gulzar&family=Hind+Siliguri:wght@400;500;600;700&family=Noto+Nastaliq+Urdu:wght@400;600;700&family=Noto+Serif+Bengali:wght@400;600;700&family=Noto+Serif+Devanagari:wght@400;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swapfonts.googleapis.com/css2?family=Am... https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400&family=Cinzel:wght@500;700;900&family=Gulzar&family=Hind+Siliguri:wght@400;500;600;700&family=Noto+Nastaliq+Urdu:wght@400;600;700&family=Noto+Serif+Bengali:wght@400;600;700&family=Noto+Serif+Devanagari:wght@400;600;700&family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,400;1,600&family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap — 200 — 2.4 KiB — 59 ms — h2https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/assets/index-Cf_aDZIh.js/assets/index-Cf_aDZIh.js https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/assets/index-Cf_aDZIh.js — 200 — 315.0 KiB — 1.2 s — h3https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/assets/index-DwDlt5c-.css/assets/index-DwDlt5c-.css https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/assets/index-DwDlt5c-.css — 200 — 11.0 KiB — 336 ms — h3https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/_aistudio-iframe.js/_aistudio-iframe.js https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/_aistudio-iframe.js — 200 — 32.1 KiB — 691 ms — h3https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2fonts.gstatic.com/s/plusjakartasans... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 200 — 26.7 KiB — 70 ms — h3https://fonts.gstatic.com/s/cinzel/v26/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2fonts.gstatic.com/s/cinzel/v26/8vIJ... https://fonts.gstatic.com/s/cinzel/v26/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2 — 200 — 25.3 KiB — 80 ms — h3https://fonts.gstatic.com/s/notonastaliqurdu/v23/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5pu3SvoMGdX1OW12.woff2fonts.gstatic.com/s/notonastaliqurd... https://fonts.gstatic.com/s/notonastaliqurdu/v23/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5pu3SvoMGdX1OW12.woff2 — 200 — 233.7 KiB — 117 ms — h3https://fonts.gstatic.com/s/notonastaliqurdu/v23/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5pu3T_oMGdX1OQ.woff2fonts.gstatic.com/s/notonastaliqurd... https://fonts.gstatic.com/s/notonastaliqurdu/v23/LhW4MUPbN-oZdNFcBy1-DJYsEoTq5pu3T_oMGdX1OQ.woff2 — 200 — 20.0 KiB — 78 ms — h3https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/favicon.ico/favicon.ico https://ais-pre-psgakquiwaol5aevbdjv6g-759203062707.asia-east1.run.app/favicon.ico — 200 — 993 B — 291 ms — h3https://apis.google.com/js/api.js?onload=__iframefcb432491apis.google.com/js/api.js?onload=__... https://apis.google.com/js/api.js?onload=__iframefcb432491 — 200 — 6.3 KiB — 131 ms — h2https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.zhTT8Br0Ho8.O/m=gapi_iframes/rt=j/sv=1/d=1/ed=1/rs=AHpOoo-7LeULGjNQZRvhdu3G71akb6JY6A/cb=gapi.loaded_0?le=scsapis.google.com/_/scs/abc-static/_/... https://apis.google.com/_/scs/abc-static/_/js/k=gapi.lb.en.zhTT8Br0Ho8.O/m=gapi_iframes/rt=j/sv=1/d=1/ed=1/rs=AHpOoo-7LeULGjNQZRvhdu3G71akb6JY6A/cb=gapi.loaded_0?le=scs — 200 — 34.5 KiB — 54 ms — h2https://superb-crawler-mdtd0.firebaseapp.com/__/auth/iframe?apiKey=AIzaSyCZ6Jg6A2GN0zKvs7MfyTc_7VT6z1Qx2Xk&appName=%5BDEFAULT%5D&v=12.17.0&eid=p&usegapi=1&jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.lb.en.zhTT8Br0Ho8.O%2Fd%3D1%2Frs%3DAHpOoo-7LeULGjNQZRvhdu3G71akb6JY6A%2Fm%3D__features__superb-crawler-mdtd0.firebaseapp.co... https://superb-crawler-mdtd0.firebaseapp.com/__/auth/iframe?apiKey=AIzaSyCZ6Jg6A2GN0zKvs7MfyTc_7VT6z1Qx2Xk&appName=%5BDEFAULT%5D&v=12.17.0&eid=p&usegapi=1&jsh=m%3B%2F_%2Fscs%2Fabc-static%2F_%2Fjs%2Fk%3Dgapi.lb.en.zhTT8Br0Ho8.O%2Fd%3D1%2Frs%3DAHpOoo-7LeULGjNQZRvhdu3G71akb6JY6A%2Fm%3D__features__ — 200 — 538 B — 231 ms — h2https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?VER=8&database=projects%2Fsuperb-crawler-mdtd0%2Fdatabases%2Fai-studio-globalshayariai-8a1aa443-e343-43b1-9244-fca856afe044&RID=57505&CVER=22&X-HTTP-Session-Id=gsessionid&zx=mq0nj9y7twn5&t=1firestore.googleapis.com/google.fir... https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?VER=8&database=projects%2Fsuperb-crawler-mdtd0%2Fdatabases%2Fai-studio-globalshayariai-8a1aa443-e343-43b1-9244-fca856afe044&RID=57505&CVER=22&X-HTTP-Session-Id=gsessionid&zx=mq0nj9y7twn5&t=1 — 200 — 487 B — 106 ms — h2https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?gsessionid=Zjx2iS02sZCXTgvtXmHRl6-xjpozh7yND25nzLmKfD8Jy3ExuUC-ZQ&VER=8&database=projects%2Fsuperb-crawler-mdtd0%2Fdatabases%2Fai-studio-globalshayariai-8a1aa443-e343-43b1-9244-fca856afe044&RID=rpc&SID=VGM8VSsA9l53TW7NEa2KJg&AID=0&CI=0&TYPE=xmlhttp&zx=ydzc6erevlgn&t=1firestore.googleapis.com/google.fir... https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?gsessionid=Zjx2iS02sZCXTgvtXmHRl6-xjpozh7yND25nzLmKfD8Jy3ExuUC-ZQ&VER=8&database=projects%2Fsuperb-crawler-mdtd0%2Fdatabases%2Fai-studio-globalshayariai-8a1aa443-e343-43b1-9244-fca856afe044&RID=rpc&SID=VGM8VSsA9l53TW7NEa2KJg&AID=0&CI=0&TYPE=xmlhttp&zx=ydzc6erevlgn&t=1 — 200 — 518 B — 82 ms — h2https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?VER=8&database=projects%2Fsuperb-crawler-mdtd0%2Fdatabases%2Fai-studio-globalshayariai-8a1aa443-e343-43b1-9244-fca856afe044&gsessionid=Zjx2iS02sZCXTgvtXmHRl6-xjpozh7yND25nzLmKfD8Jy3ExuUC-ZQ&SID=VGM8VSsA9l53TW7NEa2KJg&RID=57506&AID=4&zx=k7s6orgx51a4&t=1firestore.googleapis.com/google.fir... https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?VER=8&database=projects%2Fsuperb-crawler-mdtd0%2Fdatabases%2Fai-studio-globalshayariai-8a1aa443-e343-43b1-9244-fca856afe044&gsessionid=Zjx2iS02sZCXTgvtXmHRl6-xjpozh7yND25nzLmKfD8Jy3ExuUC-ZQ&SID=VGM8VSsA9l53TW7NEa2KJg&RID=57506&AID=4&zx=k7s6orgx51a4&t=1 — 200 — 49 B — 82 ms — h3https://superb-crawler-mdtd0.firebaseapp.com/__/auth/iframe.jssuperb-crawler-mdtd0.firebaseapp.co... https://superb-crawler-mdtd0.firebaseapp.com/__/auth/iframe.js — 200 — 92.5 KiB — 699 ms — h2https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectConfig?key=AIzaSyCZ6Jg6A2GN0zKvs7MfyTc_7VT6z1Qx2Xk&cb=1787246018854www.googleapis.com/identitytoolkit/... https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectConfig?key=AIzaSyCZ6Jg6A2GN0zKvs7MfyTc_7VT6z1Qx2Xk&cb=1787246018854 — 200 — 0 B — 317 ms — h2https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectConfig?key=AIzaSyCZ6Jg6A2GN0zKvs7MfyTc_7VT6z1Qx2Xk&cb=1787246018854www.googleapis.com/identitytoolkit/... https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectConfig?key=AIzaSyCZ6Jg6A2GN0zKvs7MfyTc_7VT6z1Qx2Xk&cb=1787246018854 — 200 — 447 B — 158 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
4% of JavaScript execution is third-party
First-party Third-party 83ms · 34KB · $1/mo
apis.google.com
Other
Optional
Execution 83ms
Transfer 34 KB
Monthly Cost $1/mo

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback