Skip to content
https://skf.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
69
GRADE
D
FIX
5
REVIEW
3
PASS
5
INFO
2

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

67
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
73
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
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.77 s

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

2.78 s

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

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

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

6.03 s

Page Load Progression

799 ms
1.6 s
2.4 s
3.2 s
4.0 s
4.8 s
5.6 s
6.4 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
17.4 MB transferred, 213 requests
FIX
17.4 MB transferred, 213 requests
Critical::
Page weighs 26.1 MB (17.4 MB transferred)
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Info::
CSS is 1.2 MB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 1.2 MB
Info::
Fonts are 261 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 261 KB
Warning::
213 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 3.6 g CO2 per page load
17.4 MB / 2.4 MB budget
17.4 MB transferred
213 requests
3.6 g CO2 per page load
Other 13.7 MiB 79%
JavaScript 1.7 MiB 10%
CSS 1.2 MiB 7%
Other 345.6 KiB 2%
Fonts 261.2 KiB 1%
Images 163.6 KiB 1%
HTML 17.4 KiB 0%
Other 16.6 KiB 0%
Other 5.4 KiB 0%
Other 224 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

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 (17.4 MiB of 17.4 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
149 scripts, 668 KB unused
FIX
149 scripts, 668 KB unused
Warning::
https://product-assist-fd-production-g5dydccshmcaa...: 126 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.skf.com/chunk-BYZSVRZD.js: 122 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.skf.com/main.js: 106 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.skf.com/main.js: 106 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.skf.com/chunk-LVXB4LMD.js: 45 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 668 KB
668 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://product-assist-fd-production-g5dydccshmcaapdk.a01.azurefd.net/live/widget.js289 KB126 KB (45%)3rd
https://www.skf.com/chunk-BYZSVRZD.js188 KB122 KB (65%)3rd
https://www.skf.com/main.js212 KB106 KB (50%)3rd
https://www.skf.com/main.js0 KB106 KB (50%)3rd
https://www.skf.com/chunk-LVXB4LMD.js77 KB45 KB (59%)3rd
https://www.skf.com/chunk-S3ZANW2O.js54 KB37 KB (69%)3rd
https://cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22101 KB36 KB (36%)3rd
https://www.skf.com/chunk-6OZKEQZR.js30 KB24 KB (81%)3rd
https://www.skf.com/chunk-OZWCTDGD.js67 KB22 KB (34%)3rd
https://s2.go-mpulse.net/boomerang/C6XT5-C8QK8-S8S64-XK4PU-7B4PK0 KB22 KB (37%)3rd

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

F
Page Weight Inventory
Action
213 resources · 17.4 MB · 668 KB savings available
FIX
213 resources · 17.4 MB · 668 KB savings available
Warning::
Page weight 16.4 MB over 1MB target
Got: 17.4 MB Expected: ≤ 1 MB
Info::
~668 KB of savings available
Warning::
212 third-party resources (100% of weight)
Info::
5 resources over 200KB
213 resources · 17.4 MiB · 212 third-party 16.4 MiB over 1MB target
Media 79% · 13.7 MiB
JavaScript 10% · 1.7 MiB
CSS 7% · 1.2 MiB
Other 2% · 354.9 KiB
Font 1% · 261.2 KiB
Image 1% · 174.9 KiB
Document 0% · 19.0 KiB

~667.6 KiB of savings available

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

B
Image Optimization
6 images, 0 KB saveable
REVIEW
6 images, 0 KB saveable
Warning::
https://www.skf.com/v2/assets/img/Skf_logo_white.s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
6 images 164 KB
0 oversized -0 KB
3 legacy format
1 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

C
JS Execution Cost
Action
1765ms total JS execution
REVIEW
1765ms total JS execution
Warning::
Unattributable: 553ms CPU time
Warning::
https://s2.go-mpulse.net/boomerang/C6XT5-C8QK8-S8S...: 350ms CPU time
Warning::
https://www.skf.com/chunk-JHXAKMJX.js: 273ms CPU time
Info::
https://www.skf.com/br: 190ms CPU time
Info::
https://www.skf.com/chunk-BYZSVRZD.js: 163ms CPU time
Warning::
Third-party scripts: 1765ms (100% of total)

Main Thread Breakdown

Script Evaluation 44% Other 40% Style & Layout 6% Script Parsing & Compilation 5%
ScriptTotalScriptingParse/CompileParty
Unattributable553ms11ms0ms3rd
https://s2.go-mpulse.net/boomerang/C6XT5-C8QK8-S8S64-XK4PU-7B4PK350ms195ms14ms3rd
https://www.skf.com/chunk-JHXAKMJX.js273ms223ms0ms3rd
https://www.skf.com/br190ms36ms2ms3rd
https://www.skf.com/chunk-BYZSVRZD.js163ms160ms1ms3rd
https://product-assist-fd-production-g5dydccshmcaapdk.a01.azurefd.net/live/widget.js106ms58ms48ms3rd
https://cdn.consentmanager.net/delivery/customdata/bV8xLndfNDYwNDgucl9HRFBSLmxfcHQtYnIuZF81MTEyNy54XzQ5My5wLnYudF81MTEyNy54dF83OQ.js79ms75ms2ms3rd
https://www.skf.com/chunk-6OZKEQZR.js51ms43ms0ms3rd
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
11 fonts (261 KB)
PASS
11 fonts (261 KB)
Info::
11 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

11

261 KB total

Render-blocking

0

of 11

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 FCP 1.8 s LCP 2.8 shttps://www.skf.com/v2/assets/fonts/skf_icons.woff2?sgaq2bskf_icons.woff2 https://www.skf.com/v2/assets/fonts/skf_icons.woff2?sgaq2b — 20.8 KiB — 15 ms — font-display: swaphttps://www.skf.com/v2/assets/fonts/SKFDisplay-Bold.woff2SKFDisplay-Bold.woff2 https://www.skf.com/v2/assets/fonts/SKFDisplay-Bold.woff2 — 16.2 KiB — 17 ms — font-display: swaphttps://fonts.skf.com/SKFSans-Bold.woff2SKFSans-Bold.woff2 https://fonts.skf.com/SKFSans-Bold.woff2 — 38.9 KiB — 280 ms — font-display: swaphttps://fonts.skf.com/SKFSans-Medium.woff2SKFSans-Medium.woff2 https://fonts.skf.com/SKFSans-Medium.woff2 — 38.9 KiB — 316 ms — font-display: swaphttps://fonts.skf.com/SKFSans-Regular.woff2SKFSans-Regular.woff2 https://fonts.skf.com/SKFSans-Regular.woff2 — 39.1 KiB — 328 ms — font-display: swapdata:font/ttf;base64,AAEAAAASAQAABAAgRFNJRwAAAAEAAazQAAAACEdERUZELT9OAAABLAAAAVJHUE9TIxzDSQAAAoAAAF…ttf;base64,AAEAAAASAQAA... data:font/ttf;base64,AAEAAAASAQAABAAgRFNJRwAAAAEAAazQAAAACEdERUZELT9OAAABLAAAAVJHUE9TIxzDSQAAAoAAAF… — 107.2 KiB — 56 ms — font-display: swaphttps://www.skf.com/v2/assets/fonts/skf_icons.woff2?sgaq2bskf_icons.woff2 https://www.skf.com/v2/assets/fonts/skf_icons.woff2?sgaq2b — 0 B — 0 ms — font-display: swaphttps://www.skf.com/v2/assets/fonts/SKFDisplay-Bold.woff2SKFDisplay-Bold.woff2 https://www.skf.com/v2/assets/fonts/SKFDisplay-Bold.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.skf.com/SKFSans-Bold.woff2SKFSans-Bold.woff2 https://fonts.skf.com/SKFSans-Bold.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.skf.com/SKFSans-Medium.woff2SKFSans-Medium.woff2 https://fonts.skf.com/SKFSans-Medium.woff2 — 0 B — 0 ms — font-display: swaphttps://fonts.skf.com/SKFSans-Regular.woff2SKFSans-Regular.woff2 https://fonts.skf.com/SKFSans-Regular.woff2 — 0 B — 0 ms — font-display: swap
skf_icons.woff2 woff2 swap
Size 21 KB
Load time 15 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
SKFDisplay-Bold.woff2 woff2 swap
Size 16 KB
Load time 17 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
SKFSans-Bold.woff2 woff2 swap
Size 39 KB
Load time 280 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
SKFSans-Medium.woff2 woff2 swap
Size 39 KB
Load time 316 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
SKFSans-Regular.woff2 woff2 swap
Size 39 KB
Load time 328 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
ttf;base64,AAEAAAASAQAA... unknown swap
Size 107 KB
Load time 56 ms
Start 2.6 s
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
skf_icons.woff2 woff2 swap
Size 0 KB
Load time 0 ms
Start 4.0 s
Risk FOUT — text flashes from fallback to web font
SKFDisplay-Bold.woff2 woff2 swap
Size 0 KB
Load time 0 ms
Start 4.0 s
Risk FOUT — text flashes from fallback to web font
SKFSans-Bold.woff2 woff2 swap
Size 0 KB
Load time 0 ms
Start 4.0 s
Risk FOUT — text flashes from fallback to web font
SKFSans-Medium.woff2 woff2 swap
Size 0 KB
Load time 0 ms
Start 4.0 s
Risk FOUT — text flashes from fallback to web font
SKFSans-Regular.woff2 woff2 swap
Size 0 KB
Load time 0 ms
Start 4.0 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)

Fixing the unchecked items could save ~86 KB and ~172 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
213 requests over 4331ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.8 s LCP 2.8 shttps://skf.com// https://skf.com/ — 301 — 221 B — 740 ms — http/1.1https://www.skf.com/www.skf.com/ https://www.skf.com/ — 307 — 3.9 KiB — 235 ms — h2https://www.skf.com/brwww.skf.com/br https://www.skf.com/br — 200 — 12.1 KiB — 31 ms — h2https://www.skf.com/v2/assets/fonts/skf_icons.woff2?sgaq2bwww.skf.com/v2/assets/fonts/skf_ico... https://www.skf.com/v2/assets/fonts/skf_icons.woff2?sgaq2b — 200 — 20.8 KiB — 15 ms — h2https://www.skf.com/v2/assets/fonts/SKFDisplay-Bold.woff2www.skf.com/v2/assets/fonts/SKFDisp... https://www.skf.com/v2/assets/fonts/SKFDisplay-Bold.woff2 — 200 — 16.2 KiB — 17 ms — h2https://fonts.skf.com/SKFSans-Bold.woff2fonts.skf.com/SKFSans-Bold.woff2 https://fonts.skf.com/SKFSans-Bold.woff2 — 200 — 38.9 KiB — 280 ms — h2https://fonts.skf.com/SKFSans-Medium.woff2fonts.skf.com/SKFSans-Medium.woff2 https://fonts.skf.com/SKFSans-Medium.woff2 — 200 — 38.9 KiB — 316 ms — h2https://fonts.skf.com/SKFSans-Regular.woff2fonts.skf.com/SKFSans-Regular.woff2 https://fonts.skf.com/SKFSans-Regular.woff2 — 200 — 39.1 KiB — 328 ms — h2https://www.skf.com/styles.csswww.skf.com/styles.css https://www.skf.com/styles.css — 200 — 75.2 KiB — 61 ms — h2https://www.skf.com/chunk-46NM35EF.jswww.skf.com/chunk-46NM35EF.js https://www.skf.com/chunk-46NM35EF.js — 200 — 587 B — 41 ms — h2https://www.skf.com/chunk-I6TMOVOE.jswww.skf.com/chunk-I6TMOVOE.js https://www.skf.com/chunk-I6TMOVOE.js — 200 — 692 B — 42 ms — h2https://www.skf.com/chunk-CCOYVLKP.jswww.skf.com/chunk-CCOYVLKP.js https://www.skf.com/chunk-CCOYVLKP.js — 200 — 10.9 KiB — 49 ms — h2https://www.skf.com/chunk-YNSXIK6Q.jswww.skf.com/chunk-YNSXIK6Q.js https://www.skf.com/chunk-YNSXIK6Q.js — 200 — 1.3 KiB — 43 ms — h2https://www.skf.com/chunk-I57LHWGR.jswww.skf.com/chunk-I57LHWGR.js https://www.skf.com/chunk-I57LHWGR.js — 200 — 661 B — 56 ms — h2https://www.skf.com/chunk-R2LW7VK2.jswww.skf.com/chunk-R2LW7VK2.js https://www.skf.com/chunk-R2LW7VK2.js — 200 — 1.0 KiB — 44 ms — h2https://www.skf.com/chunk-CJM2PXAE.jswww.skf.com/chunk-CJM2PXAE.js https://www.skf.com/chunk-CJM2PXAE.js — 200 — 2.2 KiB — 56 ms — h2https://www.skf.com/chunk-BVZ7QND3.jswww.skf.com/chunk-BVZ7QND3.js https://www.skf.com/chunk-BVZ7QND3.js — 200 — 659 B — 49 ms — h2https://www.skf.com/chunk-T6FWHDKT.jswww.skf.com/chunk-T6FWHDKT.js https://www.skf.com/chunk-T6FWHDKT.js — 200 — 26.0 KiB — 63 ms — h2https://www.skf.com/chunk-KKWJ36ZH.jswww.skf.com/chunk-KKWJ36ZH.js https://www.skf.com/chunk-KKWJ36ZH.js — 200 — 15.1 KiB — 53 ms — h2https://www.skf.com/polyfills.jswww.skf.com/polyfills.js https://www.skf.com/polyfills.js — 200 — 756 B — 62 ms — h2https://www.skf.com/main.jswww.skf.com/main.js https://www.skf.com/main.js — 200 — 211.8 KiB — 67 ms — h2https://s2.go-mpulse.net/boomerang/C6XT5-C8QK8-S8S64-XK4PU-7B4PKs2.go-mpulse.net/boomerang/C6XT5-C8... https://s2.go-mpulse.net/boomerang/C6XT5-C8QK8-S8S64-XK4PU-7B4PK — 200 — 59.4 KiB — 191 ms — h2https://www.skf.com/chunk-UN6XPRDY.jswww.skf.com/chunk-UN6XPRDY.js https://www.skf.com/chunk-UN6XPRDY.js — 200 — 1.1 KiB — 12 ms — h2https://www.skf.com/chunk-2K5YX36H.jswww.skf.com/chunk-2K5YX36H.js https://www.skf.com/chunk-2K5YX36H.js — 200 — 1.8 KiB — 53 ms — h2https://www.skf.com/chunk-NSMNRJHI.jswww.skf.com/chunk-NSMNRJHI.js https://www.skf.com/chunk-NSMNRJHI.js — 200 — 632 B — 54 ms — h2https://www.skf.com/chunk-NAA6BERQ.jswww.skf.com/chunk-NAA6BERQ.js https://www.skf.com/chunk-NAA6BERQ.js — 200 — 3.9 KiB — 28 ms — h2https://www.skf.com/chunk-JLQZIMDS.jswww.skf.com/chunk-JLQZIMDS.js https://www.skf.com/chunk-JLQZIMDS.js — 200 — 4.0 KiB — 32 ms — h2https://www.skf.com/chunk-FS32U4VP.jswww.skf.com/chunk-FS32U4VP.js https://www.skf.com/chunk-FS32U4VP.js — 200 — 632 B — 55 ms — h2https://www.skf.com/chunk-CY5FRGFA.jswww.skf.com/chunk-CY5FRGFA.js https://www.skf.com/chunk-CY5FRGFA.js — 200 — 955 B — 33 ms — h2https://www.skf.com/chunk-RYOKNUNZ.jswww.skf.com/chunk-RYOKNUNZ.js https://www.skf.com/chunk-RYOKNUNZ.js — 200 — 6.0 KiB — 34 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 1.8 s LCP 2.8 shttps://skf.com// https://skf.com/ — 301 — 221 B — 740 ms — http/1.1https://www.skf.com/www.skf.com/ https://www.skf.com/ — 307 — 3.9 KiB — 235 ms — h2https://www.skf.com/brwww.skf.com/br https://www.skf.com/br — 200 — 12.1 KiB — 31 ms — h2https://www.skf.com/v2/assets/fonts/skf_icons.woff2?sgaq2bwww.skf.com/v2/assets/fonts/skf_ico... https://www.skf.com/v2/assets/fonts/skf_icons.woff2?sgaq2b — 200 — 20.8 KiB — 15 ms — h2https://www.skf.com/v2/assets/fonts/SKFDisplay-Bold.woff2www.skf.com/v2/assets/fonts/SKFDisp... https://www.skf.com/v2/assets/fonts/SKFDisplay-Bold.woff2 — 200 — 16.2 KiB — 17 ms — h2https://fonts.skf.com/SKFSans-Bold.woff2fonts.skf.com/SKFSans-Bold.woff2 https://fonts.skf.com/SKFSans-Bold.woff2 — 200 — 38.9 KiB — 280 ms — h2https://fonts.skf.com/SKFSans-Medium.woff2fonts.skf.com/SKFSans-Medium.woff2 https://fonts.skf.com/SKFSans-Medium.woff2 — 200 — 38.9 KiB — 316 ms — h2https://fonts.skf.com/SKFSans-Regular.woff2fonts.skf.com/SKFSans-Regular.woff2 https://fonts.skf.com/SKFSans-Regular.woff2 — 200 — 39.1 KiB — 328 ms — h2https://www.skf.com/styles.csswww.skf.com/styles.css https://www.skf.com/styles.css — 200 — 75.2 KiB — 61 ms — h2https://www.skf.com/chunk-46NM35EF.jswww.skf.com/chunk-46NM35EF.js https://www.skf.com/chunk-46NM35EF.js — 200 — 587 B — 41 ms — h2https://www.skf.com/chunk-I6TMOVOE.jswww.skf.com/chunk-I6TMOVOE.js https://www.skf.com/chunk-I6TMOVOE.js — 200 — 692 B — 42 ms — h2https://www.skf.com/chunk-CCOYVLKP.jswww.skf.com/chunk-CCOYVLKP.js https://www.skf.com/chunk-CCOYVLKP.js — 200 — 10.9 KiB — 49 ms — h2https://www.skf.com/chunk-YNSXIK6Q.jswww.skf.com/chunk-YNSXIK6Q.js https://www.skf.com/chunk-YNSXIK6Q.js — 200 — 1.3 KiB — 43 ms — h2https://www.skf.com/chunk-I57LHWGR.jswww.skf.com/chunk-I57LHWGR.js https://www.skf.com/chunk-I57LHWGR.js — 200 — 661 B — 56 ms — h2https://www.skf.com/chunk-R2LW7VK2.jswww.skf.com/chunk-R2LW7VK2.js https://www.skf.com/chunk-R2LW7VK2.js — 200 — 1.0 KiB — 44 ms — h2https://www.skf.com/chunk-CJM2PXAE.jswww.skf.com/chunk-CJM2PXAE.js https://www.skf.com/chunk-CJM2PXAE.js — 200 — 2.2 KiB — 56 ms — h2https://www.skf.com/chunk-BVZ7QND3.jswww.skf.com/chunk-BVZ7QND3.js https://www.skf.com/chunk-BVZ7QND3.js — 200 — 659 B — 49 ms — h2https://www.skf.com/chunk-T6FWHDKT.jswww.skf.com/chunk-T6FWHDKT.js https://www.skf.com/chunk-T6FWHDKT.js — 200 — 26.0 KiB — 63 ms — h2https://www.skf.com/chunk-KKWJ36ZH.jswww.skf.com/chunk-KKWJ36ZH.js https://www.skf.com/chunk-KKWJ36ZH.js — 200 — 15.1 KiB — 53 ms — h2https://www.skf.com/polyfills.jswww.skf.com/polyfills.js https://www.skf.com/polyfills.js — 200 — 756 B — 62 ms — h2https://www.skf.com/main.jswww.skf.com/main.js https://www.skf.com/main.js — 200 — 211.8 KiB — 67 ms — h2https://s2.go-mpulse.net/boomerang/C6XT5-C8QK8-S8S64-XK4PU-7B4PKs2.go-mpulse.net/boomerang/C6XT5-C8... https://s2.go-mpulse.net/boomerang/C6XT5-C8QK8-S8S64-XK4PU-7B4PK — 200 — 59.4 KiB — 191 ms — h2https://www.skf.com/chunk-UN6XPRDY.jswww.skf.com/chunk-UN6XPRDY.js https://www.skf.com/chunk-UN6XPRDY.js — 200 — 1.1 KiB — 12 ms — h2https://www.skf.com/chunk-2K5YX36H.jswww.skf.com/chunk-2K5YX36H.js https://www.skf.com/chunk-2K5YX36H.js — 200 — 1.8 KiB — 53 ms — h2https://www.skf.com/chunk-NSMNRJHI.jswww.skf.com/chunk-NSMNRJHI.js https://www.skf.com/chunk-NSMNRJHI.js — 200 — 632 B — 54 ms — h2https://www.skf.com/chunk-NAA6BERQ.jswww.skf.com/chunk-NAA6BERQ.js https://www.skf.com/chunk-NAA6BERQ.js — 200 — 3.9 KiB — 28 ms — h2https://www.skf.com/chunk-JLQZIMDS.jswww.skf.com/chunk-JLQZIMDS.js https://www.skf.com/chunk-JLQZIMDS.js — 200 — 4.0 KiB — 32 ms — h2https://www.skf.com/chunk-FS32U4VP.jswww.skf.com/chunk-FS32U4VP.js https://www.skf.com/chunk-FS32U4VP.js — 200 — 632 B — 55 ms — h2https://www.skf.com/chunk-CY5FRGFA.jswww.skf.com/chunk-CY5FRGFA.js https://www.skf.com/chunk-CY5FRGFA.js — 200 — 955 B — 33 ms — h2https://www.skf.com/chunk-RYOKNUNZ.jswww.skf.com/chunk-RYOKNUNZ.js https://www.skf.com/chunk-RYOKNUNZ.js — 200 — 6.0 KiB — 34 ms — h2https://www.skf.com/chunk-JBHGIKJA.jswww.skf.com/chunk-JBHGIKJA.js https://www.skf.com/chunk-JBHGIKJA.js — 200 — 2.7 KiB — 36 ms — h2https://www.skf.com/chunk-ER4HBASB.jswww.skf.com/chunk-ER4HBASB.js https://www.skf.com/chunk-ER4HBASB.js — 200 — 3.2 KiB — 37 ms — h2https://www.skf.com/chunk-NFMC56L5.jswww.skf.com/chunk-NFMC56L5.js https://www.skf.com/chunk-NFMC56L5.js — 200 — 653 B — 39 ms — h2https://www.skf.com/chunk-X63Z6LZR.jswww.skf.com/chunk-X63Z6LZR.js https://www.skf.com/chunk-X63Z6LZR.js — 200 — 4.4 KiB — 62 ms — h2https://www.skf.com/chunk-MVKBK7XY.jswww.skf.com/chunk-MVKBK7XY.js https://www.skf.com/chunk-MVKBK7XY.js — 200 — 5.8 KiB — 64 ms — h2https://www.skf.com/chunk-S4CG6HXT.jswww.skf.com/chunk-S4CG6HXT.js https://www.skf.com/chunk-S4CG6HXT.js — 200 — 7.3 KiB — 65 ms — h2https://www.skf.com/chunk-EL3L25GV.jswww.skf.com/chunk-EL3L25GV.js https://www.skf.com/chunk-EL3L25GV.js — 200 — 645 B — 67 ms — h2https://www.skf.com/chunk-Y2CGJHVC.jswww.skf.com/chunk-Y2CGJHVC.js https://www.skf.com/chunk-Y2CGJHVC.js — 200 — 2.0 KiB — 68 ms — h2https://www.skf.com/chunk-QWB5W24S.jswww.skf.com/chunk-QWB5W24S.js https://www.skf.com/chunk-QWB5W24S.js — 200 — 1.6 KiB — 70 ms — h2https://www.skf.com/chunk-JPFBA2QW.jswww.skf.com/chunk-JPFBA2QW.js https://www.skf.com/chunk-JPFBA2QW.js — 200 — 3.7 KiB — 76 ms — h2https://www.skf.com/chunk-A7OHKLEE.jswww.skf.com/chunk-A7OHKLEE.js https://www.skf.com/chunk-A7OHKLEE.js — 200 — 719 B — 77 ms — h2https://www.skf.com/chunk-JBTK2V56.jswww.skf.com/chunk-JBTK2V56.js https://www.skf.com/chunk-JBTK2V56.js — 200 — 3.0 KiB — 82 ms — h2https://www.skf.com/chunk-SFY4ZH5E.jswww.skf.com/chunk-SFY4ZH5E.js https://www.skf.com/chunk-SFY4ZH5E.js — 200 — 4.4 KiB — 132 ms — h2https://www.skf.com/chunk-XFXEWTZT.jswww.skf.com/chunk-XFXEWTZT.js https://www.skf.com/chunk-XFXEWTZT.js — 200 — 3.4 KiB — 221 ms — h2https://www.skf.com/chunk-SLLSZL6M.jswww.skf.com/chunk-SLLSZL6M.js https://www.skf.com/chunk-SLLSZL6M.js — 200 — 1.4 KiB — 97 ms — h2https://www.skf.com/chunk-Y7ERFLPT.jswww.skf.com/chunk-Y7ERFLPT.js https://www.skf.com/chunk-Y7ERFLPT.js — 200 — 648 B — 110 ms — h2https://www.skf.com/chunk-6OZKEQZR.jswww.skf.com/chunk-6OZKEQZR.js https://www.skf.com/chunk-6OZKEQZR.js — 200 — 29.6 KiB — 103 ms — h2https://www.skf.com/chunk-PVYFVL6P.jswww.skf.com/chunk-PVYFVL6P.js https://www.skf.com/chunk-PVYFVL6P.js — 200 — 1.7 KiB — 100 ms — h2https://www.skf.com/chunk-BFY7FOR2.jswww.skf.com/chunk-BFY7FOR2.js https://www.skf.com/chunk-BFY7FOR2.js — 200 — 14.4 KiB — 118 ms — h2https://www.skf.com/chunk-VNLBMH5T.jswww.skf.com/chunk-VNLBMH5T.js https://www.skf.com/chunk-VNLBMH5T.js — 200 — 5.2 KiB — 104 ms — h2https://www.skf.com/chunk-AWRJOSDU.jswww.skf.com/chunk-AWRJOSDU.js https://www.skf.com/chunk-AWRJOSDU.js — 200 — 3.0 KiB — 105 ms — h2https://www.skf.com/chunk-UUGCYXS3.jswww.skf.com/chunk-UUGCYXS3.js https://www.skf.com/chunk-UUGCYXS3.js — 200 — 6.0 KiB — 110 ms — h2https://www.skf.com/chunk-3U34AB3O.jswww.skf.com/chunk-3U34AB3O.js https://www.skf.com/chunk-3U34AB3O.js — 200 — 6.2 KiB — 111 ms — h2https://www.skf.com/chunk-P7B3M2U7.jswww.skf.com/chunk-P7B3M2U7.js https://www.skf.com/chunk-P7B3M2U7.js — 200 — 811 B — 112 ms — h2https://www.skf.com/chunk-GOT2VPMO.jswww.skf.com/chunk-GOT2VPMO.js https://www.skf.com/chunk-GOT2VPMO.js — 200 — 11.0 KiB — 117 ms — h2https://www.skf.com/chunk-2NYN3MNU.jswww.skf.com/chunk-2NYN3MNU.js https://www.skf.com/chunk-2NYN3MNU.js — 200 — 847 B — 118 ms — h2https://www.skf.com/chunk-Y4MA75P7.jswww.skf.com/chunk-Y4MA75P7.js https://www.skf.com/chunk-Y4MA75P7.js — 200 — 16.7 KiB — 126 ms — h2https://www.skf.com/chunk-RC3MEXSC.jswww.skf.com/chunk-RC3MEXSC.js https://www.skf.com/chunk-RC3MEXSC.js — 200 — 1015 B — 121 ms — h2https://www.skf.com/chunk-J6B57LTZ.jswww.skf.com/chunk-J6B57LTZ.js https://www.skf.com/chunk-J6B57LTZ.js — 200 — 16.4 KiB — 122 ms — h2https://www.skf.com/chunk-5SVLFFFD.jswww.skf.com/chunk-5SVLFFFD.js https://www.skf.com/chunk-5SVLFFFD.js — 200 — 919 B — 123 ms — h2https://www.skf.com/chunk-LVXB4LMD.jswww.skf.com/chunk-LVXB4LMD.js https://www.skf.com/chunk-LVXB4LMD.js — 200 — 77.0 KiB — 215 ms — h2https://www.skf.com/chunk-MJCA2PI6.jswww.skf.com/chunk-MJCA2PI6.js https://www.skf.com/chunk-MJCA2PI6.js — 200 — 739 B — 130 ms — h2https://www.skf.com/chunk-KL24IATD.jswww.skf.com/chunk-KL24IATD.js https://www.skf.com/chunk-KL24IATD.js — 200 — 884 B — 131 ms — h2https://www.skf.com/chunk-VLV7PYOG.jswww.skf.com/chunk-VLV7PYOG.js https://www.skf.com/chunk-VLV7PYOG.js — 200 — 4.7 KiB — 139 ms — h2https://www.skf.com/chunk-55SUGRJX.jswww.skf.com/chunk-55SUGRJX.js https://www.skf.com/chunk-55SUGRJX.js — 200 — 7.2 KiB — 141 ms — h2https://www.skf.com/chunk-ZQ7KAT6M.jswww.skf.com/chunk-ZQ7KAT6M.js https://www.skf.com/chunk-ZQ7KAT6M.js — 200 — 12.7 KiB — 162 ms — h2https://www.skf.com/chunk-4NVVPMQT.jswww.skf.com/chunk-4NVVPMQT.js https://www.skf.com/chunk-4NVVPMQT.js — 200 — 4.0 KiB — 148 ms — h2https://www.skf.com/chunk-POFLBTXP.jswww.skf.com/chunk-POFLBTXP.js https://www.skf.com/chunk-POFLBTXP.js — 200 — 7.5 KiB — 154 ms — h2https://www.skf.com/chunk-CIVTOGK6.jswww.skf.com/chunk-CIVTOGK6.js https://www.skf.com/chunk-CIVTOGK6.js — 200 — 5.4 KiB — 163 ms — h2https://www.skf.com/chunk-GFG6ENJC.jswww.skf.com/chunk-GFG6ENJC.js https://www.skf.com/chunk-GFG6ENJC.js — 200 — 906 B — 164 ms — h2https://www.skf.com/chunk-NZNX7H76.jswww.skf.com/chunk-NZNX7H76.js https://www.skf.com/chunk-NZNX7H76.js — 200 — 793 B — 166 ms — h2https://www.skf.com/chunk-YFLE6N3G.jswww.skf.com/chunk-YFLE6N3G.js https://www.skf.com/chunk-YFLE6N3G.js — 200 — 2.0 KiB — 169 ms — h2https://www.skf.com/chunk-EZNHQ76J.jswww.skf.com/chunk-EZNHQ76J.js https://www.skf.com/chunk-EZNHQ76J.js — 200 — 1.4 KiB — 171 ms — h2https://www.skf.com/chunk-X57EEE6Q.jswww.skf.com/chunk-X57EEE6Q.js https://www.skf.com/chunk-X57EEE6Q.js — 200 — 6.0 KiB — 241 ms — h2https://www.skf.com/chunk-BUGPY7MJ.jswww.skf.com/chunk-BUGPY7MJ.js https://www.skf.com/chunk-BUGPY7MJ.js — 200 — 8.8 KiB — 173 ms — h2https://www.skf.com/chunk-LWTD4GHU.jswww.skf.com/chunk-LWTD4GHU.js https://www.skf.com/chunk-LWTD4GHU.js — 200 — 1.5 KiB — 176 ms — h2https://www.skf.com/chunk-YAEJFKIG.jswww.skf.com/chunk-YAEJFKIG.js https://www.skf.com/chunk-YAEJFKIG.js — 200 — 747 B — 178 ms — h2https://www.skf.com/chunk-6K4VPFS4.jswww.skf.com/chunk-6K4VPFS4.js https://www.skf.com/chunk-6K4VPFS4.js — 200 — 6.9 KiB — 225 ms — h2https://www.skf.com/chunk-M7XP4IMN.jswww.skf.com/chunk-M7XP4IMN.js https://www.skf.com/chunk-M7XP4IMN.js — 200 — 3.1 KiB — 179 ms — h2https://www.skf.com/chunk-46KRGYHB.jswww.skf.com/chunk-46KRGYHB.js https://www.skf.com/chunk-46KRGYHB.js — 200 — 3.1 KiB — 226 ms — h2https://www.skf.com/chunk-65WUHIQX.jswww.skf.com/chunk-65WUHIQX.js https://www.skf.com/chunk-65WUHIQX.js — 200 — 882 B — 164 ms — h2https://www.skf.com/chunk-Y32IXN6K.jswww.skf.com/chunk-Y32IXN6K.js https://www.skf.com/chunk-Y32IXN6K.js — 200 — 757 B — 212 ms — h2https://www.skf.com/chunk-MJMWRDHJ.jswww.skf.com/chunk-MJMWRDHJ.js https://www.skf.com/chunk-MJMWRDHJ.js — 200 — 673 B — 165 ms — h2https://www.skf.com/chunk-OHSXCZOC.jswww.skf.com/chunk-OHSXCZOC.js https://www.skf.com/chunk-OHSXCZOC.js — 200 — 697 B — 168 ms — h2https://www.skf.com/chunk-UNMJVNQS.jswww.skf.com/chunk-UNMJVNQS.js https://www.skf.com/chunk-UNMJVNQS.js — 200 — 3.0 KiB — 177 ms — h2https://www.skf.com/chunk-4WJBJGDL.jswww.skf.com/chunk-4WJBJGDL.js https://www.skf.com/chunk-4WJBJGDL.js — 200 — 626 B — 178 ms — h2https://www.skf.com/chunk-3IZLFJWG.jswww.skf.com/chunk-3IZLFJWG.js https://www.skf.com/chunk-3IZLFJWG.js — 200 — 10.9 KiB — 195 ms — h2https://www.skf.com/chunk-BYZSVRZD.jswww.skf.com/chunk-BYZSVRZD.js https://www.skf.com/chunk-BYZSVRZD.js — 200 — 187.7 KiB — 223 ms — h2https://www.skf.com/chunk-S3ZANW2O.jswww.skf.com/chunk-S3ZANW2O.js https://www.skf.com/chunk-S3ZANW2O.js — 200 — 54.3 KiB — 213 ms — h2https://www.skf.com/chunk-KVMJFOGO.jswww.skf.com/chunk-KVMJFOGO.js https://www.skf.com/chunk-KVMJFOGO.js — 200 — 1.8 KiB — 200 ms — h2https://www.skf.com/chunk-AKL5B5BP.jswww.skf.com/chunk-AKL5B5BP.js https://www.skf.com/chunk-AKL5B5BP.js — 200 — 24.4 KiB — 211 ms — h2https://www.skf.com/chunk-TTNRPTWD.jswww.skf.com/chunk-TTNRPTWD.js https://www.skf.com/chunk-TTNRPTWD.js — 200 — 21.1 KiB — 221 ms — h2https://www.skf.com/chunk-JHXAKMJX.jswww.skf.com/chunk-JHXAKMJX.js https://www.skf.com/chunk-JHXAKMJX.js — 200 — 10.8 KiB — 180 ms — h2https://www.skf.com/chunk-OZWCTDGD.jswww.skf.com/chunk-OZWCTDGD.js https://www.skf.com/chunk-OZWCTDGD.js — 200 — 67.2 KiB — 214 ms — h2https://www.skf.com/chunk-WCABR6TI.jswww.skf.com/chunk-WCABR6TI.js https://www.skf.com/chunk-WCABR6TI.js — 200 — 1.1 KiB — 188 ms — h2https://c.go-mpulse.net/api/config.json?key=C6XT5-C8QK8-S8S64-XK4PU-7B4PK&d=www.skf.com&t=5923006&v=1.785.0&sl=0&si=ede971a7-922c-4dea-96dd-1215d00a5e9d-tdx65s&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,BFCache,LOGN&acao=&ak.ai=181684c.go-mpulse.net/api/config.json?key... https://c.go-mpulse.net/api/config.json?key=C6XT5-C8QK8-S8S64-XK4PU-7B4PK&d=www.skf.com&t=5923006&v=1.785.0&sl=0&si=ede971a7-922c-4dea-96dd-1215d00a5e9d-tdx65s&plugins=AK,ConfigOverride,Continuity,PageParams,IFrameDelay,AutoXHR,SPA,History,Angular,Backbone,Ember,RT,CrossDomain,BW,PaintTiming,NavigationTiming,ResourceTiming,Memory,CACHE_RELOAD,Errors,TPAnalytics,UserTiming,Akamai,Early,EventTiming,BFCache,LOGN&acao=&ak.ai=181684 — 200 — 961 B — 303 ms — h2https://www.skf.com/v2/assets/config/config.jsonwww.skf.com/v2/assets/config/config... https://www.skf.com/v2/assets/config/config.json — 200 — 3.5 KiB — 62 ms — h2https://www.skf.com/favicon.svgwww.skf.com/favicon.svg https://www.skf.com/favicon.svg — 200 — 11.1 KiB — 217 ms — h2https://www.skf.com/navigation/pt-br-taxonomy-navigation.jsonwww.skf.com/navigation/pt-br-taxono... https://www.skf.com/navigation/pt-br-taxonomy-navigation.json — 200 — 251.5 KiB — 916 ms — h2https://cs-api.skf.com/v3/content_types/labels_page_type/entries?only[BASE][]=labels_group.labels_references.labels.key&only[BASE][]=labels_group.labels_references.labels.value&only[BASE][]=labels_group.labels_references.uid&only[BASE][]=labels_group.labels_references.title&environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/labels%22%7Dcs-api.skf.com/v3/content_types/lab... https://cs-api.skf.com/v3/content_types/labels_page_type/entries?only[BASE][]=labels_group.labels_references.labels.key&only[BASE][]=labels_group.labels_references.labels.value&only[BASE][]=labels_group.labels_references.uid&only[BASE][]=labels_group.labels_references.title&environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/labels%22%7D — 204 — 0 B — 279 ms — h2https://cs-api.skf.com/v3/content_types/system_configurations_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/system-configurations%22%7Dcs-api.skf.com/v3/content_types/sys... https://cs-api.skf.com/v3/content_types/system_configurations_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/system-configurations%22%7D — 204 — 0 B — 244 ms — h2https://product-assist-fd-production-g5dydccshmcaapdk.a01.azurefd.net/live/product-assistant-widget.cssproduct-assist-fd-production-g5dydc... https://product-assist-fd-production-g5dydccshmcaapdk.a01.azurefd.net/live/product-assistant-widget.css — 200 — 1.2 MiB — 544 ms — h2https://product-assist-fd-production-g5dydccshmcaapdk.a01.azurefd.net/live/loader.jsproduct-assist-fd-production-g5dydc... https://product-assist-fd-production-g5dydccshmcaapdk.a01.azurefd.net/live/loader.js — 200 — 127.0 KiB — 392 ms — h2https://www.skf.com/v2/assets/data/locationData.jsonwww.skf.com/v2/assets/data/location... https://www.skf.com/v2/assets/data/locationData.json — 200 — 1.9 KiB — 47 ms — h2https://www.skf.com/v2/assets/img/Skf_logo_white.svgwww.skf.com/v2/assets/img/Skf_logo_... https://www.skf.com/v2/assets/img/Skf_logo_white.svg — 200 — 1.0 KiB — 45 ms — h2https://cs-api.skf.com/v3/content_types/top_menu_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/topmenulinks%22%7Dcs-api.skf.com/v3/content_types/top... https://cs-api.skf.com/v3/content_types/top_menu_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/topmenulinks%22%7D — 204 — 0 B — 213 ms — h2https://cs-api.skf.com/v3/content_types/footer_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/footer%22%7Dcs-api.skf.com/v3/content_types/foo... https://cs-api.skf.com/v3/content_types/footer_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/footer%22%7D — 204 — 0 B — 212 ms — h2https://cs-api.skf.com/v3/content_types/home_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/%22%7Dcs-api.skf.com/v3/content_types/hom... https://cs-api.skf.com/v3/content_types/home_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/%22%7D — 204 — 0 B — 203 ms — h2https://skfsso.skf.com/b0eefa24-295f-4598-ab11-df22bd8b81dd/b2c_1a_skfsso-prod-signup_signin_skfcom/v2.0/.well-known/openid-configurationskfsso.skf.com/b0eefa24-295f-4598-a... https://skfsso.skf.com/b0eefa24-295f-4598-ab11-df22bd8b81dd/b2c_1a_skfsso-prod-signup_signin_skfcom/v2.0/.well-known/openid-configuration — 200 — 1.8 KiB — 1.3 s — h2https://a.delivery.consentmanager.net/delivery/cmp.php?&cdid=2d39d12de04d&h=https%3A%2F%2Fwww.skf.com%2Fbr&&__cmpfcc=1&l=en&ls=EN-US_EN_EN-US&lp=EN&o=1776901745820a.delivery.consentmanager.net/deliv... https://a.delivery.consentmanager.net/delivery/cmp.php?&cdid=2d39d12de04d&h=https%3A%2F%2Fwww.skf.com%2Fbr&&__cmpfcc=1&l=en&ls=EN-US_EN_EN-US&lp=EN&o=1776901745820 — 200 — 2.7 KiB — 648 ms — h2https://cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22cdn.consentmanager.net/delivery/js/... https://cdn.consentmanager.net/delivery/js/cmp_final.min.js?t=2026-4-22 — 200 — 100.8 KiB — 1.2 s — h2https://westeurope-5.in.applicationinsights.azure.com/v2/trackwesteurope-5.in.applicationinsights... https://westeurope-5.in.applicationinsights.azure.com/v2/track — 204 — 0 B — 942 ms — h2https://cs-api.skf.com/v3/content_types/home_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/%22%7Dcs-api.skf.com/v3/content_types/hom... https://cs-api.skf.com/v3/content_types/home_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/%22%7D — 200 — 6.0 KiB — 106 ms — h2https://cs-api.skf.com/v3/content_types/footer_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/footer%22%7Dcs-api.skf.com/v3/content_types/foo... https://cs-api.skf.com/v3/content_types/footer_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/footer%22%7D — 200 — 11.8 KiB — 68 ms — h2https://cs-api.skf.com/v3/content_types/top_menu_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/topmenulinks%22%7Dcs-api.skf.com/v3/content_types/top... https://cs-api.skf.com/v3/content_types/top_menu_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/topmenulinks%22%7D — 200 — 3.7 KiB — 62 ms — h2https://cs-api.skf.com/v3/content_types/system_configurations_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/system-configurations%22%7Dcs-api.skf.com/v3/content_types/sys... https://cs-api.skf.com/v3/content_types/system_configurations_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/system-configurations%22%7D — 200 — 1.7 KiB — 65 ms — h2https://cs-api.skf.com/v3/content_types/labels_page_type/entries?only[BASE][]=labels_group.labels_references.labels.key&only[BASE][]=labels_group.labels_references.labels.value&only[BASE][]=labels_group.labels_references.uid&only[BASE][]=labels_group.labels_references.title&environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/labels%22%7Dcs-api.skf.com/v3/content_types/lab... https://cs-api.skf.com/v3/content_types/labels_page_type/entries?only[BASE][]=labels_group.labels_references.labels.key&only[BASE][]=labels_group.labels_references.labels.value&only[BASE][]=labels_group.labels_references.uid&only[BASE][]=labels_group.labels_references.title&environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/labels%22%7D — 200 — 14.3 KiB — 58 ms — h2https://www.skf.com/chunk-6GO75BVD.jswww.skf.com/chunk-6GO75BVD.js https://www.skf.com/chunk-6GO75BVD.js — 200 — 1.2 KiB — 12 ms — h2https://www.skf.com/chunk-XHCGUS6H.jswww.skf.com/chunk-XHCGUS6H.js https://www.skf.com/chunk-XHCGUS6H.js — 200 — 6.6 KiB — 13 ms — h2https://www.skf.com/chunk-AKI5QC46.jswww.skf.com/chunk-AKI5QC46.js https://www.skf.com/chunk-AKI5QC46.js — 200 — 613 B — 34 ms — h2https://www.skf.com/chunk-S2IBHEFH.jswww.skf.com/chunk-S2IBHEFH.js https://www.skf.com/chunk-S2IBHEFH.js — 200 — 4.4 KiB — 37 ms — h2https://www.skf.com/chunk-A7UXCVYL.jswww.skf.com/chunk-A7UXCVYL.js https://www.skf.com/chunk-A7UXCVYL.js — 200 — 3.2 KiB — 39 ms — h2https://www.skf.com/chunk-I7VOSZQU.jswww.skf.com/chunk-I7VOSZQU.js https://www.skf.com/chunk-I7VOSZQU.js — 200 — 3.1 KiB — 41 ms — h2https://www.skf.com/chunk-RNTI44TN.jswww.skf.com/chunk-RNTI44TN.js https://www.skf.com/chunk-RNTI44TN.js — 200 — 4.8 KiB — 51 ms — h2https://www.skf.com/chunk-72VDU5GJ.jswww.skf.com/chunk-72VDU5GJ.js https://www.skf.com/chunk-72VDU5GJ.js — 200 — 687 B — 55 ms — h2https://product-assist-fd-production-g5dydccshmcaapdk.a01.azurefd.net/live/widget.jsproduct-assist-fd-production-g5dydc... https://product-assist-fd-production-g5dydccshmcaapdk.a01.azurefd.net/live/widget.js — 200 — 288.6 KiB — 123 ms — h2https://www.skf.com/chunk-XY3LEYFT.jswww.skf.com/chunk-XY3LEYFT.js https://www.skf.com/chunk-XY3LEYFT.js — 200 — 671 B — 15 ms — h2https://cdn.skfmediahub.skf.com/api/public/09df8004670e9140/jpeg_fullresolution/09df8004670e9140_jpeg_fullresolution.jpgcdn.skfmediahub.skf.com/api/public/... https://cdn.skfmediahub.skf.com/api/public/09df8004670e9140/jpeg_fullresolution/09df8004670e9140_jpeg_fullresolution.jpg — 200 — 19.7 KiB — 238 ms — h2https://cs-api.skf.com/v3/content_types/services_page_type/entries/blte678293392a122aa?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=falsecs-api.skf.com/v3/content_types/ser... https://cs-api.skf.com/v3/content_types/services_page_type/entries/blte678293392a122aa?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=false — 204 — 0 B — 39 ms — h3https://www.skf.com/assets/REMANUFACTURE_16_9.mp4www.skf.com/assets/REMANUFACTURE_16... https://www.skf.com/assets/REMANUFACTURE_16_9.mp4 — 206 — 13.7 MiB — 760 ms — h2https://cs-api.skf.com/v3/content_types/services_page_type/entries/blte678293392a122aa?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=falsecs-api.skf.com/v3/content_types/ser... https://cs-api.skf.com/v3/content_types/services_page_type/entries/blte678293392a122aa?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=false — 200 — 11.5 KiB — 49 ms — h3data:font/ttf;base64,AAEAAAASAQAABAAgRFNJRwAAAAEAAazQAAAACEdERUZELT9OAAABLAAAAVJHUE9TIxzDSQAAAoAAAF…data:font/ttf;base64,AAEAAAASAQAABA... data:font/ttf;base64,AAEAAAASAQAABAAgRFNJRwAAAAEAAazQAAAACEdERUZELT9OAAABLAAAAVJHUE9TIxzDSQAAAoAAAF… — 200 — 107.2 KiB — 56 ms — datadata:image/svg+xml,%3c?xml%20version=%271.0%27%20encoding=%27UTF-8%27?%3e%3csvg%20id=%27SKF_logotyp…data:image/svg+xml,%3c?xml%20versio... data:image/svg+xml,%3c?xml%20version=%271.0%27%20encoding=%27UTF-8%27?%3e%3csvg%20id=%27SKF_logotyp… — 200 — 0 B — 1 ms — datahttps://product-assist.skf.com/public/assistant/example-questions?language=pt-BRproduct-assist.skf.com/public/assis... https://product-assist.skf.com/public/assistant/example-questions?language=pt-BR — 200 — 0 B — 705 ms — h2https://cdn.consentmanager.net/delivery/customdata/bV8xLndfNDYwNDgucl9HRFBSLmxfZW4uZF81MTEyNy54XzQ5My52LnAudF81MTEyNy54dF83OQ.jscdn.consentmanager.net/delivery/cus... https://cdn.consentmanager.net/delivery/customdata/bV8xLndfNDYwNDgucl9HRFBSLmxfZW4uZF81MTEyNy54XzQ5My52LnAudF81MTEyNy54dF83OQ.js — 200 — 11.2 KiB — 393 ms — h2https://westeurope-5.in.applicationinsights.azure.com/v2/trackwesteurope-5.in.applicationinsights... https://westeurope-5.in.applicationinsights.azure.com/v2/track — 200 — 166 B — 285 ms — h2https://cdn.consentmanager.net/delivery/customdata/bV8xLndfNDYwNDgucl9HRFBSLmxfcHQtYnIuZF81MTEyNy54XzQ5My5wLnYudF81MTEyNy54dF83OQ.jscdn.consentmanager.net/delivery/cus... https://cdn.consentmanager.net/delivery/customdata/bV8xLndfNDYwNDgucl9HRFBSLmxfcHQtYnIuZF81MTEyNy54XzQ5My5wLnYudF81MTEyNy54dF83OQ.js — 200 — 11.5 KiB — 228 ms — h2https://cdn.consentmanager.net/delivery/crossdomain.htmlcdn.consentmanager.net/delivery/cro... https://cdn.consentmanager.net/delivery/crossdomain.html — 200 — 1.0 KiB — 643 ms — h2https://skfsso.skf.com/b0eefa24-295f-4598-ab11-df22bd8b81dd/b2c_1a_skfsso-prod-signup_signin_skfcom/oauth2/v2.0/authorize?client_id=fd4b581e-c134-4b64-8eac-87e60cea5cbe&scope=openid%20offline_access%20https%3A%2F%2Fskfgroupb2c.onmicrosoft.com%2F5a5284d1-f9f9-4346-a480-674f5e86b49b%2Fapi.read%20profile&redirect_uri=https%3A%2F%2Fwww.skf.com%2FloginCheck&client-request-id=019db798-ec74-727a-b0ec-894aaa9d6515&response_mode=fragment&client_info=1&prompt=none&nonce=019db798-ec91-74b3-b112-5e732337c35b&state=eyJpZCI6IjAxOWRiNzk4LWVjOGQtNzM2Ny05ZDAwLThiNTRiOGVjZDgzZSIsIm1ldGEiOnsiaW50ZXJhY3Rpb25UeXBlIjoic2lsZW50In19&x-client-SKU=msal.js.browser&x-client-VER=4.27.0&response_type=code&code_challenge=RgDY6DoqEqvRBZTF98opzmSUyKrCPszDtd3HVRxuZPA&code_challenge_method=S256skfsso.skf.com/b0eefa24-295f-4598-a... https://skfsso.skf.com/b0eefa24-295f-4598-ab11-df22bd8b81dd/b2c_1a_skfsso-prod-signup_signin_skfcom/oauth2/v2.0/authorize?client_id=fd4b581e-c134-4b64-8eac-87e60cea5cbe&scope=openid%20offline_access%20https%3A%2F%2Fskfgroupb2c.onmicrosoft.com%2F5a5284d1-f9f9-4346-a480-674f5e86b49b%2Fapi.read%20profile&redirect_uri=https%3A%2F%2Fwww.skf.com%2FloginCheck&client-request-id=019db798-ec74-727a-b0ec-894aaa9d6515&response_mode=fragment&client_info=1&prompt=none&nonce=019db798-ec91-74b3-b112-5e732337c35b&state=eyJpZCI6IjAxOWRiNzk4LWVjOGQtNzM2Ny05ZDAwLThiNTRiOGVjZDgzZSIsIm1ldGEiOnsiaW50ZXJhY3Rpb25UeXBlIjoic2lsZW50In19&x-client-SKU=msal.js.browser&x-client-VER=4.27.0&response_type=code&code_challenge=RgDY6DoqEqvRBZTF98opzmSUyKrCPszDtd3HVRxuZPA&code_challenge_method=S256 — 302 — 1.3 KiB — 568 ms — h2https://cs-api.skf.com/v3/content_types/expandable_mega_menu_base_level/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/expandable-mega-menu%22%7Dcs-api.skf.com/v3/content_types/exp... https://cs-api.skf.com/v3/content_types/expandable_mega_menu_base_level/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/expandable-mega-menu%22%7D — 204 — 0 B — 88 ms — h3https://cs-api.skf.com/v3/content_types/expandable_search_menu_links_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/expandable-search-menulinks%22%7Dcs-api.skf.com/v3/content_types/exp... https://cs-api.skf.com/v3/content_types/expandable_search_menu_links_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/expandable-search-menulinks%22%7D — 204 — 0 B — 87 ms — h3https://www.skf.com/chunk-RJ7LCHSE.jswww.skf.com/chunk-RJ7LCHSE.js https://www.skf.com/chunk-RJ7LCHSE.js — 200 — 1.1 KiB — 26 ms — h2https://www.skf.com/chunk-UWE3ETA4.jswww.skf.com/chunk-UWE3ETA4.js https://www.skf.com/chunk-UWE3ETA4.js — 200 — 1.3 KiB — 33 ms — h2https://cs-api.skf.com/v3/content_types/expandable_search_menu_links_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/expandable-search-menulinks%22%7Dcs-api.skf.com/v3/content_types/exp... https://cs-api.skf.com/v3/content_types/expandable_search_menu_links_page_type/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/expandable-search-menulinks%22%7D — 200 — 800 B — 158 ms — h3https://cs-api.skf.com/v3/content_types/expandable_mega_menu_base_level/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/expandable-mega-menu%22%7Dcs-api.skf.com/v3/content_types/exp... https://cs-api.skf.com/v3/content_types/expandable_mega_menu_base_level/entries?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_branch=true&include_fallback=false&query=%7B%22url%22:%22/expandable-mega-menu%22%7D — 200 — 7.9 KiB — 176 ms — h3https://www.skf.com/chunk-UIR55EZ6.jswww.skf.com/chunk-UIR55EZ6.js https://www.skf.com/chunk-UIR55EZ6.js — 200 — 6.0 KiB — 37 ms — h2https://www.skf.com/chunk-JTHNZKWI.jswww.skf.com/chunk-JTHNZKWI.js https://www.skf.com/chunk-JTHNZKWI.js — 200 — 4.0 KiB — 43 ms — h2https://www.skf.com/chunk-O4FZSCA6.jswww.skf.com/chunk-O4FZSCA6.js https://www.skf.com/chunk-O4FZSCA6.js — 200 — 3.8 KiB — 52 ms — h2https://www.skf.com/chunk-ZJ2CLOZ3.jswww.skf.com/chunk-ZJ2CLOZ3.js https://www.skf.com/chunk-ZJ2CLOZ3.js — 200 — 729 B — 58 ms — h2https://www.skf.com/chunk-326UAAX3.jswww.skf.com/chunk-326UAAX3.js https://www.skf.com/chunk-326UAAX3.js — 200 — 613 B — 58 ms — h2https://www.skf.com/chunk-63UCOMKP.jswww.skf.com/chunk-63UCOMKP.js https://www.skf.com/chunk-63UCOMKP.js — 200 — 613 B — 71 ms — h2https://www.skf.com/chunk-R4NIICOB.jswww.skf.com/chunk-R4NIICOB.js https://www.skf.com/chunk-R4NIICOB.js — 200 — 1.0 KiB — 69 ms — h2https://www.skf.com/chunk-RKEWBFTG.jswww.skf.com/chunk-RKEWBFTG.js https://www.skf.com/chunk-RKEWBFTG.js — 200 — 2.6 KiB — 72 ms — h2https://www.skf.com/chunk-UE5TM5HW.jswww.skf.com/chunk-UE5TM5HW.js https://www.skf.com/chunk-UE5TM5HW.js — 200 — 3.8 KiB — 76 ms — h2https://www.skf.com/chunk-5BSHFR47.jswww.skf.com/chunk-5BSHFR47.js https://www.skf.com/chunk-5BSHFR47.js — 200 — 2.8 KiB — 138 ms — h2https://www.skf.com/chunk-IAETPZGV.jswww.skf.com/chunk-IAETPZGV.js https://www.skf.com/chunk-IAETPZGV.js — 200 — 3.0 KiB — 97 ms — h2https://www.skf.com/chunk-QMG6USZX.jswww.skf.com/chunk-QMG6USZX.js https://www.skf.com/chunk-QMG6USZX.js — 200 — 610 B — 56 ms — h2https://www.skf.com/chunk-LYDYT6QM.jswww.skf.com/chunk-LYDYT6QM.js https://www.skf.com/chunk-LYDYT6QM.js — 200 — 6.7 KiB — 118 ms — h2https://www.skf.com/chunk-ZO5C75DI.jswww.skf.com/chunk-ZO5C75DI.js https://www.skf.com/chunk-ZO5C75DI.js — 200 — 4.2 KiB — 58 ms — h2https://www.skf.com/chunk-W73VQKR6.jswww.skf.com/chunk-W73VQKR6.js https://www.skf.com/chunk-W73VQKR6.js — 200 — 609 B — 97 ms — h2https://www.skf.com/chunk-LYPHVFF4.jswww.skf.com/chunk-LYPHVFF4.js https://www.skf.com/chunk-LYPHVFF4.js — 200 — 609 B — 60 ms — h2https://product-assist.skf.com/public/assistant/example-questions?language=pt-BRproduct-assist.skf.com/public/assis... https://product-assist.skf.com/public/assistant/example-questions?language=pt-BR — 200 — 3.6 KiB — 240 ms — h2https://www.skf.com/chunk-7CLI4ZV7.jswww.skf.com/chunk-7CLI4ZV7.js https://www.skf.com/chunk-7CLI4ZV7.js — 200 — 612 B — 60 ms — h2https://www.skf.com/chunk-PYH7CNTR.jswww.skf.com/chunk-PYH7CNTR.js https://www.skf.com/chunk-PYH7CNTR.js — 200 — 608 B — 63 ms — h2https://www.skf.com/chunk-4BQLUY4N.jswww.skf.com/chunk-4BQLUY4N.js https://www.skf.com/chunk-4BQLUY4N.js — 200 — 2.6 KiB — 72 ms — h2https://www.skf.com/chunk-NJ5ESIEH.jswww.skf.com/chunk-NJ5ESIEH.js https://www.skf.com/chunk-NJ5ESIEH.js — 200 — 2.7 KiB — 73 ms — h2https://www.skf.com/chunk-6MLTNJP7.jswww.skf.com/chunk-6MLTNJP7.js https://www.skf.com/chunk-6MLTNJP7.js — 200 — 3.4 KiB — 74 ms — h2https://www.skf.com/chunk-2NHXRFQE.jswww.skf.com/chunk-2NHXRFQE.js https://www.skf.com/chunk-2NHXRFQE.js — 200 — 3.0 KiB — 75 ms — h2https://www.skf.com/chunk-JAVBAO3X.jswww.skf.com/chunk-JAVBAO3X.js https://www.skf.com/chunk-JAVBAO3X.js — 200 — 2.9 KiB — 77 ms — h2https://www.skf.com/chunk-VMR2XMTY.jswww.skf.com/chunk-VMR2XMTY.js https://www.skf.com/chunk-VMR2XMTY.js — 200 — 3.3 KiB — 78 ms — h2https://www.skf.com/chunk-KHXTYZTX.jswww.skf.com/chunk-KHXTYZTX.js https://www.skf.com/chunk-KHXTYZTX.js — 200 — 3.4 KiB — 80 ms — h2https://www.skf.com/chunk-4M7YX5HN.jswww.skf.com/chunk-4M7YX5HN.js https://www.skf.com/chunk-4M7YX5HN.js — 200 — 3.7 KiB — 81 ms — h2https://www.skf.com/chunk-B4JXEUVT.jswww.skf.com/chunk-B4JXEUVT.js https://www.skf.com/chunk-B4JXEUVT.js — 200 — 2.4 KiB — 92 ms — h2https://www.skf.com/chunk-Z7DOVYTN.jswww.skf.com/chunk-Z7DOVYTN.js https://www.skf.com/chunk-Z7DOVYTN.js — 200 — 2.7 KiB — 100 ms — h2https://www.skf.com/chunk-QLMDKPZB.jswww.skf.com/chunk-QLMDKPZB.js https://www.skf.com/chunk-QLMDKPZB.js — 200 — 3.2 KiB — 105 ms — h2https://www.skf.com/chunk-M2ATBCO6.jswww.skf.com/chunk-M2ATBCO6.js https://www.skf.com/chunk-M2ATBCO6.js — 200 — 1.1 KiB — 82 ms — h2https://www.skf.com/chunk-HJJPPRSP.jswww.skf.com/chunk-HJJPPRSP.js https://www.skf.com/chunk-HJJPPRSP.js — 200 — 609 B — 83 ms — h2https://www.skf.com/chunk-N37XLZ4S.jswww.skf.com/chunk-N37XLZ4S.js https://www.skf.com/chunk-N37XLZ4S.js — 200 — 708 B — 85 ms — h2https://cs-api.skf.com/v3/content_types/trending_links/entries/blt5ef4647d02da41c6?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_fallback=falsecs-api.skf.com/v3/content_types/tre... https://cs-api.skf.com/v3/content_types/trending_links/entries/blt5ef4647d02da41c6?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_fallback=false — 204 — 0 B — 37 ms — h3https://www.skf.com/chunk-KUADHXMQ.jswww.skf.com/chunk-KUADHXMQ.js https://www.skf.com/chunk-KUADHXMQ.js — 200 — 806 B — 27 ms — h2https://cs-api.skf.com/v3/content_types/trending_links/entries/blt5ef4647d02da41c6?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_fallback=falsecs-api.skf.com/v3/content_types/tre... https://cs-api.skf.com/v3/content_types/trending_links/entries/blt5ef4647d02da41c6?environment=live&locale=pt-br&include_all=true&include_all_depth=2&include_fallback=false — 200 — 10.4 KiB — 40 ms — h3https://cs-api.skf.com/v3/content_types/products_page_type/entries/blt912973fe3098f56b?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=falsecs-api.skf.com/v3/content_types/pro... https://cs-api.skf.com/v3/content_types/products_page_type/entries/blt912973fe3098f56b?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=false — 204 — 0 B — 40 ms — h3https://cs-api.skf.com/v3/content_types/services_page_type/entries/blt24e721db0a0ccb08?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=falsecs-api.skf.com/v3/content_types/ser... https://cs-api.skf.com/v3/content_types/services_page_type/entries/blt24e721db0a0ccb08?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=false — 204 — 0 B — 35 ms — h3https://cs-api.skf.com/v3/content_types/products_page_type/entries/blt912973fe3098f56b?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=falsecs-api.skf.com/v3/content_types/pro... https://cs-api.skf.com/v3/content_types/products_page_type/entries/blt912973fe3098f56b?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=false — 200 — 3.9 KiB — 63 ms — h3https://cdn.skfmediahub.skf.com/api/public/09f4304c62c3334c/jpeg_fullresolution/09f4304c62c3334c_jpeg_fullresolution.jpgcdn.skfmediahub.skf.com/api/public/... https://cdn.skfmediahub.skf.com/api/public/09f4304c62c3334c/jpeg_fullresolution/09f4304c62c3334c_jpeg_fullresolution.jpg — 200 — 141.6 KiB — 27 ms — h2https://cs-api.skf.com/v3/content_types/services_page_type/entries/blt24e721db0a0ccb08?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=falsecs-api.skf.com/v3/content_types/ser... https://cs-api.skf.com/v3/content_types/services_page_type/entries/blt24e721db0a0ccb08?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=false — 200 — 8.7 KiB — 96 ms — h3https://cs-api.skf.com/v3/content_types/industry_page_type/entries/blt8a84452a1f9f8a75?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=falsecs-api.skf.com/v3/content_types/ind... https://cs-api.skf.com/v3/content_types/industry_page_type/entries/blt8a84452a1f9f8a75?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=false — 204 — 0 B — 25 ms — h3https://cs-api.skf.com/v3/content_types/industry_page_type/entries/blt8a84452a1f9f8a75?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=falsecs-api.skf.com/v3/content_types/ind... https://cs-api.skf.com/v3/content_types/industry_page_type/entries/blt8a84452a1f9f8a75?environment=live&locale=pt-br&include_all=true&include_all_depth=1&include_fallback=false — 200 — 6.8 KiB — 48 ms — h3https://trial-eum-clientnsv4-s.akamaihd.net/eum/getdns.txt?c=pzwym8jkitrial-eum-clientnsv4-s.akamaihd.net... https://trial-eum-clientnsv4-s.akamaihd.net/eum/getdns.txt?c=pzwym8jki — -1 — 0 B — 57 ms — https://trial-eum-clienttons-s.akamaihd.net/eum/getdns.txt?c=pzwym8jkitrial-eum-clienttons-s.akamaihd.net... https://trial-eum-clienttons-s.akamaihd.net/eum/getdns.txt?c=pzwym8jki — -1 — 0 B — 45 ms — https://www.skf.com/loginCheckwww.skf.com/loginCheck https://www.skf.com/loginCheck — 200 — 4.4 KiB — 212 ms — h2https://a.delivery.consentmanager.net/delivery/info/?id=46048&did=1&cfdid=1&t=pv.d_ncs.d_ancs.d_bncs.cv&h=https%3A%2F%2Fwww.skf.com%2Fbr&o=1776901747812&l=PT-BR&lv=1&d=1&ct=14&e=&e2=&e3=&i=&sv=79&dv=493&a.delivery.consentmanager.net/deliv... https://a.delivery.consentmanager.net/delivery/info/?id=46048&did=1&cfdid=1&t=pv.d_ncs.d_ancs.d_bncs.cv&h=https%3A%2F%2Fwww.skf.com%2Fbr&o=1776901747812&l=PT-BR&lv=1&d=1&ct=14&e=&e2=&e3=&i=&sv=79&dv=493& — 200 — 320 B — 223 ms — h2https://www.skf.com/v2/assets/img/close.svgwww.skf.com/v2/assets/img/close.svg https://www.skf.com/v2/assets/img/close.svg — 200 — 962 B — 16 ms — h2https://www.skf.com/v2/assets/fonts/skf_icons.woff2?sgaq2bwww.skf.com/v2/assets/fonts/skf_ico... https://www.skf.com/v2/assets/fonts/skf_icons.woff2?sgaq2b — 200 — 0 B — 0 ms — h2https://www.skf.com/v2/assets/fonts/SKFDisplay-Bold.woff2www.skf.com/v2/assets/fonts/SKFDisp... https://www.skf.com/v2/assets/fonts/SKFDisplay-Bold.woff2 — 200 — 0 B — 0 ms — h2https://fonts.skf.com/SKFSans-Bold.woff2fonts.skf.com/SKFSans-Bold.woff2 https://fonts.skf.com/SKFSans-Bold.woff2 — 200 — 0 B — 0 ms — h2https://fonts.skf.com/SKFSans-Medium.woff2fonts.skf.com/SKFSans-Medium.woff2 https://fonts.skf.com/SKFSans-Medium.woff2 — 200 — 0 B — 0 ms — h2https://fonts.skf.com/SKFSans-Regular.woff2fonts.skf.com/SKFSans-Regular.woff2 https://fonts.skf.com/SKFSans-Regular.woff2 — 200 — 0 B — 0 ms — h2https://www.skf.com/styles.csswww.skf.com/styles.css https://www.skf.com/styles.css — -1 — 0 B — 14 ms — https://www.skf.com/chunk-46NM35EF.jswww.skf.com/chunk-46NM35EF.js https://www.skf.com/chunk-46NM35EF.js — -1 — 0 B — 13 ms — https://www.skf.com/chunk-I6TMOVOE.jswww.skf.com/chunk-I6TMOVOE.js https://www.skf.com/chunk-I6TMOVOE.js — -1 — 0 B — 13 ms — https://www.skf.com/chunk-CCOYVLKP.jswww.skf.com/chunk-CCOYVLKP.js https://www.skf.com/chunk-CCOYVLKP.js — -1 — 0 B — 12 ms — https://www.skf.com/chunk-YNSXIK6Q.jswww.skf.com/chunk-YNSXIK6Q.js https://www.skf.com/chunk-YNSXIK6Q.js — -1 — 0 B — 13 ms — https://www.skf.com/chunk-I57LHWGR.jswww.skf.com/chunk-I57LHWGR.js https://www.skf.com/chunk-I57LHWGR.js — -1 — 0 B — 12 ms — https://www.skf.com/chunk-R2LW7VK2.jswww.skf.com/chunk-R2LW7VK2.js https://www.skf.com/chunk-R2LW7VK2.js — -1 — 0 B — 12 ms — https://www.skf.com/chunk-CJM2PXAE.jswww.skf.com/chunk-CJM2PXAE.js https://www.skf.com/chunk-CJM2PXAE.js — -1 — 0 B — 12 ms — https://www.skf.com/chunk-BVZ7QND3.jswww.skf.com/chunk-BVZ7QND3.js https://www.skf.com/chunk-BVZ7QND3.js — -1 — 0 B — 12 ms — https://www.skf.com/chunk-T6FWHDKT.jswww.skf.com/chunk-T6FWHDKT.js https://www.skf.com/chunk-T6FWHDKT.js — -1 — 0 B — 12 ms — https://www.skf.com/chunk-KKWJ36ZH.jswww.skf.com/chunk-KKWJ36ZH.js https://www.skf.com/chunk-KKWJ36ZH.js — -1 — 0 B — 12 ms — https://www.skf.com/polyfills.jswww.skf.com/polyfills.js https://www.skf.com/polyfills.js — -1 — 0 B — 13 ms — https://www.skf.com/main.jswww.skf.com/main.js https://www.skf.com/main.js — -1 — 0 B — 12 ms — https://s2.go-mpulse.net/boomerang/C6XT5-C8QK8-S8S64-XK4PU-7B4PKs2.go-mpulse.net/boomerang/C6XT5-C8... https://s2.go-mpulse.net/boomerang/C6XT5-C8QK8-S8S64-XK4PU-7B4PK — -1 — 0 B — 7 ms — https://17de4c1b.akstat.io/17de4c1b.akstat.io/ https://17de4c1b.akstat.io/ — 204 — 224 B — 231 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 1765ms · 540KB · kr192/mo
Unattributable
Other
Costly
Execution 553ms
Transfer 0 KB
Monthly Cost kr60/mo
s2.go-mpulse.net
Other
Costly
Execution 350ms
Transfer 0 KB
Unused 37%
Monthly Cost kr38/mo
www.skf.com
Other
Costly
Execution 273ms
Transfer 11 KB
Monthly Cost kr30/mo
www.skf.com
Other
Optional
Execution 190ms
Transfer 12 KB
Monthly Cost kr21/mo
www.skf.com
Other
Optional
Execution 163ms
Transfer 188 KB
Unused 65%
Monthly Cost kr18/mo
product-assist-fd-production-g5dydccshmcaapdk.a01.azurefd.net
Other
Optional
Execution 106ms
Transfer 289 KB
Unused 45%
Monthly Cost kr12/mo
cdn.consentmanager.net
Other
Optional
Execution 79ms
Transfer 12 KB
Monthly Cost kr9/mo
www.skf.com
Other
Optional
Execution 51ms
Transfer 30 KB
Unused 81%
Monthly Cost kr6/mo

These scripts may cost more than they're worth

  • Unattributable adds 553ms and costs ~kr60/month
  • s2.go-mpulse.net adds 350ms and costs ~kr38/month
  • www.skf.com adds 273ms and costs ~kr30/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 553ms 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

s2.go-mpulse.net takes 350ms 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.skf.com takes 273ms 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

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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