Skip to content
https://skyhigh.cloud

Performance

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

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

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

6.66 s

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

34.24 s

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

346 ms

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

0.000

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

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

35.48 s

Page Load Progression

611 ms
1.2 s
1.8 s
2.4 s
3.1 s
3.7 s
4.3 s
4.9 s
Checks
17
7 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
10.0 MB transferred, 140 requests
FIX
10.0 MB transferred, 140 requests
Critical::
Page weighs 12.9 MB (10.0 MB transferred)
Warning::
Images are 6.4 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 6.4 MB
Warning::
JavaScript is 763 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 763 KB
Warning::
140 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 2.1 g CO2 per page load
10.0 MB / 2.4 MB budget
10.0 MB transferred
140 requests
2.1 g CO2 per page load
Images 6.4 MiB 64%
Other 2.5 MiB 25%
JavaScript 763.5 KiB 7%
CSS 173.2 KiB 2%
Other 68.8 KiB 1%
HTML 54.9 KiB 1%
Fonts 47.3 KiB 0%
Other 2.4 KiB 0%
Other 1.0 KiB 0%
Other 921 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

Source: web.dev

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

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 (10.0 MiB of 10.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
3385ms total JS execution
FIX
3385ms total JS execution
Warning::
Unattributable: 784ms CPU time
Warning::
https://www.skyhighsecurity.com/wp-includes/js/jqu...: 490ms CPU time
Warning::
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5...: 426ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6WM4...: 417ms CPU time
Warning::
https://www.skyhighsecurity.com/: 416ms CPU time
Warning::
Third-party scripts: 3385ms (100% of total)

Main Thread Breakdown

Script Evaluation 47% Other 25% Style & Layout 17% Script Parsing & Compilation 6% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
Unattributable784ms22ms0ms3rd
https://www.skyhighsecurity.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1490ms379ms7ms3rd
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js426ms79ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6WM4HV7Y11&cx=c&gtm=4e64f0417ms355ms53ms3rd
https://www.skyhighsecurity.com/416ms45ms15ms3rd
https://kit.fontawesome.com/4b0fc0cb01.js299ms283ms2ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WK8WJJK7198ms158ms38ms3rd
https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js162ms38ms6ms3rd
https://www.skyhighsecurity.com/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1771324480115ms47ms4ms3rd
https://snap.licdn.com/li.lms-analytics/insight.min.js77ms65ms5ms3rd
D
Page Weight Inventory
Action
140 resources · 10.0 MB · 235 KB savings available
FIX
140 resources · 10.0 MB · 235 KB savings available
Warning::
Page weight 9.0 MB over 1MB target
Got: 10.0 MB Expected: ≤ 1 MB
Info::
~235 KB of savings available
Warning::
139 third-party resources (100% of weight)
Info::
9 resources over 200KB
140 resources · 10.0 MiB · 139 third-party 9.0 MiB over 1MB target
Image 64% · 6.4 MiB
Media 25% · 2.5 MiB
JavaScript 7% · 763.5 KiB
CSS 2% · 240.8 KiB
Document 1% · 55.1 KiB
Font 0% · 47.3 KiB
Other 0% · 3.9 KiB

~235.3 KiB of savings available

Remove unused JavaScript: 235.3 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
39 images, 0 KB saveable
REVIEW
39 images, 0 KB saveable
Warning::
https://www.skyhighsecurity.com/wp-content/uploads... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://wordpress-1248419-5741367.cloudwaysapps.co... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
39 images 6.4 MB
0 oversized -0 KB
38 legacy format
2 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

C
JS Bundles
Action
50 scripts, 235 KB unused
REVIEW
50 scripts, 235 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6WM4...: 66 KB unused (37%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WK8...: 62 KB unused (48%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://code.createjs.com/1.0.0/createjs.min.js: 50 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.skyhighsecurity.com/wp-content/themes/...: 35 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.addtoany.com/menu/modules/core.ydpp...: 21 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 235 KB
235 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-6WM4HV7Y11&cx=c&gtm=4e64f0178 KB66 KB (37%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WK8WJJK7131 KB62 KB (48%)3rd
https://code.createjs.com/1.0.0/createjs.min.js63 KB50 KB (80%)3rd
https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/dist/main.bundle.js?ver=3.3.144 KB35 KB (80%)3rd
https://static.addtoany.com/menu/modules/core.ydpp7jcu.js26 KB21 KB (82%)3rd
https://www.skyhighsecurity.com/wp-content/plugins/popup-maker/dist/assets/site.js?defer&ver=1.21.518 KB3rd
https://www.skyhighsecurity.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.33 KB3rd
https://www.skyhighsecurity.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.131 KB3rd
https://www.skyhighsecurity.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB3rd
https://www.skyhighsecurity.com/wp-content/plugins/lbg-audio7_html5_full_width_sticky_pro/audio7_html5/js/jquery.mousewheel.min.js?ver=6.9.41 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

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

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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

Web fonts

1

47 KB total

Render-blocking

0

of 1

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 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s FCP 6.7 s LCP 34.2 shttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2UcC73FwrK3iLTeHuS_nVMrM... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 47.3 KiB — 64 ms — font-display: swap
UcC73FwrK3iLTeHuS_nVMrM... woff2 swap
Size 47 KB
Load time 64 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
preload
dns-prefetch
2
prefetch

2 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
Network Waterfall
140 requests over 2400ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s FCP 6.7 s LCP 34.2 shttps://skyhigh.cloud// https://skyhigh.cloud/ — 302 — 240 B — 86 ms — http/1.1https://www.skyhighsecurity.com/www.skyhighsecurity.com/ https://www.skyhighsecurity.com/ — 200 — 53.9 KiB — 490 ms — h2https://fonts.googleapis.com/css?family=Inter:400,300,600fonts.googleapis.com/css?family=Int... https://fonts.googleapis.com/css?family=Inter:400,300,600 — 200 — 812 B — 198 ms — h2https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.csscdn.jsdelivr.net/npm/bootstrap-icon... https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css — 200 — 13.5 KiB — 36 ms — h2https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/css/splide.min.csscdn.jsdelivr.net/npm/@splidejs/spli... https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/css/splide.min.css — 200 — 1.4 KiB — 36 ms — h2https://unpkg.com/aos@2.3.1/dist/aos.cssunpkg.com/aos@2.3.1/dist/aos.css https://unpkg.com/aos@2.3.1/dist/aos.css — 200 — 2.5 KiB — 102 ms — h3https://unpkg.com/aos@2.3.1/dist/aos.jsunpkg.com/aos@2.3.1/dist/aos.js https://unpkg.com/aos@2.3.1/dist/aos.js — 200 — 4.9 KiB — 99 ms — h3https://kit.fontawesome.com/4b0fc0cb01.jskit.fontawesome.com/4b0fc0cb01.js https://kit.fontawesome.com/4b0fc0cb01.js — 200 — 5.7 KiB — 548 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/lbg-audio7_html5_full_width_sticky_pro/audio7_html5/audio7_html5.css?ver=6.9.4www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/lbg-audio7_html5_full_width_sticky_pro/audio7_html5/audio7_html5.css?ver=6.9.4 — 200 — 4.9 KiB — 176 ms — h2https://www.skyhighsecurity.com/wp-includes/css/dist/components/style.min.css?ver=6.9.4www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/css/dist/components/style.min.css?ver=6.9.4 — 200 — 14.9 KiB — 271 ms — h2https://www.skyhighsecurity.com/wp-includes/css/dist/preferences/style.min.css?ver=6.9.4www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/css/dist/preferences/style.min.css?ver=6.9.4 — 200 — 623 B — 179 ms — h2https://www.skyhighsecurity.com/wp-includes/css/dist/block-editor/style.min.css?ver=6.9.4www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/css/dist/block-editor/style.min.css?ver=6.9.4 — 200 — 16.9 KiB — 276 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=dbea705cfafe089d65f1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=dbea705cfafe089d65f1 — 200 — 1.3 KiB — 182 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/font-awesome/v7.1.0/css/svg-with-js.csswww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/font-awesome/v7.1.0/css/svg-with-js.css — 200 — 2.5 KiB — 183 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1771324462www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1771324462 — 200 — 930 B — 185 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/weglot/dist/css/front-css.css?ver=5.3www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/weglot/dist/css/front-css.css?ver=5.3 — 200 — 5.9 KiB — 175 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/weglot/dist/css/new-flags.css?ver=5.3www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/weglot/dist/css/new-flags.css?ver=5.3 — 200 — 3.6 KiB — 265 ms — h2https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/style.css?ver=3.3.1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/style.css?ver=3.3.1 — 200 — 1.4 KiB — 183 ms — h2https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/dist/main.css?ver=3.3.1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/dist/main.css?ver=3.3.1 — 200 — 41.5 KiB — 281 ms — h2https://use.fontawesome.com/releases/v7.1.0/css/all.cssuse.fontawesome.com/releases/v7.1.0... https://use.fontawesome.com/releases/v7.1.0/css/all.css — 200 — 21.5 KiB — 113 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/popup-maker/dist/assets/site.css?ver=1.21.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/popup-maker/dist/assets/site.css?ver=1.21.5 — 200 — 2.0 KiB — 259 ms — h2https://fonts.googleapis.com/css?family=Montserrat:100fonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat:100 — 200 — 1.0 KiB — 154 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16 — 200 — 753 B — 258 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.35.5 — 200 — 7.6 KiB — 264 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/feedzy-rss-feeds/css/feedzy-rss-feeds.css?ver=1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/feedzy-rss-feeds/css/feedzy-rss-feeds.css?ver=1 — 200 — 2.2 KiB — 260 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/elementor/css/post-9475.css?ver=1776318210www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/elementor/css/post-9475.css?ver=1776318210 — 200 — 664 B — 262 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.35.5 — 200 — 393 B — 262 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.min.css?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.min.css?ver=3.35.5 — 200 — 343 B — 263 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css?ver=3.35.5 — 200 — 508 B — 264 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.min.css?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.min.css?ver=3.35.5 — 200 — 412 B — 267 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 18.0 s 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s 30.0 s 32.0 s 34.0 s FCP 6.7 s LCP 34.2 shttps://skyhigh.cloud// https://skyhigh.cloud/ — 302 — 240 B — 86 ms — http/1.1https://www.skyhighsecurity.com/www.skyhighsecurity.com/ https://www.skyhighsecurity.com/ — 200 — 53.9 KiB — 490 ms — h2https://fonts.googleapis.com/css?family=Inter:400,300,600fonts.googleapis.com/css?family=Int... https://fonts.googleapis.com/css?family=Inter:400,300,600 — 200 — 812 B — 198 ms — h2https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.csscdn.jsdelivr.net/npm/bootstrap-icon... https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css — 200 — 13.5 KiB — 36 ms — h2https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/css/splide.min.csscdn.jsdelivr.net/npm/@splidejs/spli... https://cdn.jsdelivr.net/npm/@splidejs/splide@4.1.4/dist/css/splide.min.css — 200 — 1.4 KiB — 36 ms — h2https://unpkg.com/aos@2.3.1/dist/aos.cssunpkg.com/aos@2.3.1/dist/aos.css https://unpkg.com/aos@2.3.1/dist/aos.css — 200 — 2.5 KiB — 102 ms — h3https://unpkg.com/aos@2.3.1/dist/aos.jsunpkg.com/aos@2.3.1/dist/aos.js https://unpkg.com/aos@2.3.1/dist/aos.js — 200 — 4.9 KiB — 99 ms — h3https://kit.fontawesome.com/4b0fc0cb01.jskit.fontawesome.com/4b0fc0cb01.js https://kit.fontawesome.com/4b0fc0cb01.js — 200 — 5.7 KiB — 548 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/lbg-audio7_html5_full_width_sticky_pro/audio7_html5/audio7_html5.css?ver=6.9.4www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/lbg-audio7_html5_full_width_sticky_pro/audio7_html5/audio7_html5.css?ver=6.9.4 — 200 — 4.9 KiB — 176 ms — h2https://www.skyhighsecurity.com/wp-includes/css/dist/components/style.min.css?ver=6.9.4www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/css/dist/components/style.min.css?ver=6.9.4 — 200 — 14.9 KiB — 271 ms — h2https://www.skyhighsecurity.com/wp-includes/css/dist/preferences/style.min.css?ver=6.9.4www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/css/dist/preferences/style.min.css?ver=6.9.4 — 200 — 623 B — 179 ms — h2https://www.skyhighsecurity.com/wp-includes/css/dist/block-editor/style.min.css?ver=6.9.4www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/css/dist/block-editor/style.min.css?ver=6.9.4 — 200 — 16.9 KiB — 276 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=dbea705cfafe089d65f1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/popup-maker/dist/packages/block-library-style.css?ver=dbea705cfafe089d65f1 — 200 — 1.3 KiB — 182 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/font-awesome/v7.1.0/css/svg-with-js.csswww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/font-awesome/v7.1.0/css/svg-with-js.css — 200 — 2.5 KiB — 183 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1771324462www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/complianz-gdpr/assets/css/cookieblocker.min.css?ver=1771324462 — 200 — 930 B — 185 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/weglot/dist/css/front-css.css?ver=5.3www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/weglot/dist/css/front-css.css?ver=5.3 — 200 — 5.9 KiB — 175 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/weglot/dist/css/new-flags.css?ver=5.3www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/weglot/dist/css/new-flags.css?ver=5.3 — 200 — 3.6 KiB — 265 ms — h2https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/style.css?ver=3.3.1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/style.css?ver=3.3.1 — 200 — 1.4 KiB — 183 ms — h2https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/dist/main.css?ver=3.3.1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/dist/main.css?ver=3.3.1 — 200 — 41.5 KiB — 281 ms — h2https://use.fontawesome.com/releases/v7.1.0/css/all.cssuse.fontawesome.com/releases/v7.1.0... https://use.fontawesome.com/releases/v7.1.0/css/all.css — 200 — 21.5 KiB — 113 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/popup-maker/dist/assets/site.css?ver=1.21.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/popup-maker/dist/assets/site.css?ver=1.21.5 — 200 — 2.0 KiB — 259 ms — h2https://fonts.googleapis.com/css?family=Montserrat:100fonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat:100 — 200 — 1.0 KiB — 154 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/add-to-any/addtoany.min.css?ver=1.16 — 200 — 753 B — 258 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.35.5 — 200 — 7.6 KiB — 264 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/feedzy-rss-feeds/css/feedzy-rss-feeds.css?ver=1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/feedzy-rss-feeds/css/feedzy-rss-feeds.css?ver=1 — 200 — 2.2 KiB — 260 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/elementor/css/post-9475.css?ver=1776318210www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/elementor/css/post-9475.css?ver=1776318210 — 200 — 664 B — 262 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.35.5 — 200 — 393 B — 262 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.min.css?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-float.min.css?ver=3.35.5 — 200 — 343 B — 263 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/conditionals/shapes.min.css?ver=3.35.5 — 200 — 508 B — 264 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.min.css?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/lib/animations/styles/e-animation-pulse.min.css?ver=3.35.5 — 200 — 412 B — 267 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.35.5 — 200 — 327 B — 268 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/lib/animations/styles/fadeIn.min.css?ver=3.35.5 — 200 — 291 B — 269 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/widget-nested-tabs.min.css?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/css/widget-nested-tabs.min.css?ver=3.35.5 — 200 — 2.1 KiB — 270 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/elementor/css/post-9483.css?ver=1776318431www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/elementor/css/post-9483.css?ver=1776318431 — 200 — 7.9 KiB — 545 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/ari-fancy-lightbox/assets/fancybox/jquery.fancybox.min.css?ver=1.4.1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/ari-fancy-lightbox/assets/fancybox/jquery.fancybox.min.css?ver=1.4.1 — 200 — 3.5 KiB — 271 ms — h2https://use.fontawesome.com/releases/v7.1.0/css/v4-shims.cssuse.fontawesome.com/releases/v7.1.0... https://use.fontawesome.com/releases/v7.1.0/css/v4-shims.css — 200 — 4.8 KiB — 105 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/wp-paginate/css/wp-paginate.css?ver=2.2.4www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/wp-paginate/css/wp-paginate.css?ver=2.2.4 — 200 — 1.1 KiB — 347 ms — h2https://www.skyhighsecurity.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 31.0 KiB — 351 ms — h2https://www.skyhighsecurity.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.1 KiB — 351 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/lbg-audio7_html5_full_width_sticky_pro/audio7_html5/js/jquery.mousewheel.min.js?ver=6.9.4www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/lbg-audio7_html5_full_width_sticky_pro/audio7_html5/js/jquery.mousewheel.min.js?ver=6.9.4 — 200 — 1.4 KiB — 541 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/lbg-audio7_html5_full_width_sticky_pro/audio7_html5/js/jquery.touchSwipe.min.js?ver=6.9.4www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/lbg-audio7_html5_full_width_sticky_pro/audio7_html5/js/jquery.touchSwipe.min.js?ver=6.9.4 — 200 — 5.5 KiB — 539 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/lbg-audio7_html5_full_width_sticky_pro/audio7_html5/js/audio7_html5.js?ver=6.9.4www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/lbg-audio7_html5_full_width_sticky_pro/audio7_html5/js/audio7_html5.js?ver=6.9.4 — 200 — 12.7 KiB — 539 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/lbg-audio7_html5_full_width_sticky_pro/audio7_html5/js/google_a.js?ver=6.9.4www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/lbg-audio7_html5_full_width_sticky_pro/audio7_html5/js/google_a.js?ver=6.9.4 — 200 — 465 B — 539 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/weglot/dist/front-js.js?ver=5.3www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/weglot/dist/front-js.js?ver=5.3 — 200 — 1.7 KiB — 539 ms — h2https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/marketo.jswww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/marketo.js — 200 — 529 B — 202 ms — h2https://code.createjs.com/1.0.0/createjs.min.jscode.createjs.com/1.0.0/createjs.mi... https://code.createjs.com/1.0.0/createjs.min.js — 200 — 62.6 KiB — 63 ms — h2https://wordpress-1248419-5747347.cloudwaysapps.com/wp-content/uploads/2026/01/Skyhigh_Security_png_logo.pngwordpress-1248419-5747347.cloudways... https://wordpress-1248419-5747347.cloudwaysapps.com/wp-content/uploads/2026/01/Skyhigh_Security_png_logo.png — 200 — 34.3 KiB — 557 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2024/01/robust-dlp2.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2024/01/robust-dlp2.png — 200 — 971.6 KiB — 475 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2026/02/Artboard-4_2000_w-768x734.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2026/02/Artboard-4_2000_w-768x734.png — 200 — 39.5 KiB — 275 ms — h2https://ka-p.fontawesome.com/assets/4b0fc0cb01/32145528/kit.css?token=4b0fc0cb01ka-p.fontawesome.com/assets/4b0fc0c... https://ka-p.fontawesome.com/assets/4b0fc0cb01/32145528/kit.css?token=4b0fc0cb01 — 200 — 61.6 KiB — 91 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=4b0fc0cb01ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-shims.min.css?token=4b0fc0cb01 — 200 — 4.1 KiB — 67 ms — h2https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=4b0fc0cb01ka-p.fontawesome.com/releases/v6.7.... https://ka-p.fontawesome.com/releases/v6.7.2/css/pro-v4-font-face.min.css?token=4b0fc0cb01 — 200 — 1.9 KiB — 64 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/06/Featured_Corporate_Brochure.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/06/Featured_Corporate_Brochure.png — 200 — 18.1 KiB — 103 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2025/07/Featured_2025_GartnerMQ.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2025/07/Featured_2025_GartnerMQ.png — 200 — 182.8 KiB — 156 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2025/07/Featured_2025_GartnerCC.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2025/07/Featured_2025_GartnerCC.png — 200 — 201.7 KiB — 156 ms — h2https://js.navattic.com/embed-events.jsjs.navattic.com/embed-events.js https://js.navattic.com/embed-events.js — 200 — 10.2 KiB — 97 ms — h3https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.jscdnjs.cloudflare.com/ajax/libs/gsap... https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/gsap.min.js — 200 — 25.6 KiB — 102 ms — h3https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.jscdnjs.cloudflare.com/ajax/libs/gsap... https://cdnjs.cloudflare.com/ajax/libs/gsap/3.12.5/ScrollTrigger.min.js — 200 — 16.2 KiB — 87 ms — h3https://www.skyhighsecurity.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 7.3 KiB — 136 ms — h2https://www.skyhighsecurity.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/js/jquery/ui/mouse.min.js?ver=1.13.3 — 200 — 1.3 KiB — 129 ms — h2https://www.skyhighsecurity.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.3www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/js/jquery/ui/slider.min.js?ver=1.13.3 — 200 — 3.4 KiB — 134 ms — h2https://www.skyhighsecurity.com/wp-includes/js/jquery/ui/progressbar.min.js?ver=1.13.3www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/js/jquery/ui/progressbar.min.js?ver=1.13.3 — 200 — 1.2 KiB — 137 ms — h2https://www.skyhighsecurity.com/wp-includes/js/jquery/ui/effect.min.js?ver=1.13.3www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/js/jquery/ui/effect.min.js?ver=1.13.3 — 200 — 4.1 KiB — 138 ms — h2https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/dist/main.bundle.js?ver=3.3.1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/dist/main.bundle.js?ver=3.3.1 — 200 — 44.0 KiB — 154 ms — h2https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/ajax-pagination.js?ver=1.0www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/ajax-pagination.js?ver=1.0 — 200 — 910 B — 138 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/popup-maker/dist/assets/site.js?defer&ver=1.21.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/popup-maker/dist/assets/site.js?defer&ver=1.21.5 — 200 — 18.2 KiB — 147 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.35.5 — 200 — 2.7 KiB — 121 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.35.5 — 200 — 16.4 KiB — 146 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.35.5www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.35.5 — 200 — 10.8 KiB — 142 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/ari-fancy-lightbox/assets/fancybox/jquery.fancybox.min.js?ver=1.4.1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/ari-fancy-lightbox/assets/fancybox/jquery.fancybox.min.js?ver=1.4.1 — 200 — 30.0 KiB — 148 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.35.1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.35.1 — 200 — 2.9 KiB — 200 ms — h2https://www.skyhighsecurity.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 — 200 — 2.2 KiB — 218 ms — h2https://www.skyhighsecurity.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375 — 200 — 2.4 KiB — 223 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.35.1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.35.1 — 200 — 6.8 KiB — 221 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.35.1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.35.1 — 200 — 11.0 KiB — 224 ms — h2https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/marketo-styles.jswww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/marketo-styles.js — 200 — 2.1 KiB — 225 ms — h2https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/form-control.jswww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/themes/skyhigh-security/assets/form-control.js — 200 — 2.8 KiB — 307 ms — h2https://static.addtoany.com/menu/page.jsstatic.addtoany.com/menu/page.js https://static.addtoany.com/menu/page.js — 200 — 2.2 KiB — 53 ms — h3https://www.skyhighsecurity.com/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/add-to-any/addtoany.min.js?ver=1.1 — 200 — 328 B — 226 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2024/09/Skyhigh_AI_Feature_banner.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2024/09/Skyhigh_AI_Feature_banner.png — 200 — 30.6 KiB — 232 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/06/Featured_Public_Sector.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/06/Featured_Public_Sector.png — 200 — 62.5 KiB — 306 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2024/03/004-SHS-People.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2024/03/004-SHS-People.png — 200 — 275.9 KiB — 352 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/06/Featured_ChatGPT2.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/06/Featured_ChatGPT2.png — 200 — 57.8 KiB — 307 ms — h2https://wordpress-1248419-5741367.cloudwaysapps.com/wp-content/uploads/2025/12/Artboard-494.pngwordpress-1248419-5741367.cloudways... https://wordpress-1248419-5741367.cloudwaysapps.com/wp-content/uploads/2025/12/Artboard-494.png — 200 — 7.5 KiB — 160 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2026/03/SSE-diagram_1-768x621.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2026/03/SSE-diagram_1-768x621.png — 200 — 147.6 KiB — 313 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2026/02/Artboard-21-768x190.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2026/02/Artboard-21-768x190.png — 200 — 8.4 KiB — 198 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2026/02/Stratosphere_banner_714x400.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2026/02/Stratosphere_banner_714x400.png — 200 — 288.7 KiB — 242 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2025/12/From-Blind-Spots-to-Control-How-DSPM-SSE-Protects-Data-in-the-GenAI-Era.jpgwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2025/12/From-Blind-Spots-to-Control-How-DSPM-SSE-Protects-Data-in-the-GenAI-Era.jpg — 200 — 343.5 KiB — 244 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2026/02/AdobeStock_1310789296-1024x683.jpegwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2026/02/AdobeStock_1310789296-1024x683.jpeg — 200 — 784.1 KiB — 298 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2026/02/AdobeStock_1408243877-scaled.jpegwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2026/02/AdobeStock_1408243877-scaled.jpeg — 200 — 148.3 KiB — 305 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2026/01/lightbulb-2.jpgwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2026/01/lightbulb-2.jpg — 200 — 51.2 KiB — 210 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/01/linkedin.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/01/linkedin.png — 200 — 609 B — 211 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/01/twitter.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/01/twitter.png — 200 — 775 B — 213 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/01/youtube.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/01/youtube.png — 200 — 644 B — 214 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/01/facebook.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/01/facebook.png — 200 — 573 B — 229 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2025/09/CTM-image.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2025/09/CTM-image.png — 200 — 1.4 MiB — 344 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2025/09/159533e6-6e68-453e-a736-c6aa3c7de155.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2025/09/159533e6-6e68-453e-a736-c6aa3c7de155.png — 200 — 1.3 MiB — 458 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalC01.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalC01.png — 200 — 8.0 KiB — 299 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalC02.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalC02.png — 200 — 12.9 KiB — 305 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalC03.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalC03.png — 200 — 11.9 KiB — 306 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalB04.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalB04.png — 200 — 8.4 KiB — 307 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalB02.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalB02.png — 200 — 105.1 KiB — 347 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalB03.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalB03.png — 200 — 8.0 KiB — 302 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalB05.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/01/ModalB05.png — 200 — 8.6 KiB — 349 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2026/03/stratosphere_2026_logo.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2026/03/stratosphere_2026_logo.png — 200 — 54.0 KiB — 453 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1771324480www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/complianz-gdpr/cookiebanner/js/complianz.min.js?ver=1771324480 — 200 — 10.9 KiB — 307 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 161 ms — h2https://munchkin.marketo.net/munchkin.jsmunchkin.marketo.net/munchkin.js https://munchkin.marketo.net/munchkin.js — 200 — 1.2 KiB — 50 ms — http/1.1https://munchkin.marketo.net/165/munchkin.jsmunchkin.marketo.net/165/munchkin.j... https://munchkin.marketo.net/165/munchkin.js — 200 — 5.6 KiB — 6 ms — http/1.1https://627-oog-590.mktoresp.com/webevents/visitWebPage?_mchNc=1776360829348&_mchCn=&_mchId=627-OOG-590&_mchTk=_mch-skyhighsecurity.com-3400ff3fcca3ca2ebe34467a3ba9ac13&_mchWs=j0hRcdjO&_mchHo=www.skyhighsecurity.com&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=165&_mchEcid=&_mchHa=&_mchRe=&_mchQp=627-oog-590.mktoresp.com/webevents/... https://627-oog-590.mktoresp.com/webevents/visitWebPage?_mchNc=1776360829348&_mchCn=&_mchId=627-OOG-590&_mchTk=_mch-skyhighsecurity.com-3400ff3fcca3ca2ebe34467a3ba9ac13&_mchWs=j0hRcdjO&_mchHo=www.skyhighsecurity.com&_mchPo=&_mchRu=%2F&_mchPc=https%3A&_mchVr=165&_mchEcid=&_mchHa=&_mchRe=&_mchQp= — 200 — 318 B — 565 ms — http/1.1data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='…www.w3.org/2000/svg' viewBox='0 0 3... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='… — 200 — 0 B — 0 ms — datahttps://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2fonts.gstatic.com/s/inter/v20/UcC73... https://fonts.gstatic.com/s/inter/v20/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2 — 200 — 47.3 KiB — 64 ms — h3https://www.skyhighsecurity.com/wp-content/uploads/2026/02/our-services-bg-img.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2026/02/our-services-bg-img.png — 200 — 10.5 KiB — 280 ms — h2https://api.weglot.com/pageviews?api_key=wg_5c22ff2efc255b27379b1ae7cd9cd2591api.weglot.com/pageviews?api_key=wg... https://api.weglot.com/pageviews?api_key=wg_5c22ff2efc255b27379b1ae7cd9cd2591 — 200 — 215 B — 82 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-WK8WJJK7www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WK8WJJK7 — 200 — 130.7 KiB — 258 ms — h2https://static.addtoany.com/menu/modules/core.ydpp7jcu.jsstatic.addtoany.com/menu/modules/co... https://static.addtoany.com/menu/modules/core.ydpp7jcu.js — 200 — 26.4 KiB — 82 ms — h3https://static.addtoany.com/menu/sm.25.htmlstatic.addtoany.com/menu/sm.25.html https://static.addtoany.com/menu/sm.25.html — 200 — 1004 B — 45 ms — h3https://www.skyhighsecurity.com/wp-content/uploads/complianz/css/banner-1-optin.css?v=78www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/complianz/css/banner-1-optin.css?v=78 — 200 — 3.4 KiB — 102 ms — h2https://cdn.weglot.com/flags/circle/us.svgcdn.weglot.com/flags/circle/us.svg https://cdn.weglot.com/flags/circle/us.svg — 200 — 850 B — 85 ms — h3https://www.skyhighsecurity.com/wp-content/plugins/weglot/dist/images/wgarrowdown.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/weglot/dist/images/wgarrowdown.png — 200 — 375 B — 144 ms — h2blob:https://www.skyhighsecurity.com/ce48881b-2faa-44b5-aa44-9292af628b1bwww.skyhighsecurity.com/ce48881b-2f... blob:https://www.skyhighsecurity.com/ce48881b-2faa-44b5-aa44-9292af628b1b — 200 — -1 B — 153 ms — blobhttps://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.jswww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/shared-frontend-handlers.03caa53373b56d3bab67.bundle.min.js — 200 — 2.9 KiB — 142 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.jswww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/text-editor.45609661e409413f1cef.bundle.min.js — 200 — 907 B — 138 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/nested-tabs.a2401356d329f179475e.bundle.min.jswww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/nested-tabs.a2401356d329f179475e.bundle.min.js — 200 — 3.5 KiB — 140 ms — h2https://www.skyhighsecurity.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4www.skyhighsecurity.com/wp-includes... https://www.skyhighsecurity.com/wp-includes/js/wp-emoji-release.min.js?ver=6.9.4 — 200 — 5.4 KiB — 140 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2026/02/hero-1080p-small.mp4www.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2026/02/hero-1080p-small.mp4 — 206 — 2.5 MiB — 519 ms — h2https://www.googletagmanager.com/gtag/js?id=G-6WM4HV7Y11&cx=c&gtm=4e64f0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6WM4HV7Y11&cx=c&gtm=4e64f0 — 200 — 177.9 KiB — 122 ms — h2https://snap.licdn.com/li.lms-analytics/insight.min.jssnap.licdn.com/li.lms-analytics/ins... https://snap.licdn.com/li.lms-analytics/insight.min.js — 200 — 18.7 KiB — 61 ms — h2https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.2a67d3cc630e11815acc.bundle.min.jswww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/plugins/elementor/assets/js/nested-title-keyboard-handler.2a67d3cc630e11815acc.bundle.min.js — 200 — 1.7 KiB — 452 ms — h2https://px.ads.linkedin.com/attribution_trigger?pid=7474948&time=1776360829997&url=https%3A%2F%2Fwww.skyhighsecurity.com%2Fpx.ads.linkedin.com/attribution_tri... https://px.ads.linkedin.com/attribution_trigger?pid=7474948&time=1776360829997&url=https%3A%2F%2Fwww.skyhighsecurity.com%2F — 200 — 842 B — 299 ms — h2https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=7474948&time=1776360829997&url=https%3A%2F%2Fwww.skyhighsecurity.com%2Fpx.ads.linkedin.com/collect?v=2&fmt... https://px.ads.linkedin.com/collect?v=2&fmt=js&pid=7474948&time=1776360829997&url=https%3A%2F%2Fwww.skyhighsecurity.com%2F — 302 — 831 B — 211 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-6WM4HV7Y11&gtm=45je64f0v877046289z89230747320za20gzb9230747320zd9230747320&_p=1776360829619&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1440280645&_eu=EAAAAGA&are=1&cid=1704761780.1776360830&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.55%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~115616986~115938465~115938468~117266401&sid=1776360830&sct=1&seg=0&dl=https%3A%2F%2Fwww.skyhighsecurity.com%2F&dt=Skyhigh%20Security%20%7C%20AI%20SSE%20Platform%20for%20Enterprise%20Cloud%20Protection&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1879region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-6WM4HV7Y11&gtm=45je64f0v877046289z89230747320za20gzb9230747320zd9230747320&_p=1776360829619&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1440280645&_eu=EAAAAGA&are=1&cid=1704761780.1776360830&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.55%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~115616986~115938465~115938468~117266401&sid=1776360830&sct=1&seg=0&dl=https%3A%2F%2Fwww.skyhighsecurity.com%2F&dt=Skyhigh%20Security%20%7C%20AI%20SSE%20Platform%20for%20Enterprise%20Cloud%20Protection&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1879 — 204 — 555 B — 89 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6WM4HV7Y11&cid=1704761780.1776360830&gtm=45je64f0v877046289z89230747320za20gzb9230747320zd9230747320&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266401stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-6WM4HV7Y11&cid=1704761780.1776360830&gtm=45je64f0v877046289z89230747320za20gzb9230747320zd9230747320&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266401 — 204 — 48 B — 120 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-Z40J50Z1CL&gtm=45je64f0v877046289z89230747320za20gzb9230747320zd9230747320&_p=1776360829619&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=559061679&_eu=EAAAAGA&are=1&cid=1704761780.1776360830&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.55%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~115616986~115938465~115938468~117266401&sid=1776360830&sct=1&seg=0&dl=https%3A%2F%2Fwww.skyhighsecurity.com%2F&dt=Skyhigh%20Security%20%7C%20AI%20SSE%20Platform%20for%20Enterprise%20Cloud%20Protection&en=page_view&_fv=1&_ss=1&tfd=1890region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-Z40J50Z1CL&gtm=45je64f0v877046289z89230747320za20gzb9230747320zd9230747320&_p=1776360829619&_gaz=1&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=559061679&_eu=EAAAAGA&are=1&cid=1704761780.1776360830&ec_mode=a&frm=0&ir=1&pscdl=noapi&rcb=8&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.55%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~115616986~115938465~115938468~117266401&sid=1776360830&sct=1&seg=0&dl=https%3A%2F%2Fwww.skyhighsecurity.com%2F&dt=Skyhigh%20Security%20%7C%20AI%20SSE%20Platform%20for%20Enterprise%20Cloud%20Protection&en=page_view&_fv=1&_ss=1&tfd=1890 — 204 — 48 B — 79 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-Z40J50Z1CL&cid=1704761780.1776360830&gtm=45je64f0v877046289z89230747320za20gzb9230747320zd9230747320&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266401stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-Z40J50Z1CL&cid=1704761780.1776360830&gtm=45je64f0v877046289z89230747320za20gzb9230747320zd9230747320&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266401 — 204 — 555 B — 108 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-6WM4HV7Y11&cid=1704761780.1776360830&gtm=45je64f0v877046289z89230747320za20gzb9230747320zd9230747320&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266401&z=799718783www.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-6WM4HV7Y11&cid=1704761780.1776360830&gtm=45je64f0v877046289z89230747320za20gzb9230747320zd9230747320&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266401&z=799718783 — 200 — 408 B — 170 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-Z40J50Z1CL&cid=1704761780.1776360830&gtm=45je64f0v877046289z89230747320za20gzb9230747320zd9230747320&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266401&z=1034563048www.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-Z40J50Z1CL&cid=1704761780.1776360830&gtm=45je64f0v877046289z89230747320za20gzb9230747320zd9230747320&rcb=8&aip=1&dma=1&dma_cps=a&gcd=13l3l3l2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938465~115938468~117266401&z=1034563048 — 200 — 107 B — 171 ms — h2https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=7474948&time=1776360829997&url=https%3A%2F%2Fwww.skyhighsecurity.com%2F&e_ipv6=AQJaaJdydq-g6wAAAZ2XWzTSUVxcSXgbm8wIzfGVkcW6R4plgQGVh-1jjVn8xFeyvcBrSCk_9ekpx4.ads.linkedin.com/collect?v=2&fm... https://px4.ads.linkedin.com/collect?v=2&fmt=js&pid=7474948&time=1776360829997&url=https%3A%2F%2Fwww.skyhighsecurity.com%2F&e_ipv6=AQJaaJdydq-g6wAAAZ2XWzTSUVxcSXgbm8wIzfGVkcW6R4plgQGVh-1jjVn8xFeyvcBrSCk_9ek — 200 — 693 B — 232 ms — h2https://px.ads.linkedin.com/wa/?medium=fetch&fmt=gpx.ads.linkedin.com/wa/?medium=fetc... https://px.ads.linkedin.com/wa/?medium=fetch&fmt=g — 204 — 619 B — 188 ms — h2https://www.skyhighsecurity.com/wp-content/uploads/2023/01/cropped-skyhigh_security_ico-32x32.pngwww.skyhighsecurity.com/wp-content/... https://www.skyhighsecurity.com/wp-content/uploads/2023/01/cropped-skyhigh_security_ico-32x32.png — 200 — 1.3 KiB — 139 ms — h2
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 3385ms · 471KB · $45/mo
Unattributable
Other
Costly
Execution 784ms
Transfer 0 KB
Monthly Cost $10/mo
www.skyhighsecurity.com
Other
Costly
Execution 490ms
Transfer 31 KB
Monthly Cost $7/mo
cdnjs
CDN
Costly
Execution 426ms
Transfer 16 KB
Monthly Cost $6/mo
Google Tag Manager
Tag Manager
Costly
Execution 417ms
Transfer 178 KB
Unused 37%
Monthly Cost $6/mo
www.skyhighsecurity.com
Other
Costly
Execution 416ms
Transfer 54 KB
Monthly Cost $6/mo
kit.fontawesome.com
Other
Costly
Execution 299ms
Transfer 6 KB
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Optional
Execution 198ms
Transfer 131 KB
Unused 48%
Monthly Cost $3/mo
cdnjs
CDN
Optional
Execution 162ms
Transfer 26 KB
Monthly Cost $2/mo
www.skyhighsecurity.com
Other
Optional
Execution 115ms
Transfer 11 KB
Monthly Cost $2/mo
LinkedIn Insight
Advertising
Optional
Execution 77ms
Transfer 19 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 784ms and costs ~$10/month
  • www.skyhighsecurity.com adds 490ms and costs ~$7/month
  • cdnjs adds 426ms and costs ~$6/month
  • Google Tag Manager adds 417ms and costs ~$6/month
  • www.skyhighsecurity.com adds 416ms and costs ~$6/month
  • kit.fontawesome.com adds 299ms 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

Unattributable takes 784ms 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.skyhighsecurity.com takes 490ms 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

cdnjs takes 426ms 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 417ms 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.skyhighsecurity.com takes 416ms 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

kit.fontawesome.com takes 299ms 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