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

Performance

· 20 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
85
GRADE
B
FIX
2
REVIEW
6
PASS
11
INFO
1

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

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

1.51 s

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

1.51 s

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

0 ms

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

0.011

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

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

1.51 s

Page Load Progression

1.1 s
2.1 s
3.2 s
4.2 s
5.3 s
6.3 s
7.4 s
8.5 s
Checks
20
11 PASS 6 REVIEW 2 FIX
F
JS Bundles
Action
1 scripts, 589 KB unused
FIX
1 scripts, 589 KB unused
Warning::
https://global-shayari-ai.ai.studio/assets/index-D...: 589 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://global-shayari-ai.ai.studio/assets/index-D...: unminified — 164 KB could be saved
Info::
Total unused JavaScript: 589 KB
589 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://global-shayari-ai.ai.studio/assets/index-DjkHOdVX.js1221 KB589 KB (49%)1st

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

D
Page Weight Inventory
Action
12 resources · 1.6 MB · 589 KB savings available
FIX
12 resources · 1.6 MB · 589 KB savings available
Warning::
Page weight 1.6 MB exceeds 1 MB target by 603 KB
Got: 1.6 MB Expected: ≤ 1 MB
Info::
~589 KB of savings available
Info::
8 third-party resources (19% of weight)
Info::
2 resources over 200KB
12 resources · 1.6 MiB · 8 third-party 603.2 KiB over 1MB target
JavaScript 75% · 1.2 MiB
Font 19% · 306.5 KiB
CSS 6% · 94.1 KiB
Document 0% · 5.0 KiB
Other 0% · 892 B

~588.6 KiB of savings available

Remove unused JavaScript: 588.6 KiB
C
Page Weight Budget
Action
1.6 MB transferred, 12 requests
REVIEW
1.6 MB transferred, 12 requests
Info::
Page weighs 1.6 MB (1.6 MB transferred)
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Info::
Fonts are 307 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 307 KB
Info::
12 HTTP requests
Info::
Estimated 0.33 g CO2 per page load
1.6 MB / 2.4 MB budget
1.6 MB transferred
12 requests
0.33 g CO2 per page load
JavaScript 1.2 MiB 75%
Fonts 306.5 KiB 19%
CSS 94.1 KiB 6%
HTML 2.7 KiB 0%
Other 2.3 KiB 0%
Other 892 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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

B
JS Execution Cost
641ms total JS execution
REVIEW
641ms total JS execution
Warning::
https://global-shayari-ai.ai.studio/: 326ms CPU time
Info::
Unattributable: 189ms CPU time
Info::
https://global-shayari-ai.ai.studio/assets/index-D...: 126ms CPU time

Main Thread Breakdown

Other 42% Style & Layout 28% Script Evaluation 16% Rendering 12%
ScriptTotalScriptingParse/CompileParty
https://global-shayari-ai.ai.studio/326ms3ms0ms1st
Unattributable189ms7ms0ms1st
https://global-shayari-ai.ai.studio/assets/index-DjkHOdVX.js126ms91ms1ms1st
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
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.
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

B
HTTP Caching
private, max-age=0
REVIEW
private, max-age=0
Info::
Cache-Control header is set
Got: private, max-age=0
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

