Skip to content
https://aftonbladet.se

Performance

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

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

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

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

1.22 s

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

1.76 s

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

9 ms

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

0.038

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

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

3.14 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 5 REVIEW 3 FIX
D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (2.0 MiB of 2.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
Page Weight Inventory
Action
150 resources · 2.0 MB · 273 KB savings available
FIX
150 resources · 2.0 MB · 273 KB savings available
Warning::
Page weight 988 KB over 1MB target
Got: 2.0 MB Expected: ≤ 1 MB
Info::
~273 KB of savings available
Warning::
149 third-party resources (100% of weight)
Info::
1 resources over 200KB
150 resources · 2.0 MiB · 149 third-party 987.9 KiB over 1MB target
JavaScript 39% · 787.4 KiB
Image 32% · 644.2 KiB
Font 17% · 350.4 KiB
Other 7% · 134.2 KiB
Document 3% · 60.7 KiB
CSS 2% · 34.9 KiB

~272.6 KiB of savings available

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

C
Page Weight Budget
Action
2.0 MB transferred, 150 requests
REVIEW
2.0 MB transferred, 150 requests
Info::
Page weighs 4.0 MB (2.0 MB transferred)
Warning::
JavaScript is 787 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 787 KB
Info::
Fonts are 350 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 350 KB
Warning::
150 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.41 g CO2 per page load
2.0 MB / 2.4 MB budget
2.0 MB transferred
150 requests
0.41 g CO2 per page load
JavaScript 787.4 KiB 39%
Images 611.2 KiB 30%
Fonts 350.4 KiB 17%
Other 123.1 KiB 6%
HTML 60.7 KiB 3%
CSS 34.9 KiB 2%
Other 33.2 KiB 2%
Other 10.9 KiB 1%
Other 0 B 0%
0 2.4 MB 4.9 MB
Approaching limit

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

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

Why this matters

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

Source: web.dev

C
Image Optimization
Action
33 images, 0 KB saveable
REVIEW
33 images, 0 KB saveable
Warning::
https://mediacdn.prenly.com/api/image/etidning.aft... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
33 images 611 KB
0 oversized -0 KB
10 legacy format
2 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

C
JS Execution Cost
Action
1158ms total JS execution
REVIEW
1158ms total JS execution
Warning::
https://www.aftonbladet.se/: 471ms CPU time
Warning::
Unattributable: 305ms CPU time
Info::
https://cmp.aftonbladet.se/Notice.8f529.js: 182ms CPU time
Info::
https://esm.schibsted.tech/react-dom@19.2.3/es2020...: 134ms CPU time
Info::
https://esm.schibsted.tech/@sentry/browser@10.46.0...: 65ms CPU time
Warning::
Third-party scripts: 1158ms (100% of total)

Main Thread Breakdown

Script Evaluation 33% Other 31% Style & Layout 20% Parse HTML & CSS 8% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://www.aftonbladet.se/471ms43ms6ms3rd
Unattributable305ms41ms0ms3rd
https://cmp.aftonbladet.se/Notice.8f529.js182ms141ms9ms3rd
https://esm.schibsted.tech/react-dom@19.2.3/es2020/client.mjs134ms82ms0ms3rd
https://esm.schibsted.tech/@sentry/browser@10.46.0/es2022/browser.mjs65ms29ms0ms3rd
C
JS Bundles
Action
84 scripts, 273 KB unused
REVIEW
84 scripts, 273 KB unused
Warning::
https://cmp.aftonbladet.se/Notice.8f529.js: 61 KB unused (67%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://esm.schibsted.tech/@sentry/core@10.46.0/es...: 60 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://esm.schibsted.tech/@sentry-internal/replay...: 46 KB unused (87%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://adsdk.microsoft.com/ast/ast.js: 44 KB unused (84%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.aftonbladet.se/front-page-assets/_astr...: 35 KB unused (88%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 273 KB
273 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://cmp.aftonbladet.se/Notice.8f529.js91 KB61 KB (67%)3rd
https://esm.schibsted.tech/@sentry/core@10.46.0/es2022/core.mjs86 KB60 KB (71%)3rd
https://esm.schibsted.tech/@sentry-internal/replay@10.46.0/es2022/replay.mjs53 KB46 KB (87%)3rd
https://adsdk.microsoft.com/ast/ast.js52 KB44 KB (84%)3rd
https://www.aftonbladet.se/front-page-assets/_astro/InitializeAdverts.astro_astro_type_script_index_0_lang.JmYRdtmm.js41 KB35 KB (88%)3rd
https://esm.schibsted.tech/react-dom@19.2.3/es2020/client.mjs65 KB27 KB (42%)3rd
https://esm.schibsted.tech/@sentry/astro@10.46.01 KB3rd
https://www.aftonbladet.se/front-page-assets/_astro/_baseGetTag.BLIIGq-n.js1 KB3rd
https://www.aftonbladet.se/front-page-assets/_astro/TCF.astro_astro_type_script_index_0_lang.BOkEoKc_.js1 KB3rd
https://www.aftonbladet.se/front-page-assets/_astro/Sifo.astro_astro_type_script_index_0_lang.DIZFd7Hm.js1 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

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

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
8 fonts (350 KB)
PASS
8 fonts (350 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

350 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 FCP 1.2 s LCP 1.8 shttps://cdn.aftonbladet.se/fonts/ABMonumentGroteskHeadline/ABMonumentGroteskHeadline-Bold750.woff2ABMonumentGroteskHeadli... https://cdn.aftonbladet.se/fonts/ABMonumentGroteskHeadline/ABMonumentGroteskHeadline-Bold750.woff2 — 54.5 KiB — 222 ms — font-display: swaphttps://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-Regular.woff2ABMonumentGrotesk-Regul... https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-Regular.woff2 — 46.5 KiB — 211 ms — font-display: swaphttps://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-Bold.woff2ABMonumentGrotesk-Bold.... https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-Bold.woff2 — 48.9 KiB — 220 ms — font-display: swaphttps://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-UltraItalic.woff2ABMonumentGrotesk-Ultra... https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-UltraItalic.woff2 — 56.6 KiB — 13 ms — font-display: swaphttps://fonts.gstatic.com/s/schibstedgrotesk/v3/Jqz55SSPQuCQF3t8uOwiUL-taUTtap9GayojdSFO.woff2Jqz55SSPQuCQF3t8uOwiUL-... https://fonts.gstatic.com/s/schibstedgrotesk/v3/Jqz55SSPQuCQF3t8uOwiUL-taUTtap9GayojdSFO.woff2 — 45.6 KiB — 34 ms — font-display: swaphttps://fonts.gstatic.com/s/schibstedgrotesk/v3/Jqz55SSPQuCQF3t8uOwiUL-taUTtap9GayojdSFO.woff2Jqz55SSPQuCQF3t8uOwiUL-... https://fonts.gstatic.com/s/schibstedgrotesk/v3/Jqz55SSPQuCQF3t8uOwiUL-taUTtap9GayojdSFO.woff2 — 0 B — 37 ms — font-display: swaphttps://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-BoldItalic.woff2ABMonumentGrotesk-BoldI... https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-BoldItalic.woff2 — 50.4 KiB — 9 ms — font-display: swaphttps://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-RegularItalic.woff2ABMonumentGrotesk-Regul... https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-RegularItalic.woff2 — 47.9 KiB — 12 ms — font-display: swap
ABMonumentGroteskHeadli... woff2 swap
Size 55 KB
Load time 222 ms
Start 747 ms
Risk FOUT — text flashes from fallback to web font
ABMonumentGrotesk-Regul... woff2 swap
Size 46 KB
Load time 211 ms
Start 748 ms
Risk FOUT — text flashes from fallback to web font
ABMonumentGrotesk-Bold.... woff2 swap
Size 49 KB
Load time 220 ms
Start 748 ms
Risk FOUT — text flashes from fallback to web font
ABMonumentGrotesk-Ultra... woff2 swap
Size 57 KB
Load time 13 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
Jqz55SSPQuCQF3t8uOwiUL-... woff2 swap
Size 46 KB
Load time 34 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
Jqz55SSPQuCQF3t8uOwiUL-... woff2 swap
Size 0 KB
Load time 37 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
ABMonumentGrotesk-BoldI... woff2 swap
Size 50 KB
Load time 9 ms
Start 3.0 s
Risk FOUT — text flashes from fallback to web font
ABMonumentGrotesk-Regul... woff2 swap
Size 48 KB
Load time 12 ms
Start 3.3 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
Network Waterfall
150 requests over 3295ms
INFO
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 1.8 shttps://aftonbladet.se// https://aftonbladet.se/ — 308 — 142 B — 705 ms — h2https://www.aftonbladet.se/www.aftonbladet.se/ https://www.aftonbladet.se/ — 200 — 58.5 KiB — 37 ms — h2https://cdn.aftonbladet.se/fonts/ABMonumentGroteskHeadline/ABMonumentGroteskHeadline-Bold750.woff2cdn.aftonbladet.se/fonts/ABMonument... https://cdn.aftonbladet.se/fonts/ABMonumentGroteskHeadline/ABMonumentGroteskHeadline-Bold750.woff2 — 200 — 54.5 KiB — 222 ms — h3https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-Regular.woff2cdn.aftonbladet.se/fonts/ABMonument... https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-Regular.woff2 — 200 — 46.5 KiB — 211 ms — h3https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-Bold.woff2cdn.aftonbladet.se/fonts/ABMonument... https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-Bold.woff2 — 200 — 48.9 KiB — 220 ms — h3https://adsdk.microsoft.com/ast/ast.jsadsdk.microsoft.com/ast/ast.js https://adsdk.microsoft.com/ast/ast.js — 200 — 52.4 KiB — 98 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/AccountStore.astro_astro_type_script_index_0_lang.DWtXTO_u.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/AccountStore.astro_astro_type_script_index_0_lang.DWtXTO_u.js — 200 — 850 B — 29 ms — h2https://cmp.aftonbladet.se/unified/wrapperMessagingWithoutDetection.jscmp.aftonbladet.se/unified/wrapperM... https://cmp.aftonbladet.se/unified/wrapperMessagingWithoutDetection.js — 200 — 40.4 KiB — 96 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/TCF.astro_astro_type_script_index_0_lang.BOkEoKc_.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/TCF.astro_astro_type_script_index_0_lang.BOkEoKc_.js — 200 — 840 B — 31 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/Sifo.astro_astro_type_script_index_0_lang.DIZFd7Hm.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/Sifo.astro_astro_type_script_index_0_lang.DIZFd7Hm.js — 200 — 1.3 KiB — 35 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/initTracking.astro_astro_type_script_index_0_lang.BkUvmhWx.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/initTracking.astro_astro_type_script_index_0_lang.BkUvmhWx.js — 200 — 10.1 KiB — 47 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/Head.astro_astro_type_script_index_0_lang.CFcRLbh7.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/Head.astro_astro_type_script_index_0_lang.CFcRLbh7.js — 200 — 1.6 KiB — 38 ms — h2https://cogwheel.inventory.schibsted.io/prod/latest/gdpr-bundle.jscogwheel.inventory.schibsted.io/pro... https://cogwheel.inventory.schibsted.io/prod/latest/gdpr-bundle.js — 200 — 7.6 KiB — 126 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/InitializeAdverts.astro_astro_type_script_index_0_lang.JmYRdtmm.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/InitializeAdverts.astro_astro_type_script_index_0_lang.JmYRdtmm.js — 200 — 40.6 KiB — 75 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/BlendStore.astro_astro_type_script_index_0_lang.D9JTMDQk.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/BlendStore.astro_astro_type_script_index_0_lang.D9JTMDQk.js — 200 — 1.5 KiB — 49 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/_type_.r-kDNqkX.csswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/_type_.r-kDNqkX.css — 200 — 6.8 KiB — 34 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/index.5QBf8544.csswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/index.5QBf8544.css — 200 — 5.7 KiB — 29 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/_type_.B4qsTV4n.csswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/_type_.B4qsTV4n.css — 200 — 8.6 KiB — 20 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/_type_.DpHbaZqd.csswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/_type_.DpHbaZqd.css — 200 — 7.1 KiB — 25 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/page.NAJ08nXy.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/page.NAJ08nXy.js — 200 — 890 B — 68 ms — h2https://cdn.aftonbladet.se/logotypes/external/symbols/schibsted-blue-symbol.svgcdn.aftonbladet.se/logotypes/extern... https://cdn.aftonbladet.se/logotypes/external/symbols/schibsted-blue-symbol.svg — 200 — 2.2 KiB — 199 ms — h3https://cdn.aftonbladet.se/logotypes/v2/web/aftonbladet-plus-symbol-default.svgcdn.aftonbladet.se/logotypes/v2/web... https://cdn.aftonbladet.se/logotypes/v2/web/aftonbladet-plus-symbol-default.svg — 200 — 999 B — 200 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/AutoLoginDialog.astro_astro_type_script_index_0_lang.ComrYTPD.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/AutoLoginDialog.astro_astro_type_script_index_0_lang.ComrYTPD.js — 200 — 981 B — 63 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/index.astro_astro_type_script_index_0_lang.eLKEUz9l.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/index.astro_astro_type_script_index_0_lang.eLKEUz9l.js — 200 — 738 B — 66 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/index.astro_astro_type_script_index_0_lang.DDzM1_Xm.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/index.astro_astro_type_script_index_0_lang.DDzM1_Xm.js — 200 — 958 B — 66 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/InitTesting.astro_astro_type_script_index_0_lang.sajtn5Bz.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/InitTesting.astro_astro_type_script_index_0_lang.sajtn5Bz.js — 200 — 1006 B — 66 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/InitializeVariator.astro_astro_type_script_index_0_lang.DzkXeA1W.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/InitializeVariator.astro_astro_type_script_index_0_lang.DzkXeA1W.js — 200 — 1.4 KiB — 66 ms — h3https://akamai.vgc.no/v2/images/8e863b94-ab94-3fcb-967d-ef809ac9f539?fit=crop&format=auto&w=720&s=d37ac718ecd19df1145da6173234c70e08eac3e0akamai.vgc.no/v2/images/8e863b94-ab... https://akamai.vgc.no/v2/images/8e863b94-ab94-3fcb-967d-ef809ac9f539?fit=crop&format=auto&w=720&s=d37ac718ecd19df1145da6173234c70e08eac3e0 — 200 — 35.9 KiB — 306 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/SmartFrameInner.astro_astro_type_script_index_0_lang.BpIcRQMx.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/SmartFrameInner.astro_astro_type_script_index_0_lang.BpIcRQMx.js — 200 — 1.0 KiB — 64 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/AutoLogin.astro_astro_type_script_index_0_lang.DR3KMuKM.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/AutoLogin.astro_astro_type_script_index_0_lang.DR3KMuKM.js — 200 — 619 B — 65 ms — h3
0 ms 1.0 s 2.0 s 3.0 s FCP 1.2 s LCP 1.8 shttps://aftonbladet.se// https://aftonbladet.se/ — 308 — 142 B — 705 ms — h2https://www.aftonbladet.se/www.aftonbladet.se/ https://www.aftonbladet.se/ — 200 — 58.5 KiB — 37 ms — h2https://cdn.aftonbladet.se/fonts/ABMonumentGroteskHeadline/ABMonumentGroteskHeadline-Bold750.woff2cdn.aftonbladet.se/fonts/ABMonument... https://cdn.aftonbladet.se/fonts/ABMonumentGroteskHeadline/ABMonumentGroteskHeadline-Bold750.woff2 — 200 — 54.5 KiB — 222 ms — h3https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-Regular.woff2cdn.aftonbladet.se/fonts/ABMonument... https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-Regular.woff2 — 200 — 46.5 KiB — 211 ms — h3https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-Bold.woff2cdn.aftonbladet.se/fonts/ABMonument... https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-Bold.woff2 — 200 — 48.9 KiB — 220 ms — h3https://adsdk.microsoft.com/ast/ast.jsadsdk.microsoft.com/ast/ast.js https://adsdk.microsoft.com/ast/ast.js — 200 — 52.4 KiB — 98 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/AccountStore.astro_astro_type_script_index_0_lang.DWtXTO_u.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/AccountStore.astro_astro_type_script_index_0_lang.DWtXTO_u.js — 200 — 850 B — 29 ms — h2https://cmp.aftonbladet.se/unified/wrapperMessagingWithoutDetection.jscmp.aftonbladet.se/unified/wrapperM... https://cmp.aftonbladet.se/unified/wrapperMessagingWithoutDetection.js — 200 — 40.4 KiB — 96 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/TCF.astro_astro_type_script_index_0_lang.BOkEoKc_.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/TCF.astro_astro_type_script_index_0_lang.BOkEoKc_.js — 200 — 840 B — 31 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/Sifo.astro_astro_type_script_index_0_lang.DIZFd7Hm.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/Sifo.astro_astro_type_script_index_0_lang.DIZFd7Hm.js — 200 — 1.3 KiB — 35 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/initTracking.astro_astro_type_script_index_0_lang.BkUvmhWx.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/initTracking.astro_astro_type_script_index_0_lang.BkUvmhWx.js — 200 — 10.1 KiB — 47 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/Head.astro_astro_type_script_index_0_lang.CFcRLbh7.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/Head.astro_astro_type_script_index_0_lang.CFcRLbh7.js — 200 — 1.6 KiB — 38 ms — h2https://cogwheel.inventory.schibsted.io/prod/latest/gdpr-bundle.jscogwheel.inventory.schibsted.io/pro... https://cogwheel.inventory.schibsted.io/prod/latest/gdpr-bundle.js — 200 — 7.6 KiB — 126 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/InitializeAdverts.astro_astro_type_script_index_0_lang.JmYRdtmm.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/InitializeAdverts.astro_astro_type_script_index_0_lang.JmYRdtmm.js — 200 — 40.6 KiB — 75 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/BlendStore.astro_astro_type_script_index_0_lang.D9JTMDQk.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/BlendStore.astro_astro_type_script_index_0_lang.D9JTMDQk.js — 200 — 1.5 KiB — 49 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/_type_.r-kDNqkX.csswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/_type_.r-kDNqkX.css — 200 — 6.8 KiB — 34 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/index.5QBf8544.csswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/index.5QBf8544.css — 200 — 5.7 KiB — 29 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/_type_.B4qsTV4n.csswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/_type_.B4qsTV4n.css — 200 — 8.6 KiB — 20 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/_type_.DpHbaZqd.csswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/_type_.DpHbaZqd.css — 200 — 7.1 KiB — 25 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/page.NAJ08nXy.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/page.NAJ08nXy.js — 200 — 890 B — 68 ms — h2https://cdn.aftonbladet.se/logotypes/external/symbols/schibsted-blue-symbol.svgcdn.aftonbladet.se/logotypes/extern... https://cdn.aftonbladet.se/logotypes/external/symbols/schibsted-blue-symbol.svg — 200 — 2.2 KiB — 199 ms — h3https://cdn.aftonbladet.se/logotypes/v2/web/aftonbladet-plus-symbol-default.svgcdn.aftonbladet.se/logotypes/v2/web... https://cdn.aftonbladet.se/logotypes/v2/web/aftonbladet-plus-symbol-default.svg — 200 — 999 B — 200 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/AutoLoginDialog.astro_astro_type_script_index_0_lang.ComrYTPD.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/AutoLoginDialog.astro_astro_type_script_index_0_lang.ComrYTPD.js — 200 — 981 B — 63 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/index.astro_astro_type_script_index_0_lang.eLKEUz9l.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/index.astro_astro_type_script_index_0_lang.eLKEUz9l.js — 200 — 738 B — 66 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/index.astro_astro_type_script_index_0_lang.DDzM1_Xm.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/index.astro_astro_type_script_index_0_lang.DDzM1_Xm.js — 200 — 958 B — 66 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/InitTesting.astro_astro_type_script_index_0_lang.sajtn5Bz.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/InitTesting.astro_astro_type_script_index_0_lang.sajtn5Bz.js — 200 — 1006 B — 66 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/InitializeVariator.astro_astro_type_script_index_0_lang.DzkXeA1W.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/InitializeVariator.astro_astro_type_script_index_0_lang.DzkXeA1W.js — 200 — 1.4 KiB — 66 ms — h3https://akamai.vgc.no/v2/images/8e863b94-ab94-3fcb-967d-ef809ac9f539?fit=crop&format=auto&w=720&s=d37ac718ecd19df1145da6173234c70e08eac3e0akamai.vgc.no/v2/images/8e863b94-ab... https://akamai.vgc.no/v2/images/8e863b94-ab94-3fcb-967d-ef809ac9f539?fit=crop&format=auto&w=720&s=d37ac718ecd19df1145da6173234c70e08eac3e0 — 200 — 35.9 KiB — 306 ms — h2https://www.aftonbladet.se/front-page-assets/_astro/SmartFrameInner.astro_astro_type_script_index_0_lang.BpIcRQMx.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/SmartFrameInner.astro_astro_type_script_index_0_lang.BpIcRQMx.js — 200 — 1.0 KiB — 64 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/AutoLogin.astro_astro_type_script_index_0_lang.DR3KMuKM.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/AutoLogin.astro_astro_type_script_index_0_lang.DR3KMuKM.js — 200 — 619 B — 65 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/Performance.astro_astro_type_script_index_0_lang.BlL0WCts.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/Performance.astro_astro_type_script_index_0_lang.BlL0WCts.js — 200 — 1.2 KiB — 64 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/Iterate.astro_astro_type_script_index_0_lang.B7q1SS1a.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/Iterate.astro_astro_type_script_index_0_lang.B7q1SS1a.js — 200 — 1.3 KiB — 64 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/SchibstedDataController.astro_astro_type_script_index_0_lang.B2uCJDiD.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/SchibstedDataController.astro_astro_type_script_index_0_lang.B2uCJDiD.js — 200 — 832 B — 63 ms — h3https://cdn.aftonbladet.se/logotypes/external/symbols/svd-symbol.svgcdn.aftonbladet.se/logotypes/extern... https://cdn.aftonbladet.se/logotypes/external/symbols/svd-symbol.svg — 200 — 964 B — 165 ms — h3https://esm.schibsted.tech/@schibsted/dark-modeesm.schibsted.tech/@schibsted/dark-... https://esm.schibsted.tech/@schibsted/dark-mode — 200 — 537 B — 24 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAAAXNSR0IArs4c6QAAAtZJREFUeAHd3…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAAAXNSR0IArs4c6QAAAtZJREFUeAHd3… — 200 — 0 B — 0 ms — datadata:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAYAAACPZlfNAAAAAXNSR0IArs4c6QAACT5JREFUeAHtn…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAYAAACPZlfNAAAAAXNSR0IArs4c6QAACT5JREFUeAHtn… — 200 — 0 B — 0 ms — datahttps://esm.schibsted.tech/@schibsted/nanostores-accountesm.schibsted.tech/@schibsted/nanos... https://esm.schibsted.tech/@schibsted/nanostores-account — 200 — 607 B — 16 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/strings.SmObNAkW.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/strings.SmObNAkW.js — 200 — 690 B — 25 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/consents.C8hkfbVq.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/consents.C8hkfbVq.js — 200 — 7.5 KiB — 25 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/stores.bUhZGCJL.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/stores.bUhZGCJL.js — 200 — 759 B — 26 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/index.JgRAiT7m.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/index.JgRAiT7m.js — 200 — 984 B — 14 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/Tracker.D5zniGIn.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/Tracker.D5zniGIn.js — 200 — 35.3 KiB — 39 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/browser.BOzyaLkD.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/browser.BOzyaLkD.js — 200 — 2.5 KiB — 24 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/stringify.D92ucQ0I.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/stringify.D92ucQ0I.js — 200 — 766 B — 38 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/_commonjsHelpers._d1bhYXs.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/_commonjsHelpers._d1bhYXs.js — 200 — 1.2 KiB — 25 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/logger.Cq53scsl.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/logger.Cq53scsl.js — 200 — 3.6 KiB — 24 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/preload-helper.Ct5FWWRu.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/preload-helper.Ct5FWWRu.js — 200 — 1.1 KiB — 37 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/store.CUUub7Ic.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/store.CUUub7Ic.js — 200 — 4.5 KiB — 37 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/RenderReactComponent.BX_woYaO.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/RenderReactComponent.BX_woYaO.js — 200 — 36.7 KiB — 25 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/PreviewVideoElement.Cer_pqoK.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/PreviewVideoElement.Cer_pqoK.js — 200 — 1.5 KiB — 19 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/SVPlayerElement.DcH0OSv3.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/SVPlayerElement.DcH0OSv3.js — 200 — 1.4 KiB — 21 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/getPulseTracker.HI_L2A3U.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/getPulseTracker.HI_L2A3U.js — 200 — 1.1 KiB — 13 ms — h3https://esm.schibsted.tech/@sentry/astro@10.46.0esm.schibsted.tech/@sentry/astro@10... https://esm.schibsted.tech/@sentry/astro@10.46.0 — 200 — 589 B — 10 ms — h3https://esm.schibsted.tech/react@19.2.3/es2020/jsx-runtime.mjsesm.schibsted.tech/react@19.2.3/es2... https://esm.schibsted.tech/react@19.2.3/es2020/jsx-runtime.mjs — 200 — 1.2 KiB — 20 ms — h3https://esm.schibsted.tech/@schibsted/dark-mode@0.0.14/es2022/dark-mode.mjsesm.schibsted.tech/@schibsted/dark-... https://esm.schibsted.tech/@schibsted/dark-mode@0.0.14/es2022/dark-mode.mjs — 200 — 1.5 KiB — 20 ms — h3https://esm.schibsted.tech/@schibsted/account-sdk-browser@%5E5.2.6?target=es2022esm.schibsted.tech/@schibsted/accou... https://esm.schibsted.tech/@schibsted/account-sdk-browser@%5E5.2.6?target=es2022 — 200 — 590 B — 19 ms — h3https://esm.schibsted.tech/nanostores@%5E1.0.1?target=es2022esm.schibsted.tech/nanostores@%5E1.... https://esm.schibsted.tech/nanostores@%5E1.0.1?target=es2022 — 200 — 514 B — 19 ms — h3https://esm.schibsted.tech/@schibsted/nanostores-account@0.1.5/es2022/nanostores-account.mjsesm.schibsted.tech/@schibsted/nanos... https://esm.schibsted.tech/@schibsted/nanostores-account@0.1.5/es2022/nanostores-account.mjs — 200 — 4.2 KiB — 20 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/smart-frame.BlRpaQ5E.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/smart-frame.BlRpaQ5E.js — 200 — 4.0 KiB — 9 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/throttle.DxThUtLL.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/throttle.DxThUtLL.js — 200 — 1.4 KiB — 17 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/_baseGetTag.BLIIGq-n.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/_baseGetTag.BLIIGq-n.js — 200 — 976 B — 20 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/isSymbol.CteEr-GV.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/isSymbol.CteEr-GV.js — 200 — 707 B — 16 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/isObjectLike.C7JpnsWk.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/isObjectLike.C7JpnsWk.js — 200 — 574 B — 18 ms — h3https://cdn.aftonbladet.se/logotypes/external/symbols/omni-symbol.svgcdn.aftonbladet.se/logotypes/extern... https://cdn.aftonbladet.se/logotypes/external/symbols/omni-symbol.svg — 200 — 880 B — 11 ms — h3https://cdn.aftonbladet.se/logotypes/external/symbols/podme-symbol.svgcdn.aftonbladet.se/logotypes/extern... https://cdn.aftonbladet.se/logotypes/external/symbols/podme-symbol.svg — 200 — 1.5 KiB — 12 ms — h3https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-UltraItalic.woff2cdn.aftonbladet.se/fonts/ABMonument... https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-UltraItalic.woff2 — 200 — 56.6 KiB — 13 ms — h3https://cdn.aftonbladet.se/logotypes/v2/web/header/logo-aftonbladet-default.svgcdn.aftonbladet.se/logotypes/v2/web... https://cdn.aftonbladet.se/logotypes/v2/web/header/logo-aftonbladet-default.svg — 200 — 1.7 KiB — 16 ms — h3https://akamai.vgc.no/v2/images/638801b2-8524-3c6f-83a3-ead1a8c1288e?fit=crop&format=auto&w=720&s=9a4759555980b6c2c203e14e0538e799854f242bakamai.vgc.no/v2/images/638801b2-85... https://akamai.vgc.no/v2/images/638801b2-8524-3c6f-83a3-ead1a8c1288e?fit=crop&format=auto&w=720&s=9a4759555980b6c2c203e14e0538e799854f242b — 200 — 37.4 KiB — 12 ms — h2https://akamai.vgc.no/v2/images/8e2a025f-b832-3972-b917-3924c9ee3aca?fit=crop&format=auto&w=100&s=e0f837280c0a701b008936ffb158acb479b00806akamai.vgc.no/v2/images/8e2a025f-b8... https://akamai.vgc.no/v2/images/8e2a025f-b832-3972-b917-3924c9ee3aca?fit=crop&format=auto&w=100&s=e0f837280c0a701b008936ffb158acb479b00806 — 200 — 3.4 KiB — 8 ms — h2https://esm.schibsted.tech/@sentry/browser@10.46.0/es2022/browser.mjsesm.schibsted.tech/@sentry/browser@... https://esm.schibsted.tech/@sentry/browser@10.46.0/es2022/browser.mjs — 200 — 33.0 KiB — 31 ms — h3https://esm.schibsted.tech/@sentry/core@10.46.0/es2022/core.mjsesm.schibsted.tech/@sentry/core@10.... https://esm.schibsted.tech/@sentry/core@10.46.0/es2022/core.mjs — 200 — 85.7 KiB — 39 ms — h3https://esm.schibsted.tech/@sentry/astro@10.46.0/es2022/astro.mjsesm.schibsted.tech/@sentry/astro@10... https://esm.schibsted.tech/@sentry/astro@10.46.0/es2022/astro.mjs — 200 — 1.2 KiB — 21 ms — h3https://esm.schibsted.tech/tiny-emitter@%5E2.1.0?target=es2022esm.schibsted.tech/tiny-emitter@%5E... https://esm.schibsted.tech/tiny-emitter@%5E2.1.0?target=es2022 — 200 — 531 B — 27 ms — h3https://esm.schibsted.tech/@schibsted/account-sdk-browser@5.2.6/es2022/account-sdk-browser.mjsesm.schibsted.tech/@schibsted/accou... https://esm.schibsted.tech/@schibsted/account-sdk-browser@5.2.6/es2022/account-sdk-browser.mjs — 200 — 8.0 KiB — 36 ms — h3https://esm.schibsted.tech/nanostores@1.3.0/es2022/nanostores.mjsesm.schibsted.tech/nanostores@1.3.0... https://esm.schibsted.tech/nanostores@1.3.0/es2022/nanostores.mjs — 200 — 2.5 KiB — 21 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/video.B6fFU5uf.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/video.B6fFU5uf.js — 200 — 3.0 KiB — 20 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/client.DzMX8Dd1.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/client.DzMX8Dd1.js — 200 — 1.3 KiB — 18 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/BottomBar.CR6IlZ3p.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/BottomBar.CR6IlZ3p.js — 200 — 17.9 KiB — 15 ms — h3https://akamai.vgc.no/v2/images/d20b6680-2483-4889-a8b8-81304882de15?fit=crop&format=auto&w=720&s=e1a330de4ec7624b77f9fffaa1aec8901ad0ff94akamai.vgc.no/v2/images/d20b6680-24... https://akamai.vgc.no/v2/images/d20b6680-2483-4889-a8b8-81304882de15?fit=crop&format=auto&w=720&s=e1a330de4ec7624b77f9fffaa1aec8901ad0ff94 — 200 — 49.0 KiB — 18 ms — h3https://akamai.vgc.no/v2/images/cdbd0e96-47d4-33e6-afd6-36d7ceb53cbd?fit=crop&format=auto&w=200&s=88fb29287ccf022c0fa76f33a5ac3cef6ae850edakamai.vgc.no/v2/images/cdbd0e96-47... https://akamai.vgc.no/v2/images/cdbd0e96-47d4-33e6-afd6-36d7ceb53cbd?fit=crop&format=auto&w=200&s=88fb29287ccf022c0fa76f33a5ac3cef6ae850ed — 200 — 3.6 KiB — 43 ms — h3https://akamai.vgc.no/v2/images/f592f4c0-6bf9-3ed1-b106-51a78c11a52b?fit=crop&format=auto&w=200&s=6c3b7cb5d583e0bc9e7579f063eae7df56c45851akamai.vgc.no/v2/images/f592f4c0-6b... https://akamai.vgc.no/v2/images/f592f4c0-6bf9-3ed1-b106-51a78c11a52b?fit=crop&format=auto&w=200&s=6c3b7cb5d583e0bc9e7579f063eae7df56c45851 — 200 — 8.1 KiB — 34 ms — h3https://akamai.vgc.no/v2/images/eeb6639c-1bcd-38cc-8359-e267e955c0b4?fit=crop&format=auto&w=200&s=7bd82255d4ec1354eb1fef1dc6c249e003b4b338akamai.vgc.no/v2/images/eeb6639c-1b... https://akamai.vgc.no/v2/images/eeb6639c-1bcd-38cc-8359-e267e955c0b4?fit=crop&format=auto&w=200&s=7bd82255d4ec1354eb1fef1dc6c249e003b4b338 — 200 — 8.4 KiB — 45 ms — h3https://akamai.vgc.no/v2/images/83764be3-d5d1-386a-8e07-118da37806b3?fit=crop&format=auto&w=200&s=6ba9c453f5d37702f726e8b95b3bab6aa92932cdakamai.vgc.no/v2/images/83764be3-d5... https://akamai.vgc.no/v2/images/83764be3-d5d1-386a-8e07-118da37806b3?fit=crop&format=auto&w=200&s=6ba9c453f5d37702f726e8b95b3bab6aa92932cd — 200 — 4.5 KiB — 247 ms — h3https://akamai.vgc.no/v2/images/638ff5ea-62fd-3614-8f42-60e892835ecd?fit=crop&format=auto&w=200&s=a1cd77b60c4c96e7c2973366271d54ea8e055520akamai.vgc.no/v2/images/638ff5ea-62... https://akamai.vgc.no/v2/images/638ff5ea-62fd-3614-8f42-60e892835ecd?fit=crop&format=auto&w=200&s=a1cd77b60c4c96e7c2973366271d54ea8e055520 — 200 — 6.0 KiB — 605 ms — h3https://mediacdn.prenly.com/api/image/etidning.aftonbladet.se/941/latest-issuemediacdn.prenly.com/api/image/etidn... https://mediacdn.prenly.com/api/image/etidning.aftonbladet.se/941/latest-issue — 200 — 204.2 KiB — 172 ms — h2https://akamai.vgc.no/v2/images/5800a756-6904-33ea-8017-c0a83706fe86?fit=crop&format=auto&w=200&s=4bcbcfe3e8eb1dfdf766d31dec447ef3ac49868cakamai.vgc.no/v2/images/5800a756-69... https://akamai.vgc.no/v2/images/5800a756-6904-33ea-8017-c0a83706fe86?fit=crop&format=auto&w=200&s=4bcbcfe3e8eb1dfdf766d31dec447ef3ac49868c — 200 — 2.8 KiB — 32 ms — h3https://akamai.vgc.no/v2/images/9759ed0f-5166-33fc-920c-0305917cd5e2?fit=crop&format=auto&w=200&s=876e41e4c655c1b75269e81b9ebbdd2b74e2b2b7akamai.vgc.no/v2/images/9759ed0f-51... https://akamai.vgc.no/v2/images/9759ed0f-5166-33fc-920c-0305917cd5e2?fit=crop&format=auto&w=200&s=876e41e4c655c1b75269e81b9ebbdd2b74e2b2b7 — 200 — 4.8 KiB — 69 ms — h3https://akamai.vgc.no/v2/images/da22cf0d-ff9b-3715-8a2e-b895b28a7f00?fit=crop&format=auto&w=200&s=5ef4a8c3d1f7c634b9cca6e86a5ed58ba83474aaakamai.vgc.no/v2/images/da22cf0d-ff... https://akamai.vgc.no/v2/images/da22cf0d-ff9b-3715-8a2e-b895b28a7f00?fit=crop&format=auto&w=200&s=5ef4a8c3d1f7c634b9cca6e86a5ed58ba83474aa — 200 — 6.0 KiB — 32 ms — h3https://akamai.vgc.no/v2/images/c6f6f9bc-4f3f-3888-ab41-8788094136a1?fit=crop&format=auto&w=200&s=ae5672c225a07e25e45691f7a2caf43426d6f260akamai.vgc.no/v2/images/c6f6f9bc-4f... https://akamai.vgc.no/v2/images/c6f6f9bc-4f3f-3888-ab41-8788094136a1?fit=crop&format=auto&w=200&s=ae5672c225a07e25e45691f7a2caf43426d6f260 — 200 — 7.0 KiB — 42 ms — h3https://akamai.vgc.no/v2/images/9d60fbfb-5c0e-3e08-9f17-dca3a9837ab6?fit=crop&format=auto&w=200&s=6d43bc9aa4ae5769dce9976d00e61b2904781a0cakamai.vgc.no/v2/images/9d60fbfb-5c... https://akamai.vgc.no/v2/images/9d60fbfb-5c0e-3e08-9f17-dca3a9837ab6?fit=crop&format=auto&w=200&s=6d43bc9aa4ae5769dce9976d00e61b2904781a0c — 200 — 9.4 KiB — 218 ms — h3https://akamai.vgc.no/v2/images/d3e04fe6-33dc-4cc1-80ae-b02ce0b84623?fit=crop&format=auto&w=720&s=d21cd2275fc92a4f52a573e9633a682ce75f3d88akamai.vgc.no/v2/images/d3e04fe6-33... https://akamai.vgc.no/v2/images/d3e04fe6-33dc-4cc1-80ae-b02ce0b84623?fit=crop&format=auto&w=720&s=d21cd2275fc92a4f52a573e9633a682ce75f3d88 — 200 — 12.0 KiB — 51 ms — h3https://esm.schibsted.tech/@schibsted/data-controller@6.0.0/es2020/data-controller.mjsesm.schibsted.tech/@schibsted/data-... https://esm.schibsted.tech/@schibsted/data-controller@6.0.0/es2020/data-controller.mjs — 200 — 6.2 KiB — 56 ms — h3https://esm.schibsted.tech/tiny-emitter@2.1.0/es2022/tiny-emitter.mjsesm.schibsted.tech/tiny-emitter@2.1... https://esm.schibsted.tech/tiny-emitter@2.1.0/es2022/tiny-emitter.mjs — 200 — 1.1 KiB — 47 ms — h3https://esm.schibsted.tech/@sentry-internal/feedback@10.46.0/es2022/feedback.mjsesm.schibsted.tech/@sentry-internal... https://esm.schibsted.tech/@sentry-internal/feedback@10.46.0/es2022/feedback.mjs — 200 — 22.9 KiB — 47 ms — h3https://esm.schibsted.tech/@sentry-internal/browser-utils@10.46.0/es2022/browser-utils.mjsesm.schibsted.tech/@sentry-internal... https://esm.schibsted.tech/@sentry-internal/browser-utils@10.46.0/es2022/browser-utils.mjs — 200 — 13.0 KiB — 47 ms — h3https://esm.schibsted.tech/@sentry-internal/replay@10.46.0/es2022/replay.mjsesm.schibsted.tech/@sentry-internal... https://esm.schibsted.tech/@sentry-internal/replay@10.46.0/es2022/replay.mjs — 200 — 53.1 KiB — 60 ms — h3https://esm.schibsted.tech/@sentry-internal/replay-canvas@10.46.0/es2022/replay-canvas.mjsesm.schibsted.tech/@sentry-internal... https://esm.schibsted.tech/@sentry-internal/replay-canvas@10.46.0/es2022/replay-canvas.mjs — 200 — 6.4 KiB — 48 ms — h3https://esm.schibsted.tech/react@19.2.3/es2020/react.mjsesm.schibsted.tech/react@19.2.3/es2... https://esm.schibsted.tech/react@19.2.3/es2020/react.mjs — 200 — 4.4 KiB — 57 ms — h3https://esm.schibsted.tech/react-dom@19.2.3/es2020/client.mjsesm.schibsted.tech/react-dom@19.2.3... https://esm.schibsted.tech/react-dom@19.2.3/es2020/client.mjs — 200 — 64.7 KiB — 59 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/_type_.60980186.s_O1J5es.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/_type_.60980186.s_O1J5es.js — 200 — 2.1 KiB — 47 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/classnames.DU2mdzqq.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/classnames.DU2mdzqq.js — 200 — 777 B — 47 ms — h3https://esm.schibsted.tech/node/process.mjsesm.schibsted.tech/node/process.mjs https://esm.schibsted.tech/node/process.mjs — 200 — 3.8 KiB — 56 ms — h3https://id.aftonbladet.se/v2/session?client_sdrn=sdrn%3Aschibsted.com%3Aclient%3A5e4e6b8dba2d9d68e7f1ccdc&redirect_uri=https%3A%2F%2Fwww.aftonbladet.se%2Fcallback&sdk_version=5.2.6&tabId=44222id.aftonbladet.se/v2/session?client... https://id.aftonbladet.se/v2/session?client_sdrn=sdrn%3Aschibsted.com%3Aclient%3A5e4e6b8dba2d9d68e7f1ccdc&redirect_uri=https%3A%2F%2Fwww.aftonbladet.se%2Fcallback&sdk_version=5.2.6&tabId=44222 — 400 — 591 B — 150 ms — http/1.1https://sdkconfig.pulse.schibsted.io/js/config.jsonsdkconfig.pulse.schibsted.io/js/con... https://sdkconfig.pulse.schibsted.io/js/config.json — 200 — 735 B — 78 ms — h2https://esm.schibsted.tech/node/events.mjsesm.schibsted.tech/node/events.mjs https://esm.schibsted.tech/node/events.mjs — 200 — 5.0 KiB — 13 ms — h3https://esm.schibsted.tech/node/tty.mjsesm.schibsted.tech/node/tty.mjs https://esm.schibsted.tech/node/tty.mjs — 200 — 705 B — 11 ms — h3https://esm.schibsted.tech/scheduler@%5E0.27.0?target=es2020esm.schibsted.tech/scheduler@%5E0.2... https://esm.schibsted.tech/scheduler@%5E0.27.0?target=es2020 — 200 — 533 B — 14 ms — h3https://esm.schibsted.tech/react-dom@19.2.3/es2020/react-dom.mjsesm.schibsted.tech/react-dom@19.2.3... https://esm.schibsted.tech/react-dom@19.2.3/es2020/react-dom.mjs — 200 — 2.6 KiB — 14 ms — h3https://esm.schibsted.tech/node/async_hooks.mjsesm.schibsted.tech/node/async_hooks... https://esm.schibsted.tech/node/async_hooks.mjs — 200 — 1.8 KiB — 11 ms — h3https://esm.schibsted.tech/scheduler@0.27.0/es2020/scheduler.mjsesm.schibsted.tech/scheduler@0.27.0... https://esm.schibsted.tech/scheduler@0.27.0/es2020/scheduler.mjs — 200 — 2.7 KiB — 9 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/index.DcBe9zHZ.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/index.DcBe9zHZ.js — 200 — 3.0 KiB — 8 ms — h3https://platform.iteratehq.com/loader.jsplatform.iteratehq.com/loader.js https://platform.iteratehq.com/loader.js — 200 — 917 B — 51 ms — h2https://session-service.login.schibsted.com/user-context?client_sdrn=sdrn%3Aschibsted.com%3Aclient%3A5e4e6b8dba2d9d68e7f1ccdc&sdk_version=5.2.6session-service.login.schibsted.com... https://session-service.login.schibsted.com/user-context?client_sdrn=sdrn%3Aschibsted.com%3Aclient%3A5e4e6b8dba2d9d68e7f1ccdc&sdk_version=5.2.6 — 400 — 523 B — 462 ms — http/1.1https://cm.aftonbladet.se/v3/ab/coreheader?requestUrl=https%3A%2F%2Fwww.aftonbladet.se%2F%2Fcm.aftonbladet.se/v3/ab/coreheader?... https://cm.aftonbladet.se/v3/ab/coreheader?requestUrl=https%3A%2F%2Fwww.aftonbladet.se%2F%2F — 200 — 583 B — 184 ms — h2https://ads.inventory.schibsted.io/ad-service/ad-banner-sponsor-advertisement/ad.jsads.inventory.schibsted.io/ad-servi... https://ads.inventory.schibsted.io/ad-service/ad-banner-sponsor-advertisement/ad.js — 200 — 640 B — 27 ms — http/1.1https://www.aftonbladet.se/front-page-api/components/curate?contexts=frontpage&subscriber=false&userType=anonymouswww.aftonbladet.se/front-page-api/c... https://www.aftonbladet.se/front-page-api/components/curate?contexts=frontpage&subscriber=false&userType=anonymous — 200 — 31.5 KiB — 713 ms — h3https://www.aftonbladet.se/front-page-api/components/coco?section=ettan&placements=Strategic%20Box%204,PLUS%20Box%202,Shop%20Box%201,PLUS%20Box%203,Feature%20Box%201,Wellobe%201,Podcasts,Wellobe%201%20or%20dynamic&userType=anonymouswww.aftonbladet.se/front-page-api/c... https://www.aftonbladet.se/front-page-api/components/coco?section=ettan&placements=Strategic%20Box%204,PLUS%20Box%202,Shop%20Box%201,PLUS%20Box%203,Feature%20Box%201,Wellobe%201,Podcasts,Wellobe%201%20or%20dynamic&userType=anonymous — 200 — 70.5 KiB — 1.4 s — h3https://cmp.aftonbladet.se/unified/4.40.1/custom.14dc688b28a73d75ffa6.bundle.jscmp.aftonbladet.se/unified/4.40.1/c... https://cmp.aftonbladet.se/unified/4.40.1/custom.14dc688b28a73d75ffa6.bundle.js — 200 — 3.2 KiB — 9 ms — h2https://cmp.aftonbladet.se/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.jscmp.aftonbladet.se/unified/4.40.1/g... https://cmp.aftonbladet.se/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js — 200 — 29.4 KiB — 13 ms — h2https://cmp.aftonbladet.se/wrapper/v2/meta-data?hasCsp=true&accountId=1047&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%7D&propertyId=4595&scriptVersion=4.40.1&scriptType=unifiedcmp.aftonbladet.se/wrapper/v2/meta-... https://cmp.aftonbladet.se/wrapper/v2/meta-data?hasCsp=true&accountId=1047&env=prod&metadata=%7B%22gdpr%22%3A%7B%7D%7D&propertyId=4595&scriptVersion=4.40.1&scriptType=unified — 200 — 766 B — 17 ms — h2https://www.aftonbladet.se/web-assets/favicon-de78e6d8/favicon.icowww.aftonbladet.se/web-assets/favic... https://www.aftonbladet.se/web-assets/favicon-de78e6d8/favicon.ico — 200 — 33.0 KiB — 11 ms — h3https://platform.iteratehq.com/match-prod-67d8f1bd8a59a394cfc1.jsplatform.iteratehq.com/match-prod-6... https://platform.iteratehq.com/match-prod-67d8f1bd8a59a394cfc1.js — 200 — 25.5 KiB — 23 ms — h2https://cmp.aftonbladet.se/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1047%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22custom%22%3A%7B%22targetingParams%22%3A%7B%7D%7D%2C%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcmp.aftonbladet.se%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.aftonbladet.se%2F%22%2C%22propertyId%22%3A4595%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=51108265051108265055a6&scriptVersion=4.40.1&scriptType=unifiedcmp.aftonbladet.se/wrapper/v2/messa... https://cmp.aftonbladet.se/wrapper/v2/messages?hasCsp=true&env=prod&body=%7B%22accountId%22%3A1047%2C%22campaignEnv%22%3A%22prod%22%2C%22campaigns%22%3A%7B%22custom%22%3A%7B%22targetingParams%22%3A%7B%7D%7D%2C%22gdpr%22%3A%7B%22consentStatus%22%3A%7B%7D%2C%22targetingParams%22%3A%7B%7D%7D%7D%2C%22clientMMSOrigin%22%3A%22https%3A%2F%2Fcmp.aftonbladet.se%22%2C%22hasCSP%22%3Atrue%2C%22includeData%22%3A%7B%22localState%22%3A%7B%22type%22%3A%22string%22%7D%2C%22actions%22%3A%7B%22type%22%3A%22RecordString%22%7D%2C%22cookies%22%3A%7B%22type%22%3A%22RecordString%22%7D%7D%2C%22propertyHref%22%3A%22https%3A%2F%2Fwww.aftonbladet.se%2F%22%2C%22propertyId%22%3A4595%7D&localState=null&metadata=%7B%22gdpr%22%3A%7B%22applies%22%3Atrue%7D%7D&nonKeyedLocalState=null&ch=51108265051108265055a6&scriptVersion=4.40.1&scriptType=unified — 200 — 10.2 KiB — 8 ms — h2https://cmp.aftonbladet.se/index.html?hasCsp=true&message_id=1457667&consentUUID=null&consent_origin=https%3A%2F%2Fcmp.aftonbladet.se%2Fconsent%2Ftcfv2&preload_message=true&version=v1&consentLanguage=svcmp.aftonbladet.se/index.html?hasCs... https://cmp.aftonbladet.se/index.html?hasCsp=true&message_id=1457667&consentUUID=null&consent_origin=https%3A%2F%2Fcmp.aftonbladet.se%2Fconsent%2Ftcfv2&preload_message=true&version=v1&consentLanguage=sv — 200 — 2.2 KiB — 8 ms — h2https://iteratehq.com/api/v1/surveys/embediteratehq.com/api/v1/surveys/embed https://iteratehq.com/api/v1/surveys/embed — 200 — 0 B — 105 ms — h2https://cmp.aftonbladet.se/Notice.30929.csscmp.aftonbladet.se/Notice.30929.css https://cmp.aftonbladet.se/Notice.30929.css — 200 — 6.7 KiB — 12 ms — h2https://cmp.aftonbladet.se/polyfills.01516.jscmp.aftonbladet.se/polyfills.01516.... https://cmp.aftonbladet.se/polyfills.01516.js — 200 — 2.3 KiB — 16 ms — h2https://cmp.aftonbladet.se/Notice.8f529.jscmp.aftonbladet.se/Notice.8f529.js https://cmp.aftonbladet.se/Notice.8f529.js — 200 — 91.3 KiB — 25 ms — h2https://iteratehq.com/api/v1/surveys/embediteratehq.com/api/v1/surveys/embed https://iteratehq.com/api/v1/surveys/embed — 200 — 543 B — 98 ms — h2https://cmp.aftonbladet.se/consent/tcfv2/vendor-list/categories?siteId=4595cmp.aftonbladet.se/consent/tcfv2/ve... https://cmp.aftonbladet.se/consent/tcfv2/vendor-list/categories?siteId=4595 — 200 — 1.3 KiB — 9 ms — h2https://cmp.aftonbladet.se/consent/tcfv2/vendor-list/categories?siteId=4595&consentLanguage=svcmp.aftonbladet.se/consent/tcfv2/ve... https://cmp.aftonbladet.se/consent/tcfv2/vendor-list/categories?siteId=4595&consentLanguage=sv — 200 — 1.4 KiB — 9 ms — h2https://static.privacy.schibsted.com/cmp/brands/Aftonbladet.svgstatic.privacy.schibsted.com/cmp/br... https://static.privacy.schibsted.com/cmp/brands/Aftonbladet.svg — 200 — 952 B — 34 ms — h2https://static.privacy.schibsted.com/cmp/schibsted_logo_primary_20231017.svgstatic.privacy.schibsted.com/cmp/sc... https://static.privacy.schibsted.com/cmp/schibsted_logo_primary_20231017.svg — 200 — 3.2 KiB — 31 ms — h2https://static.privacy.schibsted.com/cmp/chevron_down_20231017.svgstatic.privacy.schibsted.com/cmp/ch... https://static.privacy.schibsted.com/cmp/chevron_down_20231017.svg — 200 — 1.0 KiB — 7 ms — h2https://fonts.gstatic.com/s/schibstedgrotesk/v3/Jqz55SSPQuCQF3t8uOwiUL-taUTtap9GayojdSFO.woff2fonts.gstatic.com/s/schibstedgrotes... https://fonts.gstatic.com/s/schibstedgrotesk/v3/Jqz55SSPQuCQF3t8uOwiUL-taUTtap9GayojdSFO.woff2 — 200 — 45.6 KiB — 34 ms — h3https://fonts.gstatic.com/s/schibstedgrotesk/v3/Jqz55SSPQuCQF3t8uOwiUL-taUTtap9GayojdSFO.woff2fonts.gstatic.com/s/schibstedgrotes... https://fonts.gstatic.com/s/schibstedgrotesk/v3/Jqz55SSPQuCQF3t8uOwiUL-taUTtap9GayojdSFO.woff2 — 200 — 0 B — 37 ms — h3https://www.aftonbladet.se/front-page-assets/_astro/Carousel.BXfxg0r3.jswww.aftonbladet.se/front-page-asset... https://www.aftonbladet.se/front-page-assets/_astro/Carousel.BXfxg0r3.js — 200 — 1.6 KiB — 8 ms — h3https://www.aftonbladet.se/front-page-api/components/bundle?content=article:ArR2mz&src=topwww.aftonbladet.se/front-page-api/c... https://www.aftonbladet.se/front-page-api/components/bundle?content=article:ArR2mz&src=top — 200 — 3.2 KiB — 30 ms — h3https://www.aftonbladet.se/front-page-api/components/bundle?content=article:3p1LLP&src=plusbmanwww.aftonbladet.se/front-page-api/c... https://www.aftonbladet.se/front-page-api/components/bundle?content=article:3p1LLP&src=plusbman — 200 — 2.2 KiB — 10 ms — h3https://www.aftonbladet.se/front-page-api/components/bundle?content=article:K8LBm7,article:Pdv9pJ&src=topwww.aftonbladet.se/front-page-api/c... https://www.aftonbladet.se/front-page-api/components/bundle?content=article:K8LBm7,article:Pdv9pJ&src=top — 200 — 4.8 KiB — 10 ms — h3https://www.aftonbladet.se/front-page-api/components/bundle?content=article:lnKpX3&src=topwww.aftonbladet.se/front-page-api/c... https://www.aftonbladet.se/front-page-api/components/bundle?content=article:lnKpX3&src=top — 200 — 2.8 KiB — 8 ms — h3https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-BoldItalic.woff2cdn.aftonbladet.se/fonts/ABMonument... https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-BoldItalic.woff2 — 200 — 50.4 KiB — 9 ms — h3https://akamai.vgc.no/v2/images/92f0ec14-684e-376b-9cdb-a054d6c32e44?fit=crop&format=auto&w=720&s=3b0efbd3078239f2a177fc30717243c62875bb32akamai.vgc.no/v2/images/92f0ec14-68... https://akamai.vgc.no/v2/images/92f0ec14-684e-376b-9cdb-a054d6c32e44?fit=crop&format=auto&w=720&s=3b0efbd3078239f2a177fc30717243c62875bb32 — 200 — 21.3 KiB — 16 ms — h3https://akamai.vgc.no/v2/images/de09dd28-efc4-3d7f-84f5-04b6c5e4e840?fit=crop&format=auto&h=320&tight=true&w=480&s=35d7e9de97aef14d2cbc65f2d93511fd3b1b4fa6akamai.vgc.no/v2/images/de09dd28-ef... https://akamai.vgc.no/v2/images/de09dd28-efc4-3d7f-84f5-04b6c5e4e840?fit=crop&format=auto&h=320&tight=true&w=480&s=35d7e9de97aef14d2cbc65f2d93511fd3b1b4fa6 — 200 — 17.7 KiB — 22 ms — h3https://akamai.vgc.no/v2/images/c157c229-2319-380a-9051-43c15c6d4926?fit=crop&format=auto&w=720&s=68974d2e15e0bc0c6df000a855b755e8cd01e480akamai.vgc.no/v2/images/c157c229-23... https://akamai.vgc.no/v2/images/c157c229-2319-380a-9051-43c15c6d4926?fit=crop&format=auto&w=720&s=68974d2e15e0bc0c6df000a855b755e8cd01e480 — 200 — 23.8 KiB — 16 ms — h3https://akamai.vgc.no/v2/images/44923505-0852-36e7-ad87-318964f1642b?fit=crop&format=auto&w=720&s=a4af8f91b2828fa789c7f151673f2ce5973c6658akamai.vgc.no/v2/images/44923505-08... https://akamai.vgc.no/v2/images/44923505-0852-36e7-ad87-318964f1642b?fit=crop&format=auto&w=720&s=a4af8f91b2828fa789c7f151673f2ce5973c6658 — 200 — 57.0 KiB — 25 ms — h3https://akamai.vgc.no/v2/images/b82e678f-36d0-378f-a0ca-b52b40c59fd3?fit=crop&format=auto&w=720&s=05e0a911fafedc32caf26b7cacf4c302ec43e3eaakamai.vgc.no/v2/images/b82e678f-36... https://akamai.vgc.no/v2/images/b82e678f-36d0-378f-a0ca-b52b40c59fd3?fit=crop&format=auto&w=720&s=05e0a911fafedc32caf26b7cacf4c302ec43e3ea — 200 — 75.4 KiB — 258 ms — h3https://www.aftonbladet.se/front-page-api/components/bundle?content=article:43OG86&src=cocowww.aftonbladet.se/front-page-api/c... https://www.aftonbladet.se/front-page-api/components/bundle?content=article:43OG86&src=coco — 200 — 2.5 KiB — 191 ms — h3https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-RegularItalic.woff2cdn.aftonbladet.se/fonts/ABMonument... https://cdn.aftonbladet.se/fonts/ABMonumentGrotesk/ABMonumentGrotesk-RegularItalic.woff2 — 200 — 47.9 KiB — 12 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1158ms · 247KB · kr126/mo
www.aftonbladet.se
Other
Costly
Execution 471ms
Transfer 58 KB
Monthly Cost kr51/mo
Unattributable
Other
Costly
Execution 305ms
Transfer 0 KB
Monthly Cost kr33/mo
cmp.aftonbladet.se
Other
Optional
Execution 182ms
Transfer 91 KB
Unused 67%
Monthly Cost kr20/mo
esm.schibsted.tech
Other
Optional
Execution 134ms
Transfer 65 KB
Unused 42%
Monthly Cost kr15/mo
esm.schibsted.tech
Other
Optional
Execution 65ms
Transfer 33 KB
Monthly Cost kr7/mo

These scripts may cost more than they're worth

  • www.aftonbladet.se adds 471ms and costs ~kr51/month
  • Unattributable adds 305ms and costs ~kr33/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.aftonbladet.se takes 471ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

Unattributable takes 305ms 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

67% of cmp.aftonbladet.se'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