Skip to content
https://securityweek.com

Performance

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

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

61
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
67
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
81
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.

1.96 s

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

4.82 s

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

0 ms

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

0.056

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

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

4.87 s

Page Load Progression

682 ms
1.4 s
2.0 s
2.7 s
3.4 s
4.1 s
4.8 s
5.5 s
Checks
15
7 PASS 3 REVIEW 3 FIX
F
Page Weight Budget
Action
2.7 MB transferred, 126 requests
FIX
2.7 MB transferred, 126 requests
Warning::
Page weighs 5.2 MB (2.7 MB transferred)
Warning::
Images are 1.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.7 MB
Warning::
JavaScript is 664 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 664 KB
Info::
Fonts are 243 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 243 KB
Warning::
126 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.57 g CO2 per page load
2.7 MB / 2.4 MB budget
2.7 MB transferred
126 requests
0.57 g CO2 per page load
Images 1.7 MiB 61%
JavaScript 664.4 KiB 24%
Fonts 243.4 KiB 9%
CSS 114.3 KiB 4%
HTML 47.5 KiB 2%
Other 16.0 KiB 1%
Other 4.6 KiB 0%
Other 2.5 KiB 0%
Other 562 B 0%
Other 0 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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.7 MiB of 2.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
126 resources · 2.7 MB · 131 KB savings available
FIX
126 resources · 2.7 MB · 131 KB savings available
Warning::
Page weight 1.7 MB over 1MB target
Got: 2.7 MB Expected: ≤ 1 MB
Info::
~131 KB of savings available
Warning::
125 third-party resources (100% of weight)
Info::
2 resources over 200KB
126 resources · 2.7 MiB · 125 third-party 1.7 MiB over 1MB target
Image 61% · 1.7 MiB
JavaScript 24% · 664.4 KiB
Font 9% · 243.4 KiB
CSS 4% · 114.3 KiB
Document 2% · 49.8 KiB
Other 0% · 6.4 KiB

~130.6 KiB of savings available

Remove unused JavaScript: 130.6 KiB
C
Image Optimization
Action
38 images, 0 KB saveable
REVIEW
38 images, 0 KB saveable
Warning::
https://www.securityweek.com/wp-content/uploads/20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.securityweek.com/wp-content/uploads/20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.securityweek.com/wp-content/uploads/20... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
38 images 1.7 MB
0 oversized -0 KB
28 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

C
JS Execution Cost
Action
1451ms total JS execution
REVIEW
1451ms total JS execution
Warning::
https://www.securityweek.com/: 517ms CPU time
Warning::
https://www.securityweek.com/cdn-cgi/challenge-pla...: 267ms CPU time
Info::
https://js.hs-analytics.net/analytics/177690150000...: 195ms CPU time
Info::
https://www.securityweek.com/cdn-cgi/scripts/7d0fa...: 189ms CPU time
Info::
Unattributable: 153ms CPU time
Warning::
Third-party scripts: 1451ms (100% of total)

Main Thread Breakdown

