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

Performance

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

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

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

12.69 s

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

18.08 s

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

464 ms

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

0.085

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

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

18.09 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
16
8 PASS 2 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.8 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...: 32 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 KB32 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.8 KiB
Font 10% · 327.4 KiB
Document 1% · 35.3 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/public/mesr.svg 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/inrae.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://hal.science/assets/img/CoreTrustSeal.png 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
5 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

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+
JS Execution Cost
No JS execution data
PASS
No JS execution data
Info::
No significant JS execution detected
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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s FCP 12.7 s LCP 18.1 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 — 250 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 — 250 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 — 253 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 — 254 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 — 483 ms — font-display: swaphttps://hal.science/assets/fonts/icomoon.ttf?p6x699icomoon.ttf https://hal.science/assets/fonts/icomoon.ttf?p6x699 — 48.1 KiB — 94 ms — font-display: swap
podkova.woff2 woff2 swap
Size 59 KB
Load time 250 ms
Start 585 ms
Risk FOUT — text flashes from fallback to web font
geist.woff2 woff2 swap
Size 63 KB
Load time 250 ms
Start 586 ms
Risk FOUT — text flashes from fallback to web font
podkova.woff2 woff2 swap
Size 59 KB
Load time 253 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
geist.woff2 woff2 swap
Size 63 KB
Load time 254 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
o-0bIpQlx3QUlC5A4PNB6Ry... woff2 swap
Size 35 KB
Load time 483 ms
Start 4.3 s
Risk FOUT — text flashes from fallback to web font
icomoon.ttf ttf swap
Size 48 KB
Load time 94 ms
Start 4.3 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
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
64 requests over 5001ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s FCP 12.7 s LCP 18.1 shttps://archives-ouvertes.fr// https://archives-ouvertes.fr/ — 200 — 5.9 KiB — 461 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 — 92 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.3 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 — 268 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 — 94 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 — 250 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 — 250 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 — 246 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 — 102 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 — 195 ms — h2https://archives-ouvertes.fr/favicon.ico/favicon.ico https://archives-ouvertes.fr/favicon.ico — 301 — 119 B — 90 ms — h2https://hal.science/favicon.icohal.science/favicon.ico https://hal.science/favicon.ico — 200 — 15.0 KiB — 379 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/api/pass-challenge?id=019db294-d0a8-7a55-ae8f-38a4599b262a&response=0000b96f5f42215e57cd1375b046bab78ffc70123b27abf19ba9fb5d51b5a181&nonce=21603&redir=https%3A%2F%2Farchives-ouvertes.fr%2F&elapsedTime=502/.within.website/x/cmd/anubis/api/p... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/api/pass-challenge?id=019db294-d0a8-7a55-ae8f-38a4599b262a&response=0000b96f5f42215e57cd1375b046bab78ffc70123b27abf19ba9fb5d51b5a181&nonce=21603&redir=https%3A%2F%2Farchives-ouvertes.fr%2F&elapsedTime=502 — 302 — 702 B — 92 ms — h2https://archives-ouvertes.fr// https://archives-ouvertes.fr/ — 301 — 108 B — 96 ms — h2https://hal.science/hal.science/ https://hal.science/ — 200 — 5.8 KiB — 287 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 — 97 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 — 183 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 — 98 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 — 253 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 — 254 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 — 253 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 — 102 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 — 197 ms — h2https://hal.science/favicon.icohal.science/favicon.ico https://hal.science/favicon.ico — 200 — 15.0 KiB — 94 ms — h2https://hal.science/.within.website/x/cmd/anubis/api/pass-challenge?id=019db294-d603-785b-85e2-c89c68786c92&response=00006a5fca5eb3cce6ba8259428699d94cadf496a69d56c34bd1e81f8862c3e7&nonce=15675&redir=https%3A%2F%2Fhal.science%2F&elapsedTime=426hal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/api/pass-challenge?id=019db294-d603-785b-85e2-c89c68786c92&response=00006a5fca5eb3cce6ba8259428699d94cadf496a69d56c34bd1e81f8862c3e7&nonce=15675&redir=https%3A%2F%2Fhal.science%2F&elapsedTime=426 — 302 — 684 B — 91 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.4 KiB — 272 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 — 38 ms — h3https://hal.science/assets/css/select2totree.csshal.science/assets/css/select2totre... https://hal.science/assets/css/select2totree.css — 200 — 3.5 KiB — 281 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s FCP 12.7 s LCP 18.1 shttps://archives-ouvertes.fr// https://archives-ouvertes.fr/ — 200 — 5.9 KiB — 461 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 — 92 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.3 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 — 268 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 — 94 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 — 250 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 — 250 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 — 246 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 — 102 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 — 195 ms — h2https://archives-ouvertes.fr/favicon.ico/favicon.ico https://archives-ouvertes.fr/favicon.ico — 301 — 119 B — 90 ms — h2https://hal.science/favicon.icohal.science/favicon.ico https://hal.science/favicon.ico — 200 — 15.0 KiB — 379 ms — h2https://archives-ouvertes.fr/.within.website/x/cmd/anubis/api/pass-challenge?id=019db294-d0a8-7a55-ae8f-38a4599b262a&response=0000b96f5f42215e57cd1375b046bab78ffc70123b27abf19ba9fb5d51b5a181&nonce=21603&redir=https%3A%2F%2Farchives-ouvertes.fr%2F&elapsedTime=502/.within.website/x/cmd/anubis/api/p... https://archives-ouvertes.fr/.within.website/x/cmd/anubis/api/pass-challenge?id=019db294-d0a8-7a55-ae8f-38a4599b262a&response=0000b96f5f42215e57cd1375b046bab78ffc70123b27abf19ba9fb5d51b5a181&nonce=21603&redir=https%3A%2F%2Farchives-ouvertes.fr%2F&elapsedTime=502 — 302 — 702 B — 92 ms — h2https://archives-ouvertes.fr// https://archives-ouvertes.fr/ — 301 — 108 B — 96 ms — h2https://hal.science/hal.science/ https://hal.science/ — 200 — 5.8 KiB — 287 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 — 97 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 — 183 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 — 98 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 — 253 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 — 254 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 — 253 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 — 102 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 — 197 ms — h2https://hal.science/favicon.icohal.science/favicon.ico https://hal.science/favicon.ico — 200 — 15.0 KiB — 94 ms — h2https://hal.science/.within.website/x/cmd/anubis/api/pass-challenge?id=019db294-d603-785b-85e2-c89c68786c92&response=00006a5fca5eb3cce6ba8259428699d94cadf496a69d56c34bd1e81f8862c3e7&nonce=15675&redir=https%3A%2F%2Fhal.science%2F&elapsedTime=426hal.science/.within.website/x/cmd/a... https://hal.science/.within.website/x/cmd/anubis/api/pass-challenge?id=019db294-d603-785b-85e2-c89c68786c92&response=00006a5fca5eb3cce6ba8259428699d94cadf496a69d56c34bd1e81f8862c3e7&nonce=15675&redir=https%3A%2F%2Fhal.science%2F&elapsedTime=426 — 302 — 684 B — 91 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.4 KiB — 272 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 — 38 ms — h3https://hal.science/assets/css/select2totree.csshal.science/assets/css/select2totre... https://hal.science/assets/css/select2totree.css — 200 — 3.5 KiB — 281 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 — 267 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 — 284 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 — 273 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 — 446 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 — 37 ms — h3https://hal.science/assets/js/select2totree.jshal.science/assets/js/select2totree... https://hal.science/assets/js/select2totree.js — 200 — 5.2 KiB — 281 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 — 347 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 — 273 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 — 283 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 — 282 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.3 KiB — 819 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 — 157 ms — h2https://hal.science/img/loading.gifhal.science/img/loading.gif https://hal.science/img/loading.gif — 200 — 1.9 KiB — 153 ms — h2https://hal.science/public/mesr.svghal.science/public/mesr.svg https://hal.science/public/mesr.svg — 200 — 20.2 KiB — 93 ms — h2https://hal.science/assets/site.webmanifesthal.science/assets/site.webmanifest https://hal.science/assets/site.webmanifest — 200 — 5.8 KiB — 281 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 — 18 ms — h3https://hal.science/public/cnrs.pnghal.science/public/cnrs.png https://hal.science/public/cnrs.png — 200 — 18.8 KiB — 95 ms — h2https://hal.science/public/inria.svghal.science/public/inria.svg https://hal.science/public/inria.svg — 200 — 4.3 KiB — 95 ms — h2https://hal.science/public/inrae.svghal.science/public/inrae.svg https://hal.science/public/inrae.svg — 200 — 5.5 KiB — 93 ms — h2https://hal.science/assets/img/CoreTrustSeal.pnghal.science/assets/img/CoreTrustSea... https://hal.science/assets/img/CoreTrustSeal.png — 200 — 18.2 KiB — 94 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 — 389 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 — 121 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 — 483 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 — 94 ms — h2https://hal.science/widgethal.science/widget https://hal.science/widget — 200 — 1.8 KiB — 208 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 — 20 ms — h3https://piwik-hal.ccsd.cnrs.fr/matomo.php?action_name=Home%20-%20Archive%20ouverte%20HAL&idsite=17&rec=1&r=527359&h=0&m=26&s=34&url=https%3A%2F%2Fhal.science%2F&urlref=https%3A%2F%2Fhal.science%2F&_id=b108131efa1657a9&_idn=1&send_image=0&_refts=0&pv_id=HvMMlA&pf_net=0&pf_srv=212&pf_tfr=2&pf_dm1=1292&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%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823piwik-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=527359&h=0&m=26&s=34&url=https%3A%2F%2Fhal.science%2F&urlref=https%3A%2F%2Fhal.science%2F&_id=b108131efa1657a9&_idn=1&send_image=0&_refts=0&pv_id=HvMMlA&pf_net=0&pf_srv=212&pf_tfr=2&pf_dm1=1292&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%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823 — 204 — 185 B — 138 ms — h2https://piwik-hal.ccsd.cnrs.fr/matomo.php?action_name=Home%20-%20Archive%20ouverte%20HAL&idsite=92&rec=1&r=105545&h=0&m=26&s=34&url=https%3A%2F%2Fhal.science%2F&urlref=https%3A%2F%2Fhal.science%2F&_id=4e924a8ca4f1b0ab&_idn=1&send_image=0&_refts=0&pv_id=slnquH&pf_net=0&pf_srv=212&pf_tfr=2&pf_dm1=1292&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%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823piwik-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=105545&h=0&m=26&s=34&url=https%3A%2F%2Fhal.science%2F&urlref=https%3A%2F%2Fhal.science%2F&_id=4e924a8ca4f1b0ab&_idn=1&send_image=0&_refts=0&pv_id=slnquH&pf_net=0&pf_srv=212&pf_tfr=2&pf_dm1=1292&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%3Atrue%2C%22model%22%3A%22moto%20g%20power%20(2022)%22%2C%22platform%22%3A%22Android%22%2C%22platformVersion%22%3A%2211.0%22%7D&pdf=1&qt=0&realp=0&wma=0&fla=0&java=0&ag=0&cookie=1&res=412x823 — 204 — 185 B — 160 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 — 97 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 — 95 ms — h2https://hal.science/assets/site.webmanifesthal.science/assets/site.webmanifest https://hal.science/assets/site.webmanifest — 200 — 5.8 KiB — 94 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 — 95 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 — 103 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
All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback