Skip to content
https://aeon.co

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
80
GRADE
B
FIX
4
REVIEW
3
PASS
8
INFO
2

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

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

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

9.27 s

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

984 ms

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

0.000

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

3.23 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.47 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
8 PASS 3 REVIEW 4 FIX
D
Page Weight Budget
Action
2.1 MB transferred, 79 requests
FIX
2.1 MB transferred, 79 requests
Info::
Page weighs 4.3 MB (2.1 MB transferred)
Warning::
JavaScript is 808 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 808 KB
Info::
Fonts are 602 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 602 KB
Info::
79 HTTP requests
Info::
Estimated 0.45 g CO2 per page load
2.1 MB / 2.4 MB budget
2.1 MB transferred
79 requests
0.45 g CO2 per page load
JavaScript 808.0 KiB 37%
Fonts 601.9 KiB 27%
Images 600.6 KiB 27%
Other 67.0 KiB 3%
Other 59.2 KiB 3%
HTML 36.5 KiB 2%
CSS 23.6 KiB 1%
Other 930 B 0%
Other 859 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

F
JS Execution Cost
Action
4788ms total JS execution
FIX
4788ms total JS execution
Warning::
https://aeon.co/_next/static/chunks/0_v8f1g7.92mg....: 2370ms CPU time
Warning::
Unattributable: 801ms CPU time
Warning::
https://aeon.co/: 652ms CPU time
Warning::
https://analytics.aeon.co/gtag/js?id=G-R4TJTKRVYG&...: 475ms CPU time
Warning::
https://analytics.aeon.co/gtm.js?id=GTM-MHVZTPR: 266ms CPU time
Info::
Third-party scripts: 1542ms (32% of total)

Main Thread Breakdown

Script Evaluation 61% Other 18% Style & Layout 11% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://aeon.co/_next/static/chunks/0_v8f1g7.92mg.js2370ms2117ms75ms1st
Unattributable801ms92ms0ms3rd
https://aeon.co/652ms19ms15ms1st
https://analytics.aeon.co/gtag/js?id=G-R4TJTKRVYG&cx=c&gtm=4e64k0&sign=e3781219faf94769b8e516f9eb75ad575f5b887f9fff0c6a31d37353abc38160_20260422475ms409ms55ms3rd
https://analytics.aeon.co/gtm.js?id=GTM-MHVZTPR266ms219ms40ms3rd
https://aeon.co/_next/static/chunks/133qnazah~2eg.js223ms144ms15ms1st
D
Page Weight Inventory
Action
79 resources · 2.1 MB · 220 KB savings available
FIX
79 resources · 2.1 MB · 220 KB savings available
Warning::
Page weight 1.1 MB over 1MB target
Got: 2.1 MB Expected: ≤ 1 MB
Info::
~220 KB of savings available
Warning::
14 third-party resources (44% of weight)
79 resources · 2.1 MiB · 14 third-party 1.1 MiB over 1MB target
JavaScript 37% · 808.0 KiB
Font 27% · 601.9 KiB
Image 27% · 601.4 KiB
Other 3% · 67.9 KiB
Media 3% · 59.2 KiB
Document 2% · 36.5 KiB
CSS 1% · 23.6 KiB

~220.3 KiB of savings available

Remove unused JavaScript: 220.3 KiB
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: private, no-store, max-age=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, no-store, max-age=0

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
no-storeNever cache this response
max-age0Cache for 0 seconds
B
Third-Party Impact
44% third-party, 0 ms blocking
REVIEW
44% third-party, 0 ms blocking
Info::
Third-party code accounts for 44% of page weight (964.9 KiB of 2.1 MiB)
Info::
Third-party blocking time is low (0 ms)
56%
44%
First-party Third-party
C
JS Bundles
Action
32 scripts, 220 KB unused
REVIEW
32 scripts, 220 KB unused
Warning::
https://aeon.co/_next/static/chunks/0_v8f1g7.92mg....: 68 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.aeon.co/gtag/js?id=G-R4TJTKRVYG&...: 68 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.aeon.co/gtm.js?id=GTM-MHVZTPR: 62 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://aeon.co/_next/static/chunks/10_t3scxt3gpu....: 22 KB unused (88%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 220 KB
220 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://aeon.co/_next/static/chunks/0_v8f1g7.92mg.js170 KB68 KB (40%)1st
https://analytics.aeon.co/gtag/js?id=G-R4TJTKRVYG&cx=c&gtm=4e64k0&sign=e3781219faf94769b8e516f9eb75ad575f5b887f9fff0c6a31d37353abc38160_20260422172 KB68 KB (40%)3rd
https://analytics.aeon.co/gtm.js?id=GTM-MHVZTPR130 KB62 KB (47%)3rd
https://aeon.co/_next/static/chunks/10_t3scxt3gpu.js25 KB22 KB (88%)1st
https://aeon.co/_next/static/chunks/0959381_5iibo.js25 KB1st
https://aeon.co/_next/static/chunks/0mwt0ffvc8xgk.js14 KB1st
https://aeon.co/_next/static/chunks/turbopack-03_6o6jcbu_-m.js5 KB1st
https://aeon.co/_next/static/chunks/0.7d-eoxf7kmt.js8 KB1st
https://aeon.co/_next/static/chunks/0r4siloou0ft~.js9 KB1st
https://aeon.co/_next/static/chunks/024nugfkgygna.js15 KB1st

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+
Image Optimization
7 images, 0 KB saveable
PASS
7 images, 0 KB saveable
Info::
All images are well-optimized
7 images 601 KB
0 oversized -0 KB
0 legacy format
0 missing dimensions CLS risk
A+
Font Loading
14 fonts (602 KB)
PASS
14 fonts (602 KB)
Info::
14 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

14

602 KB total

Render-blocking

0

