Skip to content
https://global-shayari-ai.ai.studio

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
91
GRADE
A
FIX
2
REVIEW
3
PASS
18
INFO
2

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

87
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
89
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.

3.00 s

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

3.07 s

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

37 ms

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

0.080

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

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

5.25 s

Page Load Progression

985 ms
2.0 s
3.0 s
3.9 s
4.9 s
5.9 s
6.9 s
7.9 s
Checks
25
18 PASS 3 REVIEW 2 FIX
D
JS Execution Cost
Action
2565ms total JS execution
FIX
2565ms total JS execution
Warning::
https://global-shayari-ai.ai.studio/: 1205ms CPU time
Warning::
Unattributable: 718ms CPU time
Warning::
https://global-shayari-ai.ai.studio/assets/index-C...: 382ms CPU time
Info::
https://global-shayari-ai.ai.studio/assets/vendor-...: 185ms CPU time
Info::
https://apis.google.com/_/scs/abc-static/_/js/k=ga...: 75ms CPU time
Info::
Third-party scripts: 75ms (3% of total)

Main Thread Breakdown

Other 39% Style & Layout 25% Script Evaluation 20% Rendering 13%
ScriptTotalScriptingParse/CompileParty
https://global-shayari-ai.ai.studio/1205ms12ms0ms1st
Unattributable718ms30ms0ms1st
https://global-shayari-ai.ai.studio/assets/index-CNad0IzW.js382ms247ms2ms1st
https://global-shayari-ai.ai.studio/assets/vendor-firebase-DzcrSfLs.js185ms151ms1ms1st
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=scs75ms64ms7ms3rd
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-cache, no-store, must-revalidate
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

no-cache, no-store, must-revalidate

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
must-revalidateMust recheck with server after expiry
B
Third-Party Impact
59% third-party, 0 ms blocking
REVIEW
59% third-party, 0 ms blocking
Warning::
Third-party code accounts for 59% of page weight (443.5 KiB of 750.6 KiB)
Info::
Third-party blocking time is low (0 ms)
41%
59%
First-party Third-party
C
JS Bundles
Action
8 scripts, 123 KB unused
REVIEW
8 scripts, 123 KB unused
Warning::
https://global-shayari-ai.ai.studio/assets/vendor-...: 92 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://global-shayari-ai.ai.studio/assets/vendor-...: unminified — 35 KB could be saved
Warning::
https://global-shayari-ai.ai.studio/assets/index-C...: 32 KB unused (29%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://global-shayari-ai.ai.studio/assets/vendor-...: unminified — 4 KB could be saved
Info::
Total unused JavaScript: 123 KB
123 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://global-shayari-ai.ai.studio/assets/vendor-firebase-DzcrSfLs.js164 KB92 KB (56%)1st
https://global-shayari-ai.ai.studio/assets/index-CNad0IzW.js113 KB32 KB (29%)1st
https://global-shayari-ai.ai.studio/assets/vendor-icons-BNM5ZT5p.js11 KB1st
https://global-shayari-ai.ai.studio/assets/vendor-react-W5YVwTUo.js2 KB1st
https://global-shayari-ai.ai.studio/assets/CookieConsentBanner-Cqwnt1lf.js2 KB1st
https://apis.google.com/js/api.js?onload=__iframefcb653256 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

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
751 KB transferred, 24 requests
PASS
751 KB transferred, 24 requests
Info::
Page weighs 1.9 MB (751 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::
24 HTTP requests
Info::
Estimated 0.15 g CO2 per page load
751 KB / 2.4 MB budget
751 KB transferred
24 requests
0.15 g CO2 per page load
JavaScript 423.7 KiB 56%
Fonts 305.7 KiB 41%
CSS 15.7 KiB 2%
HTML 3.4 KiB 0%
Other 854 B 0%
Other 844 B 0%
Other 483 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
No images on this page
PASS
No images on this page
Info::
No images on this page
0 images 0 KB
0 oversized -0 KB
0 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 FCP 3.0 s LCP 3.1 shttps://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2LDIoaomQNQcsA88c7O9yZ4K... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 26.7 KiB — 59 ms — font-display: swaphttps://fonts.gstatic.com/s/cinzel/v26/8vIJ7ww63mVu7gt79mT7PkRXMw.woff28vIJ7ww63mVu7gt79mT7PkR... https://fonts.gstatic.com/s/cinzel/v26/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2 — 25.3 KiB — 60 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 — 103 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 — 60 ms — font-display: swap
LDIoaomQNQcsA88c7O9yZ4K... woff2 swap
Size 27 KB
Load time 59 ms
Start 414 ms
Risk FOUT — text flashes from fallback to web font
8vIJ7ww63mVu7gt79mT7PkR... woff2 swap
Size 25 KB
Load time 60 ms
Start 414 ms
Risk FOUT — text flashes from fallback to web font
LhW4MUPbN-oZdNFcBy1-DJY... woff2 swap
Size 234 KB
Load time 103 ms
Start 414 ms
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 60 ms
Start 415 ms
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
4 hints, 0 missing preconnects
PASS
4 hints, 0 missing preconnects
Info::
2 dns-prefetch redundant with preconnect on same origin
preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com, https://fonts.gstatic.com. Remove the redundant dns-prefetch entries.
Info::
2 URL(s) appear in multiple hints
The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://fonts.googleapis.com (preconnect+dns-prefetch), https://fonts.gstatic.com (preconnect+dns-prefetch).
Info::
Page uses 4 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
2
prefetch

4 resource hints configured

preconnect already does the DNS lookup; adding dns-prefetch to the same origin is at best a no-op. Sample: https://fonts.googleapis.com, https://fonts.gstatic.com. Remove the redundant dns-prefetch entries.

Why this matters

Performance issues directly impact user engagement and conversion rates.

The same href shouldn't appear in multiple hint rels -- one wins, the others are wasted markup and may confuse cache behavior. Sample: https://fonts.googleapis.com (preconnect+dns-prefetch), https://fonts.gstatic.com (preconnect+dns-prefetch).

Why this matters

Performance issues directly impact user engagement and conversion rates.

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+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
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+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-cache, no-store, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
Both `ETag` and `Last-Modified` present -- efficient revalidation supported
The page returns both `ETag` (content hash) and `Last-Modified` (timestamp) headers. Browsers can issue conditional GETs with `If-None-Match` or `If-Modified-Since`; the server returns 304 Not Modified for unchanged content, saving bandwidth. ETag is the more reliable of the two (timestamps fail in DST transitions and clock skew).
A
Page Weight Inventory
24 resources · 751 KB · 123 KB savings available
PASS
24 resources · 751 KB · 123 KB savings available
Info::
Within 1MB page-weight target
Got: 751 KB
Info::
~123 KB of savings available
Warning::
14 third-party resources (59% of weight)
Info::
1 resources over 200KB
24 resources · 750.6 KiB · 14 third-party Within 1MB page-weight target
JavaScript 56% · 423.7 KiB
Font 41% · 305.7 KiB
CSS 2% · 15.7 KiB
Document 0% · 3.4 KiB
Other 0% · 2.1 KiB

~123.3 KiB of savings available

Remove unused JavaScript: 123.3 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
No render-blocking JS or document.write usage detected
PASS
No render-blocking JS or document.write usage detected
Info::
No JavaScript blocking issues detected
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
24 requests over 40498ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s 36.0 s 38.0 s 40.0 s 42.0 s FCP 3.0 s LCP 3.1 shttps://global-shayari-ai.ai.studio// https://global-shayari-ai.ai.studio/ — 200 — 2.8 KiB — 73 ms — h2https://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.7 KiB — 94 ms — h2https://global-shayari-ai.ai.studio/assets/index-CNad0IzW.js/assets/index-CNad0IzW.js https://global-shayari-ai.ai.studio/assets/index-CNad0IzW.js — 200 — 112.7 KiB — 133 ms — h2https://global-shayari-ai.ai.studio/assets/vendor-icons-BNM5ZT5p.js/assets/vendor-icons-BNM5ZT5p.js https://global-shayari-ai.ai.studio/assets/vendor-icons-BNM5ZT5p.js — 200 — 10.7 KiB — 91 ms — h2https://global-shayari-ai.ai.studio/assets/vendor-react-W5YVwTUo.js/assets/vendor-react-W5YVwTUo.js https://global-shayari-ai.ai.studio/assets/vendor-react-W5YVwTUo.js — 200 — 1.6 KiB — 51 ms — h2https://global-shayari-ai.ai.studio/assets/vendor-firebase-DzcrSfLs.js/assets/vendor-firebase-DzcrSfLs.js https://global-shayari-ai.ai.studio/assets/vendor-firebase-DzcrSfLs.js — 200 — 163.8 KiB — 143 ms — h2https://global-shayari-ai.ai.studio/assets/index-BzGw1Cmv.css/assets/index-BzGw1Cmv.css https://global-shayari-ai.ai.studio/assets/index-BzGw1Cmv.css — 200 — 13.0 KiB — 90 ms — h2https://global-shayari-ai.ai.studio/manifest.json/manifest.json https://global-shayari-ai.ai.studio/manifest.json — 200 — 854 B — 88 ms — h3https://global-shayari-ai.ai.studio/assets/CookieConsentBanner-Cqwnt1lf.js/assets/CookieConsentBanner-Cqwnt1l... https://global-shayari-ai.ai.studio/assets/CookieConsentBanner-Cqwnt1lf.js — 200 — 1.5 KiB — 75 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 — 59 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 — 60 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 — 103 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 — 60 ms — h3https://apis.google.com/js/api.js?onload=__iframefcb65325apis.google.com/js/api.js?onload=__... https://apis.google.com/js/api.js?onload=__iframefcb65325 — 200 — 6.3 KiB — 110 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 — 45 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 — 539 B — 241 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=94902&CVER=22&X-HTTP-Session-Id=gsessionid&zx=n7hqz4w4z2sv&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=94902&CVER=22&X-HTTP-Session-Id=gsessionid&zx=n7hqz4w4z2sv&t=1 — 200 — 348 B — 105 ms — h2https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?gsessionid=ze5iZkzfef-U1-Vq-o0RH4zfZF-FV-1axrRjjMyRqKY0UXNEHQGa2w&VER=8&database=projects%2Fsuperb-crawler-mdtd0%2Fdatabases%2Fai-studio-globalshayariai-8a1aa443-e343-43b1-9244-fca856afe044&RID=rpc&SID=20lHUCTpdQxKirp98FrIzw&AID=0&CI=0&TYPE=xmlhttp&zx=2gebjccuoiap&t=1firestore.googleapis.com/google.fir... https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?gsessionid=ze5iZkzfef-U1-Vq-o0RH4zfZF-FV-1axrRjjMyRqKY0UXNEHQGa2w&VER=8&database=projects%2Fsuperb-crawler-mdtd0%2Fdatabases%2Fai-studio-globalshayariai-8a1aa443-e343-43b1-9244-fca856afe044&RID=rpc&SID=20lHUCTpdQxKirp98FrIzw&AID=0&CI=0&TYPE=xmlhttp&zx=2gebjccuoiap&t=1 — 200 — 447 B — 112 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=ze5iZkzfef-U1-Vq-o0RH4zfZF-FV-1axrRjjMyRqKY0UXNEHQGa2w&SID=20lHUCTpdQxKirp98FrIzw&RID=94903&AID=4&zx=692q4lhzx02f&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=ze5iZkzfef-U1-Vq-o0RH4zfZF-FV-1axrRjjMyRqKY0UXNEHQGa2w&SID=20lHUCTpdQxKirp98FrIzw&RID=94903&AID=4&zx=692q4lhzx02f&t=1 — 200 — 49 B — 118 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 — 469 ms — h2https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectConfig?key=AIzaSyCZ6Jg6A2GN0zKvs7MfyTc_7VT6z1Qx2Xk&cb=1787370982606www.googleapis.com/identitytoolkit/... https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectConfig?key=AIzaSyCZ6Jg6A2GN0zKvs7MfyTc_7VT6z1Qx2Xk&cb=1787370982606 — 200 — 0 B — 175 ms — h2https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectConfig?key=AIzaSyCZ6Jg6A2GN0zKvs7MfyTc_7VT6z1Qx2Xk&cb=1787370982606www.googleapis.com/identitytoolkit/... https://www.googleapis.com/identitytoolkit/v3/relyingparty/getProjectConfig?key=AIzaSyCZ6Jg6A2GN0zKvs7MfyTc_7VT6z1Qx2Xk&cb=1787370982606 — 200 — 483 B — 146 ms — h2https://global-shayari-ai.ai.studio/api/health/api/health https://global-shayari-ai.ai.studio/api/health — 200 — 0 B — 70 ms — h3https://global-shayari-ai.ai.studio/api/health/api/health https://global-shayari-ai.ai.studio/api/health — 200 — 0 B — 76 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
3% of JavaScript execution is third-party
First-party Third-party 75ms · 34KB · $1/mo
apis.google.com
Other
Optional
Execution 75ms
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