Script Evaluation 45% Style & Layout 24% Other 18% Rendering 6% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://www.securityweek.com/517ms17ms1ms3rd
https://www.securityweek.com/cdn-cgi/challenge-platform/scripts/jsd/main.js267ms240ms4ms3rd
https://js.hs-analytics.net/analytics/1776901500000/5319632.js195ms138ms4ms3rd
https://www.securityweek.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js189ms139ms4ms3rd
Unattributable153ms3ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-M1YM36C8RW76ms60ms15ms3rd
https://www.securityweek.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.155ms19ms3ms3rd
B
JS Bundles
40 scripts, 131 KB unused
REVIEW
40 scripts, 131 KB unused
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-TMP...: 66 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-M1YM...: 65 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 131 KB
131 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtm.js?id=GTM-TMP64CK123 KB66 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=G-M1YM36C8RW155 KB65 KB (42%)3rd
https://www.securityweek.com/wp-content/themes/zoxpress/js/retina.js?ver=6.9.41 KB3rd
https://www.securityweek.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.15 KB3rd
https://www.securityweek.com/wp-content/uploads/c9e9cd27a25f2327f579f73d231eb6d8.js?defer&generated=1765853110&ver=1.22.018 KB3rd
https://www.securityweek.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f12 KB3rd
https://www.securityweek.com/wp-content/themes/zoxpress/js/lozad.min.js1 KB3rd
https://www.securityweek.com/wp-content/themes/zoxpress/js/intersection-observer.js7 KB3rd
https://www.securityweek.com/wp-includes/js/comment-reply.min.js?ver=6.9.42 KB3rd
https://www.securityweek.com/wp-content/themes/zoxpress/js/jquery.infinitescroll.min.js?ver=6.9.412 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+
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
8 fonts (243 KB)
PASS
8 fonts (243 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

243 KB total

Render-blocking

0

of 8

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 FCP 2.0 s LCP 4.8 shttps://fonts.gstatic.com/s/titilliumweb/v19/NaPecZTIAOhVxoMyOr9n_E7fdMPmDaZRbrw.woff2NaPecZTIAOhVxoMyOr9n_E7... https://fonts.gstatic.com/s/titilliumweb/v19/NaPecZTIAOhVxoMyOr9n_E7fdMPmDaZRbrw.woff2 — 12.1 KiB — 57 ms — font-display: swaphttps://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2TK3iWkUHHAIjg752GT8Gl-1... https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2 — 27.8 KiB — 37 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVIUwaEQbjA.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVIUwaEQbjA.woff2 — 12.7 KiB — 52 ms — font-display: swaphttps://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/webfonts/fa-brands-400.woff2 — 75.2 KiB — 178 ms — font-display: swaphttps://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/webfonts/fa-solid-900.woff2 — 76.7 KiB — 189 ms — font-display: swaphttps://fonts.gstatic.com/s/barlowcondensed/v13/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2lv0tKk.woff2HTx3L3I-JCGChYJ8VI-L6OO... https://fonts.gstatic.com/s/barlowcondensed/v13/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2lv0tKk.woff2 — 14.4 KiB — 57 ms — font-display: swaphttps://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/webfonts/fa-regular-400.woff2fa-regular-400.woff2 https://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/webfonts/fa-regular-400.woff2 — 13.1 KiB — 68 ms — font-display: swaphttps://fonts.gstatic.com/s/titilliumweb/v19/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzY5abuWI.woff2NaPDcZTIAOhVxoMyOr9n_E7... https://fonts.gstatic.com/s/titilliumweb/v19/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzY5abuWI.woff2 — 11.5 KiB — 74 ms — font-display: swap
NaPecZTIAOhVxoMyOr9n_E7... woff2 swap
Size 12 KB
Load time 57 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
TK3iWkUHHAIjg752GT8Gl-1... woff2 swap
Size 28 KB
Load time 37 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 13 KB
Load time 52 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 75 KB
Load time 178 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 77 KB
Load time 189 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
HTx3L3I-JCGChYJ8VI-L6OO... woff2 swap
Size 14 KB
Load time 57 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
fa-regular-400.woff2 woff2 swap
Size 13 KB
Load time 68 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
NaPDcZTIAOhVxoMyOr9n_E7... woff2 swap
Size 11 KB
Load time 74 ms
Start 1.9 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
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

A+
HTTP Caching
max-age=600 (10 minutes)
PASS
max-age=600 (10 minutes)
Info::
Cache-Control header is set
Got: max-age=600, must-revalidate
Info::
Effective TTL: 10 minutes (max-age=600)
Info::
Last-Modified header present
Cache-Control

max-age=600, must-revalidate

DirectiveValueMeaning
max-age600Cache for 10 minutes
must-revalidateMust recheck with server after expiry
Effective TTL: 600 seconds
Network Waterfall
126 requests over 5880ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.0 s LCP 4.8 shttps://securityweek.com// https://securityweek.com/ — 301 — 636 B — 817 ms — h2https://www.securityweek.com/www.securityweek.com/ https://www.securityweek.com/ — 200 — 36.2 KiB — 764 ms — h3https://www.securityweek.com/wp-content/plugins/securityweek-chartoftheday/css/chartsofday.css?ver=1.0.0www.securityweek.com/wp-content/plu... https://www.securityweek.com/wp-content/plugins/securityweek-chartoftheday/css/chartsofday.css?ver=1.0.0 — 200 — 441 B — 13 ms — h3https://www.securityweek.com/wp-content/plugins/securityweek/assets/css/security-week.css?ver=1.3.0www.securityweek.com/wp-content/plu... https://www.securityweek.com/wp-content/plugins/securityweek/assets/css/security-week.css?ver=1.3.0 — 200 — 660 B — 21 ms — h3https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css?ver=6.9.4ajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css?ver=6.9.4 — 200 — 8.8 KiB — 66 ms — h2https://www.securityweek.com/wp-content/themes/zoxpress-child/features/industry-moves/assets/industry-moves.css?ver=1.1.16www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/features/industry-moves/assets/industry-moves.css?ver=1.1.16 — 200 — 988 B — 14 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress-child/features/newsletter/assets/newsletter.css?ver=1.0.23www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/features/newsletter/assets/newsletter.css?ver=1.0.23 — 200 — 1.0 KiB — 18 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress/style.css?ver=6.9.4www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress/style.css?ver=6.9.4 — 200 — 28.7 KiB — 20 ms — h3https://use.fontawesome.com/releases/v5.5.0/css/all.css?ver=6.9.4use.fontawesome.com/releases/v5.5.0... https://use.fontawesome.com/releases/v5.5.0/css/all.css?ver=6.9.4 — 200 — 12.1 KiB — 42 ms — h2https://www.securityweek.com/wp-content/themes/zoxpress-child/style.css?ver=1.2.57www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/style.css?ver=1.2.57 — 200 — 9.1 KiB — 16 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/css/search.css?ver=1.2.57www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/css/search.css?ver=1.2.57 — 200 — 1.0 KiB — 19 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/css/all.css?ver=6.9.4www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/css/all.css?ver=6.9.4 — 200 — 13.2 KiB — 36 ms — h3https://fonts.googleapis.com/css?family=Heebo%3A300%2C400%2C500%2C700%2C800%2C900%7CAlegreya%3A400%2C500%2C700%2C800%2C900%7CJosefin+Sans%3A300%2C400%2C600%2C700%7CLibre+Franklin%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7CFrank+Ruhl+Libre%3A300%2C400%2C500%2C700%2C900%7CNunito+Sans%3A300%2C400%2C600%2C700%2C800%2C900%7CMontserrat%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7CAnton%3A400%7CNoto+Serif%3A400%2C700%7CNunito%3A300%2C400%2C600%2C700%2C800%2C900%7CRajdhani%3A300%2C400%2C500%2C600%2C700%7CTitillium+Web%3A300%2C400%2C600%2C700%2C900%7CPT+Serif%3A400%2C400i%2C700%2C700i%7CAmiri%3A400%2C400i%2C700%2C700i%7COswald%3A300%2C400%2C500%2C600%2C700%7CRoboto+Mono%3A400%2C700%7CBarlow+Semi+Condensed%3A700%2C800%2C900%7CPoppins%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7CRoboto+Condensed%3A300%2C400%2C700%7CRoboto%3A300%2C400%2C500%2C700%2C900%7CPT+Serif%3A400%2C700%7COpen+Sans+Condensed%3A300%2C700%7COpen+Sans%3A700%7CSource+Serif+Pro%3A400%2C600%2C700%7CIM+Fell+French+Canon%3A400%2C400i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7CTitillium+Web%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7CBarlow+Condensed%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26subset%3Dlatin%2Clatin-ext%2Ccyrillic%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamesefonts.googleapis.com/css?family=Hee... https://fonts.googleapis.com/css?family=Heebo%3A300%2C400%2C500%2C700%2C800%2C900%7CAlegreya%3A400%2C500%2C700%2C800%2C900%7CJosefin+Sans%3A300%2C400%2C600%2C700%7CLibre+Franklin%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7CFrank+Ruhl+Libre%3A300%2C400%2C500%2C700%2C900%7CNunito+Sans%3A300%2C400%2C600%2C700%2C800%2C900%7CMontserrat%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7CAnton%3A400%7CNoto+Serif%3A400%2C700%7CNunito%3A300%2C400%2C600%2C700%2C800%2C900%7CRajdhani%3A300%2C400%2C500%2C600%2C700%7CTitillium+Web%3A300%2C400%2C600%2C700%2C900%7CPT+Serif%3A400%2C400i%2C700%2C700i%7CAmiri%3A400%2C400i%2C700%2C700i%7COswald%3A300%2C400%2C500%2C600%2C700%7CRoboto+Mono%3A400%2C700%7CBarlow+Semi+Condensed%3A700%2C800%2C900%7CPoppins%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7CRoboto+Condensed%3A300%2C400%2C700%7CRoboto%3A300%2C400%2C500%2C700%2C900%7CPT+Serif%3A400%2C700%7COpen+Sans+Condensed%3A300%2C700%7COpen+Sans%3A700%7CSource+Serif+Pro%3A400%2C600%2C700%7CIM+Fell+French+Canon%3A400%2C400i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7CTitillium+Web%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7CBarlow+Condensed%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26subset%3Dlatin%2Clatin-ext%2Ccyrillic%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese — 200 — 10.2 KiB — 126 ms — h2https://www.securityweek.com/wp-content/themes/zoxpress/css/media-queries.css?ver=6.9.4www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress/css/media-queries.css?ver=6.9.4 — 200 — 13.3 KiB — 26 ms — h3https://www.securityweek.com/wp-content/uploads/3db08ec670500470708f9f051eee5622.css?generated=1765853110&ver=1.22.0www.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/3db08ec670500470708f9f051eee5622.css?generated=1765853110&ver=1.22.0 — 200 — 3.6 KiB — 27 ms — h3https://www.securityweek.com/wp-content/uploads/2022/04/SecurityWeek-Small-Dark.pngwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2022/04/SecurityWeek-Small-Dark.png — 200 — 8.1 KiB — 27 ms — h3https://www.securityweek.com/wp-content/uploads/2022/01/SecurityWeek_Dark_News.pngwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2022/01/SecurityWeek_Dark_News.png — 200 — 17.8 KiB — 32 ms — h3https://www.securityweek.com/wp-content/uploads/2024/10/Firefox-1024x576.jpegwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2024/10/Firefox-1024x576.jpeg — 200 — 18.5 KiB — 31 ms — h3https://www.securityweek.com/wp-content/uploads/2024/10/Firefox-600x337.jpegwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2024/10/Firefox-600x337.jpeg — 200 — 8.8 KiB — 29 ms — h3https://www.securityweek.com/wp-content/uploads/2024/01/Oracle-1024x576.jpegwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2024/01/Oracle-1024x576.jpeg — 200 — 89.3 KiB — 36 ms — h3https://www.securityweek.com/wp-content/uploads/2022/04/SecurityWeek-Small-Dark@2x.pngwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2022/04/SecurityWeek-Small-Dark@2x.png — 200 — 17.8 KiB — 27 ms — h3https://fonts.googleapis.com/css?family=Montserrat:100fonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat:100 — 200 — 1.0 KiB — 117 ms — h2https://www.securityweek.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.jswww.securityweek.com/cdn-cgi/script... https://www.securityweek.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js — 200 — 4.0 KiB — 11 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 28 ms — h2https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/img/logo-twitter-white.pngwww.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/img/logo-twitter-white.png — 200 — 700 B — 10 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/img/sw-list-light.pngwww.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/img/sw-list-light.png — 200 — 1.1 KiB — 13 ms — h3https://www.securityweek.com/wp-content/uploads/2024/03/hacker-sentenced-prison-360x203.jpegwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2024/03/hacker-sentenced-prison-360x203.jpeg — 200 — 19.5 KiB — 14 ms — h3https://www.securityweek.com/wp-content/uploads/2025/10/Steve_Durbin-ISF.jpgwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2025/10/Steve_Durbin-ISF.jpg — 200 — 60.9 KiB — 90 ms — h3https://www.securityweek.com/wp-content/uploads/2022/04/Josh-Goldfarb-F5.jpegwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2022/04/Josh-Goldfarb-F5.jpeg — 200 — 48.7 KiB — 180 ms — h3https://www.securityweek.com/wp-content/uploads/2025/12/Nadir_Izrael_Armis.jpgwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2025/12/Nadir_Izrael_Armis.jpg — 200 — 24.2 KiB — 161 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s FCP 2.0 s LCP 4.8 shttps://securityweek.com// https://securityweek.com/ — 301 — 636 B — 817 ms — h2https://www.securityweek.com/www.securityweek.com/ https://www.securityweek.com/ — 200 — 36.2 KiB — 764 ms — h3https://www.securityweek.com/wp-content/plugins/securityweek-chartoftheday/css/chartsofday.css?ver=1.0.0www.securityweek.com/wp-content/plu... https://www.securityweek.com/wp-content/plugins/securityweek-chartoftheday/css/chartsofday.css?ver=1.0.0 — 200 — 441 B — 13 ms — h3https://www.securityweek.com/wp-content/plugins/securityweek/assets/css/security-week.css?ver=1.3.0www.securityweek.com/wp-content/plu... https://www.securityweek.com/wp-content/plugins/securityweek/assets/css/security-week.css?ver=1.3.0 — 200 — 660 B — 21 ms — h3https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css?ver=6.9.4ajax.googleapis.com/ajax/libs/jquer... https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css?ver=6.9.4 — 200 — 8.8 KiB — 66 ms — h2https://www.securityweek.com/wp-content/themes/zoxpress-child/features/industry-moves/assets/industry-moves.css?ver=1.1.16www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/features/industry-moves/assets/industry-moves.css?ver=1.1.16 — 200 — 988 B — 14 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress-child/features/newsletter/assets/newsletter.css?ver=1.0.23www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/features/newsletter/assets/newsletter.css?ver=1.0.23 — 200 — 1.0 KiB — 18 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress/style.css?ver=6.9.4www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress/style.css?ver=6.9.4 — 200 — 28.7 KiB — 20 ms — h3https://use.fontawesome.com/releases/v5.5.0/css/all.css?ver=6.9.4use.fontawesome.com/releases/v5.5.0... https://use.fontawesome.com/releases/v5.5.0/css/all.css?ver=6.9.4 — 200 — 12.1 KiB — 42 ms — h2https://www.securityweek.com/wp-content/themes/zoxpress-child/style.css?ver=1.2.57www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/style.css?ver=1.2.57 — 200 — 9.1 KiB — 16 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/css/search.css?ver=1.2.57www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/css/search.css?ver=1.2.57 — 200 — 1.0 KiB — 19 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/css/all.css?ver=6.9.4www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/css/all.css?ver=6.9.4 — 200 — 13.2 KiB — 36 ms — h3https://fonts.googleapis.com/css?family=Heebo%3A300%2C400%2C500%2C700%2C800%2C900%7CAlegreya%3A400%2C500%2C700%2C800%2C900%7CJosefin+Sans%3A300%2C400%2C600%2C700%7CLibre+Franklin%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7CFrank+Ruhl+Libre%3A300%2C400%2C500%2C700%2C900%7CNunito+Sans%3A300%2C400%2C600%2C700%2C800%2C900%7CMontserrat%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7CAnton%3A400%7CNoto+Serif%3A400%2C700%7CNunito%3A300%2C400%2C600%2C700%2C800%2C900%7CRajdhani%3A300%2C400%2C500%2C600%2C700%7CTitillium+Web%3A300%2C400%2C600%2C700%2C900%7CPT+Serif%3A400%2C400i%2C700%2C700i%7CAmiri%3A400%2C400i%2C700%2C700i%7COswald%3A300%2C400%2C500%2C600%2C700%7CRoboto+Mono%3A400%2C700%7CBarlow+Semi+Condensed%3A700%2C800%2C900%7CPoppins%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7CRoboto+Condensed%3A300%2C400%2C700%7CRoboto%3A300%2C400%2C500%2C700%2C900%7CPT+Serif%3A400%2C700%7COpen+Sans+Condensed%3A300%2C700%7COpen+Sans%3A700%7CSource+Serif+Pro%3A400%2C600%2C700%7CIM+Fell+French+Canon%3A400%2C400i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7CTitillium+Web%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7CBarlow+Condensed%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26subset%3Dlatin%2Clatin-ext%2Ccyrillic%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamesefonts.googleapis.com/css?family=Hee... https://fonts.googleapis.com/css?family=Heebo%3A300%2C400%2C500%2C700%2C800%2C900%7CAlegreya%3A400%2C500%2C700%2C800%2C900%7CJosefin+Sans%3A300%2C400%2C600%2C700%7CLibre+Franklin%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7CFrank+Ruhl+Libre%3A300%2C400%2C500%2C700%2C900%7CNunito+Sans%3A300%2C400%2C600%2C700%2C800%2C900%7CMontserrat%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7CAnton%3A400%7CNoto+Serif%3A400%2C700%7CNunito%3A300%2C400%2C600%2C700%2C800%2C900%7CRajdhani%3A300%2C400%2C500%2C600%2C700%7CTitillium+Web%3A300%2C400%2C600%2C700%2C900%7CPT+Serif%3A400%2C400i%2C700%2C700i%7CAmiri%3A400%2C400i%2C700%2C700i%7COswald%3A300%2C400%2C500%2C600%2C700%7CRoboto+Mono%3A400%2C700%7CBarlow+Semi+Condensed%3A700%2C800%2C900%7CPoppins%3A300%2C400%2C500%2C600%2C700%2C800%2C900%7CRoboto+Condensed%3A300%2C400%2C700%7CRoboto%3A300%2C400%2C500%2C700%2C900%7CPT+Serif%3A400%2C700%7COpen+Sans+Condensed%3A300%2C700%7COpen+Sans%3A700%7CSource+Serif+Pro%3A400%2C600%2C700%7CIM+Fell+French+Canon%3A400%2C400i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7CTitillium+Web%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7COswald%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%7CBarlow+Condensed%3A100%2C100i%2C200%2C+200i%2C300%2C300i%2C400%2C400i%2C500%2C500i%2C600%2C600i%2C700%2C700i%2C800%2C800i%2C900%2C900i%26subset%3Dlatin%2Clatin-ext%2Ccyrillic%2Ccyrillic-ext%2Cgreek-ext%2Cgreek%2Cvietnamese — 200 — 10.2 KiB — 126 ms — h2https://www.securityweek.com/wp-content/themes/zoxpress/css/media-queries.css?ver=6.9.4www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress/css/media-queries.css?ver=6.9.4 — 200 — 13.3 KiB — 26 ms — h3https://www.securityweek.com/wp-content/uploads/3db08ec670500470708f9f051eee5622.css?generated=1765853110&ver=1.22.0www.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/3db08ec670500470708f9f051eee5622.css?generated=1765853110&ver=1.22.0 — 200 — 3.6 KiB — 27 ms — h3https://www.securityweek.com/wp-content/uploads/2022/04/SecurityWeek-Small-Dark.pngwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2022/04/SecurityWeek-Small-Dark.png — 200 — 8.1 KiB — 27 ms — h3https://www.securityweek.com/wp-content/uploads/2022/01/SecurityWeek_Dark_News.pngwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2022/01/SecurityWeek_Dark_News.png — 200 — 17.8 KiB — 32 ms — h3https://www.securityweek.com/wp-content/uploads/2024/10/Firefox-1024x576.jpegwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2024/10/Firefox-1024x576.jpeg — 200 — 18.5 KiB — 31 ms — h3https://www.securityweek.com/wp-content/uploads/2024/10/Firefox-600x337.jpegwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2024/10/Firefox-600x337.jpeg — 200 — 8.8 KiB — 29 ms — h3https://www.securityweek.com/wp-content/uploads/2024/01/Oracle-1024x576.jpegwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2024/01/Oracle-1024x576.jpeg — 200 — 89.3 KiB — 36 ms — h3https://www.securityweek.com/wp-content/uploads/2022/04/SecurityWeek-Small-Dark@2x.pngwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2022/04/SecurityWeek-Small-Dark@2x.png — 200 — 17.8 KiB — 27 ms — h3https://fonts.googleapis.com/css?family=Montserrat:100fonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat:100 — 200 — 1.0 KiB — 117 ms — h2https://www.securityweek.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.jswww.securityweek.com/cdn-cgi/script... https://www.securityweek.com/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js — 200 — 4.0 KiB — 11 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v8c78df7c7c0f484497ecbca7046644da1771523124516 — 200 — 10.7 KiB — 28 ms — h2https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/img/logo-twitter-white.pngwww.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/img/logo-twitter-white.png — 200 — 700 B — 10 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/img/sw-list-light.pngwww.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/img/sw-list-light.png — 200 — 1.1 KiB — 13 ms — h3https://www.securityweek.com/wp-content/uploads/2024/03/hacker-sentenced-prison-360x203.jpegwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2024/03/hacker-sentenced-prison-360x203.jpeg — 200 — 19.5 KiB — 14 ms — h3https://www.securityweek.com/wp-content/uploads/2025/10/Steve_Durbin-ISF.jpgwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2025/10/Steve_Durbin-ISF.jpg — 200 — 60.9 KiB — 90 ms — h3https://www.securityweek.com/wp-content/uploads/2022/04/Josh-Goldfarb-F5.jpegwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2022/04/Josh-Goldfarb-F5.jpeg — 200 — 48.7 KiB — 180 ms — h3https://www.securityweek.com/wp-content/uploads/2025/12/Nadir_Izrael_Armis.jpgwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2025/12/Nadir_Izrael_Armis.jpg — 200 — 24.2 KiB — 161 ms — h3https://www.securityweek.com/wp-content/uploads/2024/07/Etay_Maor-Cado-Networks.jpgwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2024/07/Etay_Maor-Cado-Networks.jpg — 200 — 15.0 KiB — 110 ms — h3https://www.securityweek.com/wp-content/uploads/2023/01/Cybersecurity-Mergers-Acqisitions-360x203.jpgwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2023/01/Cybersecurity-Mergers-Acqisitions-360x203.jpg — 200 — 9.0 KiB — 174 ms — h3https://www.securityweek.com/wp-content/uploads/2024/03/Cybersecurity-Insights-2024-360x203.jpgwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2024/03/Cybersecurity-Insights-2024-360x203.jpg — 200 — 16.6 KiB — 147 ms — h3https://www.securityweek.com/wp-content/uploads/2023/07/Hacker-Conversations-360x203.jpgwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2023/07/Hacker-Conversations-360x203.jpg — 200 — 15.5 KiB — 159 ms — h3https://www.securityweek.com/wp-content/uploads/2023/01/CISO-Conversations-360x203.jpgwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2023/01/CISO-Conversations-360x203.jpg — 200 — 11.9 KiB — 147 ms — h3https://www.securityweek.com/wp-content/uploads/2026/01/Homepage-Spot-TDIR-Summit-360x204.jpgwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2026/01/Homepage-Spot-TDIR-Summit-360x204.jpg — 200 — 17.5 KiB — 168 ms — h3https://www.securityweek.com/wp-content/uploads/2026/04/CISO-Forum-Mid-Year-2026-Homepage-Spot-2-360x204.pngwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2026/04/CISO-Forum-Mid-Year-2026-Homepage-Spot-2-360x204.png — 200 — 54.4 KiB — 192 ms — h3https://www.securityweek.com/wp-content/uploads/2026/04/Cloud-Security-Summit-2026-Homepage-Spot-360x204.pngwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2026/04/Cloud-Security-Summit-2026-Homepage-Spot-360x204.png — 200 — 71.0 KiB — 193 ms — h3https://www.securityweek.com/wp-content/uploads/2026/04/CodeSecCon-2026-Homepage-Spot-2-360x204.pngwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2026/04/CodeSecCon-2026-Homepage-Spot-2-360x204.png — 200 — 50.8 KiB — 200 ms — h3https://fonts.gstatic.com/s/titilliumweb/v19/NaPecZTIAOhVxoMyOr9n_E7fdMPmDaZRbrw.woff2fonts.gstatic.com/s/titilliumweb/v1... https://fonts.gstatic.com/s/titilliumweb/v19/NaPecZTIAOhVxoMyOr9n_E7fdMPmDaZRbrw.woff2 — 200 — 12.1 KiB — 57 ms — h3https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2fonts.gstatic.com/s/oswald/v57/TK3i... https://fonts.gstatic.com/s/oswald/v57/TK3iWkUHHAIjg752GT8Gl-1PKw.woff2 — 200 — 27.8 KiB — 37 ms — h3https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVIUwaEQbjA.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4gaVIUwaEQbjA.woff2 — 200 — 12.7 KiB — 52 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/webfonts/fa-brands-400.woff2www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/webfonts/fa-brands-400.woff2 — 200 — 75.2 KiB — 178 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/webfonts/fa-solid-900.woff2www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/webfonts/fa-solid-900.woff2 — 200 — 76.7 KiB — 189 ms — h3https://fonts.gstatic.com/s/barlowcondensed/v13/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2lv0tKk.woff2fonts.gstatic.com/s/barlowcondensed... https://fonts.gstatic.com/s/barlowcondensed/v13/HTx3L3I-JCGChYJ8VI-L6OO_au7B6xHT2lv0tKk.woff2 — 200 — 14.4 KiB — 57 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/webfonts/fa-regular-400.woff2www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/font-awesome/webfonts/fa-regular-400.woff2 — 200 — 13.1 KiB — 68 ms — h3https://fonts.gstatic.com/s/titilliumweb/v19/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzY5abuWI.woff2fonts.gstatic.com/s/titilliumweb/v1... https://fonts.gstatic.com/s/titilliumweb/v19/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzY5abuWI.woff2 — 200 — 11.5 KiB — 74 ms — h3https://static.cloudflareinsights.com/beacon.min.jsstatic.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js — 200 — 10.7 KiB — 89 ms — h2https://www.securityweek.com/wp-content/plugins/popup-maker/dist/assets/vendor/mobile-detect.min.js?ver=1.3.3www.securityweek.com/wp-content/plu... https://www.securityweek.com/wp-content/plugins/popup-maker/dist/assets/vendor/mobile-detect.min.js?ver=1.3.3 — 200 — 16.5 KiB — 141 ms — h3https://www.securityweek.com/wp-content/uploads/c9e9cd27a25f2327f579f73d231eb6d8.js?defer&generated=1765853110&ver=1.22.0www.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/c9e9cd27a25f2327f579f73d231eb6d8.js?defer&generated=1765853110&ver=1.22.0 — 200 — 18.3 KiB — 125 ms — h3https://www.securityweek.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1www.securityweek.com/wp-includes/js... https://www.securityweek.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1 — 200 — 2.1 KiB — 150 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress/js/lozad.min.jswww.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress/js/lozad.min.js — 200 — 1.4 KiB — 108 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress/js/intersection-observer.jswww.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress/js/intersection-observer.js — 200 — 6.5 KiB — 108 ms — h3https://www.securityweek.com/wp-includes/js/comment-reply.min.js?ver=6.9.4www.securityweek.com/wp-includes/js... https://www.securityweek.com/wp-includes/js/comment-reply.min.js?ver=6.9.4 — 200 — 1.5 KiB — 106 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress/js/jquery.infinitescroll.min.js?ver=6.9.4www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress/js/jquery.infinitescroll.min.js?ver=6.9.4 — 200 — 11.9 KiB — 142 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress/js/retina.js?ver=6.9.4www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress/js/retina.js?ver=6.9.4 — 200 — 1.3 KiB — 105 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress/js/scripts.js?ver=6.9.4www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress/js/scripts.js?ver=6.9.4 — 200 — 25.5 KiB — 154 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress/js/zoxcustom.js?ver=6.9.4www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress/js/zoxcustom.js?ver=6.9.4 — 200 — 176 B — 99 ms — h3https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/js/securityweek.js?ver=1.2.1www.securityweek.com/wp-content/the... https://www.securityweek.com/wp-content/themes/zoxpress-child/assets/js/securityweek.js?ver=1.2.1 — 200 — 1.2 KiB — 121 ms — h3https://www.securityweek.com/wp-content/plugins/zoxpress-plugin//scripts/jquery.waypoints.min.js?ver=6.9.4www.securityweek.com/wp-content/plu... https://www.securityweek.com/wp-content/plugins/zoxpress-plugin//scripts/jquery.waypoints.min.js?ver=6.9.4 — 200 — 3.3 KiB — 122 ms — h3https://www.securityweek.com/wp-content/plugins/zoxpress-plugin//scripts/jquery.sticky-kit.min.js?ver=6.9.4www.securityweek.com/wp-content/plu... https://www.securityweek.com/wp-content/plugins/zoxpress-plugin//scripts/jquery.sticky-kit.min.js?ver=6.9.4 — 200 — 1.5 KiB — 129 ms — h3https://www.securityweek.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3www.securityweek.com/wp-includes/js... https://www.securityweek.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3 — 200 — 7.3 KiB — 125 ms — h3https://www.securityweek.com/wp-content/plugins/securityweek/assets/js/security-week.js?ver=1.3www.securityweek.com/wp-content/plu... https://www.securityweek.com/wp-content/plugins/securityweek/assets/js/security-week.js?ver=1.3 — 200 — 517 B — 119 ms — h3https://js.hs-scripts.com/5319632.js?integration=WordPress&ver=11.3.45js.hs-scripts.com/5319632.js?integr... https://js.hs-scripts.com/5319632.js?integration=WordPress&ver=11.3.45 — 200 — 1.0 KiB — 71 ms — h2https://podcast.securityweek.com/9743.js?artist=&container_id=buzzsprout-large-player-limit-6&limit=6&player=largepodcast.securityweek.com/9743.js?ar... https://podcast.securityweek.com/9743.js?artist=&container_id=buzzsprout-large-player-limit-6&limit=6&player=large — 200 — 868 B — 429 ms — h2https://www.googletagmanager.com/gtag/js?id=G-M1YM36C8RWwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-M1YM36C8RW — 200 — 155.1 KiB — 317 ms — h2https://www.securityweek.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1www.securityweek.com/wp-includes/js... https://www.securityweek.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.1 KiB — 123 ms — h3https://www.securityweek.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1www.securityweek.com/wp-includes/js... https://www.securityweek.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.9 KiB — 150 ms — h3https://www.securityweek.com/wp-content/plugins/wordpress-popular-posts/assets/js/wpp.min.js?ver=7.3.8www.securityweek.com/wp-content/plu... https://www.securityweek.com/wp-content/plugins/wordpress-popular-posts/assets/js/wpp.min.js?ver=7.3.8 — 200 — 1.6 KiB — 123 ms — h3https://www.securityweek.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.securityweek.com/cdn-cgi/challe... https://www.securityweek.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 204 B — 202 ms — h3https://www.securityweek.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.securityweek.com/cdn-cgi/challe... https://www.securityweek.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 12.4 KiB — 21 ms — h3https://www.securityweek.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.15003100145269122:1776899610:ocN79iLeoMzLIrbO7RufIK3kxf6HJgAQAGMI3HucTfc/9f0882422b27f90fwww.securityweek.com/cdn-cgi/challe... https://www.securityweek.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.15003100145269122:1776899610:ocN79iLeoMzLIrbO7RufIK3kxf6HJgAQAGMI3HucTfc/9f0882422b27f90f — 200 — 830 B — 12 ms — h3https://www.googletagmanager.com/gtm.js?id=GTM-TMP64CKwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TMP64CK — 200 — 123.2 KiB — 201 ms — h2https://ads.securityweek.com/app.jsads.securityweek.com/app.js https://ads.securityweek.com/app.js — 200 — 13.0 KiB — 616 ms — h2https://www.securityweek.com/favicon.icowww.securityweek.com/favicon.ico https://www.securityweek.com/favicon.ico — 200 — 13.3 KiB — 16 ms — h3https://analytics.google.com/g/collect?v=2&tid=G-M1YM36C8RW&gtm=45je64k1v9116108797za200zd9116108797&_p=1776901597992&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1107582735.1776901598&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117512543&sid=1776901598&sct=1&seg=0&dl=https%3A%2F%2Fwww.securityweek.com%2F&dt=Cybersecurity%20News%2C%20Insights%20and%20Analysis%20%7C%20SecurityWeek&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2412analytics.google.com/g/collect?v=2&... https://analytics.google.com/g/collect?v=2&tid=G-M1YM36C8RW&gtm=45je64k1v9116108797za200zd9116108797&_p=1776901597992&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&_eu=AAAAAGA&are=1&cid=1107582735.1776901598&frm=0&pscdl=noapi&rcb=11&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115938466~115938468~117266400~117512543&sid=1776901598&sct=1&seg=0&dl=https%3A%2F%2Fwww.securityweek.com%2F&dt=Cybersecurity%20News%2C%20Insights%20and%20Analysis%20%7C%20SecurityWeek&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=2412 — 204 — 553 B — 367 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-M1YM36C8RW&cid=1107582735.1776901598&gtm=45je64k1v9116108797za200zd9116108797&rcb=11&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266400~117512543stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-M1YM36C8RW&cid=1107582735.1776901598&gtm=45je64k1v9116108797za200zd9116108797&rcb=11&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266400~117512543 — 204 — 562 B — 201 ms — h2https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-M1YM36C8RW&cid=1107582735.1776901598&gtm=45je64k1v9116108797za200zd9116108797&rcb=11&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266400~117512543&z=34011675www.google.com.br/ads/ga-audiences?... https://www.google.com.br/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-M1YM36C8RW&cid=1107582735.1776901598&gtm=45je64k1v9116108797za200zd9116108797&rcb=11&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266400~117512543&z=34011675 — 200 — 63 B — 128 ms — h3https://www.securityweek.com/wp-content/uploads/2023/01/cropped-SecurityWeek-Icon-32x32.jpegwww.securityweek.com/wp-content/upl... https://www.securityweek.com/wp-content/uploads/2023/01/cropped-SecurityWeek-Icon-32x32.jpeg — 200 — 1.6 KiB — 27 ms — h3https://js.hs-banner.com/5319632.jsjs.hs-banner.com/5319632.js https://js.hs-banner.com/5319632.js — 200 — 18.5 KiB — 53 ms — h2https://js.hs-analytics.net/analytics/1776901500000/5319632.jsjs.hs-analytics.net/analytics/17769... https://js.hs-analytics.net/analytics/1776901500000/5319632.js — 200 — 42.3 KiB — 91 ms — h2https://js.hscollectedforms.net/collectedforms.jsjs.hscollectedforms.net/collectedfo... https://js.hscollectedforms.net/collectedforms.js — 200 — 26.4 KiB — 58 ms — h2https://www.buzzsprout.com/9743?artist=&client_source=large_player&iframe=true&limit=6&referrer=https://podcast.securityweek.com/9743.js?artist=&container_id=buzzsprout-large-player-limit-6&limit=6&player=largewww.buzzsprout.com/9743?artist=&cli... https://www.buzzsprout.com/9743?artist=&client_source=large_player&iframe=true&limit=6&referrer=https://podcast.securityweek.com/9743.js?artist=&container_id=buzzsprout-large-player-limit-6&limit=6&player=large — 200 — 11.3 KiB — 64 ms — h2https://www.securityweek.com/wp-json/wordpress-popular-posts/v2/widget?is_single=0&lang=0www.securityweek.com/wp-json/wordpr... https://www.securityweek.com/wp-json/wordpress-popular-posts/v2/widget?is_single=0&lang=0 — 200 — 1.9 KiB — 486 ms — h3https://www.securityweek.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js?www.securityweek.com/cdn-cgi/challe... https://www.securityweek.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/0b8fb825cb67/main.js? — 200 — 0 B — 0 ms — h3https://assets.buzzsprout.com/assets/players/mediaelementplayer.min-a77c8c7968ab189467b174c9da241e920576e6620e10de301c3963e607a64fda.cssassets.buzzsprout.com/assets/player... https://assets.buzzsprout.com/assets/players/mediaelementplayer.min-a77c8c7968ab189467b174c9da241e920576e6620e10de301c3963e607a64fda.css — 200 — 3.0 KiB — 28 ms — h2https://assets.buzzsprout.com/assets/players/mejs-skins-wave-19142f54b23b334768a4e449d5293fc9bcc0094efbdef6a728acd1dac2d6c921.cssassets.buzzsprout.com/assets/player... https://assets.buzzsprout.com/assets/players/mejs-skins-wave-19142f54b23b334768a4e449d5293fc9bcc0094efbdef6a728acd1dac2d6c921.css — 200 — 958 B — 29 ms — h2https://assets.buzzsprout.com/assets/players/wave-player-bac5ae6fc20de5da226b750c6c680c9949259738b87b2affeb7ee2dcef14d6b6.cssassets.buzzsprout.com/assets/player... https://assets.buzzsprout.com/assets/players/wave-player-bac5ae6fc20de5da226b750c6c680c9949259738b87b2affeb7ee2dcef14d6b6.css — 200 — 6.3 KiB — 34 ms — h2https://assets.buzzsprout.com/assets/iframe-d5952472ba43d894d4dee0419c6e799f818bf90d35ea510d8578aba8f1b7ec78.jsassets.buzzsprout.com/assets/iframe... https://assets.buzzsprout.com/assets/iframe-d5952472ba43d894d4dee0419c6e799f818bf90d35ea510d8578aba8f1b7ec78.js — 200 — 37.2 KiB — 38 ms — h2https://assets.buzzsprout.com/assets/players_main-36d7d5bf8accfd120760f8762e3bf2ce8c8d665ab7728ccd3b8b3cd0e2d0d955.jsassets.buzzsprout.com/assets/player... https://assets.buzzsprout.com/assets/players_main-36d7d5bf8accfd120760f8762e3bf2ce8c8d665ab7728ccd3b8b3cd0e2d0d955.js — 200 — 67.3 KiB — 54 ms — h2https://www.buzzsprout.com/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NzEzMjU4MzYsInB1ciI6ImJsb2JfaWQifX0=--5e01955cf9cc8d32a9b9529cb4e4c5c8ba4d3abd/eyJfcmFpbHMiOnsiZGF0YSI6eyJmb3JtYXQiOiJqcGciLCJyZXNpemVfdG9fZmlsbCI6WzE0MDAsMTQwMCx7ImNyb3AiOiJjZW50cmUifV0sImRlZmF1bHRfdXJsIjoiaHR0cHM6Ly93d3cuYnV6enNwcm91dC5jb20vaW1hZ2VzL2FydHdvcmtzX2xhcmdlLmpwZyIsInNhdmVyIjp7InF1YWxpdHkiOjYwfSwiY29sb3Vyc3BhY2UiOiJzcmdiIn0sInB1ciI6InZhcmlhdGlvbiJ9fQ==--2454c883dcd12a10059f243d8ea753f8b5c1613e/SecurityWeek-Podcast.jpgwww.buzzsprout.com/rails/active_sto... https://www.buzzsprout.com/rails/active_storage/representations/redirect/eyJfcmFpbHMiOnsiZGF0YSI6NzEzMjU4MzYsInB1ciI6ImJsb2JfaWQifX0=--5e01955cf9cc8d32a9b9529cb4e4c5c8ba4d3abd/eyJfcmFpbHMiOnsiZGF0YSI6eyJmb3JtYXQiOiJqcGciLCJyZXNpemVfdG9fZmlsbCI6WzE0MDAsMTQwMCx7ImNyb3AiOiJjZW50cmUifV0sImRlZmF1bHRfdXJsIjoiaHR0cHM6Ly93d3cuYnV6enNwcm91dC5jb20vaW1hZ2VzL2FydHdvcmtzX2xhcmdlLmpwZyIsInNhdmVyIjp7InF1YWxpdHkiOjYwfSwiY29sb3Vyc3BhY2UiOiJzcmdiIn0sInB1ciI6InZhcmlhdGlvbiJ9fQ==--2454c883dcd12a10059f243d8ea753f8b5c1613e/SecurityWeek-Podcast.jpg — 302 — 338 B — 249 ms — h2https://www.securityweek.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.15003100145269122:1776899610:ocN79iLeoMzLIrbO7RufIK3kxf6HJgAQAGMI3HucTfc/9f0882422b27f90fwww.securityweek.com/cdn-cgi/challe... https://www.securityweek.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.15003100145269122:1776899610:ocN79iLeoMzLIrbO7RufIK3kxf6HJgAQAGMI3HucTfc/9f0882422b27f90f — 200 — 826 B — 18 ms — h3data:image/gif;base64,R0lGODlh3AATAPQeAPDy+MnQ6LW/4N3h8MzT6rjC4sTM5r/I5NHX7N7j8c7U6tvg8OLl8uXo9Ojr9…data:image/gif;base64,R0lGODlh3AATA... data:image/gif;base64,R0lGODlh3AATAPQeAPDy+MnQ6LW/4N3h8MzT6rjC4sTM5r/I5NHX7N7j8c7U6tvg8OLl8uXo9Ojr9… — 200 — 0 B — 0 ms — datahttps://www.buzzsprout.com/player/wave/6www.buzzsprout.com/player/wave/6 https://www.buzzsprout.com/player/wave/6 — 200 — 13.7 KiB — 29 ms — h2data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxL…data:image/svg+xml;base64,PD94bWwgd... data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB2ZXJzaW9uPSIxL… — 200 — 0 B — 0 ms — datahttps://assets.buzzsprout.com/assets/wave_player/embed_images-02812fd26b39ff3c6ec7ed4c7416cf6bd885b0b40552bf296726ff95c7bd6f54.svgassets.buzzsprout.com/assets/wave_p... https://assets.buzzsprout.com/assets/wave_player/embed_images-02812fd26b39ff3c6ec7ed4c7416cf6bd885b0b40552bf296726ff95c7bd6f54.svg — 200 — 37.3 KiB — 37 ms — h2https://assets.buzzsprout.com/assets/public_players/listen_on-b547ac98398b46fe853996d648dce31e6681ec77f2970d96582216a9bc0dd22a.svgassets.buzzsprout.com/assets/public... https://assets.buzzsprout.com/assets/public_players/listen_on-b547ac98398b46fe853996d648dce31e6681ec77f2970d96582216a9bc0dd22a.svg — 200 — 26.6 KiB — 33 ms — h2https://assets.buzzsprout.com/assets/public_players/listen_on_small-9081666d620ca474955fc4a9572c91245f9afe556475e6b36a8946a9eb3bc0ca.svgassets.buzzsprout.com/assets/public... https://assets.buzzsprout.com/assets/public_players/listen_on_small-9081666d620ca474955fc4a9572c91245f9afe556475e6b36a8946a9eb3bc0ca.svg — 200 — 59.3 KiB — 58 ms — h2https://www.securityweek.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.15003100145269122:1776899610:ocN79iLeoMzLIrbO7RufIK3kxf6HJgAQAGMI3HucTfc/9f0882422b27f90fwww.securityweek.com/cdn-cgi/challe... https://www.securityweek.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/0b8fb825cb67/0.15003100145269122:1776899610:ocN79iLeoMzLIrbO7RufIK3kxf6HJgAQAGMI3HucTfc/9f0882422b27f90f — 200 — 826 B — 28 ms — h3https://www.securityweek.com/cdn-cgi/rum?www.securityweek.com/cdn-cgi/rum? https://www.securityweek.com/cdn-cgi/rum? — 204 — 183 B — 23 ms — h3https://www.buzzsprout.com/player/wave/6?color=%2392ce00www.buzzsprout.com/player/wave/6?co... https://www.buzzsprout.com/player/wave/6?color=%2392ce00 — 200 — 13.6 KiB — 35 ms — h2https://js.hs-banner.com/cookie-banner-public/v1/activity/viewjs.hs-banner.com/cookie-banner-publ... https://js.hs-banner.com/cookie-banner-public/v1/activity/view — 200 — 0 B — 166 ms — h2https://storage.buzzsprout.com/r5rtofos1srqw3cqvov0qpkh2ecvstorage.buzzsprout.com/r5rtofos1srq... https://storage.buzzsprout.com/r5rtofos1srqw3cqvov0qpkh2ecv — 200 — 192.6 KiB — 41 ms — h2https://forms.hscollectedforms.net/collected-forms/v1/config/json?portalId=5319632&utk=forms.hscollectedforms.net/collecte... https://forms.hscollectedforms.net/collected-forms/v1/config/json?portalId=5319632&utk= — 200 — 443 B — 151 ms — h2https://js-na1.hs-scripts.com/5319632.jsjs-na1.hs-scripts.com/5319632.js https://js-na1.hs-scripts.com/5319632.js — 200 — 816 B — 20 ms — h2https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&v=1.1&a=5319632&ct=standard-page&rcu=https%3A%2F%2Fwww.securityweek.com%2F&pu=https%3A%2F%2Fwww.securityweek.com%2F&t=Cybersecurity+News%2C+Insights+and+Analysis+%7C+SecurityWeek&cts=1776901598552&vi=119b569aa48c5d0957e2042e43b92afd&nc=true&ce=false&pt=1&cc=0track.hubspot.com/__ptq.gif?k=1&sd=... https://track.hubspot.com/__ptq.gif?k=1&sd=800x600&cd=24-bit&cs=UTF-8&ln=en-us&v=1.1&a=5319632&ct=standard-page&rcu=https%3A%2F%2Fwww.securityweek.com%2F&pu=https%3A%2F%2Fwww.securityweek.com%2F&t=Cybersecurity+News%2C+Insights+and+Analysis+%7C+SecurityWeek&cts=1776901598552&vi=119b569aa48c5d0957e2042e43b92afd&nc=true&ce=false&pt=1&cc=0 — 200 — 1.1 KiB — 200 ms — h2https://www.googletagmanager.com/gtag/js?id=G-G923HF12V9&cx=c&gtm=4e64k1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-G923HF12V9&cx=c&gtm=4e64k1 — -1 — 0 B — 107 ms — https://ads.securityweek.com/adserve/;ID=179018;size=970x250;setID=593293;type=async;domid=placement_593293_0;place=0;pid=9127092;sw=800;sh=600;spr=1;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;atf=1;click=CLICK_MACRO_PLACEHOLDERads.securityweek.com/adserve/;ID=17... https://ads.securityweek.com/adserve/;ID=179018;size=970x250;setID=593293;type=async;domid=placement_593293_0;place=0;pid=9127092;sw=800;sh=600;spr=1;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;atf=1;click=CLICK_MACRO_PLACEHOLDER — 200 — 1.1 KiB — 159 ms — h2https://ads.securityweek.com/adserve/;ID=179018;size=300x250;setID=432127;type=async;domid=placement_432127_0;place=0;pid=9127092;sw=800;sh=600;spr=1;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;atf=1;click=CLICK_MACRO_PLACEHOLDERads.securityweek.com/adserve/;ID=17... https://ads.securityweek.com/adserve/;ID=179018;size=300x250;setID=432127;type=async;domid=placement_432127_0;place=0;pid=9127092;sw=800;sh=600;spr=1;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;atf=1;click=CLICK_MACRO_PLACEHOLDER — 200 — 1.2 KiB — 161 ms — h2https://ads.securityweek.com/adserve/;ID=179018;size=300x600;setID=686137;type=async;domid=placement_686137_0;place=0;pid=9127092;sw=800;sh=600;spr=1;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;atf=1;click=CLICK_MACRO_PLACEHOLDERads.securityweek.com/adserve/;ID=17... https://ads.securityweek.com/adserve/;ID=179018;size=300x600;setID=686137;type=async;domid=placement_686137_0;place=0;pid=9127092;sw=800;sh=600;spr=1;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;atf=1;click=CLICK_MACRO_PLACEHOLDER — 200 — 382 B — 153 ms — h2https://ads.securityweek.com/adserve/;ID=179018;size=970x90;setID=1097054;type=async;domid=placement_1097054_0;place=0;pid=9127092;sw=800;sh=600;spr=1;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;click=CLICK_MACRO_PLACEHOLDERads.securityweek.com/adserve/;ID=17... https://ads.securityweek.com/adserve/;ID=179018;size=970x90;setID=1097054;type=async;domid=placement_1097054_0;place=0;pid=9127092;sw=800;sh=600;spr=1;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;click=CLICK_MACRO_PLACEHOLDER — 200 — 383 B — 145 ms — h2https://ads.securityweek.com/adserve/;ID=179018;size=640x480;setID=479628;type=async;domid=placement_479628_0;place=0;pid=9127092;sw=800;sh=600;spr=1;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;atf=1;click=CLICK_MACRO_PLACEHOLDERads.securityweek.com/adserve/;ID=17... https://ads.securityweek.com/adserve/;ID=179018;size=640x480;setID=479628;type=async;domid=placement_479628_0;place=0;pid=9127092;sw=800;sh=600;spr=1;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;atf=1;click=CLICK_MACRO_PLACEHOLDER — 200 — 1.1 KiB — 154 ms — h2https://js.hs-banner.com/cookie-banner-public/v1/activity/viewjs.hs-banner.com/cookie-banner-publ... https://js.hs-banner.com/cookie-banner-public/v1/activity/view — 204 — 173 B — 160 ms — h2https://forms.hsforms.com/embed/v3/counters.gif?key=collected-forms-embed-js-form-bind&count=4forms.hsforms.com/embed/v3/counters... https://forms.hsforms.com/embed/v3/counters.gif?key=collected-forms-embed-js-form-bind&count=4 — 200 — 429 B — 165 ms — h3https://ads.securityweek.com/adserve/;MID=179018;type=e959fb862;placementID=3571884;setID=479628;channelID=0;CID=1740107;BID=524472146;TAID=0;place=0;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;request_uuid=b5c298c2-f5fa-4afc-ba1b-f510464aacdc;mt=1776901598720546;hc=aba10f513280b4281551d5601208c9f1d873ac50ads.securityweek.com/adserve/;MID=1... https://ads.securityweek.com/adserve/;MID=179018;type=e959fb862;placementID=3571884;setID=479628;channelID=0;CID=1740107;BID=524472146;TAID=0;place=0;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;request_uuid=b5c298c2-f5fa-4afc-ba1b-f510464aacdc;mt=1776901598720546;hc=aba10f513280b4281551d5601208c9f1d873ac50 — 200 — 234 B — 552 ms — h2https://ads.securityweek.com/getad.img/;libID=5271623ads.securityweek.com/getad.img/;lib... https://ads.securityweek.com/getad.img/;libID=5271623 — 200 — 193.4 KiB — 562 ms — h2https://ads.securityweek.com/adserve/;ID=179018;size=1x1;type=p959fb862;setID=479628;plid=3571884;BID=524472146;place=0;rnd=9127092;psrtype=default;metadata=%5B%5D;request_uuid=b5c298c2-f5fa-4afc-ba1b-f510464aacdc;currency=USD;mt=1776901598720531;hc=1dd28332549dda8d6218246adcb26ac889069272;rnd=9750485ads.securityweek.com/adserve/;ID=17... https://ads.securityweek.com/adserve/;ID=179018;size=1x1;type=p959fb862;setID=479628;plid=3571884;BID=524472146;place=0;rnd=9127092;psrtype=default;metadata=%5B%5D;request_uuid=b5c298c2-f5fa-4afc-ba1b-f510464aacdc;currency=USD;mt=1776901598720531;hc=1dd28332549dda8d6218246adcb26ac889069272;rnd=9750485 — 200 — 304 B — 512 ms — h2https://ads.securityweek.com/adserve/;MID=179018;type=e959fb862;placementID=3572250;setID=593293;channelID=22610;CID=1740277;BID=524472772;TAID=0;place=0;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;request_uuid=de111db5-0ab0-4302-9aad-8d91fe2a3c62;mt=1776901598721717;hc=d4aae0d93aba86235501fd78121850f6f65eb16aads.securityweek.com/adserve/;MID=1... https://ads.securityweek.com/adserve/;MID=179018;type=e959fb862;placementID=3572250;setID=593293;channelID=22610;CID=1740277;BID=524472772;TAID=0;place=0;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;request_uuid=de111db5-0ab0-4302-9aad-8d91fe2a3c62;mt=1776901598721717;hc=d4aae0d93aba86235501fd78121850f6f65eb16a — 200 — 233 B — 549 ms — h2https://ads.securityweek.com/getad.img/;libID=5271689ads.securityweek.com/getad.img/;lib... https://ads.securityweek.com/getad.img/;libID=5271689 — 200 — 285.8 KiB — 686 ms — h2https://ads.securityweek.com/adserve/;ID=179018;size=1x1;type=p959fb862;setID=593293;plid=3572250;BID=524472772;place=0;rnd=9127092;psrtype=default;metadata=%5B%5D;request_uuid=de111db5-0ab0-4302-9aad-8d91fe2a3c62;currency=USD;mt=1776901598721700;hc=512fbaf02f63dc58d704d8d0d97c8fa99ac89128;rnd=9735071ads.securityweek.com/adserve/;ID=17... https://ads.securityweek.com/adserve/;ID=179018;size=1x1;type=p959fb862;setID=593293;plid=3572250;BID=524472772;place=0;rnd=9127092;psrtype=default;metadata=%5B%5D;request_uuid=de111db5-0ab0-4302-9aad-8d91fe2a3c62;currency=USD;mt=1776901598721700;hc=512fbaf02f63dc58d704d8d0d97c8fa99ac89128;rnd=9735071 — 200 — 304 B — 557 ms — h2https://ads.securityweek.com/adserve/;MID=179018;type=e959fb862;placementID=3591256;setID=432127;channelID=22611;CID=1751380;BID=524495868;TAID=0;place=0;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;request_uuid=061bf623-44d9-4108-bf24-840aa2e8dd9e;mt=1776901598722199;hc=92760e5f3e81cd797e8a5bd9505c3022f0cbd5c2ads.securityweek.com/adserve/;MID=1... https://ads.securityweek.com/adserve/;MID=179018;type=e959fb862;placementID=3591256;setID=432127;channelID=22611;CID=1751380;BID=524495868;TAID=0;place=0;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;request_uuid=061bf623-44d9-4108-bf24-840aa2e8dd9e;mt=1776901598722199;hc=92760e5f3e81cd797e8a5bd9505c3022f0cbd5c2 — 200 — 233 B — 548 ms — h2https://ads.securityweek.com/getad.img/;libID=5281827ads.securityweek.com/getad.img/;lib... https://ads.securityweek.com/getad.img/;libID=5281827 — 200 — 290.0 KiB — 747 ms — h2https://ads.securityweek.com/adserve/;ID=179018;size=1x1;type=p959fb862;setID=432127;plid=3591256;BID=524495868;place=0;rnd=9127092;psrtype=default;metadata=%5B%5D;request_uuid=061bf623-44d9-4108-bf24-840aa2e8dd9e;currency=USD;mt=1776901598722189;hc=de90fae98fc9ceb5054118dfa45eb14d5ecd0a0c;rnd=4330278ads.securityweek.com/adserve/;ID=17... https://ads.securityweek.com/adserve/;ID=179018;size=1x1;type=p959fb862;setID=432127;plid=3591256;BID=524495868;place=0;rnd=9127092;psrtype=default;metadata=%5B%5D;request_uuid=061bf623-44d9-4108-bf24-840aa2e8dd9e;currency=USD;mt=1776901598722189;hc=de90fae98fc9ceb5054118dfa45eb14d5ecd0a0c;rnd=4330278 — 200 — 304 B — 671 ms — h2https://ads.securityweek.com/adserve/;MID=179018;type=v959fb862;placementID=3572250;setID=593293;channelID=22610;CID=1740277;BID=524472772;TAID=0;place=0;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;request_uuid=de111db5-0ab0-4302-9aad-8d91fe2a3c62;mt=1776901598721710;hc=baf758298d910b90541ea8af77f132e6fc8305a1ads.securityweek.com/adserve/;MID=1... https://ads.securityweek.com/adserve/;MID=179018;type=v959fb862;placementID=3572250;setID=593293;channelID=22610;CID=1740277;BID=524472772;TAID=0;place=0;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;request_uuid=de111db5-0ab0-4302-9aad-8d91fe2a3c62;mt=1776901598721710;hc=baf758298d910b90541ea8af77f132e6fc8305a1 — 200 — 233 B — 130 ms — h2https://ads.securityweek.com/adserve/;MID=179018;type=v959fb862;placementID=3591256;setID=432127;channelID=22611;CID=1751380;BID=524495868;TAID=0;place=0;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;request_uuid=061bf623-44d9-4108-bf24-840aa2e8dd9e;mt=1776901598722195;hc=c4be2f963750d570f776ace66e96582e7448a0b2ads.securityweek.com/adserve/;MID=1... https://ads.securityweek.com/adserve/;MID=179018;type=v959fb862;placementID=3591256;setID=432127;channelID=22611;CID=1751380;BID=524495868;TAID=0;place=0;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;request_uuid=061bf623-44d9-4108-bf24-840aa2e8dd9e;mt=1776901598722195;hc=c4be2f963750d570f776ace66e96582e7448a0b2 — 200 — 233 B — 131 ms — h2https://ads.securityweek.com/adserve/;MID=179018;type=v959fb862;placementID=3571884;setID=479628;channelID=0;CID=1740107;BID=524472146;TAID=0;place=0;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;request_uuid=b5c298c2-f5fa-4afc-ba1b-f510464aacdc;mt=1776901598720539;hc=3e2924928a2e47f40653826a7e00b04ddf7baf23ads.securityweek.com/adserve/;MID=1... https://ads.securityweek.com/adserve/;MID=179018;type=v959fb862;placementID=3571884;setID=479628;channelID=0;CID=1740107;BID=524472146;TAID=0;place=0;rnd=9127092;referrer=https%3A%2F%2Fwww.securityweek.com%2F;request_uuid=b5c298c2-f5fa-4afc-ba1b-f510464aacdc;mt=1776901598720539;hc=3e2924928a2e47f40653826a7e00b04ddf7baf23 — 200 — 233 B — 130 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 1451ms · 269KB · $19/mo
www.securityweek.com
Other
Costly
Execution 517ms
Transfer 36 KB
Monthly Cost $7/mo
www.securityweek.com
Other
Costly
Execution 267ms
Transfer 0 KB
Monthly Cost $4/mo
HubSpot Analytics
Analytics
Optional
Execution 195ms
Transfer 42 KB
Monthly Cost $3/mo
www.securityweek.com
Other
Optional
Execution 189ms
Transfer 4 KB
Monthly Cost $3/mo
Unattributable
Other
Optional
Execution 153ms
Transfer 0 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 76ms
Transfer 155 KB
Unused 42%
Monthly Cost $1/mo
www.securityweek.com
Other
Optional
Execution 55ms
Transfer 31 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • www.securityweek.com adds 517ms and costs ~$7/month
  • www.securityweek.com adds 267ms and costs ~$4/month

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

Why this matters

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

Learn more

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

Source: web.dev

www.securityweek.com takes 517ms 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.securityweek.com takes 267ms 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