of 14

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 8.0 s 9.0 s FCP 1.2 s LCP 9.3 shttps://aeon.co/_next/static/media/PPRightGrotesk_WideMedium-s.p.02cilf.tyybey.woff2PPRightGrotesk_WideMedi... https://aeon.co/_next/static/media/PPRightGrotesk_WideMedium-s.p.02cilf.tyybey.woff2 — 47.5 KiB — 36 ms — font-display: swaphttps://aeon.co/_next/static/media/academica_book_bold-s.p.158jedv-5m5_r.woff2academica_book_bold-s.p... https://aeon.co/_next/static/media/academica_book_bold-s.p.158jedv-5m5_r.woff2 — 37.1 KiB — 35 ms — font-display: swaphttps://aeon.co/_next/static/media/academica_book_bold_italic-s.p.0pb1.hm__csyz.woff2academica_book_bold_ita... https://aeon.co/_next/static/media/academica_book_bold_italic-s.p.0pb1.hm__csyz.woff2 — 38.7 KiB — 50 ms — font-display: swaphttps://aeon.co/_next/static/media/academica_book_regular-s.p.05cxo5.1i3oyw.woff2academica_book_regular-... https://aeon.co/_next/static/media/academica_book_regular-s.p.05cxo5.1i3oyw.woff2 — 35.7 KiB — 94 ms — font-display: swaphttps://aeon.co/_next/static/media/academica_book_regular_italic-s.p.0~4avm16th18k.woff2academica_book_regular_... https://aeon.co/_next/static/media/academica_book_regular_italic-s.p.0~4avm16th18k.woff2 — 37.2 KiB — 99 ms — font-display: swaphttps://aeon.co/_next/static/media/atlas_grotesk_bold-s.p.0mf-wuo~750n3.woff2atlas_grotesk_bold-s.p.... https://aeon.co/_next/static/media/atlas_grotesk_bold-s.p.0mf-wuo~750n3.woff2 — 41.8 KiB — 83 ms — font-display: swaphttps://aeon.co/_next/static/media/atlas_grotesk_bold_italic-s.p.0rv~nazfblysh.woff2atlas_grotesk_bold_ital... https://aeon.co/_next/static/media/atlas_grotesk_bold_italic-s.p.0rv~nazfblysh.woff2 — 44.6 KiB — 84 ms — font-display: swaphttps://aeon.co/_next/static/media/atlas_grotesk_light-s.p.0r4m5r.wt435s.woff2atlas_grotesk_light-s.p... https://aeon.co/_next/static/media/atlas_grotesk_light-s.p.0r4m5r.wt435s.woff2 — 49.4 KiB — 86 ms — font-display: swaphttps://aeon.co/_next/static/media/atlas_grotesk_light_italic-s.p.12tya9t~q0_qb.woff2atlas_grotesk_light_ita... https://aeon.co/_next/static/media/atlas_grotesk_light_italic-s.p.12tya9t~q0_qb.woff2 — 51.9 KiB — 57 ms — font-display: swaphttps://aeon.co/_next/static/media/atlas_grotesk_regular-s.p.02~9rn_zsgbdr.woff2atlas_grotesk_regular-s... https://aeon.co/_next/static/media/atlas_grotesk_regular-s.p.02~9rn_zsgbdr.woff2 — 38.6 KiB — 46 ms — font-display: swaphttps://aeon.co/_next/static/media/atlas_grotesk_regular_italic-s.p.0z2ngu-a.hhlz.woff2atlas_grotesk_regular_i... https://aeon.co/_next/static/media/atlas_grotesk_regular_italic-s.p.0z2ngu-a.hhlz.woff2 — 40.0 KiB — 43 ms — font-display: swaphttps://aeon.co/_next/static/media/atlas_typewriter_regular-s.p.0j103y2czjh2_.woff2atlas_typewriter_regula... https://aeon.co/_next/static/media/atlas_typewriter_regular-s.p.0j103y2czjh2_.woff2 — 27.4 KiB — 61 ms — font-display: swaphttps://aeon.co/_next/static/media/stratosweb_medium-s.p.0~csais98s8kl.woff2stratosweb_medium-s.p.0... https://aeon.co/_next/static/media/stratosweb_medium-s.p.0~csais98s8kl.woff2 — 55.4 KiB — 74 ms — font-display: swaphttps://aeon.co/_next/static/media/stratosweb_semilight-s.p.17gebxkdron5t.woff2stratosweb_semilight-s.... https://aeon.co/_next/static/media/stratosweb_semilight-s.p.17gebxkdron5t.woff2 — 56.6 KiB — 74 ms — font-display: swap
PPRightGrotesk_WideMedi... woff2 swap
Size 48 KB
Load time 36 ms
Start 50 ms
Risk FOUT — text flashes from fallback to web font
academica_book_bold-s.p... woff2 swap
Size 37 KB
Load time 35 ms
Start 52 ms
Risk FOUT — text flashes from fallback to web font
academica_book_bold_ita... woff2 swap
Size 39 KB
Load time 50 ms
Start 54 ms
Risk FOUT — text flashes from fallback to web font
academica_book_regular-... woff2 swap
Size 36 KB
Load time 94 ms
Start 54 ms
Risk FOUT — text flashes from fallback to web font
academica_book_regular_... woff2 swap
Size 37 KB
Load time 99 ms
Start 54 ms
Risk FOUT — text flashes from fallback to web font
atlas_grotesk_bold-s.p.... woff2 swap
Size 42 KB
Load time 83 ms
Start 55 ms
Risk FOUT — text flashes from fallback to web font
atlas_grotesk_bold_ital... woff2 swap
Size 45 KB
Load time 84 ms
Start 55 ms
Risk FOUT — text flashes from fallback to web font
atlas_grotesk_light-s.p... woff2 swap
Size 49 KB
Load time 86 ms
Start 55 ms
Risk FOUT — text flashes from fallback to web font
atlas_grotesk_light_ita... woff2 swap
Size 52 KB
Load time 57 ms
Start 56 ms
Risk FOUT — text flashes from fallback to web font
atlas_grotesk_regular-s... woff2 swap
Size 39 KB
Load time 46 ms
Start 56 ms
Risk FOUT — text flashes from fallback to web font
atlas_grotesk_regular_i... woff2 swap
Size 40 KB
Load time 43 ms
Start 57 ms
Risk FOUT — text flashes from fallback to web font
atlas_typewriter_regula... woff2 swap
Size 27 KB
Load time 61 ms
Start 57 ms
Risk FOUT — text flashes from fallback to web font
stratosweb_medium-s.p.0... woff2 swap
Size 55 KB
Load time 74 ms
Start 57 ms
Risk FOUT — text flashes from fallback to web font
stratosweb_semilight-s.... woff2 swap
Size 57 KB
Load time 74 ms
Start 58 ms
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
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
79 requests over 1278ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s 6.0 s 7.0 s 8.0 s 9.0 s FCP 1.2 s LCP 9.3 shttps://aeon.co// https://aeon.co/ — 200 — 34.6 KiB — 33 ms — h2https://aeon.co/_next/static/media/PPRightGrotesk_WideMedium-s.p.02cilf.tyybey.woff2/_next/static/media/PPRightGrotesk_... https://aeon.co/_next/static/media/PPRightGrotesk_WideMedium-s.p.02cilf.tyybey.woff2 — 200 — 47.5 KiB — 36 ms — h2https://aeon.co/_next/static/media/academica_book_bold-s.p.158jedv-5m5_r.woff2/_next/static/media/academica_book_... https://aeon.co/_next/static/media/academica_book_bold-s.p.158jedv-5m5_r.woff2 — 200 — 37.1 KiB — 35 ms — h2https://aeon.co/_next/static/media/academica_book_bold_italic-s.p.0pb1.hm__csyz.woff2/_next/static/media/academica_book_... https://aeon.co/_next/static/media/academica_book_bold_italic-s.p.0pb1.hm__csyz.woff2 — 200 — 38.7 KiB — 50 ms — h2https://aeon.co/_next/static/media/academica_book_regular-s.p.05cxo5.1i3oyw.woff2/_next/static/media/academica_book_... https://aeon.co/_next/static/media/academica_book_regular-s.p.05cxo5.1i3oyw.woff2 — 200 — 35.7 KiB — 94 ms — h2https://aeon.co/_next/static/media/academica_book_regular_italic-s.p.0~4avm16th18k.woff2/_next/static/media/academica_book_... https://aeon.co/_next/static/media/academica_book_regular_italic-s.p.0~4avm16th18k.woff2 — 200 — 37.2 KiB — 99 ms — h2https://aeon.co/_next/static/media/atlas_grotesk_bold-s.p.0mf-wuo~750n3.woff2/_next/static/media/atlas_grotesk_b... https://aeon.co/_next/static/media/atlas_grotesk_bold-s.p.0mf-wuo~750n3.woff2 — 200 — 41.8 KiB — 83 ms — h2https://aeon.co/_next/static/media/atlas_grotesk_bold_italic-s.p.0rv~nazfblysh.woff2/_next/static/media/atlas_grotesk_b... https://aeon.co/_next/static/media/atlas_grotesk_bold_italic-s.p.0rv~nazfblysh.woff2 — 200 — 44.6 KiB — 84 ms — h2https://aeon.co/_next/static/media/atlas_grotesk_light-s.p.0r4m5r.wt435s.woff2/_next/static/media/atlas_grotesk_l... https://aeon.co/_next/static/media/atlas_grotesk_light-s.p.0r4m5r.wt435s.woff2 — 200 — 49.4 KiB — 86 ms — h2https://aeon.co/_next/static/media/atlas_grotesk_light_italic-s.p.12tya9t~q0_qb.woff2/_next/static/media/atlas_grotesk_l... https://aeon.co/_next/static/media/atlas_grotesk_light_italic-s.p.12tya9t~q0_qb.woff2 — 200 — 51.9 KiB — 57 ms — h2https://aeon.co/_next/static/media/atlas_grotesk_regular-s.p.02~9rn_zsgbdr.woff2/_next/static/media/atlas_grotesk_r... https://aeon.co/_next/static/media/atlas_grotesk_regular-s.p.02~9rn_zsgbdr.woff2 — 200 — 38.6 KiB — 46 ms — h2https://aeon.co/_next/static/media/atlas_grotesk_regular_italic-s.p.0z2ngu-a.hhlz.woff2/_next/static/media/atlas_grotesk_r... https://aeon.co/_next/static/media/atlas_grotesk_regular_italic-s.p.0z2ngu-a.hhlz.woff2 — 200 — 40.0 KiB — 43 ms — h2https://aeon.co/_next/static/media/atlas_typewriter_regular-s.p.0j103y2czjh2_.woff2/_next/static/media/atlas_typewrite... https://aeon.co/_next/static/media/atlas_typewriter_regular-s.p.0j103y2czjh2_.woff2 — 200 — 27.4 KiB — 61 ms — h2https://aeon.co/_next/static/media/stratosweb_medium-s.p.0~csais98s8kl.woff2/_next/static/media/stratosweb_medi... https://aeon.co/_next/static/media/stratosweb_medium-s.p.0~csais98s8kl.woff2 — 200 — 55.4 KiB — 74 ms — h2https://aeon.co/_next/static/media/stratosweb_semilight-s.p.17gebxkdron5t.woff2/_next/static/media/stratosweb_semi... https://aeon.co/_next/static/media/stratosweb_semilight-s.p.17gebxkdron5t.woff2 — 200 — 56.6 KiB — 74 ms — h2https://aeon.co/_next/static/chunks/0983gr2k_kuan.css/_next/static/chunks/0983gr2k_kuan.... https://aeon.co/_next/static/chunks/0983gr2k_kuan.css — 200 — 23.0 KiB — 38 ms — h2https://aeon.co/_next/static/chunks/0nny2nqybhu93.css/_next/static/chunks/0nny2nqybhu93.... https://aeon.co/_next/static/chunks/0nny2nqybhu93.css — 200 — 600 B — 31 ms — h2https://aeon.co/_next/static/chunks/0jj2-mpx.1fm_.js/_next/static/chunks/0jj2-mpx.1fm_.... https://aeon.co/_next/static/chunks/0jj2-mpx.1fm_.js — 200 — 5.4 KiB — 82 ms — h2https://aeon.co/_next/static/chunks/0zxp7to9rxixl.js/_next/static/chunks/0zxp7to9rxixl.... https://aeon.co/_next/static/chunks/0zxp7to9rxixl.js — 200 — 7.7 KiB — 65 ms — h2https://aeon.co/_next/static/chunks/0w1k4.o3g~jea.js/_next/static/chunks/0w1k4.o3g~jea.... https://aeon.co/_next/static/chunks/0w1k4.o3g~jea.js — 200 — 10.9 KiB — 66 ms — h2https://aeon.co/_next/static/chunks/0_v8f1g7.92mg.js/_next/static/chunks/0_v8f1g7.92mg.... https://aeon.co/_next/static/chunks/0_v8f1g7.92mg.js — 200 — 169.8 KiB — 151 ms — h2https://aeon.co/_next/static/chunks/133qnazah~2eg.js/_next/static/chunks/133qnazah~2eg.... https://aeon.co/_next/static/chunks/133qnazah~2eg.js — 200 — 38.2 KiB — 124 ms — h2https://aeon.co/_next/static/chunks/0.9hk_uubj7fi.js/_next/static/chunks/0.9hk_uubj7fi.... https://aeon.co/_next/static/chunks/0.9hk_uubj7fi.js — 200 — 18.9 KiB — 132 ms — h2https://aeon.co/_next/static/chunks/turbopack-03_6o6jcbu_-m.js/_next/static/chunks/turbopack-03_6... https://aeon.co/_next/static/chunks/turbopack-03_6o6jcbu_-m.js — 200 — 4.6 KiB — 100 ms — h2https://aeon.co/_next/static/chunks/0.7d-eoxf7kmt.js/_next/static/chunks/0.7d-eoxf7kmt.... https://aeon.co/_next/static/chunks/0.7d-eoxf7kmt.js — 200 — 8.1 KiB — 89 ms — h2https://aeon.co/_next/static/chunks/0r4siloou0ft~.js/_next/static/chunks/0r4siloou0ft~.... https://aeon.co/_next/static/chunks/0r4siloou0ft~.js — 200 — 8.6 KiB — 94 ms — h2https://aeon.co/_next/static/chunks/024nugfkgygna.js/_next/static/chunks/024nugfkgygna.... https://aeon.co/_next/static/chunks/024nugfkgygna.js — 200 — 15.3 KiB — 104 ms — h2https://aeon.co/_next/static/chunks/0vy34o8bcj49i.js/_next/static/chunks/0vy34o8bcj49i.... https://aeon.co/_next/static/chunks/0vy34o8bcj49i.js — 200 — 12.8 KiB — 125 ms — h2https://aeon.co/_next/static/chunks/0pehvq6do~35x.js/_next/static/chunks/0pehvq6do~35x.... https://aeon.co/_next/static/chunks/0pehvq6do~35x.js — 200 — 2.8 KiB — 140 ms — h2https://aeon.co/_next/static/chunks/0g0tlfpm6d~ji.js/_next/static/chunks/0g0tlfpm6d~ji.... https://aeon.co/_next/static/chunks/0g0tlfpm6d~ji.js — 200 — 9.5 KiB — 97 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 8.0 s 9.0 s FCP 1.2 s LCP 9.3 shttps://aeon.co// https://aeon.co/ — 200 — 34.6 KiB — 33 ms — h2https://aeon.co/_next/static/media/PPRightGrotesk_WideMedium-s.p.02cilf.tyybey.woff2/_next/static/media/PPRightGrotesk_... https://aeon.co/_next/static/media/PPRightGrotesk_WideMedium-s.p.02cilf.tyybey.woff2 — 200 — 47.5 KiB — 36 ms — h2https://aeon.co/_next/static/media/academica_book_bold-s.p.158jedv-5m5_r.woff2/_next/static/media/academica_book_... https://aeon.co/_next/static/media/academica_book_bold-s.p.158jedv-5m5_r.woff2 — 200 — 37.1 KiB — 35 ms — h2https://aeon.co/_next/static/media/academica_book_bold_italic-s.p.0pb1.hm__csyz.woff2/_next/static/media/academica_book_... https://aeon.co/_next/static/media/academica_book_bold_italic-s.p.0pb1.hm__csyz.woff2 — 200 — 38.7 KiB — 50 ms — h2https://aeon.co/_next/static/media/academica_book_regular-s.p.05cxo5.1i3oyw.woff2/_next/static/media/academica_book_... https://aeon.co/_next/static/media/academica_book_regular-s.p.05cxo5.1i3oyw.woff2 — 200 — 35.7 KiB — 94 ms — h2https://aeon.co/_next/static/media/academica_book_regular_italic-s.p.0~4avm16th18k.woff2/_next/static/media/academica_book_... https://aeon.co/_next/static/media/academica_book_regular_italic-s.p.0~4avm16th18k.woff2 — 200 — 37.2 KiB — 99 ms — h2https://aeon.co/_next/static/media/atlas_grotesk_bold-s.p.0mf-wuo~750n3.woff2/_next/static/media/atlas_grotesk_b... https://aeon.co/_next/static/media/atlas_grotesk_bold-s.p.0mf-wuo~750n3.woff2 — 200 — 41.8 KiB — 83 ms — h2https://aeon.co/_next/static/media/atlas_grotesk_bold_italic-s.p.0rv~nazfblysh.woff2/_next/static/media/atlas_grotesk_b... https://aeon.co/_next/static/media/atlas_grotesk_bold_italic-s.p.0rv~nazfblysh.woff2 — 200 — 44.6 KiB — 84 ms — h2https://aeon.co/_next/static/media/atlas_grotesk_light-s.p.0r4m5r.wt435s.woff2/_next/static/media/atlas_grotesk_l... https://aeon.co/_next/static/media/atlas_grotesk_light-s.p.0r4m5r.wt435s.woff2 — 200 — 49.4 KiB — 86 ms — h2https://aeon.co/_next/static/media/atlas_grotesk_light_italic-s.p.12tya9t~q0_qb.woff2/_next/static/media/atlas_grotesk_l... https://aeon.co/_next/static/media/atlas_grotesk_light_italic-s.p.12tya9t~q0_qb.woff2 — 200 — 51.9 KiB — 57 ms — h2https://aeon.co/_next/static/media/atlas_grotesk_regular-s.p.02~9rn_zsgbdr.woff2/_next/static/media/atlas_grotesk_r... https://aeon.co/_next/static/media/atlas_grotesk_regular-s.p.02~9rn_zsgbdr.woff2 — 200 — 38.6 KiB — 46 ms — h2https://aeon.co/_next/static/media/atlas_grotesk_regular_italic-s.p.0z2ngu-a.hhlz.woff2/_next/static/media/atlas_grotesk_r... https://aeon.co/_next/static/media/atlas_grotesk_regular_italic-s.p.0z2ngu-a.hhlz.woff2 — 200 — 40.0 KiB — 43 ms — h2https://aeon.co/_next/static/media/atlas_typewriter_regular-s.p.0j103y2czjh2_.woff2/_next/static/media/atlas_typewrite... https://aeon.co/_next/static/media/atlas_typewriter_regular-s.p.0j103y2czjh2_.woff2 — 200 — 27.4 KiB — 61 ms — h2https://aeon.co/_next/static/media/stratosweb_medium-s.p.0~csais98s8kl.woff2/_next/static/media/stratosweb_medi... https://aeon.co/_next/static/media/stratosweb_medium-s.p.0~csais98s8kl.woff2 — 200 — 55.4 KiB — 74 ms — h2https://aeon.co/_next/static/media/stratosweb_semilight-s.p.17gebxkdron5t.woff2/_next/static/media/stratosweb_semi... https://aeon.co/_next/static/media/stratosweb_semilight-s.p.17gebxkdron5t.woff2 — 200 — 56.6 KiB — 74 ms — h2https://aeon.co/_next/static/chunks/0983gr2k_kuan.css/_next/static/chunks/0983gr2k_kuan.... https://aeon.co/_next/static/chunks/0983gr2k_kuan.css — 200 — 23.0 KiB — 38 ms — h2https://aeon.co/_next/static/chunks/0nny2nqybhu93.css/_next/static/chunks/0nny2nqybhu93.... https://aeon.co/_next/static/chunks/0nny2nqybhu93.css — 200 — 600 B — 31 ms — h2https://aeon.co/_next/static/chunks/0jj2-mpx.1fm_.js/_next/static/chunks/0jj2-mpx.1fm_.... https://aeon.co/_next/static/chunks/0jj2-mpx.1fm_.js — 200 — 5.4 KiB — 82 ms — h2https://aeon.co/_next/static/chunks/0zxp7to9rxixl.js/_next/static/chunks/0zxp7to9rxixl.... https://aeon.co/_next/static/chunks/0zxp7to9rxixl.js — 200 — 7.7 KiB — 65 ms — h2https://aeon.co/_next/static/chunks/0w1k4.o3g~jea.js/_next/static/chunks/0w1k4.o3g~jea.... https://aeon.co/_next/static/chunks/0w1k4.o3g~jea.js — 200 — 10.9 KiB — 66 ms — h2https://aeon.co/_next/static/chunks/0_v8f1g7.92mg.js/_next/static/chunks/0_v8f1g7.92mg.... https://aeon.co/_next/static/chunks/0_v8f1g7.92mg.js — 200 — 169.8 KiB — 151 ms — h2https://aeon.co/_next/static/chunks/133qnazah~2eg.js/_next/static/chunks/133qnazah~2eg.... https://aeon.co/_next/static/chunks/133qnazah~2eg.js — 200 — 38.2 KiB — 124 ms — h2https://aeon.co/_next/static/chunks/0.9hk_uubj7fi.js/_next/static/chunks/0.9hk_uubj7fi.... https://aeon.co/_next/static/chunks/0.9hk_uubj7fi.js — 200 — 18.9 KiB — 132 ms — h2https://aeon.co/_next/static/chunks/turbopack-03_6o6jcbu_-m.js/_next/static/chunks/turbopack-03_6... https://aeon.co/_next/static/chunks/turbopack-03_6o6jcbu_-m.js — 200 — 4.6 KiB — 100 ms — h2https://aeon.co/_next/static/chunks/0.7d-eoxf7kmt.js/_next/static/chunks/0.7d-eoxf7kmt.... https://aeon.co/_next/static/chunks/0.7d-eoxf7kmt.js — 200 — 8.1 KiB — 89 ms — h2https://aeon.co/_next/static/chunks/0r4siloou0ft~.js/_next/static/chunks/0r4siloou0ft~.... https://aeon.co/_next/static/chunks/0r4siloou0ft~.js — 200 — 8.6 KiB — 94 ms — h2https://aeon.co/_next/static/chunks/024nugfkgygna.js/_next/static/chunks/024nugfkgygna.... https://aeon.co/_next/static/chunks/024nugfkgygna.js — 200 — 15.3 KiB — 104 ms — h2https://aeon.co/_next/static/chunks/0vy34o8bcj49i.js/_next/static/chunks/0vy34o8bcj49i.... https://aeon.co/_next/static/chunks/0vy34o8bcj49i.js — 200 — 12.8 KiB — 125 ms — h2https://aeon.co/_next/static/chunks/0pehvq6do~35x.js/_next/static/chunks/0pehvq6do~35x.... https://aeon.co/_next/static/chunks/0pehvq6do~35x.js — 200 — 2.8 KiB — 140 ms — h2https://aeon.co/_next/static/chunks/0g0tlfpm6d~ji.js/_next/static/chunks/0g0tlfpm6d~ji.... https://aeon.co/_next/static/chunks/0g0tlfpm6d~ji.js — 200 — 9.5 KiB — 97 ms — h2https://aeon.co/_next/static/chunks/0ysc4ehbo9u7j.js/_next/static/chunks/0ysc4ehbo9u7j.... https://aeon.co/_next/static/chunks/0ysc4ehbo9u7j.js — 200 — 14.5 KiB — 89 ms — h2https://aeon.co/_next/static/chunks/12xvhgcjdi.20.js/_next/static/chunks/12xvhgcjdi.20.... https://aeon.co/_next/static/chunks/12xvhgcjdi.20.js — 200 — 11.2 KiB — 106 ms — h2https://aeon.co/_next/static/chunks/0--2u9c40uosk.js/_next/static/chunks/0--2u9c40uosk.... https://aeon.co/_next/static/chunks/0--2u9c40uosk.js — 200 — 23.7 KiB — 115 ms — h2https://aeon.co/_next/static/chunks/0959381_5iibo.js/_next/static/chunks/0959381_5iibo.... https://aeon.co/_next/static/chunks/0959381_5iibo.js — 200 — 25.0 KiB — 118 ms — h2https://aeon.co/_next/static/chunks/0mwt0ffvc8xgk.js/_next/static/chunks/0mwt0ffvc8xgk.... https://aeon.co/_next/static/chunks/0mwt0ffvc8xgk.js — 200 — 13.6 KiB — 132 ms — h2https://aeon.co/_next/static/chunks/18amkp4zzqzem.js/_next/static/chunks/18amkp4zzqzem.... https://aeon.co/_next/static/chunks/18amkp4zzqzem.js — 200 — 6.4 KiB — 125 ms — h2https://aeon.co/_next/static/chunks/10_t3scxt3gpu.js/_next/static/chunks/10_t3scxt3gpu.... https://aeon.co/_next/static/chunks/10_t3scxt3gpu.js — 200 — 25.0 KiB — 114 ms — h2https://aeon.co/_next/static/chunks/0rhkk3ni8utcy.js/_next/static/chunks/0rhkk3ni8utcy.... https://aeon.co/_next/static/chunks/0rhkk3ni8utcy.js — 200 — 10.8 KiB — 104 ms — h2https://aeon.co/_next/static/chunks/0lft_8vkm0j1..js/_next/static/chunks/0lft_8vkm0j1..... https://aeon.co/_next/static/chunks/0lft_8vkm0j1..js — 200 — 3.5 KiB — 122 ms — h2https://assets.aeonmedia.co/dynamic_image/f3b0ff06-f819-48d8-9775-2df7a8f671bc/240.mp4assets.aeonmedia.co/dynamic_image/f... https://assets.aeonmedia.co/dynamic_image/f3b0ff06-f819-48d8-9775-2df7a8f671bc/240.mp4 — 206 — 59.2 KiB — 126 ms — h3https://aeon.co/manifest.webmanifest/manifest.webmanifest https://aeon.co/manifest.webmanifest — 200 — 862 B — 89 ms — h2https://images.aeonmedia.co/images/a52748cf-7e1e-40af-bc92-3ff558b1647d/essay-panos_00046406.jpg?width=750&quality=75&format=autoimages.aeonmedia.co/images/a52748cf... https://images.aeonmedia.co/images/a52748cf-7e1e-40af-bc92-3ff558b1647d/essay-panos_00046406.jpg?width=750&quality=75&format=auto — 200 — 102.1 KiB — 173 ms — h3https://images.aeonmedia.co/images/aaa3e45d-40b6-4dee-a51c-3956d13b481b/essay-lon48608.jpg?width=750&quality=75&format=autoimages.aeonmedia.co/images/aaa3e45d... https://images.aeonmedia.co/images/aaa3e45d-40b6-4dee-a51c-3956d13b481b/essay-lon48608.jpg?width=750&quality=75&format=auto — 200 — 54.5 KiB — 166 ms — h3https://images.aeonmedia.co/images/f3c246ed-c17b-4e4a-b1b3-5fa460429731/tweak-essay-musil-hr-3-b.jpg?width=750&quality=75&format=autoimages.aeonmedia.co/images/f3c246ed... https://images.aeonmedia.co/images/f3c246ed-c17b-4e4a-b1b3-5fa460429731/tweak-essay-musil-hr-3-b.jpg?width=750&quality=75&format=auto — 200 — 93.4 KiB — 172 ms — h3https://images.aeonmedia.co/images/3b1f56af-c076-451b-9446-995a44341a19/essay-nyc8277.jpg?width=750&quality=75&format=autoimages.aeonmedia.co/images/3b1f56af... https://images.aeonmedia.co/images/3b1f56af-c076-451b-9446-995a44341a19/essay-nyc8277.jpg?width=750&quality=75&format=auto — 200 — 61.5 KiB — 167 ms — h3https://images.aeonmedia.co/images/52781036-d695-4c84-b620-0b1c4ef9ed74/essay-c0626628-mitochondria_tubular_cristae_tem.jpg?width=750&quality=75&format=autoimages.aeonmedia.co/images/52781036... https://images.aeonmedia.co/images/52781036-d695-4c84-b620-0b1c4ef9ed74/essay-c0626628-mitochondria_tubular_cristae_tem.jpg?width=750&quality=75&format=auto — 200 — 148.7 KiB — 172 ms — h3https://images.aeonmedia.co/images/42bf9a4b-d0d7-4eac-b18e-4e3e360c98d9/butterfly-papillon-landscape-1.jpg?width=750&quality=75&format=autoimages.aeonmedia.co/images/42bf9a4b... https://images.aeonmedia.co/images/42bf9a4b-d0d7-4eac-b18e-4e3e360c98d9/butterfly-papillon-landscape-1.jpg?width=750&quality=75&format=auto — 200 — 36.2 KiB — 166 ms — h3https://aeon.co/monitoring?o=4507325889773568&p=4507343435595856&r=de/monitoring?o=4507325889773568&p=45... https://aeon.co/monitoring?o=4507325889773568&p=4507343435595856&r=de — 200 — 322 B — 60 ms — h2blob:https://aeon.co/7bf09d31-76c8-42d5-9a1f-1ae6deb18139aeon.co/7bf09d31-76c8-42d5-9a1f-1ae... blob:https://aeon.co/7bf09d31-76c8-42d5-9a1f-1ae6deb18139 — 200 — -1 B — 166 ms — blobhttps://images.aeonmedia.co/images/5612be05-ab10-41e7-bfe8-ea974c72f6f5/the-engineering-method-landscape-1.jpg?width=750&quality=75&format=autoimages.aeonmedia.co/images/5612be05... https://images.aeonmedia.co/images/5612be05-ab10-41e7-bfe8-ea974c72f6f5/the-engineering-method-landscape-1.jpg?width=750&quality=75&format=auto — 200 — 104.3 KiB — 19 ms — h3https://aeon.co/favicon.ico?favicon.0l6ecdy8.t189.ico/favicon.ico?favicon.0l6ecdy8.t189.... https://aeon.co/favicon.ico?favicon.0l6ecdy8.t189.ico — 200 — 816 B — 21 ms — h2https://aeon.co/monitoring?o=4507325889773568&p=4507343435595856&r=de/monitoring?o=4507325889773568&p=45... https://aeon.co/monitoring?o=4507325889773568&p=4507343435595856&r=de — 200 — 71 B — 52 ms — h2https://aeon.co/monitoring?o=4507325889773568&p=4507343435595856&r=de/monitoring?o=4507325889773568&p=45... https://aeon.co/monitoring?o=4507325889773568&p=4507343435595856&r=de — 200 — 72 B — 53 ms — h2https://analytics.aeon.co/gtm.js?id=GTM-MHVZTPRanalytics.aeon.co/gtm.js?id=GTM-MHV... https://analytics.aeon.co/gtm.js?id=GTM-MHVZTPR — 200 — 130.3 KiB — 168 ms — h2https://aeon.co/api/call-to-actions/api/call-to-actions https://aeon.co/api/call-to-actions — 200 — 1.1 KiB — 15 ms — h2https://aeon.co/api/geolocation/api/geolocation https://aeon.co/api/geolocation — 200 — 149 B — 49 ms — h2https://aeon.co/api/auth/session/api/auth/session https://aeon.co/api/auth/session — 200 — 376 B — 55 ms — h2https://aeon.co/favicon.ico?favicon.0l6ecdy8.t189.ico/favicon.ico?favicon.0l6ecdy8.t189.... https://aeon.co/favicon.ico?favicon.0l6ecdy8.t189.ico — 200 — 43 B — 21 ms — h2https://aeon.co/essays/how-understanding-bioenergetics-can-help-our-brain-health?_rsc=1r34m/essays/how-understanding-bioenerge... https://aeon.co/essays/how-understanding-bioenergetics-can-help-our-brain-health?_rsc=1r34m — 200 — 20.7 KiB — 52 ms — h2https://aeon.co/essays/lessons-from-the-fairness-of-african-fractal-societies?_rsc=1r34m/essays/lessons-from-the-fairness-o... https://aeon.co/essays/lessons-from-the-fairness-of-african-fractal-societies?_rsc=1r34m — 200 — 22.7 KiB — 43 ms — h2https://aeon.co/newsletter?_rsc=1r34m/newsletter?_rsc=1r34m https://aeon.co/newsletter?_rsc=1r34m — 200 — 621 B — 32 ms — h2https://aeon.co/?_rsc=1pn8p/?_rsc=1pn8p https://aeon.co/?_rsc=1pn8p — 200 — 1.3 KiB — 25 ms — h2https://aeon.co/?_rsc=nn07o/?_rsc=nn07o https://aeon.co/?_rsc=nn07o — 200 — 4.3 KiB — 26 ms — h2https://aeon.co/manifest.webmanifest/manifest.webmanifest https://aeon.co/manifest.webmanifest — 200 — 68 B — 44 ms — h2https://aeon.co/?_rsc=1tn3u/?_rsc=1tn3u https://aeon.co/?_rsc=1tn3u — 200 — 2.9 KiB — 18 ms — h2https://aeon.co/newsletter?_rsc=1pn8p/newsletter?_rsc=1pn8p https://aeon.co/newsletter?_rsc=1pn8p — 200 — 1.3 KiB — 37 ms — h2https://aeon.co/_next/static/chunks/0-larv2lpg8i..js/_next/static/chunks/0-larv2lpg8i..... https://aeon.co/_next/static/chunks/0-larv2lpg8i..js — 200 — 8.1 KiB — 18 ms — h2https://aeon.co/_next/static/chunks/0w2irmjnmbyay.js/_next/static/chunks/0w2irmjnmbyay.... https://aeon.co/_next/static/chunks/0w2irmjnmbyay.js — 200 — 9.4 KiB — 37 ms — h2https://aeon.co/_next/static/chunks/0ytfzweg7tpif.js/_next/static/chunks/0ytfzweg7tpif.... https://aeon.co/_next/static/chunks/0ytfzweg7tpif.js — 200 — 10.3 KiB — 12 ms — h2https://aeon.co/_next/static/chunks/0ka7vmz6mx_9i.js/_next/static/chunks/0ka7vmz6mx_9i.... https://aeon.co/_next/static/chunks/0ka7vmz6mx_9i.js — 200 — 16.9 KiB — 27 ms — h2https://aeon.co/_next/static/chunks/0n_p9r_q~7ofn.js/_next/static/chunks/0n_p9r_q~7ofn.... https://aeon.co/_next/static/chunks/0n_p9r_q~7ofn.js — 200 — 13.0 KiB — 16 ms — h2https://aeon.co/newsletter?_rsc=1iglf/newsletter?_rsc=1iglf https://aeon.co/newsletter?_rsc=1iglf — 200 — 844 B — 25 ms — h2https://aeon.co/newsletter?_rsc=1ufii/newsletter?_rsc=1ufii https://aeon.co/newsletter?_rsc=1ufii — 200 — 687 B — 20 ms — h2https://analytics.aeon.co/gtag/js?id=G-R4TJTKRVYG&cx=c&gtm=4e64k0&sign=e3781219faf94769b8e516f9eb75ad575f5b887f9fff0c6a31d37353abc38160_20260422analytics.aeon.co/gtag/js?id=G-R4TJ... https://analytics.aeon.co/gtag/js?id=G-R4TJTKRVYG&cx=c&gtm=4e64k0&sign=e3781219faf94769b8e516f9eb75ad575f5b887f9fff0c6a31d37353abc38160_20260422 — 200 — 172.0 KiB — 57 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-MHVZTPR&gtg_health=1www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-MHVZTPR&gtg_health=1 — 200 — 392 B — 58 ms — h2https://aeon.co/?_rsc=4jbgt/?_rsc=4jbgt https://aeon.co/?_rsc=4jbgt — 200 — 9.1 KiB — 20 ms — h2https://aeon.co/_next/static/chunks/0c1m2h50x78mu.js/_next/static/chunks/0c1m2h50x78mu.... https://aeon.co/_next/static/chunks/0c1m2h50x78mu.js — 200 — 1.3 KiB — 16 ms — h2https://analytics.aeon.co/g/collect?v=2&tid=G-R4TJTKRVYG&gtm=45he64k0v872814467z8845284971za20kzb845284971zd845284971&_p=1776893397295&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1565626526&_eu=AAAAAGA&_fplc=0&are=1&cid=113126538.1776893398&frm=0&pscdl=noapi&rcb=13&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=&sst.tft=1776893397295&sst.lpc=1937313&sst.navt=n&sst.ude=0&sst.sw_exp=1&gaf=2&_s=1&tag_exp=0~115616985~115938465~115938468~117266400~117512543&sid=1776893397&sct=1&seg=0&dl=https%3A%2F%2Faeon.co%2F&dt=Aeon%20%7C%20a%20world%20of%20ideas&_tu=BA&en=page_view&_fv=1&_nsi=1&_ss=1&gap.gtb=2&tfd=1225&richsstsseanalytics.aeon.co/g/collect?v=2&tid... https://analytics.aeon.co/g/collect?v=2&tid=G-R4TJTKRVYG&gtm=45he64k0v872814467z8845284971za20kzb845284971zd845284971&_p=1776893397295&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&ecid=1565626526&_eu=AAAAAGA&_fplc=0&are=1&cid=113126538.1776893398&frm=0&pscdl=noapi&rcb=13&sr=412x823&uaa=&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&ur=&sst.tft=1776893397295&sst.lpc=1937313&sst.navt=n&sst.ude=0&sst.sw_exp=1&gaf=2&_s=1&tag_exp=0~115616985~115938465~115938468~117266400~117512543&sid=1776893397&sct=1&seg=0&dl=https%3A%2F%2Faeon.co%2F&dt=Aeon%20%7C%20a%20world%20of%20ideas&_tu=BA&en=page_view&_fv=1&_nsi=1&_ss=1&gap.gtb=2&tfd=1225&richsstsse — 200 — 524 B — 31 ms — h2https://analytics.aeon.co/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Faeon.co&1p=1analytics.aeon.co/_/service_worker/... https://analytics.aeon.co/_/service_worker/63b0/sw_iframe.html?origin=https%3A%2F%2Faeon.co&1p=1 — 200 — 1.9 KiB — 27 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
32% of JavaScript execution is third-party
First-party Third-party 1542ms · 302KB · $20/mo
Unattributable
Other
Costly
Execution 801ms
Transfer 0 KB
Monthly Cost $11/mo
analytics.aeon.co
Other
Costly
Execution 475ms
Transfer 172 KB
Unused 40%
Monthly Cost $6/mo
analytics.aeon.co
Other
Costly
Execution 266ms
Transfer 130 KB
Unused 47%
Monthly Cost $4/mo

These scripts may cost more than they're worth

  • Unattributable adds 801ms and costs ~$11/month
  • analytics.aeon.co adds 475ms and costs ~$6/month
  • analytics.aeon.co adds 266ms and costs ~$4/month

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

analytics.aeon.co takes 475ms 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

analytics.aeon.co takes 266ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback