Skip to content
https://gminsights.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
75
GRADE
C
FIX
5
REVIEW
2
PASS
8
INFO
2

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

36
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
86
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
58
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.

4.65 s

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

16.13 s

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

1.02 s

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.

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

16.28 s

Page Load Progression

620 ms
1.2 s
1.9 s
2.5 s
3.1 s
3.7 s
4.3 s
5.0 s
Checks
17
8 PASS 2 REVIEW 5 FIX
D
Page Weight Budget
Action
2.2 MB transferred, 103 requests
FIX
2.2 MB transferred, 103 requests
Info::
Page weighs 6.4 MB (2.2 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 387 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 387 KB
Warning::
103 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.47 g CO2 per page load
2.2 MB / 2.4 MB budget
2.2 MB transferred
103 requests
0.47 g CO2 per page load
JavaScript 1.2 MiB 53%
Images 389.6 KiB 17%
Fonts 387.2 KiB 17%
CSS 147.0 KiB 6%
Other 105.8 KiB 5%
HTML 37.6 KiB 2%
Other 9.4 KiB 0%
Other 821 B 0%
Other 560 B 0%
Other 0 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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.2 MiB of 2.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
3847ms total JS execution
FIX
3847ms total JS execution
Warning::
https://www.gminsights.com/: 957ms CPU time
Warning::
https://www.gminsights.com/_next/static/chunks/fra...: 657ms CPU time
Warning::
Unattributable: 519ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-F01H...: 449ms CPU time
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TKV...: 308ms CPU time
Warning::
Third-party scripts: 3847ms (100% of total)

Main Thread Breakdown

Script Evaluation 45% Other 29% Style & Layout 11% Script Parsing & Compilation 9%
ScriptTotalScriptingParse/CompileParty
https://www.gminsights.com/957ms60ms3ms3rd
https://www.gminsights.com/_next/static/chunks/framework-01be286159f12911.js657ms375ms18ms3rd
Unattributable519ms10ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-F01HGT5N4X&cx=c&gtm=4e64k1449ms332ms50ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TKV3WHJ308ms256ms48ms3rd
https://www.gminsights.com/cdn-cgi/challenge-platform/scripts/jsd/main.js284ms265ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=AW-730798613&cx=c&gtm=4e64k1256ms219ms36ms3rd
https://www.gminsights.com/_next/static/chunks/pages/index-dbbf8a235fba3658.js187ms187ms0ms3rd
https://www.gminsights.com/_next/static/chunks/2266-107a2dca37360e35.js154ms1ms152ms3rd
https://www.gminsights.com/_next/static/css/a6b884ee55a2c17e.css75ms0ms0ms3rd
D
Page Weight Inventory
Action
103 resources · 2.2 MB · 224 KB savings available
FIX
103 resources · 2.2 MB · 224 KB savings available
Warning::
Page weight 1.2 MB over 1MB target
Got: 2.2 MB Expected: ≤ 1 MB
Info::
~224 KB of savings available
Warning::
102 third-party resources (100% of weight)
Info::
1 resources over 200KB
103 resources · 2.2 MiB · 102 third-party 1.2 MiB over 1MB target
JavaScript 53% · 1.2 MiB
Image 17% · 398.6 KiB
Font 17% · 387.2 KiB
CSS 6% · 147.0 KiB
Other 5% · 107.5 KiB
Document 2% · 37.6 KiB

~224.2 KiB of savings available

Remove unused JavaScript: 224.2 KiB
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.

C
Image Optimization
Action
38 images, 0 KB saveable
REVIEW
38 images, 0 KB saveable
Warning::
https://cdn.gminsights.com/media_citation/timesofi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.gminsights.com/media_citation/business... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.gminsights.com/media_citation/bbc.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.gminsights.com/media_citation/national... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.gminsights.com/media_citation/cnbc.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://cdn.gminsights.com/media_citation/investin... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
38 images 390 KB
0 oversized -0 KB
14 legacy format
6 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.

Source: web.dev / Core Web Vitals

C
JS Bundles
Action
39 scripts, 224 KB unused
REVIEW
39 scripts, 224 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TKV...: 65 KB unused (44%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-F01H...: 64 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=AW-730...: 63 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.gminsights.com/_next/static/chunks/fra...: 33 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 224 KB
224 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-TKV3WHJ149 KB65 KB (44%)3rd
https://www.googletagmanager.com/gtag/js?id=G-F01HGT5N4X&cx=c&gtm=4e64k1175 KB64 KB (37%)3rd
https://www.googletagmanager.com/gtag/js?id=AW-730798613&cx=c&gtm=4e64k1144 KB63 KB (43%)3rd
https://www.gminsights.com/_next/static/chunks/framework-01be286159f12911.js65 KB33 KB (51%)3rd
https://www.gminsights.com/_next/static/chunks/ebc70433-cfdb10c2d7525b4c.js1 KB3rd
https://www.gminsights.com/_next/static/chunks/1664-b352f27ba681e99a.js2 KB3rd
https://www.gminsights.com/_next/static/chunks/4668.10156d01378bbb2c.js1 KB3rd
https://www.gminsights.com/_next/static/chunks/2067.cf8419d6756dd5df.js3 KB3rd
https://www.gminsights.com/_next/static/chunks/3505.47b6c0063828855a.js1 KB3rd
https://www.gminsights.com/_next/static/chunks/6133.957fa63a98725697.js1 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

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

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+
Font Loading
10 fonts (387 KB)
PASS
10 fonts (387 KB)
Info::
10 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

10

387 KB total

Render-blocking

0

of 10

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
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 FCP 4.6 s LCP 16.1 shttps://fonts.gstatic.com/s/assistant/v24/2sDcZGJYnIjSi6H75xkzaGW5.woff22sDcZGJYnIjSi6H75xkzaGW... https://fonts.gstatic.com/s/assistant/v24/2sDcZGJYnIjSi6H75xkzaGW5.woff2 — 21.6 KiB — 138 ms — font-display: swaphttps://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGI.woff2sDPZGJYnIjSi6H75xkZZE1... https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGI.woff — 24.2 KiB — 128 ms — font-display: swaphttps://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGI.woff2sDPZGJYnIjSi6H75xkZZE1... https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGI.woff — 24.1 KiB — 128 ms — font-display: swaphttps://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGI.woff2sDPZGJYnIjSi6H75xkZZE1... https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGI.woff — 24.1 KiB — 133 ms — font-display: swaphttps://fonts.gstatic.com/s/assistant/v24/2sDcZGJYnIjSi6H75xkzaGW5Kb8VZA.woff22sDcZGJYnIjSi6H75xkzaGW... https://fonts.gstatic.com/s/assistant/v24/2sDcZGJYnIjSi6H75xkzaGW5Kb8VZA.woff2 — 21.6 KiB — 121 ms — font-display: swaphttps://fonts.gstatic.com/l/font?kit=2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGI&skey=d0a91b9f68d720c8&v=v24font https://fonts.gstatic.com/l/font?kit=2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGI&skey=d0a91b9f68d720c8&v=v24 — 25.3 KiB — 36 ms — font-display: swaphttps://www.gminsights.com/_next/static/media/icomoon.8cc7f3b7.ttficomoon.8cc7f3b7.ttf https://www.gminsights.com/_next/static/media/icomoon.8cc7f3b7.ttf — 120.4 KiB — 43 ms — font-display: swaphttps://www.gminsights.com/_next/static/media/fontawesome-webfont.e9955780.woff2fontawesome-webfont.e99... https://www.gminsights.com/_next/static/media/fontawesome-webfont.e9955780.woff2 — 75.7 KiB — 43 ms — font-display: swaphttps://fonts.gstatic.com/l/font?kit=2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGI&skey=d0a91b9f68d720c8&v=v24font https://fonts.gstatic.com/l/font?kit=2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGI&skey=d0a91b9f68d720c8&v=v24 — 25.2 KiB — 45 ms — font-display: swaphttps://fonts.gstatic.com/l/font?kit=2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGI&skey=d0a91b9f68d720c8&v=v24font https://fonts.gstatic.com/l/font?kit=2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGI&skey=d0a91b9f68d720c8&v=v24 — 25.1 KiB — 46 ms — font-display: swap
2sDcZGJYnIjSi6H75xkzaGW... woff2 swap
Size 22 KB
Load time 138 ms
Start 409 ms
Risk FOUT — text flashes from fallback to web font
2sDPZGJYnIjSi6H75xkZZE1... woff swap
Size 24 KB
Load time 128 ms
Start 410 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
2sDPZGJYnIjSi6H75xkZZE1... woff swap
Size 24 KB
Load time 128 ms
Start 410 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
2sDPZGJYnIjSi6H75xkZZE1... woff swap
Size 24 KB
Load time 133 ms
Start 410 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
2sDcZGJYnIjSi6H75xkzaGW... woff2 swap
Size 22 KB
Load time 121 ms
Start 410 ms
Risk FOUT — text flashes from fallback to web font
font woff swap
Size 25 KB
Load time 36 ms
Start 665 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
icomoon.8cc7f3b7.ttf ttf swap
Size 120 KB
Load time 43 ms
Start 665 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
fontawesome-webfont.e99... woff2 swap
Size 76 KB
Load time 43 ms
Start 666 ms
Risk FOUT — text flashes from fallback to web font
font woff swap
Size 25 KB
Load time 45 ms
Start 666 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
font woff swap
Size 25 KB
Load time 46 ms
Start 666 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
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 ~141 KB and ~282 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
11 hints, 0 missing preconnects
PASS
11 hints, 0 missing preconnects
Info::
Page uses 11 resource hint(s)

Current Resource Hints

preconnect
3
preload
8
dns-prefetch
prefetch

11 resource hints configured

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+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
103 requests over 1895ms
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 FCP 4.6 s LCP 16.1 shttps://gminsights.com// https://gminsights.com/ — 301 — 134 B — 66 ms — h2https://www.gminsights.com/www.gminsights.com/ https://www.gminsights.com/ — 200 — 37.6 KiB — 483 ms — h2https://cdn.gminsights.com/home/slider_image_one.webpcdn.gminsights.com/home/slider_imag... https://cdn.gminsights.com/home/slider_image_one.webp — 200 — 118.9 KiB — 155 ms — h2https://fonts.gstatic.com/s/assistant/v24/2sDcZGJYnIjSi6H75xkzaGW5.woff2fonts.gstatic.com/s/assistant/v24/2... https://fonts.gstatic.com/s/assistant/v24/2sDcZGJYnIjSi6H75xkzaGW5.woff2 — 200 — 21.6 KiB — 138 ms — h3https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGI.wofffonts.gstatic.com/s/assistant/v24/2... https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGI.woff — 200 — 24.2 KiB — 128 ms — h3https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGI.wofffonts.gstatic.com/s/assistant/v24/2... https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGI.woff — 200 — 24.1 KiB — 128 ms — h3https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGI.wofffonts.gstatic.com/s/assistant/v24/2... https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGI.woff — 200 — 24.1 KiB — 133 ms — h3https://fonts.gstatic.com/s/assistant/v24/2sDcZGJYnIjSi6H75xkzaGW5Kb8VZA.woff2fonts.gstatic.com/s/assistant/v24/2... https://fonts.gstatic.com/s/assistant/v24/2sDcZGJYnIjSi6H75xkzaGW5Kb8VZA.woff2 — 200 — 21.6 KiB — 121 ms — h3https://www.gminsights.com/_next/static/css/a6b884ee55a2c17e.csswww.gminsights.com/_next/static/css... https://www.gminsights.com/_next/static/css/a6b884ee55a2c17e.css — 200 — 147.0 KiB — 83 ms — h2https://cdn.gminsights.com/image/GMI_logo.webpcdn.gminsights.com/image/GMI_logo.w... https://cdn.gminsights.com/image/GMI_logo.webp — 200 — 4.9 KiB — 141 ms — h2https://cdn.gminsights.com/media_citation/investing.pngcdn.gminsights.com/media_citation/i... https://cdn.gminsights.com/media_citation/investing.png — 200 — 2.5 KiB — 140 ms — h2https://cdn.gminsights.com/media_citation/businessinsider_com.pngcdn.gminsights.com/media_citation/b... https://cdn.gminsights.com/media_citation/businessinsider_com.png — 200 — 3.3 KiB — 129 ms — h2https://cdn.gminsights.com/media_citation/bbc.pngcdn.gminsights.com/media_citation/b... https://cdn.gminsights.com/media_citation/bbc.png — 200 — 17.6 KiB — 131 ms — h2https://cdn.gminsights.com/media_citation/nationalgeographic_com.pngcdn.gminsights.com/media_citation/n... https://cdn.gminsights.com/media_citation/nationalgeographic_com.png — 200 — 3.4 KiB — 128 ms — h2https://www.gminsights.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.gminsights.com/cdn-cgi/scripts/... https://www.gminsights.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 752 B — 43 ms — h2https://www.gminsights.com/_next/static/chunks/7719.bb7b06c9f5592f93.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/7719.bb7b06c9f5592f93.js — 200 — 1.0 KiB — 63 ms — h2https://www.gminsights.com/_next/static/chunks/4916.f7eebd6558e3f8a9.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/4916.f7eebd6558e3f8a9.js — 200 — 1.8 KiB — 44 ms — h2https://www.gminsights.com/_next/static/chunks/5503.4afae0e1e3851773.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/5503.4afae0e1e3851773.js — 200 — 2.2 KiB — 48 ms — h2https://www.gminsights.com/_next/static/chunks/2828.a2b0786110be2b9d.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/2828.a2b0786110be2b9d.js — 200 — 2.8 KiB — 45 ms — h2https://www.gminsights.com/_next/static/chunks/6938.bdf037aaf3d869ae.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/6938.bdf037aaf3d869ae.js — 200 — 5.6 KiB — 50 ms — h2https://www.gminsights.com/_next/static/chunks/4668.10156d01378bbb2c.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/4668.10156d01378bbb2c.js — 200 — 1.3 KiB — 48 ms — h2https://www.gminsights.com/_next/static/chunks/2067.cf8419d6756dd5df.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/2067.cf8419d6756dd5df.js — 200 — 2.5 KiB — 55 ms — h2https://www.gminsights.com/_next/static/chunks/3505.47b6c0063828855a.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/3505.47b6c0063828855a.js — 200 — 1.3 KiB — 51 ms — h2https://www.gminsights.com/_next/static/chunks/6133.957fa63a98725697.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/6133.957fa63a98725697.js — 200 — 1.1 KiB — 50 ms — h2https://www.gminsights.com/_next/static/chunks/9204.22cf7269b4a6bb1f.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/9204.22cf7269b4a6bb1f.js — 200 — 3.2 KiB — 77 ms — h2https://www.gminsights.com/_next/static/chunks/4718.0dd555e838c1ac4f.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/4718.0dd555e838c1ac4f.js — 200 — 4.7 KiB — 56 ms — h2https://www.gminsights.com/_next/static/chunks/6924.a6e9d494f6bd67bd.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/6924.a6e9d494f6bd67bd.js — 200 — 495 B — 63 ms — h2https://www.gminsights.com/_next/static/chunks/8385.71da8c3e2f66a67b.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/8385.71da8c3e2f66a67b.js — 200 — 3.9 KiB — 83 ms — h2https://www.gminsights.com/_next/static/chunks/webpack-44867d8e01896c66.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/webpack-44867d8e01896c66.js — 200 — 3.0 KiB — 51 ms — h2https://www.gminsights.com/_next/static/chunks/framework-01be286159f12911.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/framework-01be286159f12911.js — 200 — 64.9 KiB — 104 ms — h2
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 FCP 4.6 s LCP 16.1 shttps://gminsights.com// https://gminsights.com/ — 301 — 134 B — 66 ms — h2https://www.gminsights.com/www.gminsights.com/ https://www.gminsights.com/ — 200 — 37.6 KiB — 483 ms — h2https://cdn.gminsights.com/home/slider_image_one.webpcdn.gminsights.com/home/slider_imag... https://cdn.gminsights.com/home/slider_image_one.webp — 200 — 118.9 KiB — 155 ms — h2https://fonts.gstatic.com/s/assistant/v24/2sDcZGJYnIjSi6H75xkzaGW5.woff2fonts.gstatic.com/s/assistant/v24/2... https://fonts.gstatic.com/s/assistant/v24/2sDcZGJYnIjSi6H75xkzaGW5.woff2 — 200 — 21.6 KiB — 138 ms — h3https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGI.wofffonts.gstatic.com/s/assistant/v24/2... https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGI.woff — 200 — 24.2 KiB — 128 ms — h3https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGI.wofffonts.gstatic.com/s/assistant/v24/2... https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGI.woff — 200 — 24.1 KiB — 128 ms — h3https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGI.wofffonts.gstatic.com/s/assistant/v24/2... https://fonts.gstatic.com/s/assistant/v24/2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGI.woff — 200 — 24.1 KiB — 133 ms — h3https://fonts.gstatic.com/s/assistant/v24/2sDcZGJYnIjSi6H75xkzaGW5Kb8VZA.woff2fonts.gstatic.com/s/assistant/v24/2... https://fonts.gstatic.com/s/assistant/v24/2sDcZGJYnIjSi6H75xkzaGW5Kb8VZA.woff2 — 200 — 21.6 KiB — 121 ms — h3https://www.gminsights.com/_next/static/css/a6b884ee55a2c17e.csswww.gminsights.com/_next/static/css... https://www.gminsights.com/_next/static/css/a6b884ee55a2c17e.css — 200 — 147.0 KiB — 83 ms — h2https://cdn.gminsights.com/image/GMI_logo.webpcdn.gminsights.com/image/GMI_logo.w... https://cdn.gminsights.com/image/GMI_logo.webp — 200 — 4.9 KiB — 141 ms — h2https://cdn.gminsights.com/media_citation/investing.pngcdn.gminsights.com/media_citation/i... https://cdn.gminsights.com/media_citation/investing.png — 200 — 2.5 KiB — 140 ms — h2https://cdn.gminsights.com/media_citation/businessinsider_com.pngcdn.gminsights.com/media_citation/b... https://cdn.gminsights.com/media_citation/businessinsider_com.png — 200 — 3.3 KiB — 129 ms — h2https://cdn.gminsights.com/media_citation/bbc.pngcdn.gminsights.com/media_citation/b... https://cdn.gminsights.com/media_citation/bbc.png — 200 — 17.6 KiB — 131 ms — h2https://cdn.gminsights.com/media_citation/nationalgeographic_com.pngcdn.gminsights.com/media_citation/n... https://cdn.gminsights.com/media_citation/nationalgeographic_com.png — 200 — 3.4 KiB — 128 ms — h2https://www.gminsights.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.gminsights.com/cdn-cgi/scripts/... https://www.gminsights.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 752 B — 43 ms — h2https://www.gminsights.com/_next/static/chunks/7719.bb7b06c9f5592f93.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/7719.bb7b06c9f5592f93.js — 200 — 1.0 KiB — 63 ms — h2https://www.gminsights.com/_next/static/chunks/4916.f7eebd6558e3f8a9.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/4916.f7eebd6558e3f8a9.js — 200 — 1.8 KiB — 44 ms — h2https://www.gminsights.com/_next/static/chunks/5503.4afae0e1e3851773.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/5503.4afae0e1e3851773.js — 200 — 2.2 KiB — 48 ms — h2https://www.gminsights.com/_next/static/chunks/2828.a2b0786110be2b9d.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/2828.a2b0786110be2b9d.js — 200 — 2.8 KiB — 45 ms — h2https://www.gminsights.com/_next/static/chunks/6938.bdf037aaf3d869ae.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/6938.bdf037aaf3d869ae.js — 200 — 5.6 KiB — 50 ms — h2https://www.gminsights.com/_next/static/chunks/4668.10156d01378bbb2c.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/4668.10156d01378bbb2c.js — 200 — 1.3 KiB — 48 ms — h2https://www.gminsights.com/_next/static/chunks/2067.cf8419d6756dd5df.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/2067.cf8419d6756dd5df.js — 200 — 2.5 KiB — 55 ms — h2https://www.gminsights.com/_next/static/chunks/3505.47b6c0063828855a.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/3505.47b6c0063828855a.js — 200 — 1.3 KiB — 51 ms — h2https://www.gminsights.com/_next/static/chunks/6133.957fa63a98725697.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/6133.957fa63a98725697.js — 200 — 1.1 KiB — 50 ms — h2https://www.gminsights.com/_next/static/chunks/9204.22cf7269b4a6bb1f.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/9204.22cf7269b4a6bb1f.js — 200 — 3.2 KiB — 77 ms — h2https://www.gminsights.com/_next/static/chunks/4718.0dd555e838c1ac4f.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/4718.0dd555e838c1ac4f.js — 200 — 4.7 KiB — 56 ms — h2https://www.gminsights.com/_next/static/chunks/6924.a6e9d494f6bd67bd.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/6924.a6e9d494f6bd67bd.js — 200 — 495 B — 63 ms — h2https://www.gminsights.com/_next/static/chunks/8385.71da8c3e2f66a67b.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/8385.71da8c3e2f66a67b.js — 200 — 3.9 KiB — 83 ms — h2https://www.gminsights.com/_next/static/chunks/webpack-44867d8e01896c66.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/webpack-44867d8e01896c66.js — 200 — 3.0 KiB — 51 ms — h2https://www.gminsights.com/_next/static/chunks/framework-01be286159f12911.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/framework-01be286159f12911.js — 200 — 64.9 KiB — 104 ms — h2https://www.gminsights.com/_next/static/chunks/main-9bca1f9146f1b73e.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/main-9bca1f9146f1b73e.js — 200 — 26.7 KiB — 72 ms — h2https://www.gminsights.com/_next/static/chunks/pages/_app-787ea5e213da16bc.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/pages/_app-787ea5e213da16bc.js — 200 — 3.5 KiB — 83 ms — h2https://www.gminsights.com/_next/static/chunks/ebc70433-cfdb10c2d7525b4c.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/ebc70433-cfdb10c2d7525b4c.js — 200 — 783 B — 60 ms — h2https://www.gminsights.com/_next/static/chunks/68c0a17d-94f3cedca599c55c.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/68c0a17d-94f3cedca599c55c.js — 200 — 476 B — 90 ms — h2https://www.gminsights.com/_next/static/chunks/8169-69bc97b6c44360a4.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/8169-69bc97b6c44360a4.js — 200 — 23.6 KiB — 79 ms — h2https://www.gminsights.com/_next/static/chunks/1664-b352f27ba681e99a.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/1664-b352f27ba681e99a.js — 200 — 2.2 KiB — 76 ms — h2https://www.gminsights.com/_next/static/chunks/1642-d5435347cdb2685b.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/1642-d5435347cdb2685b.js — 200 — 7.7 KiB — 88 ms — h2https://www.gminsights.com/_next/static/chunks/7066-42dca11fcfcb00ea.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/7066-42dca11fcfcb00ea.js — 200 — 13.4 KiB — 89 ms — h2https://www.gminsights.com/_next/static/chunks/1604-3cd819817b12dfda.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/1604-3cd819817b12dfda.js — 200 — 14.2 KiB — 89 ms — h2https://www.gminsights.com/_next/static/chunks/5675-fcb1bf8cc7f1a475.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/5675-fcb1bf8cc7f1a475.js — 200 — 3.6 KiB — 90 ms — h2https://www.gminsights.com/_next/static/chunks/3743-ceac760dcb77a173.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/3743-ceac760dcb77a173.js — 200 — 3.2 KiB — 89 ms — h2https://www.gminsights.com/_next/static/chunks/2266-107a2dca37360e35.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/2266-107a2dca37360e35.js — 200 — 491.4 KiB — 144 ms — h2https://www.gminsights.com/_next/static/chunks/968-e233d5a562fbf260.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/968-e233d5a562fbf260.js — 200 — 2.8 KiB — 90 ms — h2https://www.gminsights.com/_next/static/chunks/9967-57290023ef4ae068.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/9967-57290023ef4ae068.js — 200 — 8.8 KiB — 126 ms — h2https://www.gminsights.com/_next/static/chunks/3916-6b08559d51edde25.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/3916-6b08559d51edde25.js — 200 — 5.6 KiB — 91 ms — h2https://www.gminsights.com/_next/static/chunks/8857-03e8d83e80b31150.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/8857-03e8d83e80b31150.js — 200 — 10.5 KiB — 126 ms — h2https://www.gminsights.com/_next/static/chunks/pages/index-dbbf8a235fba3658.jswww.gminsights.com/_next/static/chu... https://www.gminsights.com/_next/static/chunks/pages/index-dbbf8a235fba3658.js — 200 — 820 B — 129 ms — h2https://www.gminsights.com/_next/static/ZzXiPXcJ1yMbZMiE5r0wI/_buildManifest.jswww.gminsights.com/_next/static/ZzX... https://www.gminsights.com/_next/static/ZzXiPXcJ1yMbZMiE5r0wI/_buildManifest.js — 200 — 5.5 KiB — 129 ms — h2https://www.gminsights.com/_next/static/ZzXiPXcJ1yMbZMiE5r0wI/_ssgManifest.jswww.gminsights.com/_next/static/ZzX... https://www.gminsights.com/_next/static/ZzXiPXcJ1yMbZMiE5r0wI/_ssgManifest.js — 200 — 218 B — 129 ms — h2https://cdn.jsdelivr.net/gh/lipis/flag-icons/flags/4x3/fr.svgcdn.jsdelivr.net/gh/lipis/flag-icon... https://cdn.jsdelivr.net/gh/lipis/flag-icons/flags/4x3/fr.svg — 200 — 594 B — 112 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TKV3WHJwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TKV3WHJ — 200 — 148.6 KiB — 211 ms — h2https://cdn.gminsights.com/media_citation/timesofindia_indiatimes_com.pngcdn.gminsights.com/media_citation/t... https://cdn.gminsights.com/media_citation/timesofindia_indiatimes_com.png — 200 — 2.6 KiB — 58 ms — h3https://cdn.gminsights.com/media_citation/cnbc.jpgcdn.gminsights.com/media_citation/c... https://cdn.gminsights.com/media_citation/cnbc.jpg — 200 — 21.1 KiB — 63 ms — h3https://cdn.gminsights.com/media_citation/edition_cnn.pngcdn.gminsights.com/media_citation/e... https://cdn.gminsights.com/media_citation/edition_cnn.png — 200 — 5.9 KiB — 63 ms — h3https://cdn.gminsights.com/media_citation/reuters_com.pngcdn.gminsights.com/media_citation/r... https://cdn.gminsights.com/media_citation/reuters_com.png — 200 — 6.2 KiB — 62 ms — h3https://cdn.gminsights.com/company/Accenture.webpcdn.gminsights.com/company/Accentur... https://cdn.gminsights.com/company/Accenture.webp — 200 — 20.2 KiB — 62 ms — h3https://cdn.gminsights.com/company/Cognizant_logo_2022.pngcdn.gminsights.com/company/Cognizan... https://cdn.gminsights.com/company/Cognizant_logo_2022.png — 200 — 10.1 KiB — 42 ms — h3https://cdn.gminsights.com/company/Deloitte.pngcdn.gminsights.com/company/Deloitte... https://cdn.gminsights.com/company/Deloitte.png — 200 — 11.8 KiB — 57 ms — h3https://cdn.gminsights.com/company/Hitachi_logo.pngcdn.gminsights.com/company/Hitachi_... https://cdn.gminsights.com/company/Hitachi_logo.png — 200 — 4.9 KiB — 57 ms — h3https://cdn.gminsights.com/company/JPMorganChase.pngcdn.gminsights.com/company/JPMorgan... https://cdn.gminsights.com/company/JPMorganChase.png — 200 — 6.9 KiB — 62 ms — h3https://cdn.gminsights.com/company/Microsoft_logo.pngcdn.gminsights.com/company/Microsof... https://cdn.gminsights.com/company/Microsoft_logo.png — 200 — 9.7 KiB — 56 ms — h3https://cdn.gminsights.com/company/Mitsubishi_Corporation.pngcdn.gminsights.com/company/Mitsubis... https://cdn.gminsights.com/company/Mitsubishi_Corporation.png — 200 — 4.2 KiB — 38 ms — h3https://cdn.gminsights.com/company/Panasonic_logo.pngcdn.gminsights.com/company/Panasoni... https://cdn.gminsights.com/company/Panasonic_logo.png — 200 — 5.4 KiB — 62 ms — h3https://cdn.gminsights.com/company/Samsung_wordmark.pngcdn.gminsights.com/company/Samsung_... https://cdn.gminsights.com/company/Samsung_wordmark.png — 200 — 10.4 KiB — 62 ms — h3https://cdn.gminsights.com/company/Sony_logo.pngcdn.gminsights.com/company/Sony_log... https://cdn.gminsights.com/company/Sony_logo.png — 200 — 8.9 KiB — 56 ms — h3https://cdn.gminsights.com/company/TexasInstruments-Logo.pngcdn.gminsights.com/company/TexasIns... https://cdn.gminsights.com/company/TexasInstruments-Logo.png — 200 — 19.9 KiB — 62 ms — h3https://cdn.gminsights.com/company/Toyota.pngcdn.gminsights.com/company/Toyota.p... https://cdn.gminsights.com/company/Toyota.png — 200 — 9.1 KiB — 61 ms — h3https://cdn.gminsights.com/company/Unilever.pngcdn.gminsights.com/company/Unilever... https://cdn.gminsights.com/company/Unilever.png — 200 — 62.6 KiB — 62 ms — h3data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern i…www.w3.org/2000/svg" viewBox="0 0 1... data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1000 1000"><defs><pattern i… — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/l/font?kit=2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGI&skey=d0a91b9f68d720c8&v=v24fonts.gstatic.com/l/font?kit=2sDPZG... https://fonts.gstatic.com/l/font?kit=2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtuZnEGI&skey=d0a91b9f68d720c8&v=v24 — 200 — 25.3 KiB — 36 ms — h3https://www.gminsights.com/_next/static/media/icomoon.8cc7f3b7.ttfwww.gminsights.com/_next/static/med... https://www.gminsights.com/_next/static/media/icomoon.8cc7f3b7.ttf — 200 — 120.4 KiB — 43 ms — h3https://www.gminsights.com/_next/static/media/fontawesome-webfont.e9955780.woff2www.gminsights.com/_next/static/med... https://www.gminsights.com/_next/static/media/fontawesome-webfont.e9955780.woff2 — 200 — 75.7 KiB — 43 ms — h3https://fonts.gstatic.com/l/font?kit=2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGI&skey=d0a91b9f68d720c8&v=v24fonts.gstatic.com/l/font?kit=2sDPZG... https://fonts.gstatic.com/l/font?kit=2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQttRnEGI&skey=d0a91b9f68d720c8&v=v24 — 200 — 25.2 KiB — 45 ms — h3https://fonts.gstatic.com/l/font?kit=2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGI&skey=d0a91b9f68d720c8&v=v24fonts.gstatic.com/l/font?kit=2sDPZG... https://fonts.gstatic.com/l/font?kit=2sDPZGJYnIjSi6H75xkZZE1I0yCmYzzQtjhgEGI&skey=d0a91b9f68d720c8&v=v24 — 200 — 25.1 KiB — 46 ms — h3https://www.gminsights.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.gminsights.com/cdn-cgi/challeng... https://www.gminsights.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 223 B — 70 ms — h3https://jupiter.gminsights.com/api/v1/IndustryCategory?lang=jupiter.gminsights.com/api/v1/Indus... https://jupiter.gminsights.com/api/v1/IndustryCategory?lang= — 204 — 0 B — 354 ms — h2https://jupiter.gminsights.com/api/v1/megatrendsjupiter.gminsights.com/api/v1/megat... https://jupiter.gminsights.com/api/v1/megatrends — 204 — 0 B — 338 ms — h2https://www.gminsights.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.gminsights.com/cdn-cgi/challeng... https://www.gminsights.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 13.2 KiB — 25 ms — h3https://www.googletagmanager.com/gtag/js?id=AW-730798613&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=AW-730798613&cx=c&gtm=4e64k1 — 200 — 144.4 KiB — 53 ms — h2https://www.googletagmanager.com/gtag/js?id=G-F01HGT5N4X&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-F01HGT5N4X&cx=c&gtm=4e64k1 — 200 — 174.6 KiB — 65 ms — h2https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.gminsights.com%2F&scrsrc=www.googletagmanager.com&rnd=1226542216.1776900896&dt=Global%20Market%20Insights%20Inc.%20%7C%20Actionable%20Data%20for%20Smart%20Business%20Decisions&auid=779571754.1776900896&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v832198309za200zd832198309xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776900895815&tfd=956www.google.com/ccm/collect?rcb=0&fr... https://www.google.com/ccm/collect?rcb=0&frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fwww.gminsights.com%2F&scrsrc=www.googletagmanager.com&rnd=1226542216.1776900896&dt=Global%20Market%20Insights%20Inc.%20%7C%20Actionable%20Data%20for%20Smart%20Business%20Decisions&auid=779571754.1776900896&navt=n&npa=1&ep.ads_data_redaction=0&gtm=45He64k1v832198309za200zd832198309xea&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115616985~115938466~115938469~117266400&apve=1&apvf=f&apvc=1&tft=1776900895815&tfd=956 — 200 — 21 B — 77 ms — h3https://www.gminsights.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.15003100145269122:1776899610:ocN79iLeoMzLIrbO7RufIK3kxf6HJgAQAGMI3HucTfc/9f0871216d59f15cwww.gminsights.com/cdn-cgi/challeng... https://www.gminsights.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.15003100145269122:1776899610:ocN79iLeoMzLIrbO7RufIK3kxf6HJgAQAGMI3HucTfc/9f0871216d59f15c — 200 — 821 B — 23 ms — h3https://www.google.com/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gminsights.com%2F&scrsrc=www.googletagmanager.com&rnd=1226542216.1776900896&dt=Global%20Market%20Insights%20Inc.%20%7C%20Actionable%20Data%20for%20Smart%20Business%20Decisions&auid=779571754.1776900896&navt=n&npa=1&gtm=45be64k1v9138700712z8832198309za20gzb832198309zd832198309xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-730798613&tid=AW-730798613&tft=1776900895957&tfd=1097www.google.com/ccm/collect?rcb=9&fr... https://www.google.com/ccm/collect?rcb=9&frm=0&en=page_view&dl=https%3A%2F%2Fwww.gminsights.com%2F&scrsrc=www.googletagmanager.com&rnd=1226542216.1776900896&dt=Global%20Market%20Insights%20Inc.%20%7C%20Actionable%20Data%20for%20Smart%20Business%20Decisions&auid=779571754.1776900896&navt=n&npa=1&gtm=45be64k1v9138700712z8832198309za20gzb832198309zd832198309xec&gcd=13l3l3l2l1l1&dma_cps=a&dma=1&tag_exp=0~115938466~115938469~117266400&apve=1&apvf=f&apvc=0&tids=AW-730798613&tid=AW-730798613&tft=1776900895957&tfd=1097 — 200 — 21 B — 114 ms — h3https://jupiter.gminsights.com/api/v1/megatrendsjupiter.gminsights.com/api/v1/megat... https://jupiter.gminsights.com/api/v1/megatrends — 200 — 7.1 KiB — 90 ms — h3https://region1.analytics.google.com/g/collect?v=2&tid=G-F01HGT5N4X&gtm=45je64k1v872422313z8832198309za20gzb832198309zd832198309&_p=1776900895277&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1682242773&_eu=EAAAAGA&are=1&cid=1952547356.1776900896&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776900896&sct=1&seg=0&dl=https%3A%2F%2Fwww.gminsights.com%2F&dt=Global%20Market%20Insights%20Inc.%20%7C%20Actionable%20Data%20for%20Smart%20Business%20Decisions&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1204region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-F01HGT5N4X&gtm=45je64k1v872422313z8832198309za20gzb832198309zd832198309&_p=1776900895277&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1682242773&_eu=EAAAAGA&are=1&cid=1952547356.1776900896&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=4&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117512542&sid=1776900896&sct=1&seg=0&dl=https%3A%2F%2Fwww.gminsights.com%2F&dt=Global%20Market%20Insights%20Inc.%20%7C%20Actionable%20Data%20for%20Smart%20Business%20Decisions&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1204 — 204 — 551 B — 92 ms — h2https://jupiter.gminsights.com/api/v1/IndustryCategory?lang=jupiter.gminsights.com/api/v1/Indus... https://jupiter.gminsights.com/api/v1/IndustryCategory?lang= — 200 — 98.2 KiB — 108 ms — h3https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-F01HGT5N4X&cid=1952547356.1776900896&gtm=45je64k1v872422313z8832198309za20gzb832198309zd832198309&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266401~117512542&z=562526940www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-F01HGT5N4X&cid=1952547356.1776900896&gtm=45je64k1v872422313z8832198309za20gzb832198309zd832198309&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266401~117512542&z=562526940 — 200 — 408 B — 128 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-F01HGT5N4X&cid=1952547356.1776900896&gtm=45je64k1v872422313z8832198309za20gzb832198309zd832198309&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266401~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-F01HGT5N4X&cid=1952547356.1776900896&gtm=45je64k1v872422313z8832198309za20gzb832198309zd832198309&rcb=4&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115938466~115938469~117266401~117512542 — 204 — 560 B — 90 ms — h2https://www.gminsights.com/assets/images/favicon.pngwww.gminsights.com/assets/images/fa... https://www.gminsights.com/assets/images/favicon.png — 200 — 3.7 KiB — 26 ms — h3https://www.gminsights.com/favicon.icowww.gminsights.com/favicon.ico https://www.gminsights.com/favicon.ico — 200 — 2.6 KiB — 122 ms — h3https://www.gminsights.com/favicon.icowww.gminsights.com/favicon.ico https://www.gminsights.com/favicon.ico — 200 — 2.6 KiB — 120 ms — h3https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Faerospace-and-defense.png&w=96&q=75www.gminsights.com/_next/image?url=... https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Faerospace-and-defense.png&w=96&q=75 — 200 — 1.5 KiB — 321 ms — h3https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fagriculture.png&w=96&q=75www.gminsights.com/_next/image?url=... https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fagriculture.png&w=96&q=75 — 200 — 1.5 KiB — 303 ms — h3https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fanimal-health-and-nutrition.png&w=96&q=75www.gminsights.com/_next/image?url=... https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fanimal-health-and-nutrition.png&w=96&q=75 — 200 — 1.6 KiB — 307 ms — h3https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fautomotive.png&w=96&q=75www.gminsights.com/_next/image?url=... https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fautomotive.png&w=96&q=75 — 200 — 1.3 KiB — 124 ms — h3https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fchemicals-materials.png&w=96&q=75www.gminsights.com/_next/image?url=... https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fchemicals-materials.png&w=96&q=75 — 200 — 1.4 KiB — 324 ms — h3https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fconstruction.png&w=96&q=75www.gminsights.com/_next/image?url=... https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fconstruction.png&w=96&q=75 — 200 — 1.6 KiB — 321 ms — h3https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fconsumer-goods-and-services.png&w=96&q=75www.gminsights.com/_next/image?url=... https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fconsumer-goods-and-services.png&w=96&q=75 — 200 — 1.4 KiB — 320 ms — h3https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fenergy-and-power.png&w=96&q=75www.gminsights.com/_next/image?url=... https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fenergy-and-power.png&w=96&q=75 — 200 — 1.8 KiB — 317 ms — h3https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Ffood-and-beverages.png&w=96&q=75www.gminsights.com/_next/image?url=... https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Ffood-and-beverages.png&w=96&q=75 — 200 — 1.3 KiB — 321 ms — h3https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fhealthcare.png&w=96&q=75www.gminsights.com/_next/image?url=... https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fhealthcare.png&w=96&q=75 — 200 — 1.4 KiB — 319 ms — h3https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Findustrial-machinery.png&w=96&q=75www.gminsights.com/_next/image?url=... https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Findustrial-machinery.png&w=96&q=75 — 200 — 1.6 KiB — 319 ms — h3https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fmedia-and-technology.png&w=96&q=75www.gminsights.com/_next/image?url=... https://www.gminsights.com/_next/image?url=%2Fassets%2Fimages%2Findustry_icons%2Fmedia-and-technology.png&w=96&q=75 — 200 — 1.7 KiB — 310 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 3847ms · 1210KB · €62/mo
www.gminsights.com
Other
Costly
Execution 957ms
Transfer 38 KB
Monthly Cost €15/mo
www.gminsights.com
Other
Costly
Execution 657ms
Transfer 65 KB
Unused 51%
Monthly Cost €11/mo
Unattributable
Other
Costly
Execution 519ms
Transfer 0 KB
Monthly Cost €8/mo
Google Tag Manager
Tag Manager
Costly
Execution 449ms
Transfer 175 KB
Unused 37%
Monthly Cost €7/mo
Google Tag Manager
Tag Manager
Costly
Execution 308ms
Transfer 149 KB
Unused 44%
Monthly Cost €5/mo
www.gminsights.com
Other
Costly
Execution 284ms
Transfer 0 KB
Monthly Cost €5/mo
Google Tag Manager
Tag Manager
Costly
Execution 256ms
Transfer 144 KB
Unused 43%
Monthly Cost €4/mo
www.gminsights.com
Other
Optional
Execution 187ms
Transfer 1 KB
Monthly Cost €3/mo
www.gminsights.com
Other
Optional
Execution 154ms
Transfer 491 KB
Monthly Cost €2/mo
www.gminsights.com
Other
Optional
Execution 75ms
Transfer 147 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.gminsights.com adds 957ms and costs ~€15/month
  • www.gminsights.com adds 657ms and costs ~€11/month
  • Unattributable adds 519ms and costs ~€8/month
  • Google Tag Manager adds 449ms and costs ~€7/month
  • Google Tag Manager adds 308ms and costs ~€5/month
  • www.gminsights.com adds 284ms and costs ~€5/month
  • Google Tag Manager adds 256ms and costs ~€4/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.gminsights.com takes 957ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.gminsights.com takes 657ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

51% of www.gminsights.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

Unattributable takes 519ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 449ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 308ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

www.gminsights.com takes 284ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

Google Tag Manager takes 256ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

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