Skip to content
https://www.polytechnique.edu

Performance

· 14 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
79
GRADE
C
FIX
2
REVIEW
2
PASS
8
INFO
2

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

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

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

2.40 s

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

3.66 s

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

0 ms

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

0.007

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

2.40 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.66 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
14
8 PASS 2 REVIEW 2 FIX
F
Page Weight Budget
Action
5.4 MB transferred, 71 requests
FIX
5.4 MB transferred, 71 requests
Critical::
Page weighs 5.5 MB (5.4 MB transferred)
Warning::
Images are 3.1 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 3.1 MB
Info::
Fonts are 762 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 762 KB
Info::
CSS is 719 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 719 KB
Warning::
JavaScript is 625 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 625 KB
Info::
71 HTTP requests
Info::
Estimated 1.1 g CO2 per page load
5.4 MB / 2.4 MB budget
5.4 MB transferred
71 requests
1.1 g CO2 per page load
Images 3.1 MiB 57%
Fonts 762.4 KiB 14%
CSS 719.1 KiB 13%
JavaScript 625.3 KiB 11%
HTML 239.0 KiB 4%
Other 15.4 KiB 0%
Other 266 B 0%
0 2.4 MB 4.9 MB
Over budget

Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.

Why this matters

Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.

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

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

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

F
JS Bundles
Action
10 scripts, 329 KB unused
FIX
10 scripts, 329 KB unused
Warning::
https://www.polytechnique.edu/modules/custom/nc_pr...: 192 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.polytechnique.edu/modules/custom/nc_pr...: unminified — 70 KB could be saved
Warning::
https://www.polytechnique.edu/sites/default/files/...: 100 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://stats-web.polytechnique.fr/piwik.js: 37 KB unused (56%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 329 KB
329 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.polytechnique.edu/modules/custom/nc_project/libraries/tarteaucitron/tarteaucitron.services.js261 KB192 KB (74%)1st
https://www.polytechnique.edu/sites/default/files/js/js_OZmef4KJtRVchQD0OTwkGGzdxF9Xs9VJaRG-GXcWnf4.js?scope=footer&delta=0&language=fr&theme=project&include=eJzLS45PTcksyS_Sz4Ox9NKK8vNKdAqK8rNSk0v003PykxJzdItLKnMy89IBzsIS7w230 KB100 KB (43%)1st
https://stats-web.polytechnique.fr/piwik.js67 KB37 KB (56%)3rd
https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js7 KB3rd
https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js16 KB3rd
https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/js/select2.min.js18 KB3rd
https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.min.js11 KB3rd
https://cdnjs.cloudflare.com/ajax/libs/slick-lightbox/0.2.12/slick-lightbox.min.js3 KB3rd
https://www.polytechnique.edu/sites/default/files/js/js_9QyOVXYMijwNRJKi_86pNrLU97XFO4x7LzDQVN_sE-U.js?scope=footer&delta=6&language=fr&theme=project&include=eJzLS45PTcksyS_Sz4Ox9NKK8vNKdAqK8rNSk0v003PykxJzdItLKnMy89IBzsIS7w8 KB1st
https://www.polytechnique.edu/modules/custom/nc_project/libraries/tarteaucitron/lang/tarteaucitron.fr.js5 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

C
Image Optimization
Action
34 images, 0 KB saveable
REVIEW
34 images, 0 KB saveable
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/themes/project/img/h... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.polytechnique.edu/sites/default/files/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
34 images 3.1 MB
0 oversized -0 KB
32 legacy format
16 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

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

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+
Third-Party Impact
6% third-party, 0 ms blocking
PASS
6% third-party, 0 ms blocking
Info::
Third-party code accounts for 6% of page weight (321.8 KiB of 5.4 MiB)
Info::
Third-party blocking time is low (0 ms)
94%
First-party Third-party
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
398ms total JS execution
PASS
398ms total JS execution
Info::
https://www.polytechnique.edu/: 156ms CPU time
Info::
https://www.polytechnique.edu/sites/default/files/...: 134ms CPU time
Info::
Unattributable: 109ms CPU time
Info::
Third-party scripts: 109ms (27% of total)

Main Thread Breakdown

Other 41% Style & Layout 25% Script Evaluation 20% Parse HTML & CSS 6% Script Parsing & Compilation 4%
ScriptTotalScriptingParse/CompileParty
https://www.polytechnique.edu/156ms4ms1ms1st
https://www.polytechnique.edu/sites/default/files/js/js_OZmef4KJtRVchQD0OTwkGGzdxF9Xs9VJaRG-GXcWnf4.js?scope=footer&delta=0&language=fr&theme=project&include=eJzLS45PTcksyS_Sz4Ox9NKK8vNKdAqK8rNSk0v003PykxJzdItLKnMy89IBzsIS7w134ms66ms6ms1st
Unattributable109ms4ms0ms3rd
A+
Font Loading
11 fonts (762 KB)
PASS
11 fonts (762 KB)
Info::
11 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

11

762 KB total

Render-blocking

0

of 11

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s FCP 2.4 s LCP 3.7 shttps://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff27cHpv4kjgoGqM7E_DMs5yng... https://fonts.gstatic.com/s/barlow/v13/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2 — 15.3 KiB — 0 ms — font-display: swaphttps://www.polytechnique.edu/themes/project/css/webfonts/fa-light-300.woff2fa-light-300.woff2 https://www.polytechnique.edu/themes/project/css/webfonts/fa-light-300.woff2 — 455.2 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff27cHqv4kjgoGqM7E3t-4s51o... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2 — 15.4 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3q-0s51ostz0rdg.woff27cHqv4kjgoGqM7E3q-0s51o... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3q-0s51ostz0rdg.woff2 — 15.3 KiB — 0 ms — font-display: swaphttps://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/af619f/00000000000000003b9b00c5/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 36.4 KiB — 0 ms — font-display: swaphttps://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3l https://use.typekit.net/af/2011b6/00000000000000003b9b00c1/27/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3 — 59.8 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff27cHqv4kjgoGqM7E3_-gs51o... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3_-gs51ostz0rdg.woff2 — 15.3 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff27cHqv4kjgoGqM7E30-8s51o... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E30-8s51ostz0rdg.woff2 — 15.5 KiB — 0 ms — font-display: swaphttps://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff27cHqv4kjgoGqM7E3p-ks51o... https://fonts.gstatic.com/s/barlow/v13/7cHqv4kjgoGqM7E3p-ks51ostz0rdg.woff2 — 15.2 KiB — 0 ms — font-display: swaphttps://www.polytechnique.edu/themes/project/css/webfonts/fa-brands-400.woff2fa-brands-400.woff2 https://www.polytechnique.edu/themes/project/css/webfonts/fa-brands-400.woff2 — 117.2 KiB — 0 ms — font-display: swaphttps://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.woffslick.woff https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/fonts/slick.woff — 1.7 KiB — 0 ms — font-display: swap
7cHpv4kjgoGqM7E_DMs5yng... woff2 swap
Size 15 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
fa-light-300.woff2 woff2 swap
Size 455 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
7cHqv4kjgoGqM7E3t-4s51o... woff2 swap
Size 15 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
7cHqv4kjgoGqM7E3q-0s51o... woff2 swap
Size 15 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 36 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 60 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
7cHqv4kjgoGqM7E3_-gs51o... woff2 swap
Size 15 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
7cHqv4kjgoGqM7E30-8s51o... woff2 swap
Size 15 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
7cHqv4kjgoGqM7E3p-ks51o... woff2 swap
Size 15 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 117 KB
Load time 0 ms
Start 0 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
slick.woff woff swap
Size 2 KB
Load time 0 ms
Start 0 ms
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 ~287 KB and ~574 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+
HTTP Caching
max-age=86400 (1 day)
PASS
max-age=86400 (1 day)
Info::
Cache-Control header is set
Got: max-age=86400, public
Info::
Effective TTL: 1 day (max-age=86400)
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present
Cache-Control

max-age=86400, public

DirectiveValueMeaning
max-age86400Cache for 1 day
publicAny cache may store this response
Effective TTL: 86400 seconds
Network Waterfall
71 requests over 0ms
INFO

Performance analysis not available for this result.

Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
27% of JavaScript execution is third-party
First-party Third-party 109ms · 0KB · €1/mo
Unattributable
Other
Optional
Execution 109ms
Transfer 0 KB
Monthly Cost €1/mo

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