Skip to content
https://windy.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
83
GRADE
B
FIX
3
REVIEW
2
PASS
10
INFO
2

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

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

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

8.36 s

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

6.21 s

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

0.297

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

4.98 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.17 s

Page Load Progression

455 ms
910 ms
1.4 s
1.8 s
2.3 s
2.7 s
3.2 s
3.6 s
Checks
17
10 PASS 2 REVIEW 3 FIX
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 (697.7 KiB of 697.9 KiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
12559ms total JS execution
FIX
12559ms total JS execution
Warning::
https://www.windy.com/v/49.1.1.ind.eb7f/plugins/gl...: 9287ms CPU time
Warning::
Unattributable: 1117ms CPU time
Warning::
https://www.windy.com/: 905ms CPU time
Warning::
https://www.windy.com/v/49.1.1.ind.eb7f/leaflet-gl...: 507ms CPU time
Warning::
https://www.windy.com/v/49.1.1.ind.eb7f/index.js: 402ms CPU time
Warning::
Third-party scripts: 12559ms (100% of total)

Main Thread Breakdown

Other 82% Script Evaluation 15%
ScriptTotalScriptingParse/CompileParty
https://www.windy.com/v/49.1.1.ind.eb7f/plugins/gl-particles.js9287ms330ms0ms3rd
Unattributable1117ms395ms0ms3rd
https://www.windy.com/905ms442ms2ms3rd
https://www.windy.com/v/49.1.1.ind.eb7f/leaflet-gl.js507ms356ms2ms3rd
https://www.windy.com/v/49.1.1.ind.eb7f/index.js402ms281ms2ms3rd
https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-misc.js250ms38ms0ms3rd
https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-effects.js90ms46ms0ms3rd
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
11 images, 0 KB saveable
REVIEW
11 images, 0 KB saveable
Warning::
https://www.windy.com/img/icons7/png_27@2x/1_night... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.windy.com/img/icons7/png_25@2x/4.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.windy.com/img/icons7/png_25@2x/1.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
11 images 49 KB
0 oversized -0 KB
10 legacy format
3 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

B
JS Bundles
48 scripts, 83 KB unused
REVIEW
48 scripts, 83 KB unused
Warning::
https://www.windy.com/v/49.1.1.ind.eb7f/leaflet-gl...: 52 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.windy.com/v/49.1.1.ind.eb7f/index.js: 31 KB unused (28%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 83 KB
83 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.windy.com/v/49.1.1.ind.eb7f/leaflet-gl.js101 KB52 KB (52%)3rd
https://www.windy.com/v/49.1.1.ind.eb7f/index.js108 KB31 KB (28%)3rd
https://www.windy.com/patch/v9/patch.js?refTime=2026-04-21T20:550 KB3rd
https://www.windy.com/v/49.1.1.ind.eb7f/plugins/mobile-ui.js3 KB3rd
https://www.windy.com/v/49.1.1.ind.eb7f/plugins/search-input.js5 KB3rd
https://www.windy.com/v/49.1.1.ind.eb7f/plugins/startup-weather.js5 KB3rd
https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-misc.js5 KB3rd
https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-legacy.js0 KB3rd
https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-effects.js10 KB3rd
https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-if.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

A+
Page Weight Budget
698 KB transferred, 183 requests
PASS
698 KB transferred, 183 requests
Info::
Page weighs 1.3 MB (698 KB transferred)
Warning::
183 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.14 g CO2 per page load
698 KB / 2.4 MB budget
698 KB transferred
183 requests
0.14 g CO2 per page load
JavaScript 293.8 KiB 42%
Other 287.9 KiB 41%
Images 49.3 KiB 7%
Fonts 31.9 KiB 5%
CSS 16.3 KiB 2%
Other 15.9 KiB 2%
HTML 2.5 KiB 0%
Other 319 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Under budget

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

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
2 fonts (32 KB)
PASS
2 fonts (32 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

32 KB total

Render-blocking

0

of 2

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 5.0 s 6.0 s 7.0 s 8.0 s FCP 2.8 s LCP 8.4 shttps://www.windy.com/v/49.1.1.ind.eb7f/iconfont.woff2iconfont.woff2 https://www.windy.com/v/49.1.1.ind.eb7f/iconfont.woff2 — 29.8 KiB — 30 ms — font-display: swaphttps://www.windy.com/img/bariol/bariol-medium-numbers.woff2bariol-medium-numbers.w... https://www.windy.com/img/bariol/bariol-medium-numbers.woff2 — 2.1 KiB — 23 ms — font-display: swap
iconfont.woff2 woff2 swap
Size 30 KB
Load time 30 ms
Start 620 ms
Risk FOUT — text flashes from fallback to web font
bariol-medium-numbers.w... woff2 swap
Size 2 KB
Load time 23 ms
Start 714 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)
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
10 hints, 0 missing preconnects
PASS
10 hints, 0 missing preconnects
Info::
Page uses 10 resource hint(s)

Current Resource Hints

preconnect
3
preload
dns-prefetch
7
prefetch

10 resource hints configured

A
Page Weight Inventory
183 resources · 698 KB · 83 KB savings available
PASS
183 resources · 698 KB · 83 KB savings available
Info::
Within 1MB page-weight target
Got: 698 KB
Info::
~83 KB of savings available
Warning::
182 third-party resources (100% of weight)
183 resources · 697.9 KiB · 182 third-party Within 1MB page-weight target
Image 46% · 323.3 KiB
JavaScript 42% · 293.8 KiB
Font 5% · 31.9 KiB
Other 4% · 29.9 KiB
CSS 2% · 16.3 KiB
Document 0% · 2.6 KiB

~82.9 KiB of savings available

Remove unused JavaScript: 82.9 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+
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
183 requests over 1303ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 2.8 s LCP 8.4 shttps://windy.com// https://windy.com/ — 302 — 138 B — 70 ms — h2https://www.windy.com/www.windy.com/ https://www.windy.com/ — 200 — 2.5 KiB — 34 ms — h2https://www.windy.com/v/49.1.1.ind.eb7f/index.csswww.windy.com/v/49.1.1.ind.eb7f/ind... https://www.windy.com/v/49.1.1.ind.eb7f/index.css — 200 — 16.3 KiB — 56 ms — h2https://www.windy.com/v/49.1.1.ind.eb7f/leaflet-gl.jswww.windy.com/v/49.1.1.ind.eb7f/lea... https://www.windy.com/v/49.1.1.ind.eb7f/leaflet-gl.js — 200 — 101.0 KiB — 56 ms — h2https://www.windy.com/v/49.1.1.ind.eb7f/index.jswww.windy.com/v/49.1.1.ind.eb7f/ind... https://www.windy.com/v/49.1.1.ind.eb7f/index.js — 200 — 108.2 KiB — 71 ms — h2https://www.windy.com/img/logo201802/logo-text-windycom-white.svgwww.windy.com/img/logo201802/logo-t... https://www.windy.com/img/logo201802/logo-text-windycom-white.svg — 200 — 7.8 KiB — 73 ms — h2https://node.windy.com/services/umisteni?v=49.1.1&t=index&d=mobilenode.windy.com/services/umisteni?v=... https://node.windy.com/services/umisteni?v=49.1.1&t=index&d=mobile — 200 — 284 B — 29 ms — h2https://node.windy.com/metadata/v1.0/forecast/ecmwf-hres/minifest.json?v=49.1.1&t=index&d=mobilenode.windy.com/metadata/v1.0/foreca... https://node.windy.com/metadata/v1.0/forecast/ecmwf-hres/minifest.json?v=49.1.1&t=index&d=mobile — 200 — 432 B — 29 ms — h2https://node.windy.com/metadata/v1.0/forecast/ecmwf-hres/minifest.json?v=49.1.1&t=index&d=mobile&premium=truenode.windy.com/metadata/v1.0/foreca... https://node.windy.com/metadata/v1.0/forecast/ecmwf-hres/minifest.json?v=49.1.1&t=index&d=mobile&premium=true — 200 — 580 B — 27 ms — h2https://www.windy.com/img/sprite_64.pngwww.windy.com/img/sprite_64.png https://www.windy.com/img/sprite_64.png — 200 — 33.0 KiB — 28 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/manifest.jsonwww.windy.com/v/49.1.1.ind.eb7f/man... https://www.windy.com/v/49.1.1.ind.eb7f/manifest.json — 200 — 319 B — 30 ms — h3data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://account.windy.com/api/info?country=xx&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=1account.windy.com/api/info?country=... https://account.windy.com/api/info?country=xx&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=1 — 204 — 0 B — 25 ms — h2https://account.windy.com/api/info?country=xx&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=1account.windy.com/api/info?country=... https://account.windy.com/api/info?country=xx&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=1 — 200 — 258 B — 99 ms — h3https://www.windy.com/patch/v9/patch.js?refTime=2026-04-21T20:55www.windy.com/patch/v9/patch.js?ref... https://www.windy.com/patch/v9/patch.js?refTime=2026-04-21T20:55 — 200 — 130 B — 25 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/mobile-ui.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/mobile-ui.js — 200 — 3.5 KiB — 28 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/search-input.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/search-input.js — 200 — 4.6 KiB — 28 ms — h3https://tiles.windy.com/labels/v1.7/en/3/2/1.jsontiles.windy.com/labels/v1.7/en/3/2/... https://tiles.windy.com/labels/v1.7/en/3/2/1.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/3/1.jsontiles.windy.com/labels/v1.7/en/3/3/... https://tiles.windy.com/labels/v1.7/en/3/3/1.json — 200 — 122 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/4/1.jsontiles.windy.com/labels/v1.7/en/3/4/... https://tiles.windy.com/labels/v1.7/en/3/4/1.json — 200 — 72 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/5/1.jsontiles.windy.com/labels/v1.7/en/3/5/... https://tiles.windy.com/labels/v1.7/en/3/5/1.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/2/2.jsontiles.windy.com/labels/v1.7/en/3/2/... https://tiles.windy.com/labels/v1.7/en/3/2/2.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/3/2.jsontiles.windy.com/labels/v1.7/en/3/3/... https://tiles.windy.com/labels/v1.7/en/3/3/2.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/4/2.jsontiles.windy.com/labels/v1.7/en/3/4/... https://tiles.windy.com/labels/v1.7/en/3/4/2.json — 200 — 72 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/5/2.jsontiles.windy.com/labels/v1.7/en/3/5/... https://tiles.windy.com/labels/v1.7/en/3/5/2.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/2/3.jsontiles.windy.com/labels/v1.7/en/3/2/... https://tiles.windy.com/labels/v1.7/en/3/2/3.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/3/3.jsontiles.windy.com/labels/v1.7/en/3/3/... https://tiles.windy.com/labels/v1.7/en/3/3/3.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/4/3.jsontiles.windy.com/labels/v1.7/en/3/4/... https://tiles.windy.com/labels/v1.7/en/3/4/3.json — 200 — 45 B — 93 ms — h2https://tiles.windy.com/labels/v1.7/en/3/5/3.jsontiles.windy.com/labels/v1.7/en/3/5/... https://tiles.windy.com/labels/v1.7/en/3/5/3.json — 200 — 73 B — 93 ms — h2https://tiles.windy.com/labels/v1.7/en/3/2/4.jsontiles.windy.com/labels/v1.7/en/3/2/... https://tiles.windy.com/labels/v1.7/en/3/2/4.json — 200 — 73 B — 93 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s FCP 2.8 s LCP 8.4 shttps://windy.com// https://windy.com/ — 302 — 138 B — 70 ms — h2https://www.windy.com/www.windy.com/ https://www.windy.com/ — 200 — 2.5 KiB — 34 ms — h2https://www.windy.com/v/49.1.1.ind.eb7f/index.csswww.windy.com/v/49.1.1.ind.eb7f/ind... https://www.windy.com/v/49.1.1.ind.eb7f/index.css — 200 — 16.3 KiB — 56 ms — h2https://www.windy.com/v/49.1.1.ind.eb7f/leaflet-gl.jswww.windy.com/v/49.1.1.ind.eb7f/lea... https://www.windy.com/v/49.1.1.ind.eb7f/leaflet-gl.js — 200 — 101.0 KiB — 56 ms — h2https://www.windy.com/v/49.1.1.ind.eb7f/index.jswww.windy.com/v/49.1.1.ind.eb7f/ind... https://www.windy.com/v/49.1.1.ind.eb7f/index.js — 200 — 108.2 KiB — 71 ms — h2https://www.windy.com/img/logo201802/logo-text-windycom-white.svgwww.windy.com/img/logo201802/logo-t... https://www.windy.com/img/logo201802/logo-text-windycom-white.svg — 200 — 7.8 KiB — 73 ms — h2https://node.windy.com/services/umisteni?v=49.1.1&t=index&d=mobilenode.windy.com/services/umisteni?v=... https://node.windy.com/services/umisteni?v=49.1.1&t=index&d=mobile — 200 — 284 B — 29 ms — h2https://node.windy.com/metadata/v1.0/forecast/ecmwf-hres/minifest.json?v=49.1.1&t=index&d=mobilenode.windy.com/metadata/v1.0/foreca... https://node.windy.com/metadata/v1.0/forecast/ecmwf-hres/minifest.json?v=49.1.1&t=index&d=mobile — 200 — 432 B — 29 ms — h2https://node.windy.com/metadata/v1.0/forecast/ecmwf-hres/minifest.json?v=49.1.1&t=index&d=mobile&premium=truenode.windy.com/metadata/v1.0/foreca... https://node.windy.com/metadata/v1.0/forecast/ecmwf-hres/minifest.json?v=49.1.1&t=index&d=mobile&premium=true — 200 — 580 B — 27 ms — h2https://www.windy.com/img/sprite_64.pngwww.windy.com/img/sprite_64.png https://www.windy.com/img/sprite_64.png — 200 — 33.0 KiB — 28 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/manifest.jsonwww.windy.com/v/49.1.1.ind.eb7f/man... https://www.windy.com/v/49.1.1.ind.eb7f/manifest.json — 200 — 319 B — 30 ms — h3data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA=data:image/webp;base64,UklGRh4AAABX... data:image/webp;base64,UklGRh4AAABXRUJQVlA4TBEAAAAvAQAAAAfQ//73v/+BiOh/AAA= — 200 — 0 B — 0 ms — datahttps://account.windy.com/api/info?country=xx&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=1account.windy.com/api/info?country=... https://account.windy.com/api/info?country=xx&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=1 — 204 — 0 B — 25 ms — h2https://account.windy.com/api/info?country=xx&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=1account.windy.com/api/info?country=... https://account.windy.com/api/info?country=xx&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=1 — 200 — 258 B — 99 ms — h3https://www.windy.com/patch/v9/patch.js?refTime=2026-04-21T20:55www.windy.com/patch/v9/patch.js?ref... https://www.windy.com/patch/v9/patch.js?refTime=2026-04-21T20:55 — 200 — 130 B — 25 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/mobile-ui.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/mobile-ui.js — 200 — 3.5 KiB — 28 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/search-input.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/search-input.js — 200 — 4.6 KiB — 28 ms — h3https://tiles.windy.com/labels/v1.7/en/3/2/1.jsontiles.windy.com/labels/v1.7/en/3/2/... https://tiles.windy.com/labels/v1.7/en/3/2/1.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/3/1.jsontiles.windy.com/labels/v1.7/en/3/3/... https://tiles.windy.com/labels/v1.7/en/3/3/1.json — 200 — 122 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/4/1.jsontiles.windy.com/labels/v1.7/en/3/4/... https://tiles.windy.com/labels/v1.7/en/3/4/1.json — 200 — 72 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/5/1.jsontiles.windy.com/labels/v1.7/en/3/5/... https://tiles.windy.com/labels/v1.7/en/3/5/1.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/2/2.jsontiles.windy.com/labels/v1.7/en/3/2/... https://tiles.windy.com/labels/v1.7/en/3/2/2.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/3/2.jsontiles.windy.com/labels/v1.7/en/3/3/... https://tiles.windy.com/labels/v1.7/en/3/3/2.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/4/2.jsontiles.windy.com/labels/v1.7/en/3/4/... https://tiles.windy.com/labels/v1.7/en/3/4/2.json — 200 — 72 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/5/2.jsontiles.windy.com/labels/v1.7/en/3/5/... https://tiles.windy.com/labels/v1.7/en/3/5/2.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/2/3.jsontiles.windy.com/labels/v1.7/en/3/2/... https://tiles.windy.com/labels/v1.7/en/3/2/3.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/3/3.jsontiles.windy.com/labels/v1.7/en/3/3/... https://tiles.windy.com/labels/v1.7/en/3/3/3.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/4/3.jsontiles.windy.com/labels/v1.7/en/3/4/... https://tiles.windy.com/labels/v1.7/en/3/4/3.json — 200 — 45 B — 93 ms — h2https://tiles.windy.com/labels/v1.7/en/3/5/3.jsontiles.windy.com/labels/v1.7/en/3/5/... https://tiles.windy.com/labels/v1.7/en/3/5/3.json — 200 — 73 B — 93 ms — h2https://tiles.windy.com/labels/v1.7/en/3/2/4.jsontiles.windy.com/labels/v1.7/en/3/2/... https://tiles.windy.com/labels/v1.7/en/3/2/4.json — 200 — 73 B — 93 ms — h2https://tiles.windy.com/labels/v1.7/en/3/3/4.jsontiles.windy.com/labels/v1.7/en/3/3/... https://tiles.windy.com/labels/v1.7/en/3/3/4.json — 200 — 73 B — 93 ms — h2https://tiles.windy.com/labels/v1.7/en/3/4/4.jsontiles.windy.com/labels/v1.7/en/3/4/... https://tiles.windy.com/labels/v1.7/en/3/4/4.json — 200 — 73 B — 93 ms — h2https://tiles.windy.com/labels/v1.7/en/3/5/4.jsontiles.windy.com/labels/v1.7/en/3/5/... https://tiles.windy.com/labels/v1.7/en/3/5/4.json — 200 — 45 B — 93 ms — h2https://tiles.windy.com/labels/v1.7/en/3/2/5.jsontiles.windy.com/labels/v1.7/en/3/2/... https://tiles.windy.com/labels/v1.7/en/3/2/5.json — 200 — 73 B — 93 ms — h2https://tiles.windy.com/labels/v1.7/en/3/5/5.jsontiles.windy.com/labels/v1.7/en/3/5/... https://tiles.windy.com/labels/v1.7/en/3/5/5.json — -1 — 0 B — 94 ms — https://tiles.windy.com/labels/v1.7/en/3/3/5.jsontiles.windy.com/labels/v1.7/en/3/3/... https://tiles.windy.com/labels/v1.7/en/3/3/5.json — 200 — 73 B — 94 ms — h2https://tiles.windy.com/labels/v1.7/en/3/4/5.jsontiles.windy.com/labels/v1.7/en/3/4/... https://tiles.windy.com/labels/v1.7/en/3/4/5.json — 200 — 73 B — 93 ms — h2https://tiles.windy.com/labels/v1.7/en/3/2/6.jsontiles.windy.com/labels/v1.7/en/3/2/... https://tiles.windy.com/labels/v1.7/en/3/2/6.json — -1 — 0 B — 94 ms — https://tiles.windy.com/labels/v1.7/en/3/3/6.jsontiles.windy.com/labels/v1.7/en/3/3/... https://tiles.windy.com/labels/v1.7/en/3/3/6.json — -1 — 0 B — 94 ms — https://tiles.windy.com/labels/v1.7/en/3/4/6.jsontiles.windy.com/labels/v1.7/en/3/4/... https://tiles.windy.com/labels/v1.7/en/3/4/6.json — -1 — 0 B — 94 ms — https://tiles.windy.com/labels/v1.7/en/3/5/6.jsontiles.windy.com/labels/v1.7/en/3/5/... https://tiles.windy.com/labels/v1.7/en/3/5/6.json — -1 — 0 B — 94 ms — https://account.windy.com/api/info?country=fr&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=4account.windy.com/api/info?country=... https://account.windy.com/api/info?country=fr&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=4 — 204 — 0 B — 34 ms — h2https://www.windy.com/img/favicon.icowww.windy.com/img/favicon.ico https://www.windy.com/img/favicon.ico — 200 — 26 B — 67 ms — h3https://node.windy.com/capalerts/48.858/2.339?lang=en&maxCount=6&source=hp&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=5node.windy.com/capalerts/48.858/2.3... https://node.windy.com/capalerts/48.858/2.339?lang=en&maxCount=6&source=hp&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=5 — 204 — 16 B — 77 ms — h3https://node.windy.com/notif/v1/live-alerts/48.858/2.339?distance=km&userLanguage=en&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=6node.windy.com/notif/v1/live-alerts... https://node.windy.com/notif/v1/live-alerts/48.858/2.339?distance=km&userLanguage=en&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=6 — 200 — 32 B — 84 ms — h3https://node.windy.com/articles/startup/article?country=fr&device=mobile&language=en&lat=48.8582&lon=2.3387&platform=android&target=index&version=49.1.1&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=7node.windy.com/articles/startup/art... https://node.windy.com/articles/startup/article?country=fr&device=mobile&language=en&lat=48.8582&lon=2.3387&platform=android&target=index&version=49.1.1&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=7 — 204 — 16 B — 68 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/startup-weather.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/startup-weather.js — 200 — 4.6 KiB — 26 ms — h3https://node.windy.com/Zm9yZWNhc3Q/ZWNtd2Y/cG9pbnQvZWNtd2YvdjIuOS80OC44NTgvMi4zMzk/aW5jbHVkZU5vdz10cnVlJnJlZlRpbWU9MjAyNi0wNC0yMVQxMjowMDowMFomc2V0dXA9c3VtbWFyeSZzb3VyY2U9aHAmcHI9MSZzYz0wJnRva2VuMj1wZW5kaW5nJnVpZD0xNzVmZjgwZS0wMzk2LTFhNTUtNDVhMi1hZTRjMDA0MjU1NGImdj00OS4xLjEmcG9jPTgnode.windy.com/Zm9yZWNhc3Q/ZWNtd2Y/... https://node.windy.com/Zm9yZWNhc3Q/ZWNtd2Y/cG9pbnQvZWNtd2YvdjIuOS80OC44NTgvMi4zMzk/aW5jbHVkZU5vdz10cnVlJnJlZlRpbWU9MjAyNi0wNC0yMVQxMjowMDowMFomc2V0dXA9c3VtbWFyeSZzb3VyY2U9aHAmcHI9MSZzYz0wJnRva2VuMj1wZW5kaW5nJnVpZD0xNzVmZjgwZS0wMzk2LTFhNTUtNDVhMi1hZTRjMDA0MjU1NGImdj00OS4xLjEmcG9jPTg — 200 — 1.8 KiB — 84 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/3/3.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/3/3.png — -1 — 0 B — 59 ms — https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/4/3.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/4/3.png — 200 — 22 B — 59 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/4/4.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/4/4.png — -1 — 0 B — 58 ms — https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/3/4.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/3/4.png — 200 — 22 B — 58 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/4/5.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/4/5.png — -1 — 0 B — 56 ms — https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/3/5.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/3/5.png — -1 — 0 B — 56 ms — https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/4/2.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/4/2.png — 200 — 24 B — 57 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/3/2.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/3/3/2.png — 200 — 22 B — 57 ms — h3https://account.windy.com/api/info?country=fr&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=4account.windy.com/api/info?country=... https://account.windy.com/api/info?country=fr&pr=1&sc=0&token2=pending&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=4 — 200 — 257 B — 52 ms — h3https://www.windy.com/img/favicon.pngwww.windy.com/img/favicon.png https://www.windy.com/img/favicon.png — 200 — 3.6 KiB — 43 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-misc.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-misc.js — 200 — 4.8 KiB — 80 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-legacy.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-legacy.js — 200 — 82 B — 50 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-effects.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-effects.js — 200 — 10.0 KiB — 80 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-if.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-if.js — 200 — 1.3 KiB — 79 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-css.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-css.js — 200 — 319 B — 73 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-actions.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-actions.js — 200 — 346 B — 119 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-lifecycle.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-lifecycle.js — 200 — 595 B — 73 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-store.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-store.js — 200 — 994 B — 99 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-index-client.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-index-client.js — 200 — 446 B — 102 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-avatar.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-avatar.js — 200 — 1.6 KiB — 103 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-legend2.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-legend2.js — 200 — 361 B — 88 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-svelte-store-adapter.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-svelte-store-adapter.js — 200 — 467 B — 102 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/7/4.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/7/4.png — -1 — 0 B — 150 ms — https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-long-tap.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-long-tap.js — 200 — 576 B — 99 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-index.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-index.js — 200 — 660 B — 99 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-attributes.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-attributes.js — 200 — 794 B — 98 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-class.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-class.js — 200 — 464 B — 109 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-attributes2.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-attributes2.js — 200 — 875 B — 98 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-props.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-props.js — 200 — 1.0 KiB — 98 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-definitions.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-definitions.js — 200 — 229 B — 97 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-input.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-input.js — 200 — 1.1 KiB — 95 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-size.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-size.js — 200 — 796 B — 106 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-this.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-this.js — 200 — 571 B — 95 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-click-outside.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-click-outside.js — 200 — 340 B — 105 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/8/6.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/8/6.png — 200 — 26 B — 138 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/7/6.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/7/6.png — 200 — 27 B — 138 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/8/5.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/8/5.png — 200 — 30 B — 138 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/7/5.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/7/5.png — 200 — 27 B — 138 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/8/7.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/8/7.png — 200 — 28 B — 139 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/7/7.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/7/7.png — 200 — 27 B — 139 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/8/4.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/4/8/4.png — 200 — 30 B — 136 ms — h3https://img.windy.com/albums/icons/icon512x512.png?w=192img.windy.com/albums/icons/icon512x... https://img.windy.com/albums/icons/icon512x512.png?w=192 — 200 — 12.1 KiB — 41 ms — h2https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-props2.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-props2.js — 200 — 186 B — 81 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-observe-size.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-observe-size.js — 200 — 262 B — 80 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-forecast-fragment.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-forecast-fragment.js — 200 — 3.7 KiB — 81 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-each.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-each.js — 200 — 2.0 KiB — 81 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-style.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-style.js — 200 — 687 B — 80 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-cap-utils.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-cap-utils.js — 200 — 1.0 KiB — 79 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-additional-colors.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-additional-colors.js — 200 — 1.0 KiB — 88 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-slot.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-slot.js — 200 — 397 B — 88 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-weather-rendering-utils.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-weather-rendering-utils.js — 200 — 5.1 KiB — 88 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-image-renderers.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-image-renderers.js — 200 — 2.4 KiB — 92 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/gl-particles.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/gl-particles.js — 200 — 8.9 KiB — 74 ms — h3https://www.windy.com/img/textures/ptype1_v4.pngwww.windy.com/img/textures/ptype1_v... https://www.windy.com/img/textures/ptype1_v4.png — 200 — 870 B — 43 ms — h3https://www.windy.com/img/textures/ptype2_v4.pngwww.windy.com/img/textures/ptype2_v... https://www.windy.com/img/textures/ptype2_v4.png — 200 — 1.0 KiB — 41 ms — h3https://www.windy.com/img/textures/ccl32_v4.pngwww.windy.com/img/textures/ccl32_v4... https://www.windy.com/img/textures/ccl32_v4.png — 200 — 1.6 KiB — 40 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/16/11.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/16/11.png — 200 — 9.5 KiB — 45 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/16/10.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/16/10.png — 200 — 12.8 KiB — 47 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/15/11.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/15/11.png — 200 — 7.9 KiB — 47 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/15/10.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/15/10.png — 200 — 16.4 KiB — 49 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/17/11.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/17/11.png — 200 — 16.3 KiB — 31 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/16/12.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/16/12.png — 200 — 10.1 KiB — 47 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/17/10.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/17/10.png — 200 — 9.7 KiB — 48 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/15/12.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/15/12.png — 200 — 8.1 KiB — 46 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/lang/consent/en.jswww.windy.com/v/49.1.1.ind.eb7f/lan... https://www.windy.com/v/49.1.1.ind.eb7f/lang/consent/en.js — 200 — 601 B — 27 ms — h3https://node.windy.com/sedlina/ga/1?dp=version/49.1.1&dl=https%253A%252F%252Fwww.windy.com%252F&an=Windy&cid=175ff80e-0396-1a55-45a2-ae4c0042554b&sr=412x823&uh=1jmot7vm30c53c4ee08a4d&ul=en-US&fv=false&ss=false&dt=1776804953796&et=250&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=9node.windy.com/sedlina/ga/1?dp=vers... https://node.windy.com/sedlina/ga/1?dp=version/49.1.1&dl=https%253A%252F%252Fwww.windy.com%252F&an=Windy&cid=175ff80e-0396-1a55-45a2-ae4c0042554b&sr=412x823&uh=1jmot7vm30c53c4ee08a4d&ul=en-US&fv=false&ss=false&dt=1776804953796&et=250&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=9 — 202 — 24 B — 28 ms — h3https://node.windy.com/sedlina/ga/1?dp=plugin/search-input&dl=https%253A%252F%252Fwww.windy.com%252F&an=Windy&cid=175ff80e-0396-1a55-45a2-ae4c0042554b&sr=412x823&uh=1jmot7vm30c53c4ee08a4d&ul=en-US&fv=false&ss=false&dt=1776804953796&et=1&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=10node.windy.com/sedlina/ga/1?dp=plug... https://node.windy.com/sedlina/ga/1?dp=plugin/search-input&dl=https%253A%252F%252Fwww.windy.com%252F&an=Windy&cid=175ff80e-0396-1a55-45a2-ae4c0042554b&sr=412x823&uh=1jmot7vm30c53c4ee08a4d&ul=en-US&fv=false&ss=false&dt=1776804953796&et=1&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=10 — 202 — 24 B — 28 ms — h3https://node.windy.com/sedlina/ga/1?dp=subscription/tier/none&dl=https%253A%252F%252Fwww.windy.com%252F&an=Windy&cid=175ff80e-0396-1a55-45a2-ae4c0042554b&sr=412x823&uh=1jmot7vm30c53c4ee08a4d&ul=en-US&fv=false&ss=false&dt=1776804953796&et=1&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=11node.windy.com/sedlina/ga/1?dp=subs... https://node.windy.com/sedlina/ga/1?dp=subscription/tier/none&dl=https%253A%252F%252Fwww.windy.com%252F&an=Windy&cid=175ff80e-0396-1a55-45a2-ae4c0042554b&sr=412x823&uh=1jmot7vm30c53c4ee08a4d&ul=en-US&fv=false&ss=false&dt=1776804953796&et=1&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=11 — 202 — 24 B — 31 ms — h3https://node.windy.com/sedlina/ga/1?dp=events/user-logged/out&dl=https%253A%252F%252Fwww.windy.com%252F&an=Windy&cid=175ff80e-0396-1a55-45a2-ae4c0042554b&sr=412x823&uh=1jmot7vm30c53c4ee08a4d&ul=en-US&fv=false&ss=false&dt=1776804953796&et=1&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=12node.windy.com/sedlina/ga/1?dp=even... https://node.windy.com/sedlina/ga/1?dp=events/user-logged/out&dl=https%253A%252F%252Fwww.windy.com%252F&an=Windy&cid=175ff80e-0396-1a55-45a2-ae4c0042554b&sr=412x823&uh=1jmot7vm30c53c4ee08a4d&ul=en-US&fv=false&ss=false&dt=1776804953796&et=1&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=12 — 202 — 24 B — 33 ms — h3https://ims.windy.com/im/v3.0/forecast/ecmwf-hres/2026042112/2026042121/wm_grid_257/3/3/2/wind-surface.jpgims.windy.com/im/v3.0/forecast/ecmw... https://ims.windy.com/im/v3.0/forecast/ecmwf-hres/2026042112/2026042121/wm_grid_257/3/3/2/wind-surface.jpg — 200 — 19.8 KiB — 94 ms — h2https://ims.windy.com/im/v3.0/forecast/ecmwf-hres/2026042112/2026042121/wm_grid_257/3/4/2/wind-surface.jpgims.windy.com/im/v3.0/forecast/ecmw... https://ims.windy.com/im/v3.0/forecast/ecmwf-hres/2026042112/2026042121/wm_grid_257/3/4/2/wind-surface.jpg — 200 — 28.3 KiB — 87 ms — h2https://ims.windy.com/im/v3.0/forecast/ecmwf-hres/2026042112/2026042121/wm_grid_257/3/3/3/wind-surface.jpgims.windy.com/im/v3.0/forecast/ecmw... https://ims.windy.com/im/v3.0/forecast/ecmwf-hres/2026042112/2026042121/wm_grid_257/3/3/3/wind-surface.jpg — 200 — 26.4 KiB — 101 ms — h2https://ims.windy.com/im/v3.0/forecast/ecmwf-hres/2026042112/2026042121/wm_grid_257/3/4/3/wind-surface.jpgims.windy.com/im/v3.0/forecast/ecmw... https://ims.windy.com/im/v3.0/forecast/ecmwf-hres/2026042112/2026042121/wm_grid_257/3/4/3/wind-surface.jpg — 200 — 37.4 KiB — 107 ms — h2https://node.windy.com/sedlina/ga/1?dp=product/ecmwf&dl=https%253A%252F%252Fwww.windy.com%252F&an=Windy&cid=175ff80e-0396-1a55-45a2-ae4c0042554b&sr=412x823&uh=1jmot7vm30c53c4ee08a4d&ul=en-US&fv=false&ss=false&dt=1776804953796&et=6&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=13node.windy.com/sedlina/ga/1?dp=prod... https://node.windy.com/sedlina/ga/1?dp=product/ecmwf&dl=https%253A%252F%252Fwww.windy.com%252F&an=Windy&cid=175ff80e-0396-1a55-45a2-ae4c0042554b&sr=412x823&uh=1jmot7vm30c53c4ee08a4d&ul=en-US&fv=false&ss=false&dt=1776804953796&et=6&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=13 — 202 — 24 B — 29 ms — h3https://www.windy.com/img/lupa_white.svgwww.windy.com/img/lupa_white.svg https://www.windy.com/img/lupa_white.svg — 200 — 421 B — 21 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/iconfont.woff2www.windy.com/v/49.1.1.ind.eb7f/ico... https://www.windy.com/v/49.1.1.ind.eb7f/iconfont.woff2 — 200 — 29.8 KiB — 30 ms — h3https://tiles.windy.com/labels/v1.7/en/5/14/8.jsontiles.windy.com/labels/v1.7/en/5/14... https://tiles.windy.com/labels/v1.7/en/5/14/8.json — 200 — 249 B — 24 ms — h3https://tiles.windy.com/labels/v1.7/en/5/15/8.jsontiles.windy.com/labels/v1.7/en/5/15... https://tiles.windy.com/labels/v1.7/en/5/15/8.json — 200 — 81 B — 23 ms — h3https://tiles.windy.com/labels/v1.7/en/5/16/8.jsontiles.windy.com/labels/v1.7/en/5/16... https://tiles.windy.com/labels/v1.7/en/5/16/8.json — 200 — 135 B — 35 ms — h3https://tiles.windy.com/labels/v1.7/en/5/17/8.jsontiles.windy.com/labels/v1.7/en/5/17... https://tiles.windy.com/labels/v1.7/en/5/17/8.json — 200 — 349 B — 39 ms — h3https://tiles.windy.com/labels/v1.7/en/5/18/8.jsontiles.windy.com/labels/v1.7/en/5/18... https://tiles.windy.com/labels/v1.7/en/5/18/8.json — 200 — 296 B — 34 ms — h3https://tiles.windy.com/labels/v1.7/en/5/14/9.jsontiles.windy.com/labels/v1.7/en/5/14... https://tiles.windy.com/labels/v1.7/en/5/14/9.json — 200 — 24 B — 33 ms — h3https://tiles.windy.com/labels/v1.7/en/5/15/9.jsontiles.windy.com/labels/v1.7/en/5/15... https://tiles.windy.com/labels/v1.7/en/5/15/9.json — 200 — 191 B — 37 ms — h3https://tiles.windy.com/labels/v1.7/en/5/16/9.jsontiles.windy.com/labels/v1.7/en/5/16... https://tiles.windy.com/labels/v1.7/en/5/16/9.json — 200 — 292 B — 37 ms — h3https://tiles.windy.com/labels/v1.7/en/5/17/9.jsontiles.windy.com/labels/v1.7/en/5/17... https://tiles.windy.com/labels/v1.7/en/5/17/9.json — 200 — 244 B — 36 ms — h3https://tiles.windy.com/labels/v1.7/en/5/18/9.jsontiles.windy.com/labels/v1.7/en/5/18... https://tiles.windy.com/labels/v1.7/en/5/18/9.json — 200 — 535 B — 58 ms — h3https://tiles.windy.com/labels/v1.7/en/5/14/10.jsontiles.windy.com/labels/v1.7/en/5/14... https://tiles.windy.com/labels/v1.7/en/5/14/10.json — 200 — 28 B — 71 ms — h3https://tiles.windy.com/labels/v1.7/en/5/15/10.jsontiles.windy.com/labels/v1.7/en/5/15... https://tiles.windy.com/labels/v1.7/en/5/15/10.json — 200 — 465 B — 72 ms — h3https://tiles.windy.com/labels/v1.7/en/5/16/10.jsontiles.windy.com/labels/v1.7/en/5/16... https://tiles.windy.com/labels/v1.7/en/5/16/10.json — 200 — 469 B — 71 ms — h3https://tiles.windy.com/labels/v1.7/en/5/17/10.jsontiles.windy.com/labels/v1.7/en/5/17... https://tiles.windy.com/labels/v1.7/en/5/17/10.json — 200 — 625 B — 69 ms — h3https://tiles.windy.com/labels/v1.7/en/5/18/10.jsontiles.windy.com/labels/v1.7/en/5/18... https://tiles.windy.com/labels/v1.7/en/5/18/10.json — 200 — 501 B — 44 ms — h3https://tiles.windy.com/labels/v1.7/en/5/14/11.jsontiles.windy.com/labels/v1.7/en/5/14... https://tiles.windy.com/labels/v1.7/en/5/14/11.json — 200 — 28 B — 43 ms — h3https://tiles.windy.com/labels/v1.7/en/5/15/11.jsontiles.windy.com/labels/v1.7/en/5/15... https://tiles.windy.com/labels/v1.7/en/5/15/11.json — 200 — 246 B — 66 ms — h3https://tiles.windy.com/labels/v1.7/en/5/16/11.jsontiles.windy.com/labels/v1.7/en/5/16... https://tiles.windy.com/labels/v1.7/en/5/16/11.json — 200 — 413 B — 65 ms — h3https://tiles.windy.com/labels/v1.7/en/5/17/11.jsontiles.windy.com/labels/v1.7/en/5/17... https://tiles.windy.com/labels/v1.7/en/5/17/11.json — 200 — 898 B — 67 ms — h3https://tiles.windy.com/labels/v1.7/en/5/18/11.jsontiles.windy.com/labels/v1.7/en/5/18... https://tiles.windy.com/labels/v1.7/en/5/18/11.json — 200 — 586 B — 64 ms — h3https://tiles.windy.com/labels/v1.7/en/5/14/12.jsontiles.windy.com/labels/v1.7/en/5/14... https://tiles.windy.com/labels/v1.7/en/5/14/12.json — 200 — 86 B — 64 ms — h3https://tiles.windy.com/labels/v1.7/en/5/15/12.jsontiles.windy.com/labels/v1.7/en/5/15... https://tiles.windy.com/labels/v1.7/en/5/15/12.json — 200 — 456 B — 62 ms — h3https://tiles.windy.com/labels/v1.7/en/5/16/12.jsontiles.windy.com/labels/v1.7/en/5/16... https://tiles.windy.com/labels/v1.7/en/5/16/12.json — 200 — 502 B — 62 ms — h3https://tiles.windy.com/labels/v1.7/en/5/17/12.jsontiles.windy.com/labels/v1.7/en/5/17... https://tiles.windy.com/labels/v1.7/en/5/17/12.json — 200 — 307 B — 62 ms — h3https://tiles.windy.com/labels/v1.7/en/5/18/12.jsontiles.windy.com/labels/v1.7/en/5/18... https://tiles.windy.com/labels/v1.7/en/5/18/12.json — 200 — 349 B — 59 ms — h3https://tiles.windy.com/labels/v1.7/en/5/14/13.jsontiles.windy.com/labels/v1.7/en/5/14... https://tiles.windy.com/labels/v1.7/en/5/14/13.json — 200 — 163 B — 62 ms — h3https://tiles.windy.com/labels/v1.7/en/5/15/13.jsontiles.windy.com/labels/v1.7/en/5/15... https://tiles.windy.com/labels/v1.7/en/5/15/13.json — 200 — 363 B — 61 ms — h3https://tiles.windy.com/labels/v1.7/en/5/16/13.jsontiles.windy.com/labels/v1.7/en/5/16... https://tiles.windy.com/labels/v1.7/en/5/16/13.json — 200 — 247 B — 60 ms — h3https://tiles.windy.com/labels/v1.7/en/5/17/13.jsontiles.windy.com/labels/v1.7/en/5/17... https://tiles.windy.com/labels/v1.7/en/5/17/13.json — 200 — 298 B — 60 ms — h3https://tiles.windy.com/labels/v1.7/en/5/18/13.jsontiles.windy.com/labels/v1.7/en/5/18... https://tiles.windy.com/labels/v1.7/en/5/18/13.json — 200 — 305 B — 60 ms — h3https://node.windy.com/reverse/v3/48.858/2.339/6?lang=en&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=14node.windy.com/reverse/v3/48.858/2.... https://node.windy.com/reverse/v3/48.858/2.339/6?lang=en&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=14 — 200 — 196 B — 47 ms — h3https://www.windy.com/img/icons7/png_25@2x/4.pngwww.windy.com/img/icons7/png_25@2x/... https://www.windy.com/img/icons7/png_25@2x/4.png — 200 — 871 B — 27 ms — h3https://www.windy.com/img/icons7/png_25@2x/1.pngwww.windy.com/img/icons7/png_25@2x/... https://www.windy.com/img/icons7/png_25@2x/1.png — 200 — 1.0 KiB — 31 ms — h3https://www.windy.com/img/icons7/png_27@2x/1_night_6.pngwww.windy.com/img/icons7/png_27@2x/... https://www.windy.com/img/icons7/png_27@2x/1_night_6.png — 200 — 654 B — 31 ms — h3https://www.windy.com/img/bariol/bariol-medium-numbers.woff2www.windy.com/img/bariol/bariol-med... https://www.windy.com/img/bariol/bariol-medium-numbers.woff2 — 200 — 2.1 KiB — 23 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-gl-framebuffer.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-gl-framebuffer.js — 200 — 931 B — 25 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-texture-man-base.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-texture-man-base.js — 200 — 6.4 KiB — 25 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/consent.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/consent.js — 200 — 3.0 KiB — 22 ms — h3https://node.windy.com/citytile/v1.0/ecmwf-hres/5/17/9?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=15node.windy.com/citytile/v1.0/ecmwf-... https://node.windy.com/citytile/v1.0/ecmwf-hres/5/17/9?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=15 — 200 — 855 B — 31 ms — h3https://node.windy.com/citytile/v1.0/ecmwf-hres/5/15/9?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=16node.windy.com/citytile/v1.0/ecmwf-... https://node.windy.com/citytile/v1.0/ecmwf-hres/5/15/9?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=16 — 200 — 587 B — 30 ms — h3https://node.windy.com/citytile/v1.0/ecmwf-hres/5/16/9?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=17node.windy.com/citytile/v1.0/ecmwf-... https://node.windy.com/citytile/v1.0/ecmwf-hres/5/16/9?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=17 — 200 — 607 B — 29 ms — h3https://node.windy.com/citytile/v1.0/ecmwf-hres/5/16/11?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=18node.windy.com/citytile/v1.0/ecmwf-... https://node.windy.com/citytile/v1.0/ecmwf-hres/5/16/11?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=18 — 200 — 1.4 KiB — 31 ms — h3https://node.windy.com/citytile/v1.0/ecmwf-hres/5/15/11?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=19node.windy.com/citytile/v1.0/ecmwf-... https://node.windy.com/citytile/v1.0/ecmwf-hres/5/15/11?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=19 — 200 — 889 B — 29 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/mobile-calendar.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/mobile-calendar.js — 200 — 2.4 KiB — 21 ms — h3https://node.windy.com/citytile/v1.0/ecmwf-hres/5/15/10?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=20node.windy.com/citytile/v1.0/ecmwf-... https://node.windy.com/citytile/v1.0/ecmwf-hres/5/15/10?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=20 — 200 — 1.5 KiB — 31 ms — h3https://node.windy.com/citytile/v1.0/ecmwf-hres/5/16/10?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=21node.windy.com/citytile/v1.0/ecmwf-... https://node.windy.com/citytile/v1.0/ecmwf-hres/5/16/10?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=21 — 200 — 1.4 KiB — 29 ms — h3https://node.windy.com/citytile/v1.0/ecmwf-hres/5/17/10?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=22node.windy.com/citytile/v1.0/ecmwf-... https://node.windy.com/citytile/v1.0/ecmwf-hres/5/17/10?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=22 — 200 — 1.3 KiB — 28 ms — h3https://node.windy.com/citytile/v1.0/ecmwf-hres/5/15/12?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=23node.windy.com/citytile/v1.0/ecmwf-... https://node.windy.com/citytile/v1.0/ecmwf-hres/5/15/12?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=23 — 200 — 1.4 KiB — 28 ms — h3https://node.windy.com/citytile/v1.0/ecmwf-hres/5/17/11?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=24node.windy.com/citytile/v1.0/ecmwf-... https://node.windy.com/citytile/v1.0/ecmwf-hres/5/17/11?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=24 — 200 — 2.1 KiB — 27 ms — h3https://node.windy.com/citytile/v1.0/ecmwf-hres/5/17/12?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=25node.windy.com/citytile/v1.0/ecmwf-... https://node.windy.com/citytile/v1.0/ecmwf-hres/5/17/12?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=25 — 200 — 1.1 KiB — 28 ms — h3https://node.windy.com/citytile/v1.0/ecmwf-hres/5/16/12?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=26node.windy.com/citytile/v1.0/ecmwf-... https://node.windy.com/citytile/v1.0/ecmwf-hres/5/16/12?hours=372&labelsVersion=v1.7&refTime=2026-04-21T12:00:00Z&step=3&pr=0&sc=0&token2=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtYWdpYyI6MjcyLCJpYXQiOjE3NzY4MDQ5NTMsImV4cCI6MTc3Njk3Nzc1M30.fauS-i8b6OwdP163L5KOonnuDavPQK2pa0igAIA0cWM&uid=175ff80e-0396-1a55-45a2-ae4c0042554b&v=49.1.1&poc=26 — 200 — 1.8 KiB — 27 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-html.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-html.js — 200 — 841 B — 20 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/16/9.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/16/9.png — 200 — 13.7 KiB — 26 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/15/9.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/15/9.png — 200 — 11.5 KiB — 26 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/17/12.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/17/12.png — 200 — 11.3 KiB — 25 ms — h3https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/17/9.pngtiles.windy.com/tiles/v10.0/darkmap... https://tiles.windy.com/tiles/v10.0/darkmap-retina/5/17/9.png — 200 — 18.9 KiB — 26 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-mobile-calendar-timecode.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-mobile-calendar-timecode.js — 200 — 3.1 KiB — 22 ms — h3https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-draggable-div.jswww.windy.com/v/49.1.1.ind.eb7f/plu... https://www.windy.com/v/49.1.1.ind.eb7f/plugins/_shared-draggable-div.js — 200 — 520 B — 24 ms — h3https://www.windy.com/img/premium/korunka.svgwww.windy.com/img/premium/korunka.s... https://www.windy.com/img/premium/korunka.svg — 200 — 2.1 KiB — 23 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 12559ms · 235KB · $167/mo
www.windy.com
Other
Costly
Execution 9287ms
Transfer 9 KB
Monthly Cost $123/mo
Unattributable
Other
Costly
Execution 1117ms
Transfer 0 KB
Monthly Cost $15/mo
www.windy.com
Other
Costly
Execution 905ms
Transfer 2 KB
Monthly Cost $12/mo
www.windy.com
Other
Costly
Execution 507ms
Transfer 101 KB
Unused 52%
Monthly Cost $7/mo
www.windy.com
Other
Costly
Execution 402ms
Transfer 108 KB
Unused 28%
Monthly Cost $5/mo
www.windy.com
Other
Costly
Execution 250ms
Transfer 5 KB
Monthly Cost $3/mo
www.windy.com
Other
Optional
Execution 90ms
Transfer 10 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.windy.com adds 9287ms and costs ~$123/month
  • Unattributable adds 1117ms and costs ~$15/month
  • www.windy.com adds 905ms and costs ~$12/month
  • www.windy.com adds 507ms and costs ~$7/month
  • www.windy.com adds 402ms and costs ~$5/month
  • www.windy.com adds 250ms and costs ~$3/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.windy.com takes 9287ms 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

Unattributable takes 1117ms 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.windy.com takes 905ms 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.windy.com takes 507ms 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

52% of www.windy.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

www.windy.com takes 402ms 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.windy.com takes 250ms 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