private, max-age=0

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
max-age0Cache for 0 seconds
A+
Third-Party Impact
19% third-party, 0 ms blocking
PASS
19% third-party, 0 ms blocking
Info::
Third-party code accounts for 19% of page weight (310.1 KiB of 1.6 MiB)
Info::
Third-party blocking time is low (0 ms)
81%
19%
First-party Third-party
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 (307 KB)
PASS
4 fonts (307 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

307 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 500 ms 1.0 s 1.5 s FCP 1.5 s LCP 1.5 shttps://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2LDIoaomQNQcsA88c7O9yZ4K... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 27.2 KiB — 690 ms — font-display: swaphttps://fonts.gstatic.com/s/cinzel/v26/8vIJ7ww63mVu7gt79mT7PkRXMw.woff28vIJ7ww63mVu7gt79mT7PkR... https://fonts.gstatic.com/s/cinzel/v26/8vIJ7ww63mVu7gt79mT7PkRXMw.woff2 — 25.4 KiB — 699 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.8 KiB — 748 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.1 KiB — 716 ms — font-display: swap
LDIoaomQNQcsA88c7O9yZ4K... woff2 swap
Size 27 KB
Load time 690 ms
Start 927 ms
Risk FOUT — text flashes from fallback to web font
8vIJ7ww63mVu7gt79mT7PkR... woff2 swap
Size 25 KB
Load time 699 ms
Start 927 ms
Risk FOUT — text flashes from fallback to web font
LhW4MUPbN-oZdNFcBy1-DJY... woff2 swap
Size 234 KB
Load time 748 ms
Start 928 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 716 ms
Start 928 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
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+
Main HTML Cache-Control
Main HTML max-age=0 (≤ 5min) is appropriate
PASS
Main HTML max-age=0 (≤ 5min) is appropriate
Info::
Main HTML max-age=0 (≤ 5min) is appropriate
Got: private, max-age=0
A+
Server Response Intelligence
1 server-response signal(s) detected
PASS
1 server-response signal(s) detected
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).
Network Waterfall
12 requests over 1675ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 1.5 s LCP 1.5 shttps://global-shayari-ai.ai.studio// https://global-shayari-ai.ai.studio/ — 200 — 2.7 KiB — 65 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 — 397 ms — h2https://global-shayari-ai.ai.studio/assets/index-DjkHOdVX.js/assets/index-DjkHOdVX.js https://global-shayari-ai.ai.studio/assets/index-DjkHOdVX.js — 200 — 1.2 MiB — 160 ms — h2https://global-shayari-ai.ai.studio/assets/index-D0UaR_QD.css/assets/index-D0UaR_QD.css https://global-shayari-ai.ai.studio/assets/index-D0UaR_QD.css — 200 — 91.4 KiB — 107 ms — h2https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2fonts.gstatic.com/s/plusjakartasans... https://fonts.gstatic.com/s/plusjakartasans/v12/LDIoaomQNQcsA88c7O9yZ4KMCoOg4Ko20yygg_vb.woff2 — 200 — 27.2 KiB — 690 ms — h2https://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.4 KiB — 699 ms — h2https://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.8 KiB — 748 ms — h2https://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.1 KiB — 716 ms — h2https://global-shayari-ai.ai.studio/favicon.ico/favicon.ico https://global-shayari-ai.ai.studio/favicon.ico — 200 — 2.3 KiB — 68 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=32265&CVER=22&X-HTTP-Session-Id=gsessionid&zx=pd9wnpaecsf&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=32265&CVER=22&X-HTTP-Session-Id=gsessionid&zx=pd9wnpaecsf&t=1 — 200 — 347 B — 160 ms — h2https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?gsessionid=msMmsuXHPWqviw7xS8ebtgsBTwayCz3EhHtyA4SiiKulFLIZiQI8Bg&VER=8&database=projects%2Fsuperb-crawler-mdtd0%2Fdatabases%2Fai-studio-globalshayariai-8a1aa443-e343-43b1-9244-fca856afe044&RID=rpc&SID=cb9w-7WjKrk0HtP3hc7LTw&AID=0&CI=0&TYPE=xmlhttp&zx=o9nns2uq9la&t=1firestore.googleapis.com/google.fir... https://firestore.googleapis.com/google.firestore.v1.Firestore/Listen/channel?gsessionid=msMmsuXHPWqviw7xS8ebtgsBTwayCz3EhHtyA4SiiKulFLIZiQI8Bg&VER=8&database=projects%2Fsuperb-crawler-mdtd0%2Fdatabases%2Fai-studio-globalshayariai-8a1aa443-e343-43b1-9244-fca856afe044&RID=rpc&SID=cb9w-7WjKrk0HtP3hc7LTw&AID=0&CI=0&TYPE=xmlhttp&zx=o9nns2uq9la&t=1 — 200 — 448 B — 126 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=msMmsuXHPWqviw7xS8ebtgsBTwayCz3EhHtyA4SiiKulFLIZiQI8Bg&SID=cb9w-7WjKrk0HtP3hc7LTw&RID=32266&AID=4&zx=nq5aal6jfi06&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=msMmsuXHPWqviw7xS8ebtgsBTwayCz3EhHtyA4SiiKulFLIZiQI8Bg&SID=cb9w-7WjKrk0HtP3hc7LTw&RID=32266&AID=4&zx=nq5aal6jfi06&t=1 — 200 — 97 B — 41 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback