Skip to content
https://archives-ouvertes.fr

Performance

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

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

64
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.
83
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.

2.92 s

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

3.75 s

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

60 ms

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

0.023

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

2.92 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

3.76 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.3 MB transferred, 64 requests
FIX
3.3 MB transferred, 64 requests
Warning::
Page weighs 3.7 MB (3.3 MB transferred)
Warning::
JavaScript is 1.7 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.7 MB
Info::
CSS is 376 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 376 KB
Info::
Fonts are 327 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 327 KB
Info::
64 HTTP requests
Info::
Estimated 0.70 g CO2 per page load
3.3 MB / 2.4 MB budget
3.3 MB transferred
64 requests
0.70 g CO2 per page load
JavaScript 1.7 MiB 50%
Images 928.2 KiB 27%
CSS 375.7 KiB 11%
Fonts 327.4 KiB 10%
Other 34.0 KiB 1%
HTML 20.2 KiB 1%
Other 11.7 KiB 0%
Other 11.2 KiB 0%
Other 1.8 KiB 0%
Other 370 B 0%
0 2.4 MB 4.9 MB
Over budget

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev font loading

D
Third-Party Impact
Action
94% third-party, 0 ms blocking
FIX
94% third-party, 0 ms blocking
Warning::
Third-party code accounts for 94% of page weight (3.1 MiB of 3.3 MiB)
Info::
Third-party blocking time is low (0 ms)
94%
First-party Third-party
F
JS Bundles
Action
18 scripts, 1.1 MB unused
FIX
18 scripts, 1.1 MB unused
Warning::
https://hal.science/assets/build/main.2146cdd3.js: 870 KB unused (75%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hal.science/static/js/tarteaucitron/tartea...: 178 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hal.science/static/js/tarteaucitron/tartea...: unminified — 68 KB could be saved
Warning::
https://hal.science/static/js/tarteaucitron/tartea...: 55 KB unused (45%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://hal.science/static/js/tarteaucitron/tartea...: unminified — 45 KB could be saved
Warning::
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7...: 33 KB unused (55%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 1.1 MB
1136 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://hal.science/assets/build/main.2146cdd3.js1156 KB870 KB (75%)3rd
https://hal.science/static/js/tarteaucitron/tarteaucitron.services.js244 KB178 KB (73%)3rd
https://hal.science/static/js/tarteaucitron/tarteaucitron.js122 KB55 KB (45%)3rd
https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js?V=2.7.559 KB33 KB (55%)3rd
https://hal.science/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=devel0 KB3rd
https://hal.science/.within.website/x/cmd/anubis/static/js/main.mjs?cacheBuster=devel6 KB3rd
https://hal.science/assets/js/translations.php?lang=en26 KB3rd
https://hal.science/assets/build/runtime.79766688.js2 KB3rd
https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/js/main.mjs?cacheBuster=devel6 KB1st
https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js17 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

F
Page Weight Inventory
Action
64 resources · 3.3 MB · 1.1 MB savings available
FIX
64 resources · 3.3 MB · 1.1 MB savings available
Warning::
Page weight 2.3 MB over 1MB target
Got: 3.3 MB Expected: ≤ 1 MB
Info::
~1.1 MB of savings available
Warning::
51 third-party resources (94% of weight)
Info::
4 resources over 200KB
64 resources · 3.3 MiB · 51 third-party 2.3 MiB over 1MB target
JavaScript 50% · 1.7 MiB
Image 28% · 960.6 KiB
CSS 11% · 375.7 KiB
Font 10% · 327.4 KiB
Document 1% · 35.2 KiB
Other 0% · 11.6 KiB

~1.1 MiB of savings available

Remove unused JavaScript: 1.1 MiB
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: no-store
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store

DirectiveValueMeaning
no-storeNever cache this response
C
Image Optimization
Action
15 images, 0 KB saveable
REVIEW
15 images, 0 KB saveable
Warning::
https://hal.science/assets/img/CoreTrustSeal.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hal.science/public/cnrs.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hal.science/public/inria.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hal.science/public/mesr.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hal.science/assets/img/hal_25_en.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hal.science/public/inrae.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
15 images 928 KB
0 oversized -0 KB
10 legacy format
6 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
605ms total JS execution
REVIEW
605ms total JS execution
Warning::
https://hal.science/: 296ms CPU time
Info::
https://hal.science/assets/build/main.2146cdd3.js: 172ms CPU time
Info::
Unattributable: 137ms CPU time
Warning::
Third-party scripts: 605ms (100% of total)

Main Thread Breakdown

Other 32% Script Evaluation 28% Style & Layout 22% Script Parsing & Compilation 9% Rendering 5%
ScriptTotalScriptingParse/CompileParty
https://hal.science/296ms2ms1ms3rd
https://hal.science/assets/build/main.2146cdd3.js172ms117ms38ms3rd
Unattributable137ms9ms0ms3rd
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
6 fonts (327 KB)
PASS
6 fonts (327 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

327 KB total

Render-blocking

0

of 6

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.9 s LCP 3.8 shttps://archives-ouvertes.fr/.within.website/x/xess/static/podkova.woff2podkova.woff2 https://archives-ouvertes.fr/.within.website/x/xess/static/podkova.woff2 — 59.3 KiB — 244 ms — font-display: swaphttps://archives-ouvertes.fr/.within.website/x/xess/static/geist.woff2geist.woff2 https://archives-ouvertes.fr/.within.website/x/xess/static/geist.woff2 — 62.8 KiB — 245 ms — font-display: swaphttps://hal.science/.within.website/x/xess/static/podkova.woff2podkova.woff2 https://hal.science/.within.website/x/xess/static/podkova.woff2 — 59.3 KiB — 263 ms — font-display: swaphttps://hal.science/.within.website/x/xess/static/geist.woff2geist.woff2 https://hal.science/.within.website/x/xess/static/geist.woff2 — 62.8 KiB — 255 ms — font-display: swaphttps://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2o-0bIpQlx3QUlC5A4PNB6Ry... https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2 — 35.0 KiB — 6 ms — font-display: swaphttps://hal.science/assets/fonts/icomoon.ttf?p6x699icomoon.ttf https://hal.science/assets/fonts/icomoon.ttf?p6x699 — 48.1 KiB — 98 ms — font-display: swap
podkova.woff2 woff2 swap
Size 59 KB
Load time 244 ms
Start 490 ms
Risk FOUT — text flashes from fallback to web font
geist.woff2 woff2 swap
Size 63 KB
Load time 245 ms
Start 490 ms
Risk FOUT — text flashes from fallback to web font
podkova.woff2 woff2 swap
Size 59 KB
Load time 263 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
geist.woff2 woff2 swap
Size 63 KB
Load time 255 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
o-0bIpQlx3QUlC5A4PNB6Ry... woff2 swap
Size 35 KB
Load time 6 ms
Start 4.1 s
Risk FOUT — text flashes from fallback to web font
icomoon.ttf ttf swap
Size 48 KB
Load time 98 ms
Start 4.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~14 KB and ~28 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
Network Waterfall
64 requests over 4698ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.9 s LCP 3.8 shttps://archives-ouvertes.fr// https://archives-ouvertes.fr/ — 200 — 5.8 KiB — 367 ms — h2https://archives-ouvertes.fr/.within.website/x/xess/xess.css?cachebuster=devel/.within.website/x/xess/xess.css?ca... https://archives-ouvertes.fr/.within.website/x/xess/xess.css?cachebuster=devel — 200 — 2.7 KiB — 95 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/img/pensive.webp?cacheBuster=devel/.within.website/x/cmd/anubis/stati... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/img/pensive.webp?cacheBuster=devel — 200 — 28.4 KiB — 182 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/img/happy.webp?cacheBuster=devel/.within.website/x/cmd/anubis/stati... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/img/happy.webp?cacheBuster=devel — 200 — 30.0 KiB — 270 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/js/main.mjs?cacheBuster=devel/.within.website/x/cmd/anubis/stati... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/js/main.mjs?cacheBuster=devel — 200 — 5.8 KiB — 271 ms — h2https://archives-ouvertes.fr/.within.website/x/xess/static/podkova.woff2/.within.website/x/xess/static/podk... https://archives-ouvertes.fr/.within.website/x/xess/static/podkova.woff2 — 200 — 59.3 KiB — 244 ms — h2https://archives-ouvertes.fr/.within.website/x/xess/static/geist.woff2/.within.website/x/xess/static/geis... https://archives-ouvertes.fr/.within.website/x/xess/static/geist.woff2 — 200 — 62.8 KiB — 245 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/locales/en.json/.within.website/x/cmd/anubis/stati... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/locales/en.json — 200 — 5.6 KiB — 91 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=devel/.within.website/x/cmd/anubis/stati... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=devel — 200 — 104 B — 101 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=devel/.within.website/x/cmd/anubis/stati... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=devel — 200 — 104 B — 192 ms — h2https://archives-ouvertes.fr/favicon.ico/favicon.ico https://archives-ouvertes.fr/favicon.ico — 301 — 119 B — 92 ms — h2https://hal.science/favicon.icohal.science/favicon.ico https://hal.science/favicon.ico — 200 — 15.0 KiB — 382 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/api/pass-challenge?id=019db295-507d-7433-bd45-2fc716ad2c8b&response=000089a19c18a479105259ad97d343e5a28325ead45f06272c68baf343baa1d7&nonce=76598&redir=https%3A%2F%2Farchives-ouvertes.fr%2F&elapsedTime=1397/.within.website/x/cmd/anubis/api/p... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/api/pass-challenge?id=019db295-507d-7433-bd45-2fc716ad2c8b&response=000089a19c18a479105259ad97d343e5a28325ead45f06272c68baf343baa1d7&nonce=76598&redir=https%3A%2F%2Farchives-ouvertes.fr%2F&elapsedTime=1397 — 302 — 702 B — 91 ms — h2https://archives-ouvertes.fr// https://archives-ouvertes.fr/ — 301 — 108 B — 92 ms — h2https://hal.science/hal.science/ https://hal.science/ — 200 — 5.8 KiB — 298 ms — h2https://hal.science/.within.website/x/xess/xess.css?cachebuster=develhal.science/.within.website/x/xess/... https://hal.science/.within.website/x/xess/xess.css?cachebuster=devel — 200 — 2.7 KiB — 93 ms — h2https://hal.science/.within.website/x/cmd/anubis/static/img/pensive.webp?cacheBuster=develhal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/static/img/pensive.webp?cacheBuster=devel — 200 — 28.3 KiB — 272 ms — h2https://hal.science/.within.website/x/cmd/anubis/static/img/happy.webp?cacheBuster=develhal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/static/img/happy.webp?cacheBuster=devel — 200 — 30.0 KiB — 188 ms — h2https://hal.science/.within.website/x/cmd/anubis/static/js/main.mjs?cacheBuster=develhal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/static/js/main.mjs?cacheBuster=devel — 200 — 5.8 KiB — 96 ms — h2https://hal.science/.within.website/x/xess/static/podkova.woff2hal.science/.within.website/x/xess/... https://hal.science/.within.website/x/xess/static/podkova.woff2 — 200 — 59.3 KiB — 263 ms — h2https://hal.science/.within.website/x/xess/static/geist.woff2hal.science/.within.website/x/xess/... https://hal.science/.within.website/x/xess/static/geist.woff2 — 200 — 62.8 KiB — 255 ms — h2https://hal.science/.within.website/x/cmd/anubis/static/locales/en.jsonhal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/static/locales/en.json — 200 — 5.6 KiB — 260 ms — h2https://hal.science/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=develhal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=devel — 200 — 104 B — 104 ms — h2https://hal.science/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=develhal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=devel — -1 — 0 B — 0 ms — https://hal.science/favicon.icohal.science/favicon.ico https://hal.science/favicon.ico — 200 — 15.0 KiB — 95 ms — h2https://hal.science/.within.website/x/cmd/anubis/api/pass-challenge?id=019db295-5956-7b48-b876-a0bfcab16ebc&response=00003506c47ea8cf083069f8d8811c5e523d3f5e40dda71ed9c76e3018fa060b&nonce=884&redir=https%3A%2F%2Fhal.science%2F&elapsedTime=118hal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/api/pass-challenge?id=019db295-5956-7b48-b876-a0bfcab16ebc&response=00003506c47ea8cf083069f8d8811c5e523d3f5e40dda71ed9c76e3018fa060b&nonce=884&redir=https%3A%2F%2Fhal.science%2F&elapsedTime=118 — 302 — 684 B — 94 ms — h2https://hal.science/hal.science/ https://hal.science/ — 200 — 8.5 KiB — 215 ms — h2https://hal.science/assets/build/main.7422c588.csshal.science/assets/build/main.7422c... https://hal.science/assets/build/main.7422c588.css — 200 — 332.5 KiB — 195 ms — h2https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.csscdnjs.cloudflare.com/ajax/libs/sele... https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.css — 200 — 2.2 KiB — 28 ms — h3https://hal.science/assets/css/select2totree.csshal.science/assets/css/select2totre... https://hal.science/assets/css/select2totree.css — 200 — 3.5 KiB — 102 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.9 s LCP 3.8 shttps://archives-ouvertes.fr// https://archives-ouvertes.fr/ — 200 — 5.8 KiB — 367 ms — h2https://archives-ouvertes.fr/.within.website/x/xess/xess.css?cachebuster=devel/.within.website/x/xess/xess.css?ca... https://archives-ouvertes.fr/.within.website/x/xess/xess.css?cachebuster=devel — 200 — 2.7 KiB — 95 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/img/pensive.webp?cacheBuster=devel/.within.website/x/cmd/anubis/stati... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/img/pensive.webp?cacheBuster=devel — 200 — 28.4 KiB — 182 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/img/happy.webp?cacheBuster=devel/.within.website/x/cmd/anubis/stati... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/img/happy.webp?cacheBuster=devel — 200 — 30.0 KiB — 270 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/js/main.mjs?cacheBuster=devel/.within.website/x/cmd/anubis/stati... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/js/main.mjs?cacheBuster=devel — 200 — 5.8 KiB — 271 ms — h2https://archives-ouvertes.fr/.within.website/x/xess/static/podkova.woff2/.within.website/x/xess/static/podk... https://archives-ouvertes.fr/.within.website/x/xess/static/podkova.woff2 — 200 — 59.3 KiB — 244 ms — h2https://archives-ouvertes.fr/.within.website/x/xess/static/geist.woff2/.within.website/x/xess/static/geis... https://archives-ouvertes.fr/.within.website/x/xess/static/geist.woff2 — 200 — 62.8 KiB — 245 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/locales/en.json/.within.website/x/cmd/anubis/stati... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/locales/en.json — 200 — 5.6 KiB — 91 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=devel/.within.website/x/cmd/anubis/stati... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=devel — 200 — 104 B — 101 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=devel/.within.website/x/cmd/anubis/stati... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=devel — 200 — 104 B — 192 ms — h2https://archives-ouvertes.fr/favicon.ico/favicon.ico https://archives-ouvertes.fr/favicon.ico — 301 — 119 B — 92 ms — h2https://hal.science/favicon.icohal.science/favicon.ico https://hal.science/favicon.ico — 200 — 15.0 KiB — 382 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/api/pass-challenge?id=019db295-507d-7433-bd45-2fc716ad2c8b&response=000089a19c18a479105259ad97d343e5a28325ead45f06272c68baf343baa1d7&nonce=76598&redir=https%3A%2F%2Farchives-ouvertes.fr%2F&elapsedTime=1397/.within.website/x/cmd/anubis/api/p... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/api/pass-challenge?id=019db295-507d-7433-bd45-2fc716ad2c8b&response=000089a19c18a479105259ad97d343e5a28325ead45f06272c68baf343baa1d7&nonce=76598&redir=https%3A%2F%2Farchives-ouvertes.fr%2F&elapsedTime=1397 — 302 — 702 B — 91 ms — h2https://archives-ouvertes.fr// https://archives-ouvertes.fr/ — 301 — 108 B — 92 ms — h2https://hal.science/hal.science/ https://hal.science/ — 200 — 5.8 KiB — 298 ms — h2https://hal.science/.within.website/x/xess/xess.css?cachebuster=develhal.science/.within.website/x/xess/... https://hal.science/.within.website/x/xess/xess.css?cachebuster=devel — 200 — 2.7 KiB — 93 ms — h2https://hal.science/.within.website/x/cmd/anubis/static/img/pensive.webp?cacheBuster=develhal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/static/img/pensive.webp?cacheBuster=devel — 200 — 28.3 KiB — 272 ms — h2https://hal.science/.within.website/x/cmd/anubis/static/img/happy.webp?cacheBuster=develhal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/static/img/happy.webp?cacheBuster=devel — 200 — 30.0 KiB — 188 ms — h2https://hal.science/.within.website/x/cmd/anubis/static/js/main.mjs?cacheBuster=develhal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/static/js/main.mjs?cacheBuster=devel — 200 — 5.8 KiB — 96 ms — h2https://hal.science/.within.website/x/xess/static/podkova.woff2hal.science/.within.website/x/xess/... https://hal.science/.within.website/x/xess/static/podkova.woff2 — 200 — 59.3 KiB — 263 ms — h2https://hal.science/.within.website/x/xess/static/geist.woff2hal.science/.within.website/x/xess/... https://hal.science/.within.website/x/xess/static/geist.woff2 — 200 — 62.8 KiB — 255 ms — h2https://hal.science/.within.website/x/cmd/anubis/static/locales/en.jsonhal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/static/locales/en.json — 200 — 5.6 KiB — 260 ms — h2https://hal.science/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=develhal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=devel — 200 — 104 B — 104 ms — h2https://hal.science/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=develhal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/static/js/worker/sha256-webcrypto.mjs?cacheBuster=devel — -1 — 0 B — 0 ms — https://hal.science/favicon.icohal.science/favicon.ico https://hal.science/favicon.ico — 200 — 15.0 KiB — 95 ms — h2https://hal.science/.within.website/x/cmd/anubis/api/pass-challenge?id=019db295-5956-7b48-b876-a0bfcab16ebc&response=00003506c47ea8cf083069f8d8811c5e523d3f5e40dda71ed9c76e3018fa060b&nonce=884&redir=https%3A%2F%2Fhal.science%2F&elapsedTime=118hal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/api/pass-challenge?id=019db295-5956-7b48-b876-a0bfcab16ebc&response=00003506c47ea8cf083069f8d8811c5e523d3f5e40dda71ed9c76e3018fa060b&nonce=884&redir=https%3A%2F%2Fhal.science%2F&elapsedTime=118 — 302 — 684 B — 94 ms — h2https://hal.science/hal.science/ https://hal.science/ — 200 — 8.5 KiB — 215 ms — h2https://hal.science/assets/build/main.7422c588.csshal.science/assets/build/main.7422c... https://hal.science/assets/build/main.7422c588.css — 200 — 332.5 KiB — 195 ms — h2https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.csscdnjs.cloudflare.com/ajax/libs/sele... https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/css/select2.min.css — 200 — 2.2 KiB — 28 ms — h3https://hal.science/assets/css/select2totree.csshal.science/assets/css/select2totre... https://hal.science/assets/css/select2totree.css — 200 — 3.5 KiB — 102 ms — h2https://hal.science/public/style.ng.css?1759935239hal.science/public/style.ng.css?175... https://hal.science/public/style.ng.css?1759935239 — 200 — 317 B — 98 ms — h2https://hal.science/assets/js/translations.php?lang=enhal.science/assets/js/translations.... https://hal.science/assets/js/translations.php?lang=en — 200 — 26.4 KiB — 206 ms — h2https://hal.science/assets/build/runtime.79766688.jshal.science/assets/build/runtime.79... https://hal.science/assets/build/runtime.79766688.js — 200 — 1.6 KiB — 203 ms — h2https://hal.science/assets/build/main.2146cdd3.jshal.science/assets/build/main.2146c... https://hal.science/assets/build/main.2146cdd3.js — 200 — 1.1 MiB — 380 ms — h2https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.jscdnjs.cloudflare.com/ajax/libs/sele... https://cdnjs.cloudflare.com/ajax/libs/select2/4.0.13/js/select2.min.js — 200 — 16.7 KiB — 26 ms — h3https://hal.science/assets/js/select2totree.jshal.science/assets/js/select2totree... https://hal.science/assets/js/select2totree.js — 200 — 5.2 KiB — 196 ms — h2https://hal.science/static/js/tarteaucitron/tarteaucitron.jshal.science/static/js/tarteaucitron... https://hal.science/static/js/tarteaucitron/tarteaucitron.js — 200 — 122.3 KiB — 284 ms — h2https://hal.science/static/js/tarteaucitron4hal/tarteaucitron.servicesHAL.jshal.science/static/js/tarteaucitron... https://hal.science/static/js/tarteaucitron4hal/tarteaucitron.servicesHAL.js — 200 — 2.0 KiB — 200 ms — h2https://hal.science/assets/img/hal-logo-header.pnghal.science/assets/img/hal-logo-hea... https://hal.science/assets/img/hal-logo-header.png — 200 — 90.0 KiB — 207 ms — h2https://hal.science/assets/img/hal-logo-text.pnghal.science/assets/img/hal-logo-tex... https://hal.science/assets/img/hal-logo-text.png — 200 — 6.4 KiB — 192 ms — h2https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swapfonts.googleapis.com/css2?family=No... https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap — 200 — 1.2 KiB — 50 ms — h2https://hal.science/assets/img/hal_25_en.pnghal.science/assets/img/hal_25_en.pn... https://hal.science/assets/img/hal_25_en.png — 200 — 50.0 KiB — 172 ms — h2https://hal.science/img/loading.gifhal.science/img/loading.gif https://hal.science/img/loading.gif — 200 — 1.9 KiB — 168 ms — h2https://hal.science/public/mesr.svghal.science/public/mesr.svg https://hal.science/public/mesr.svg — 200 — 20.2 KiB — 97 ms — h2https://hal.science/assets/site.webmanifesthal.science/assets/site.webmanifest https://hal.science/assets/site.webmanifest — 200 — 5.8 KiB — 283 ms — h2https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMMLcdnjs.cloudflare.com/ajax/libs/math... https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML — 200 — 17.2 KiB — 12 ms — h3https://hal.science/public/cnrs.pnghal.science/public/cnrs.png https://hal.science/public/cnrs.png — 200 — 18.8 KiB — 96 ms — h2https://hal.science/public/inria.svghal.science/public/inria.svg https://hal.science/public/inria.svg — 200 — 4.3 KiB — 98 ms — h2https://hal.science/public/inrae.svghal.science/public/inrae.svg https://hal.science/public/inrae.svg — 200 — 5.5 KiB — 99 ms — h2https://hal.science/assets/img/CoreTrustSeal.pnghal.science/assets/img/CoreTrustSea... https://hal.science/assets/img/CoreTrustSeal.png — 200 — 18.2 KiB — 444 ms — h2https://piwik-hal.ccsd.cnrs.fr/matomo.jspiwik-hal.ccsd.cnrs.fr/matomo.js https://piwik-hal.ccsd.cnrs.fr/matomo.js — 200 — 32.9 KiB — 386 ms — h2https://hal.science/assets/img/hal-index-bg.pnghal.science/assets/img/hal-index-bg... https://hal.science/assets/img/hal-index-bg.png — 200 — 596.2 KiB — 122 ms — h2https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2fonts.gstatic.com/s/notosans/v42/o-... https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2 — 200 — 35.0 KiB — 6 ms — h3https://hal.science/assets/fonts/icomoon.ttf?p6x699hal.science/assets/fonts/icomoon.tt... https://hal.science/assets/fonts/icomoon.ttf?p6x699 — 200 — 48.1 KiB — 98 ms — h2https://hal.science/widgethal.science/widget https://hal.science/widget — 200 — 1.8 KiB — 225 ms — h2https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js?V=2.7.5cdnjs.cloudflare.com/ajax/libs/math... https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/config/TeX-AMS-MML_HTMLorMML.js?V=2.7.5 — 200 — 59.4 KiB — 17 ms — h3https://piwik-hal.ccsd.cnrs.fr/matomo.php?action_name=Home%20-%20Archive%20ouverte%20HAL&idsite=17&rec=1&r=009911&h=0&m=27&s=7&url=https%3A%2F%2Fhal.science%2F&urlref=https%3A%2F%2Fhal.science%2F&_id=8c794c03d0b53d94&_idn=1&send_image=0&_refts=0&pv_id=3XlsWt&pf_net=0&pf_srv=212&pf_tfr=2&pf_dm1=543&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600piwik-hal.ccsd.cnrs.fr/matomo.php?a... https://piwik-hal.ccsd.cnrs.fr/matomo.php?action_name=Home%20-%20Archive%20ouverte%20HAL&idsite=17&rec=1&r=009911&h=0&m=27&s=7&url=https%3A%2F%2Fhal.science%2F&urlref=https%3A%2F%2Fhal.science%2F&_id=8c794c03d0b53d94&_idn=1&send_image=0&_refts=0&pv_id=3XlsWt&pf_net=0&pf_srv=212&pf_tfr=2&pf_dm1=543&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600 — 204 — 185 B — 146 ms — h2https://piwik-hal.ccsd.cnrs.fr/matomo.php?action_name=Home%20-%20Archive%20ouverte%20HAL&idsite=92&rec=1&r=772157&h=0&m=27&s=7&url=https%3A%2F%2Fhal.science%2F&urlref=https%3A%2F%2Fhal.science%2F&_id=3d5d913fd279620b&_idn=1&send_image=0&_refts=0&pv_id=wgyBa4&pf_net=0&pf_srv=212&pf_tfr=2&pf_dm1=543&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600piwik-hal.ccsd.cnrs.fr/matomo.php?a... https://piwik-hal.ccsd.cnrs.fr/matomo.php?action_name=Home%20-%20Archive%20ouverte%20HAL&idsite=92&rec=1&r=772157&h=0&m=27&s=7&url=https%3A%2F%2Fhal.science%2F&urlref=https%3A%2F%2Fhal.science%2F&_id=3d5d913fd279620b&_idn=1&send_image=0&_refts=0&pv_id=wgyBa4&pf_net=0&pf_srv=212&pf_tfr=2&pf_dm1=543&uadata=%7B%22formFactors%22%3A%5B%22Desktop%22%5D%2C%22fullVersionList%22%3A%5B%7B%22brand%22%3A%22Not-A.Brand%22%2C%22version%22%3A%2224.0.0.0%22%7D%2C%7B%22brand%22%3A%22Chromium%22%2C%22version%22%3A%22146.0.7680.164%22%7D%5D%2C%22mobile%22%3Afalse%2C%22model%22%3A%22%22%2C%22platform%22%3A%22macOS%22%2C%22platformVersion%22%3A%2210.15.7%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=800x600 — 204 — 185 B — 171 ms — h2https://hal.science/static/js/tarteaucitron/css/tarteaucitron.csshal.science/static/js/tarteaucitron... https://hal.science/static/js/tarteaucitron/css/tarteaucitron.css — 200 — 30.5 KiB — 96 ms — h2https://hal.science/static/js/tarteaucitron/lang/tarteaucitron.en.jshal.science/static/js/tarteaucitron... https://hal.science/static/js/tarteaucitron/lang/tarteaucitron.en.js — 200 — 3.8 KiB — 99 ms — h2https://hal.science/assets/site.webmanifesthal.science/assets/site.webmanifest https://hal.science/assets/site.webmanifest — 200 — 5.8 KiB — 95 ms — h2https://hal.science/assets/favicon/favicon-32x32.pnghal.science/assets/favicon/favicon-... https://hal.science/assets/favicon/favicon-32x32.png — 200 — 2.5 KiB — 98 ms — h2https://hal.science/static/js/tarteaucitron/tarteaucitron.services.jshal.science/static/js/tarteaucitron... https://hal.science/static/js/tarteaucitron/tarteaucitron.services.js — 200 — 244.3 KiB — 107 ms — h2data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAAeCAYAAAAWwoEYAAADl0lEQVRoge1Y0W3bQAx9CjKARlC+9…data:image/png;base64,iVBORw0KGgoAA... data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHcAAAAeCAYAAAAWwoEYAAADl0lEQVRoge1Y0W3bQAx9CjKARlC+9… — 200 — 0 B — 0 ms — data
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 605ms · 1165KB · €7/mo
hal.science
Other
Costly
Execution 296ms
Transfer 9 KB
Monthly Cost €3/mo
hal.science
Other
Optional
Execution 172ms
Transfer 1156 KB
Unused 75%
Monthly Cost €2/mo
Unattributable
Other
Optional
Execution 137ms
Transfer 0 KB
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • hal.science adds 296ms and costs ~€3/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

hal.science takes 296ms 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

75% of hal.science'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