Skip to content
https://aftonbladet.se

Performance

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

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

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

4.14 s

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

7.25 s

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

768 ms

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

0.110

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

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

13.83 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
17
7 PASS 4 REVIEW 4 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 (1.9 MiB of 1.9 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Execution Cost
Action
5063ms total JS execution
FIX
5063ms total JS execution
Warning::
https://www.aftonbladet.se/: 1621ms CPU time
Warning::
Unattributable: 1174ms CPU time
Warning::
https://cmp.aftonbladet.se/Notice.8f529.js: 700ms CPU time
Warning::
https://esm.schibsted.tech/react-dom@19.2.3/es2020...: 561ms CPU time
Info::
https://esm.schibsted.tech/@sentry/browser@10.46.0...: 230ms CPU time
Warning::
Third-party scripts: 5063ms (100% of total)

Main Thread Breakdown

Script Evaluation 38% Other 29% Style & Layout 17% Parse HTML & CSS 10%
ScriptTotalScriptingParse/CompileParty
https://www.aftonbladet.se/1621ms245ms21ms3rd
Unattributable1174ms179ms0ms3rd
https://cmp.aftonbladet.se/Notice.8f529.js700ms535ms36ms3rd
https://esm.schibsted.tech/react-dom@19.2.3/es2020/client.mjs561ms366ms1ms3rd
https://esm.schibsted.tech/@sentry/browser@10.46.0/es2022/browser.mjs230ms104ms0ms3rd
https://cmp.aftonbladet.se/unified/wrapperMessagingWithoutDetection.js205ms172ms18ms3rd
https://www.aftonbladet.se/front-page-assets/_astro/initTracking.astro_astro_type_script_index_0_lang.BkUvmhWx.js116ms87ms0ms3rd
https://www.aftonbladet.se/front-page-assets/_astro/InitializeAdverts.astro_astro_type_script_index_0_lang.JmYRdtmm.js98ms86ms2ms3rd
https://www.aftonbladet.se/front-page-assets/_astro/Tracker.D5zniGIn.js85ms13ms3ms3rd
https://cmp.aftonbladet.se/unified/4.40.1/gdpr-tcf.27718c8cb9d29947d2c1.bundle.js85ms65ms20ms3rd

Showing top 10 of 13 scripts

D
Page Weight Inventory
Action
140 resources · 1.9 MB · 273 KB savings available
FIX
140 resources · 1.9 MB · 273 KB savings available
Warning::
Page weight 891 KB over 1MB target
Got: 1.9 MB Expected: ≤ 1 MB
Info::
~273 KB of savings available
Warning::
139 third-party resources (100% of weight)
140 resources · 1.9 MiB · 139 third-party 890.6 KiB over 1MB target
JavaScript 41% · 787.4 KiB
Image 28% · 532.5 KiB
Font 18% · 350.4 KiB
Other 8% · 152.0 KiB
Document 3% · 57.4 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
1.9 MB transferred, 140 requests
REVIEW
1.9 MB transferred, 140 requests
Info::
Page weighs 3.9 MB (1.9 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::
140 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.39 g CO2 per page load
1.9 MB / 2.4 MB budget
1.9 MB transferred
140 requests
0.39 g CO2 per page load
JavaScript 787.4 KiB 41%
Images 499.5 KiB 26%
Fonts 350.4 KiB 18%
Other 141.0 KiB 7%
HTML 57.4 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

B
Image Optimization
22 images, 0 KB saveable
REVIEW
22 images, 0 KB saveable
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
22 images 499 KB
0 oversized -0 KB
9 legacy format
1 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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://www.aftonbladet.se/front-page-assets/_astro/SVPlayerElement.DcH0OSv3.js1 KB3rd
https://esm.schibsted.tech/@schibsted/account-sdk-browser@%5E5.2.6?target=es20221 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 4.0 s 5.0 s 6.0 s 7.0 s FCP 4.1 s LCP 7.3 shttps://cdn.aftonbladet.se/fonts/ABMonumentGroteskHeadline/ABMonumentGroteskHeadline-Bold750.woff2ABMonumentGroteskHeadli... https://cdn.aftonbladet.se/fonts/ABMonumentGroteskHeadline/ABMonumentGroteskHeadline-Bold750.woff2 — 54.5 KiB — 210 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 — 209 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 — 212 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 — 9 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 — 32 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 — 34 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 — 9 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: swap
ABMonumentGroteskHeadli... woff2 swap
Size 55 KB
Load time 210 ms
Start 751 ms
Risk FOUT — text flashes from fallback to web font
ABMonumentGrotesk-Regul... woff2 swap
Size 46 KB
Load time 209 ms
Start 751 ms
Risk FOUT — text flashes from fallback to web font
ABMonumentGrotesk-Bold.... woff2 swap
Size 49 KB
Load time 212 ms
Start 751 ms
Risk FOUT — text flashes from fallback to web font
ABMonumentGrotesk-Ultra... woff2 swap
Size 57 KB
Load time 9 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
Jqz55SSPQuCQF3t8uOwiUL-... woff2 swap
Size 46 KB
Load time 32 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
Jqz55SSPQuCQF3t8uOwiUL-... woff2 swap
Size 0 KB
Load time 34 ms
Start 1.9 s
Risk FOUT — text flashes from fallback to web font
ABMonumentGrotesk-Regul... woff2 swap
Size 48 KB
Load time 9 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
ABMonumentGrotesk-BoldI... woff2 swap
Size 50 KB
Load time 9 ms
Start 2.9 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
preload
2
dns-prefetch
prefetch

2 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
140 requests over 2996ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 4.1 s LCP 7.3 shttps://aftonbladet.se// https://aftonbladet.se/ — 308 — 142 B — 708 ms — h2https://www.aftonbladet.se/www.aftonbladet.se/ https://www.aftonbladet.se/ — 200 — 55.1 KiB — 35 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 — 210 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 — 209 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 — 212 ms — h3https://adsdk.microsoft.com/ast/ast.jsadsdk.microsoft.com/ast/ast.js https://adsdk.microsoft.com/ast/ast.js — 200 — 52.4 KiB — 273 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 — 849 B — 25 ms — h2https://cmp.aftonbladet.se/unified/wrapperMessagingWithoutDetection.jscmp.aftonbladet.se/unified/wrapperM... https://cmp.aftonbladet.se/unified/wrapperMessagingWithoutDetection.js — 200 — 40.4 KiB — 229 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 — 841 B — 30 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 — 32 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 — 51 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 — 37 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 — 132 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 — 103 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 — 67 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 — 33 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 — 19 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 — 23 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 — 46 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 — 887 B — 55 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 — 193 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 — 997 B — 193 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 — 1.1 KiB — 51 ms — h2https://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 — 848 B — 94 ms — h2https://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 — 1.0 KiB — 66 ms — h2https://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 — 1.1 KiB — 72 ms — h2https://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.5 KiB — 67 ms — h2https://akamai.vgc.no/v2/images/8e863b94-ab94-3fcb-967d-ef809ac9f539?fit=crop&format=auto&w=1080&s=71149369fb0cbb0875ad12d54ec6c9f0da1a8af5akamai.vgc.no/v2/images/8e863b94-ab... https://akamai.vgc.no/v2/images/8e863b94-ab94-3fcb-967d-ef809ac9f539?fit=crop&format=auto&w=1080&s=71149369fb0cbb0875ad12d54ec6c9f0da1a8af5 — 200 — 68.3 KiB — 339 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.1 KiB — 58 ms — h2https://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 — 731 B — 68 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s FCP 4.1 s LCP 7.3 shttps://aftonbladet.se// https://aftonbladet.se/ — 308 — 142 B — 708 ms — h2https://www.aftonbladet.se/www.aftonbladet.se/ https://www.aftonbladet.se/ — 200 — 55.1 KiB — 35 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 — 210 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 — 209 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 — 212 ms — h3https://adsdk.microsoft.com/ast/ast.jsadsdk.microsoft.com/ast/ast.js https://adsdk.microsoft.com/ast/ast.js — 200 — 52.4 KiB — 273 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 — 849 B — 25 ms — h2https://cmp.aftonbladet.se/unified/wrapperMessagingWithoutDetection.jscmp.aftonbladet.se/unified/wrapperM... https://cmp.aftonbladet.se/unified/wrapperMessagingWithoutDetection.js — 200 — 40.4 KiB — 229 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 — 841 B — 30 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 — 32 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 — 51 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 — 37 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 — 132 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 — 103 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 — 67 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 — 33 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 — 19 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 — 23 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 — 46 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 — 887 B — 55 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 — 193 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 — 997 B — 193 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 — 1.1 KiB — 51 ms — h2https://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 — 848 B — 94 ms — h2https://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 — 1.0 KiB — 66 ms — h2https://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 — 1.1 KiB — 72 ms — h2https://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.5 KiB — 67 ms — h2https://akamai.vgc.no/v2/images/8e863b94-ab94-3fcb-967d-ef809ac9f539?fit=crop&format=auto&w=1080&s=71149369fb0cbb0875ad12d54ec6c9f0da1a8af5akamai.vgc.no/v2/images/8e863b94-ab... https://akamai.vgc.no/v2/images/8e863b94-ab94-3fcb-967d-ef809ac9f539?fit=crop&format=auto&w=1080&s=71149369fb0cbb0875ad12d54ec6c9f0da1a8af5 — 200 — 68.3 KiB — 339 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.1 KiB — 58 ms — h2https://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 — 731 B — 68 ms — h2https://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.3 KiB — 86 ms — h2https://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.4 KiB — 77 ms — h2https://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 — 942 B — 87 ms — h2https://cdn.aftonbladet.se/logotypes/external/symbols/svd-symbol.svgcdn.aftonbladet.se/logotypes/extern... https://cdn.aftonbladet.se/logotypes/external/symbols/svd-symbol.svg — 200 — 963 B — 157 ms — h3https://esm.schibsted.tech/@schibsted/dark-modeesm.schibsted.tech/@schibsted/dark-... https://esm.schibsted.tech/@schibsted/dark-mode — 200 — 534 B — 76 ms — h3https://esm.schibsted.tech/@schibsted/nanostores-accountesm.schibsted.tech/@schibsted/nanos... https://esm.schibsted.tech/@schibsted/nanostores-account — 200 — 606 B — 61 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 — 43 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAAAXNSR0IArs4c6QAAAtZJREFUeAHd3…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAABCCAYAAADjVADoAAAAAXNSR0IArs4c6QAAAtZJREFUeAHd3… — 200 — 0 B — 0 ms — datahttps://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 — 55 ms — h3data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAYAAACPZlfNAAAAAXNSR0IArs4c6QAACT5JREFUeAHtn…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAYAAACPZlfNAAAAAXNSR0IArs4c6QAACT5JREFUeAHtn… — 200 — 0 B — 0 ms — datahttps://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 — 54 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 — 689 B — 59 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 — 34.1 KiB — 71 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 — 49 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 — 53 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 — 68 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 — 69 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 — 62 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 — 49 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 — 49 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 — 49 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 — 48 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 — 41 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 — 41 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 — 17 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 — 17 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 — 32 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 — 28 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 — 978 B — 28 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 — 32 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 — 575 B — 32 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 — 13 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.6 KiB — 13 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 — 9 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 — 11 ms — h3https://akamai.vgc.no/v2/images/2e0a27bb-efb7-35e7-8e21-ab1cd6816069?fit=crop&format=auto&w=200&s=0990927b3b3bdaf59d1d072ac5ad8386e13c2ba4akamai.vgc.no/v2/images/2e0a27bb-ef... https://akamai.vgc.no/v2/images/2e0a27bb-efb7-35e7-8e21-ab1cd6816069?fit=crop&format=auto&w=200&s=0990927b3b3bdaf59d1d072ac5ad8386e13c2ba4 — 200 — 7.2 KiB — 216 ms — h2https://akamai.vgc.no/v2/images/638801b2-8524-3c6f-83a3-ead1a8c1288e?fit=crop&format=auto&w=1080&s=2cc2bfaff080ac23398cc61b33e66f4068fdf7faakamai.vgc.no/v2/images/638801b2-85... https://akamai.vgc.no/v2/images/638801b2-8524-3c6f-83a3-ead1a8c1288e?fit=crop&format=auto&w=1080&s=2cc2bfaff080ac23398cc61b33e66f4068fdf7fa — 200 — 85.6 KiB — 49 ms — h2https://akamai.vgc.no/v2/images/8e2a025f-b832-3972-b917-3924c9ee3aca?fit=crop&format=auto&w=200&s=841d907fecbb59f33a0d9431867c30a9b7abab6dakamai.vgc.no/v2/images/8e2a025f-b8... https://akamai.vgc.no/v2/images/8e2a025f-b832-3972-b917-3924c9ee3aca?fit=crop&format=auto&w=200&s=841d907fecbb59f33a0d9431867c30a9b7abab6d — 200 — 7.8 KiB — 44 ms — h2https://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 — 591 B — 15 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 — 512 B — 41 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 — 40 ms — h3https://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 — 36 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 — 31 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 — 8 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 — 13 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 — 13 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 — 529 B — 21 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 — 20 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 — 16 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 — 17 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 — 34 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 — 38 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 — 53 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 — 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 — 43 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 — 42 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 — 51 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 — 60 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 — 776 B — 41 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 — 33 ms — h3https://esm.schibsted.tech/node/events.mjsesm.schibsted.tech/node/events.mjs https://esm.schibsted.tech/node/events.mjs — 200 — 5.0 KiB — 17 ms — h3https://esm.schibsted.tech/node/tty.mjsesm.schibsted.tech/node/tty.mjs https://esm.schibsted.tech/node/tty.mjs — 200 — 705 B — 14 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=70454id.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=70454 — 400 — 591 B — 151 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 — 736 B — 28 ms — h2https://esm.schibsted.tech/node/async_hooks.mjsesm.schibsted.tech/node/async_hooks... https://esm.schibsted.tech/node/async_hooks.mjs — 200 — 1.8 KiB — 8 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 — 531 B — 13 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 — 13 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 — 7 ms — h3https://platform.iteratehq.com/loader.jsplatform.iteratehq.com/loader.js https://platform.iteratehq.com/loader.js — 200 — 922 B — 47 ms — h2https://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/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 — 9 ms — h3https://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 — 447 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 — 584 B — 352 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 — 28 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 — 709 ms — h3https://www.aftonbladet.se/front-page-api/components/coco?section=ettan&placements=PLUS%20Box%202,Shop%20Box%201,Strategic%20Box%203,Feature%20Box%201,PLUS%20Box%203,Wellobe%201,Podcasts,PLUS%20Box%203%20or%20dynamic,Wellobe%201%20or%20dynamic&userType=anonymouswww.aftonbladet.se/front-page-api/c... https://www.aftonbladet.se/front-page-api/components/coco?section=ettan&placements=PLUS%20Box%202,Shop%20Box%201,Strategic%20Box%203,Feature%20Box%201,PLUS%20Box%203,Wellobe%201,Podcasts,PLUS%20Box%203%20or%20dynamic,Wellobe%201%20or%20dynamic&userType=anonymous — 200 — 84.9 KiB — 1.2 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 — 7 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 — 11 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 — 756 B — 18 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://platform.iteratehq.com/match-prod-67d8f1bd8a59a394cfc1.jsplatform.iteratehq.com/match-prod-6... https://platform.iteratehq.com/match-prod-67d8f1bd8a59a394cfc1.js — 200 — 25.6 KiB — 20 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 — 103 ms — h2https://cmp.aftonbladet.se/Notice.30929.csscmp.aftonbladet.se/Notice.30929.css https://cmp.aftonbladet.se/Notice.30929.css — 200 — 6.7 KiB — 17 ms — h2https://cmp.aftonbladet.se/polyfills.01516.jscmp.aftonbladet.se/polyfills.01516.... https://cmp.aftonbladet.se/polyfills.01516.js — 200 — 2.3 KiB — 9 ms — h2https://cmp.aftonbladet.se/Notice.8f529.jscmp.aftonbladet.se/Notice.8f529.js https://cmp.aftonbladet.se/Notice.8f529.js — 200 — 91.3 KiB — 18 ms — h2https://iteratehq.com/api/v1/surveys/embediteratehq.com/api/v1/surveys/embed https://iteratehq.com/api/v1/surveys/embed — 200 — 543 B — 88 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 — 8 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 — 8 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 — 953 B — 45 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 — 42 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 — 6 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 — 32 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 — 34 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 — 9 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 — 28 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 — 29 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 — 29 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 — 29 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 — 30 ms — h3https://akamai.vgc.no/v2/images/c157c229-2319-380a-9051-43c15c6d4926?fit=crop&format=auto&w=1080&s=8c5f4fe993949c47f23306c17ad4aa83283fdc9fakamai.vgc.no/v2/images/c157c229-23... https://akamai.vgc.no/v2/images/c157c229-2319-380a-9051-43c15c6d4926?fit=crop&format=auto&w=1080&s=8c5f4fe993949c47f23306c17ad4aa83283fdc9f — 200 — 55.8 KiB — 18 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 — 9 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 — 12 ms — h3https://akamai.vgc.no/v2/images/c122b4f5-3ab5-356b-9934-b5a9517b25ef?fit=crop&format=auto&w=1080&s=10c0dbe600c8b07662a69ecf614d4466bdd93b1fakamai.vgc.no/v2/images/c122b4f5-3a... https://akamai.vgc.no/v2/images/c122b4f5-3ab5-356b-9934-b5a9517b25ef?fit=crop&format=auto&w=1080&s=10c0dbe600c8b07662a69ecf614d4466bdd93b1f — 200 — 39.3 KiB — 9 ms — h3https://akamai.vgc.no/v2/images/44923505-0852-36e7-ad87-318964f1642b?fit=crop&format=auto&w=1080&s=727244826d416a988f827fe8d6c13acc25b14f04akamai.vgc.no/v2/images/44923505-08... https://akamai.vgc.no/v2/images/44923505-0852-36e7-ad87-318964f1642b?fit=crop&format=auto&w=1080&s=727244826d416a988f827fe8d6c13acc25b14f04 — 200 — 107.7 KiB — 34 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 — 15 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 — 44 ms — h3https://www.aftonbladet.se/front-page-api/components/bundle?content=article:xrJAoX&src=topwww.aftonbladet.se/front-page-api/c... https://www.aftonbladet.se/front-page-api/components/bundle?content=article:xrJAoX&src=top — 200 — 3.4 KiB — 29 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 5063ms · 484KB · kr550/mo
www.aftonbladet.se
Other
Costly
Execution 1621ms
Transfer 55 KB
Monthly Cost kr176/mo
Unattributable
Other
Costly
Execution 1174ms
Transfer 0 KB
Monthly Cost kr127/mo
cmp.aftonbladet.se
Other
Costly
Execution 700ms
Transfer 91 KB
Unused 67%
Monthly Cost kr76/mo
esm.schibsted.tech
Other
Costly
Execution 561ms
Transfer 65 KB
Unused 42%
Monthly Cost kr61/mo
esm.schibsted.tech
Other
Costly
Execution 230ms
Transfer 33 KB
Monthly Cost kr25/mo
cmp.aftonbladet.se
Other
Costly
Execution 205ms
Transfer 40 KB
Monthly Cost kr22/mo
www.aftonbladet.se
Other
Optional
Execution 116ms
Transfer 10 KB
Monthly Cost kr13/mo
www.aftonbladet.se
Other
Optional
Execution 98ms
Transfer 41 KB
Unused 88%
Monthly Cost kr11/mo
www.aftonbladet.se
Other
Optional
Execution 85ms
Transfer 34 KB
Monthly Cost kr9/mo
cmp.aftonbladet.se
Other
Optional
Execution 85ms
Transfer 29 KB
Monthly Cost kr9/mo
adsdk.microsoft.com
Other
Optional
Execution 69ms
Transfer 52 KB
Unused 84%
Monthly Cost kr7/mo
www.aftonbladet.se
Other
Optional
Execution 62ms
Transfer 8 KB
Monthly Cost kr7/mo
platform.iteratehq.com
Other
Optional
Execution 58ms
Transfer 26 KB
Monthly Cost kr6/mo

These scripts may cost more than they're worth

  • www.aftonbladet.se adds 1621ms and costs ~kr176/month
  • Unattributable adds 1174ms and costs ~kr127/month
  • cmp.aftonbladet.se adds 700ms and costs ~kr76/month
  • esm.schibsted.tech adds 561ms and costs ~kr61/month
  • esm.schibsted.tech adds 230ms and costs ~kr25/month
  • cmp.aftonbladet.se adds 205ms and costs ~kr22/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 1621ms 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 1174ms 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

cmp.aftonbladet.se takes 700ms 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

esm.schibsted.tech takes 561ms 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

esm.schibsted.tech takes 230ms 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

cmp.aftonbladet.se takes 205ms 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

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

84% of adsdk.microsoft.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