Skip to content
https://lapietra.edu

Performance

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

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

47
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
77
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
77
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
77
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.

3.59 s

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

28.54 s

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

466 ms

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

0.000

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

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

28.56 s

Page Load Progression

726 ms
1.5 s
2.2 s
2.9 s
3.6 s
4.4 s
5.1 s
5.8 s
Checks
17
8 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
6.2 MB transferred, 66 requests
FIX
6.2 MB transferred, 66 requests
Critical::
Page weighs 7.8 MB (6.2 MB transferred)
Warning::
Images are 5.5 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 5.5 MB
Warning::
JavaScript is 602 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 602 KB
Info::
66 HTTP requests
Info::
Estimated 1.3 g CO2 per page load
6.2 MB / 2.4 MB budget
6.2 MB transferred
66 requests
1.3 g CO2 per page load
Images 5.5 MiB 89%
JavaScript 602.4 KiB 10%
CSS 44.7 KiB 1%
Fonts 33.5 KiB 1%
HTML 8.3 KiB 0%
Other 6.7 KiB 0%
Other 908 B 0%
Other 598 B 0%
Other 351 B 0%
Other 0 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

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

D
Third-Party Impact
Action
100% third-party, 0 ms blocking
FIX
100% third-party, 0 ms blocking
Warning::
Third-party code accounts for 100% of page weight (6.2 MiB of 6.2 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
2511ms total JS execution
FIX
2511ms total JS execution
Warning::
https://www.lapietra.edu/: 810ms CPU time
Warning::
Unattributable: 487ms CPU time
Warning::
https://www.googletagmanager.com/gtag/js?id=G-NTW8...: 487ms CPU time
Warning::
https://www.lapietra.edu/js/scripts.js?s=1&cp=1&p=...: 453ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-YMFH...: 164ms CPU time
Warning::
Third-party scripts: 2511ms (100% of total)

Main Thread Breakdown

Script Evaluation 35% Other 28% Style & Layout 19% Script Parsing & Compilation 9% Rendering 6%
ScriptTotalScriptingParse/CompileParty
https://www.lapietra.edu/810ms10ms3ms3rd
Unattributable487ms10ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-NTW8FBX48E487ms308ms156ms3rd
https://www.lapietra.edu/js/scripts.js?s=1&cp=1&p=bGFwaWV0cmEuZWR1&sv=2.33&v=2.002453ms307ms28ms3rd
https://www.googletagmanager.com/gtag/js?id=G-YMFHVL5QGV&cx=c&gtm=4e64f1164ms135ms28ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-K48XFKSX110ms83ms25ms3rd
D
Page Weight Inventory
Action
66 resources · 6.2 MB · 278 KB savings available
FIX
66 resources · 6.2 MB · 278 KB savings available
Warning::
Page weight 5.2 MB over 1MB target
Got: 6.2 MB Expected: ≤ 1 MB
Info::
~278 KB of savings available
Warning::
65 third-party resources (100% of weight)
Info::
7 resources over 200KB
66 resources · 6.2 MiB · 65 third-party 5.2 MiB over 1MB target
Image 89% · 5.5 MiB
JavaScript 10% · 602.4 KiB
CSS 1% · 44.7 KiB
Font 1% · 33.5 KiB
Document 0% · 9.6 KiB
Other 0% · 1.8 KiB

~277.7 KiB of savings available

Remove unused JavaScript: 277.7 KiB
C
Image Optimization
Action
36 images, 0 KB saveable
REVIEW
36 images, 0 KB saveable
Warning::
https://www.lapietra.edu/uploads/application/files... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.lapietra.edu/images/template/powered-b... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.lapietra.edu/uploads/application/files... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
36 images 5.5 MB
0 oversized -0 KB
25 legacy format
3 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

C
JS Bundles
Action
12 scripts, 278 KB unused
REVIEW
12 scripts, 278 KB unused
Warning::
https://www.lapietra.edu/js/scripts.js?s=1&cp=1&p=...: 79 KB unused (70%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-NTW8...: 69 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-K48...: 67 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-YMFH...: 64 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 278 KB
278 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.lapietra.edu/js/scripts.js?s=1&cp=1&p=bGFwaWV0cmEuZWR1&sv=2.33&v=2.002113 KB79 KB (70%)3rd
https://www.googletagmanager.com/gtag/js?id=G-NTW8FBX48E177 KB69 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-K48XFKSX126 KB67 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=G-YMFHVL5QGV&cx=c&gtm=4e64f1148 KB64 KB (43%)3rd
https://js.adsrvr.org/up_loader.1.1.0.js12 KB3rd
https://www.lapietra.edu/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js1 KB3rd
https://clients2.sosimplecms.com/js/jquery/jquery.slick/slick.min.js?_=177667598554510 KB3rd
https://clients2.sosimplecms.com/js/jquery/jquery.cycle/jquery.cycle.all.js?_=17766759855468 KB3rd
https://clients2.sosimplecms.com/js/jquery/jquery.mousewheel/jquery.mousewheel.js?_=17766759855472 KB3rd
https://clients2.sosimplecms.com/js/jquery/jquery.touchwipe/jquery.touchwipe.min.js?_=17766759855481 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

B
HTTP Caching
no-cache, must-revalidate, max-age=0
REVIEW
no-cache, must-revalidate, max-age=0
Info::
Cache-Control header is set
Got: no-cache, must-revalidate, max-age=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, must-revalidate, max-age=0

DirectiveValueMeaning
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
max-age0Cache for 0 seconds
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
3 fonts (34 KB)
PASS
3 fonts (34 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

34 KB total

Render-blocking

0

of 3

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 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s FCP 3.6 s LCP 28.5 shttps://www.lapietra.edu/fonts/sentasans_bold.woffsentasans_bold.woff https://www.lapietra.edu/fonts/sentasans_bold.woff — 12.9 KiB — 473 ms — font-display: swaphttps://www.lapietra.edu/fonts/Brooklyn-Bold.woffBrooklyn-Bold.woff https://www.lapietra.edu/fonts/Brooklyn-Bold.woff — 10.4 KiB — 473 ms — font-display: swaphttps://www.lapietra.edu/fonts/Brooklyn-Normal.woffBrooklyn-Normal.woff https://www.lapietra.edu/fonts/Brooklyn-Normal.woff — 10.3 KiB — 473 ms — font-display: swap
sentasans_bold.woff woff swap
Size 13 KB
Load time 473 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Brooklyn-Bold.woff woff swap
Size 10 KB
Load time 473 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Brooklyn-Normal.woff woff swap
Size 10 KB
Load time 473 ms
Start 1.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 ~10 KB and ~20 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
2 hints, 0 missing preconnects
PASS
2 hints, 0 missing preconnects
Info::
Page uses 2 resource hint(s)

Current Resource Hints

preconnect
2
preload
dns-prefetch
prefetch

2 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: Cloudflare

Network Waterfall
66 requests over 4734ms
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 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s FCP 3.6 s LCP 28.5 shttps://lapietra.edu// https://lapietra.edu/ — 301 — 538 B — 474 ms — h2http://www.lapietra.edu/www.lapietra.edu/ http://www.lapietra.edu/ — 307 — 0 B — 1 ms — http/1.1https://www.lapietra.edu/www.lapietra.edu/ https://www.lapietra.edu/ — 200 — 8.0 KiB — 167 ms — h2https://www.lapietra.edu/css/styles.css?s=1&cp=1&p=bGFwaWV0cmEuZWR1&sv=2.063&v=2.16www.lapietra.edu/css/styles.css?s=1... https://www.lapietra.edu/css/styles.css?s=1&cp=1&p=bGFwaWV0cmEuZWR1&sv=2.063&v=2.16 — 200 — 41.7 KiB — 29 ms — h2https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&family=Allura&family=Amiri:wght@400;700&family=Jura:wght@400;700&display=swapfonts.googleapis.com/css2?family=Al... https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&family=Allura&family=Amiri:wght@400;700&family=Jura:wght@400;700&display=swap — 200 — 2.1 KiB — 395 ms — h2https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 12.2 KiB — 164 ms — http/1.1https://www.lapietra.edu/images/template/HSG-primary-inverse.svgwww.lapietra.edu/images/template/HS... https://www.lapietra.edu/images/template/HSG-primary-inverse.svg — 200 — 3.7 KiB — 445 ms — h2https://www.lapietra.edu/uploads/application/files/static-gallery/38209/homepage%20banner-welcomeback21-22-2-2.pngwww.lapietra.edu/uploads/applicatio... https://www.lapietra.edu/uploads/application/files/static-gallery/38209/homepage%20banner-welcomeback21-22-2-2.png — 200 — 2.8 MiB — 1.2 s — h2https://www.lapietra.edu/uploads/application/files/static-gallery/38209/homepage%20banner-HOOPLA.jpgwww.lapietra.edu/uploads/applicatio... https://www.lapietra.edu/uploads/application/files/static-gallery/38209/homepage%20banner-HOOPLA.jpg — 200 — 343.9 KiB — 515 ms — h2https://www.lapietra.edu/uploads/images/Homepage/lower-slide-1.jpg?v=1592342202835www.lapietra.edu/uploads/images/Hom... https://www.lapietra.edu/uploads/images/Homepage/lower-slide-1.jpg?v=1592342202835 — 200 — 33.1 KiB — 559 ms — h2https://www.lapietra.edu/js/scripts.js?s=1&cp=1&p=bGFwaWV0cmEuZWR1&sv=2.33&v=2.002www.lapietra.edu/js/scripts.js?s=1&... https://www.lapietra.edu/js/scripts.js?s=1&cp=1&p=bGFwaWV0cmEuZWR1&sv=2.33&v=2.002 — 200 — 112.7 KiB — 794 ms — h2https://www.lapietra.edu/favicon/site.webmanifest?v=2.0www.lapietra.edu/favicon/site.webma... https://www.lapietra.edu/favicon/site.webmanifest?v=2.0 — 200 — 908 B — 482 ms — h2https://www.googletagmanager.com/gtag/js?id=G-NTW8FBX48Ewww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-NTW8FBX48E — 200 — 176.9 KiB — 482 ms — h2https://www.lapietra.edu/uploads/images/Homepage/lower-slide-3.jpg?v=1592342380556www.lapietra.edu/uploads/images/Hom... https://www.lapietra.edu/uploads/images/Homepage/lower-slide-3.jpg?v=1592342380556 — 200 — 28.3 KiB — 508 ms — h2https://www.lapietra.edu/uploads/images/Homepage/52224-lapietr-daysmag-24.jpg?v=1720582434627www.lapietra.edu/uploads/images/Hom... https://www.lapietra.edu/uploads/images/Homepage/52224-lapietr-daysmag-24.jpg?v=1720582434627 — 200 — 559.9 KiB — 509 ms — h2https://www.lapietra.edu/uploads/images/Homepage/lower-slide-5.jpg?v=1592342573269www.lapietra.edu/uploads/images/Hom... https://www.lapietra.edu/uploads/images/Homepage/lower-slide-5.jpg?v=1592342573269 — 200 — 36.6 KiB — 491 ms — h2https://www.lapietra.edu/uploads/images/Homepage/lower-slide-2.jpg?v=1592342611372www.lapietra.edu/uploads/images/Hom... https://www.lapietra.edu/uploads/images/Homepage/lower-slide-2.jpg?v=1592342611372 — 200 — 19.4 KiB — 509 ms — h2https://www.lapietra.edu/uploads/images/Icons/facebook.svg?v=1773089582702www.lapietra.edu/uploads/images/Ico... https://www.lapietra.edu/uploads/images/Icons/facebook.svg?v=1773089582702 — 200 — 671 B — 452 ms — h2https://www.lapietra.edu/uploads/images/Icons/youtube_full-color_icon_-2017.svg?v=1773153600527www.lapietra.edu/uploads/images/Ico... https://www.lapietra.edu/uploads/images/Icons/youtube_full-color_icon_-2017.svg?v=1773153600527 — 200 — 19.0 KiB — 555 ms — h2https://www.lapietra.edu/uploads/images/Icons/instagram.svg?v=1773089598643www.lapietra.edu/uploads/images/Ico... https://www.lapietra.edu/uploads/images/Icons/instagram.svg?v=1773089598643 — 200 — 991 B — 448 ms — h2https://www.lapietra.edu/images/template/powered-by-ss.svgwww.lapietra.edu/images/template/po... https://www.lapietra.edu/images/template/powered-by-ss.svg — 200 — 3.0 KiB — 508 ms — h2https://www.lapietra.edu/uploads/images/hsg-badge-inverse.svg?v=1773089714367www.lapietra.edu/uploads/images/hsg... https://www.lapietra.edu/uploads/images/hsg-badge-inverse.svg?v=1773089714367 — 200 — 120.1 KiB — 759 ms — h2https://www.lapietra.edu/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.lapietra.edu/cdn-cgi/scripts/5c... https://www.lapietra.edu/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1014 B — 26 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-K48XFKSXwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-K48XFKSX — 200 — 126.3 KiB — 499 ms — h2https://www.lapietra.edu/images/template/HSG-pattern-1-teal.svg?v=0.01www.lapietra.edu/images/template/HS... https://www.lapietra.edu/images/template/HSG-pattern-1-teal.svg?v=0.01 — 200 — 1.2 KiB — 46 ms — h2https://www.lapietra.edu/images/template/pattern.svgwww.lapietra.edu/images/template/pa... https://www.lapietra.edu/images/template/pattern.svg — 200 — 1.3 KiB — 42 ms — h2https://www.lapietra.edu/images/icons/chain-link-background.svgwww.lapietra.edu/images/icons/chain... https://www.lapietra.edu/images/icons/chain-link-background.svg — 200 — 8.2 KiB — 506 ms — h2https://www.lapietra.edu/images/template/swoop-line.svgwww.lapietra.edu/images/template/sw... https://www.lapietra.edu/images/template/swoop-line.svg — 200 — 794 B — 505 ms — h2https://www.lapietra.edu/images/template/HSG-pattern-1-teal.svg?0.01www.lapietra.edu/images/template/HS... https://www.lapietra.edu/images/template/HSG-pattern-1-teal.svg?0.01 — 200 — 1.2 KiB — 505 ms — h2https://www.lapietra.edu/uploads/images/Homepage/flower-background-small.jpgwww.lapietra.edu/uploads/images/Hom... https://www.lapietra.edu/uploads/images/Homepage/flower-background-small.jpg — 200 — 29.7 KiB — 505 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 20.0 s 22.0 s 24.0 s 26.0 s 28.0 s FCP 3.6 s LCP 28.5 shttps://lapietra.edu// https://lapietra.edu/ — 301 — 538 B — 474 ms — h2http://www.lapietra.edu/www.lapietra.edu/ http://www.lapietra.edu/ — 307 — 0 B — 1 ms — http/1.1https://www.lapietra.edu/www.lapietra.edu/ https://www.lapietra.edu/ — 200 — 8.0 KiB — 167 ms — h2https://www.lapietra.edu/css/styles.css?s=1&cp=1&p=bGFwaWV0cmEuZWR1&sv=2.063&v=2.16www.lapietra.edu/css/styles.css?s=1... https://www.lapietra.edu/css/styles.css?s=1&cp=1&p=bGFwaWV0cmEuZWR1&sv=2.063&v=2.16 — 200 — 41.7 KiB — 29 ms — h2https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&family=Allura&family=Amiri:wght@400;700&family=Jura:wght@400;700&display=swapfonts.googleapis.com/css2?family=Al... https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&family=Allura&family=Amiri:wght@400;700&family=Jura:wght@400;700&display=swap — 200 — 2.1 KiB — 395 ms — h2https://js.adsrvr.org/up_loader.1.1.0.jsjs.adsrvr.org/up_loader.1.1.0.js https://js.adsrvr.org/up_loader.1.1.0.js — 200 — 12.2 KiB — 164 ms — http/1.1https://www.lapietra.edu/images/template/HSG-primary-inverse.svgwww.lapietra.edu/images/template/HS... https://www.lapietra.edu/images/template/HSG-primary-inverse.svg — 200 — 3.7 KiB — 445 ms — h2https://www.lapietra.edu/uploads/application/files/static-gallery/38209/homepage%20banner-welcomeback21-22-2-2.pngwww.lapietra.edu/uploads/applicatio... https://www.lapietra.edu/uploads/application/files/static-gallery/38209/homepage%20banner-welcomeback21-22-2-2.png — 200 — 2.8 MiB — 1.2 s — h2https://www.lapietra.edu/uploads/application/files/static-gallery/38209/homepage%20banner-HOOPLA.jpgwww.lapietra.edu/uploads/applicatio... https://www.lapietra.edu/uploads/application/files/static-gallery/38209/homepage%20banner-HOOPLA.jpg — 200 — 343.9 KiB — 515 ms — h2https://www.lapietra.edu/uploads/images/Homepage/lower-slide-1.jpg?v=1592342202835www.lapietra.edu/uploads/images/Hom... https://www.lapietra.edu/uploads/images/Homepage/lower-slide-1.jpg?v=1592342202835 — 200 — 33.1 KiB — 559 ms — h2https://www.lapietra.edu/js/scripts.js?s=1&cp=1&p=bGFwaWV0cmEuZWR1&sv=2.33&v=2.002www.lapietra.edu/js/scripts.js?s=1&... https://www.lapietra.edu/js/scripts.js?s=1&cp=1&p=bGFwaWV0cmEuZWR1&sv=2.33&v=2.002 — 200 — 112.7 KiB — 794 ms — h2https://www.lapietra.edu/favicon/site.webmanifest?v=2.0www.lapietra.edu/favicon/site.webma... https://www.lapietra.edu/favicon/site.webmanifest?v=2.0 — 200 — 908 B — 482 ms — h2https://www.googletagmanager.com/gtag/js?id=G-NTW8FBX48Ewww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-NTW8FBX48E — 200 — 176.9 KiB — 482 ms — h2https://www.lapietra.edu/uploads/images/Homepage/lower-slide-3.jpg?v=1592342380556www.lapietra.edu/uploads/images/Hom... https://www.lapietra.edu/uploads/images/Homepage/lower-slide-3.jpg?v=1592342380556 — 200 — 28.3 KiB — 508 ms — h2https://www.lapietra.edu/uploads/images/Homepage/52224-lapietr-daysmag-24.jpg?v=1720582434627www.lapietra.edu/uploads/images/Hom... https://www.lapietra.edu/uploads/images/Homepage/52224-lapietr-daysmag-24.jpg?v=1720582434627 — 200 — 559.9 KiB — 509 ms — h2https://www.lapietra.edu/uploads/images/Homepage/lower-slide-5.jpg?v=1592342573269www.lapietra.edu/uploads/images/Hom... https://www.lapietra.edu/uploads/images/Homepage/lower-slide-5.jpg?v=1592342573269 — 200 — 36.6 KiB — 491 ms — h2https://www.lapietra.edu/uploads/images/Homepage/lower-slide-2.jpg?v=1592342611372www.lapietra.edu/uploads/images/Hom... https://www.lapietra.edu/uploads/images/Homepage/lower-slide-2.jpg?v=1592342611372 — 200 — 19.4 KiB — 509 ms — h2https://www.lapietra.edu/uploads/images/Icons/facebook.svg?v=1773089582702www.lapietra.edu/uploads/images/Ico... https://www.lapietra.edu/uploads/images/Icons/facebook.svg?v=1773089582702 — 200 — 671 B — 452 ms — h2https://www.lapietra.edu/uploads/images/Icons/youtube_full-color_icon_-2017.svg?v=1773153600527www.lapietra.edu/uploads/images/Ico... https://www.lapietra.edu/uploads/images/Icons/youtube_full-color_icon_-2017.svg?v=1773153600527 — 200 — 19.0 KiB — 555 ms — h2https://www.lapietra.edu/uploads/images/Icons/instagram.svg?v=1773089598643www.lapietra.edu/uploads/images/Ico... https://www.lapietra.edu/uploads/images/Icons/instagram.svg?v=1773089598643 — 200 — 991 B — 448 ms — h2https://www.lapietra.edu/images/template/powered-by-ss.svgwww.lapietra.edu/images/template/po... https://www.lapietra.edu/images/template/powered-by-ss.svg — 200 — 3.0 KiB — 508 ms — h2https://www.lapietra.edu/uploads/images/hsg-badge-inverse.svg?v=1773089714367www.lapietra.edu/uploads/images/hsg... https://www.lapietra.edu/uploads/images/hsg-badge-inverse.svg?v=1773089714367 — 200 — 120.1 KiB — 759 ms — h2https://www.lapietra.edu/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.jswww.lapietra.edu/cdn-cgi/scripts/5c... https://www.lapietra.edu/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 1014 B — 26 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-K48XFKSXwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-K48XFKSX — 200 — 126.3 KiB — 499 ms — h2https://www.lapietra.edu/images/template/HSG-pattern-1-teal.svg?v=0.01www.lapietra.edu/images/template/HS... https://www.lapietra.edu/images/template/HSG-pattern-1-teal.svg?v=0.01 — 200 — 1.2 KiB — 46 ms — h2https://www.lapietra.edu/images/template/pattern.svgwww.lapietra.edu/images/template/pa... https://www.lapietra.edu/images/template/pattern.svg — 200 — 1.3 KiB — 42 ms — h2https://www.lapietra.edu/images/icons/chain-link-background.svgwww.lapietra.edu/images/icons/chain... https://www.lapietra.edu/images/icons/chain-link-background.svg — 200 — 8.2 KiB — 506 ms — h2https://www.lapietra.edu/images/template/swoop-line.svgwww.lapietra.edu/images/template/sw... https://www.lapietra.edu/images/template/swoop-line.svg — 200 — 794 B — 505 ms — h2https://www.lapietra.edu/images/template/HSG-pattern-1-teal.svg?0.01www.lapietra.edu/images/template/HS... https://www.lapietra.edu/images/template/HSG-pattern-1-teal.svg?0.01 — 200 — 1.2 KiB — 505 ms — h2https://www.lapietra.edu/uploads/images/Homepage/flower-background-small.jpgwww.lapietra.edu/uploads/images/Hom... https://www.lapietra.edu/uploads/images/Homepage/flower-background-small.jpg — 200 — 29.7 KiB — 505 ms — h2https://www.lapietra.edu/uploads/images/Homepage/homepage-pano-background.jpg?v=1590762255697www.lapietra.edu/uploads/images/Hom... https://www.lapietra.edu/uploads/images/Homepage/homepage-pano-background.jpg?v=1590762255697 — 200 — 170.6 KiB — 480 ms — h2https://www.lapietra.edu/fonts/sentasans_bold.woffwww.lapietra.edu/fonts/sentasans_bo... https://www.lapietra.edu/fonts/sentasans_bold.woff — 200 — 12.9 KiB — 473 ms — h2https://www.lapietra.edu/fonts/Brooklyn-Bold.woffwww.lapietra.edu/fonts/Brooklyn-Bol... https://www.lapietra.edu/fonts/Brooklyn-Bold.woff — 200 — 10.4 KiB — 473 ms — h2https://www.lapietra.edu/fonts/Brooklyn-Normal.woffwww.lapietra.edu/fonts/Brooklyn-Nor... https://www.lapietra.edu/fonts/Brooklyn-Normal.woff — 200 — 10.3 KiB — 473 ms — h2https://www.googletagmanager.com/gtag/js?id=G-YMFHVL5QGV&cx=c&gtm=4e64f1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-YMFHVL5QGV&cx=c&gtm=4e64f1 — 200 — 148.3 KiB — 47 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-NTW8FBX48E&gtm=45je64f1v9127185350za200zd9127185350&_p=1776675984728&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=361403357.1776675985&frm=0&ir=1&pscdl=noapi&rcb=19&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117384405&sid=1776675985&sct=1&seg=0&dl=https%3A%2F%2Fwww.lapietra.edu%2F&dt=Homepage%20%7C%20La%20Pietra%20Hawai%CA%BBi%20School%20For%20Girls&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1633region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-NTW8FBX48E&gtm=45je64f1v9127185350za200zd9127185350&_p=1776675984728&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EA&are=1&cid=361403357.1776675985&frm=0&ir=1&pscdl=noapi&rcb=19&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266401~117384405&sid=1776675985&sct=1&seg=0&dl=https%3A%2F%2Fwww.lapietra.edu%2F&dt=Homepage%20%7C%20La%20Pietra%20Hawai%CA%BBi%20School%20For%20Girls&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1633 — 204 — 550 B — 390 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-YMFHVL5QGV&gtm=45je64f1v9125477253z89127185350za20gzb9127185350zd9127185350&_p=1776675984728&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=361403357.1776675985&frm=0&ir=1&pscdl=noapi&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117384405~118128922&sid=1776675985&sct=1&seg=0&dl=https%3A%2F%2Fwww.lapietra.edu%2F&dt=Homepage%20%7C%20La%20Pietra%20Hawai%CA%BBi%20School%20For%20Girls&en=page_view&_fv=1&_ss=1&tfd=1762region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-YMFHVL5QGV&gtm=45je64f1v9125477253z89127185350za20gzb9127185350zd9127185350&_p=1776675984728&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=361403357.1776675985&frm=0&ir=1&pscdl=noapi&rcb=5&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938466~115938469~117266400~117384405~118128922&sid=1776675985&sct=1&seg=0&dl=https%3A%2F%2Fwww.lapietra.edu%2F&dt=Homepage%20%7C%20La%20Pietra%20Hawai%CA%BBi%20School%20For%20Girls&en=page_view&_fv=1&_ss=1&tfd=1762 — 204 — 48 B — 262 ms — h2https://trkn.us/pixel/conv/ppt=23505;g=sitewide_pixel;gid=57048;ord=1708399952?gtmcb=1567161286trkn.us/pixel/conv/ppt=23505;g=site... https://trkn.us/pixel/conv/ppt=23505;g=sitewide_pixel;gid=57048;ord=1708399952?gtmcb=1567161286 — 302 — 563 B — 114 ms — http/1.1https://clients2.sosimplecms.com/js/jquery/jquery.slick/slick.cssclients2.sosimplecms.com/js/jquery/... https://clients2.sosimplecms.com/js/jquery/jquery.slick/slick.css — 200 — 887 B — 936 ms — h2https://trkn.us/pixel/conv/ppt=23505;g=sitewide_pixel;gid=57048;ord=1708399952?gtmcb=1567161286;ip=141.227.188.193;cuidchk=1trkn.us/pixel/conv/ppt=23505;g=site... https://trkn.us/pixel/conv/ppt=23505;g=sitewide_pixel;gid=57048;ord=1708399952?gtmcb=1567161286;ip=141.227.188.193;cuidchk=1 — 200 — 721 B — 31 ms — http/1.1https://clients2.sosimplecms.com/js/jquery/jquery.slick/slick.min.js?_=1776675985545clients2.sosimplecms.com/js/jquery/... https://clients2.sosimplecms.com/js/jquery/jquery.slick/slick.min.js?_=1776675985545 — 200 — 10.4 KiB — 711 ms — h2https://www.lapietra.edu/uploads/application/images/500/gilly-4x5.webpwww.lapietra.edu/uploads/applicatio... https://www.lapietra.edu/uploads/application/images/500/gilly-4x5.webp — 200 — 23.4 KiB — 450 ms — h2https://www.lapietra.edu/uploads/application/images/500/la-pietra-venus4x5.webpwww.lapietra.edu/uploads/applicatio... https://www.lapietra.edu/uploads/application/images/500/la-pietra-venus4x5.webp — 200 — 28.9 KiB — 131 ms — h2https://www.lapietra.edu/uploads/application/images/500/sienna-4x5.webpwww.lapietra.edu/uploads/applicatio... https://www.lapietra.edu/uploads/application/images/500/sienna-4x5.webp — 200 — 24.8 KiB — 445 ms — h2https://www.lapietra.edu/uploads/application/images/500/3-25-24-lapietra-heathersmith-7-4x5.jpgwww.lapietra.edu/uploads/applicatio... https://www.lapietra.edu/uploads/application/images/500/3-25-24-lapietra-heathersmith-7-4x5.jpg — 200 — 46.7 KiB — 652 ms — h2https://www.lapietra.edu/uploads/images/Emails/2025-2026/flowers-collage.webpwww.lapietra.edu/uploads/images/Ema... https://www.lapietra.edu/uploads/images/Emails/2025-2026/flowers-collage.webp — 200 — 227.6 KiB — 448 ms — h2https://www.lapietra.edu/uploads/images/Emails/24-25-Emails/img_3054-edit1-web.webpwww.lapietra.edu/uploads/images/Ema... https://www.lapietra.edu/uploads/images/Emails/24-25-Emails/img_3054-edit1-web.webp — 200 — 222.0 KiB — 454 ms — h2https://www.lapietra.edu/uploads/images/Emails/2025-2026/tfff_1920x1080_web.webpwww.lapietra.edu/uploads/images/Ema... https://www.lapietra.edu/uploads/images/Emails/2025-2026/tfff_1920x1080_web.webp — 200 — 227.9 KiB — 451 ms — h2https://www.lapietra.edu/uploads/application/images/500/once-upon-a-one-more-time-1.webpwww.lapietra.edu/uploads/applicatio... https://www.lapietra.edu/uploads/application/images/500/once-upon-a-one-more-time-1.webp — 200 — 19.0 KiB — 447 ms — h2https://www.lapietra.edu/uploads/images/Emails/2025-2026/image.webpwww.lapietra.edu/uploads/images/Ema... https://www.lapietra.edu/uploads/images/Emails/2025-2026/image.webp — 200 — 63.4 KiB — 450 ms — h2https://www.lapietra.edu/uploads/images/Emails/2025-2026/hcmf-partnershi.webpwww.lapietra.edu/uploads/images/Ema... https://www.lapietra.edu/uploads/images/Emails/2025-2026/hcmf-partnershi.webp — 200 — 438.4 KiB — 963 ms — h2https://www.lapietra.edu/uploads/application/images/500/jg_hnnsunrise.webpwww.lapietra.edu/uploads/applicatio... https://www.lapietra.edu/uploads/application/images/500/jg_hnnsunrise.webp — 200 — 27.0 KiB — 450 ms — h2https://www.lapietra.edu/uploads/application/images/500/halloween-spooktacular-2025-1920-x-1080-px-2.webpwww.lapietra.edu/uploads/applicatio... https://www.lapietra.edu/uploads/application/images/500/halloween-spooktacular-2025-1920-x-1080-px-2.webp — 200 — 22.5 KiB — 552 ms — h2https://clients2.sosimplecms.com/js/jquery/jquery.cycle/jquery.cycle.all.js?_=1776675985546clients2.sosimplecms.com/js/jquery/... https://clients2.sosimplecms.com/js/jquery/jquery.cycle/jquery.cycle.all.js?_=1776675985546 — 200 — 7.7 KiB — 448 ms — h2https://clients2.sosimplecms.com/js/jquery/jquery.mousewheel/jquery.mousewheel.js?_=1776675985547clients2.sosimplecms.com/js/jquery/... https://clients2.sosimplecms.com/js/jquery/jquery.mousewheel/jquery.mousewheel.js?_=1776675985547 — 200 — 1.5 KiB — 457 ms — h2https://clients2.sosimplecms.com/js/jquery/jquery.touchwipe/jquery.touchwipe.min.js?_=1776675985548clients2.sosimplecms.com/js/jquery/... https://clients2.sosimplecms.com/js/jquery/jquery.touchwipe/jquery.touchwipe.min.js?_=1776675985548 — 200 — 1.0 KiB — 555 ms — h2https://www.lapietra.edu/images/icons/prev-arrow.svgwww.lapietra.edu/images/icons/prev-... https://www.lapietra.edu/images/icons/prev-arrow.svg — 200 — 615 B — 445 ms — h2https://www.lapietra.edu/images/icons/next-arrow.svgwww.lapietra.edu/images/icons/next-... https://www.lapietra.edu/images/icons/next-arrow.svg — 200 — 597 B — 447 ms — h2https://clients2.sosimplecms.com/js/frontend/galleries.js?_=1776675985549clients2.sosimplecms.com/js/fronten... https://clients2.sosimplecms.com/js/frontend/galleries.js?_=1776675985549 — 200 — 3.6 KiB — 445 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 0 B — 129 ms — h2https://www.lapietra.edu/images/icons/search-icon-orange.svgwww.lapietra.edu/images/icons/searc... https://www.lapietra.edu/images/icons/search-icon-orange.svg — 200 — 678 B — 28 ms — h2https://insight.adsrvr.org/track/cei?advertiser_id=rgmza3q&cookie_sync=1&upv=3.0.0&upid=58kktt9&ref=https://www.lapietra.edu/insight.adsrvr.org/track/cei?advert... https://insight.adsrvr.org/track/cei?advertiser_id=rgmza3q&cookie_sync=1&upv=3.0.0&upid=58kktt9&ref=https://www.lapietra.edu/ — 302 — 168 B — 113 ms — h2https://insight.adsrvr.org/track/realtimeconversioninsight.adsrvr.org/track/realtimeco... https://insight.adsrvr.org/track/realtimeconversion — 200 — 351 B — 110 ms — h2https://match.adsrvr.org/track/cei?advertiser_id=rgmza3q&cookie_sync=1&upv=3.0.0&upid=58kktt9&ref=https%3a%2f%2fwww.lapietra.edu&redirect=1match.adsrvr.org/track/cei?advertis... https://match.adsrvr.org/track/cei?advertiser_id=rgmza3q&cookie_sync=1&upv=3.0.0&upid=58kktt9&ref=https%3a%2f%2fwww.lapietra.edu&redirect=1 — 200 — 369 B — 58 ms — h2https://js.adsrvr.org/universal_pixel.jsjs.adsrvr.org/universal_pixel.js https://js.adsrvr.org/universal_pixel.js — 200 — 935 B — 120 ms — http/1.1https://www.lapietra.edu/favicon/favicon.ico?v=2.0www.lapietra.edu/favicon/favicon.ic... https://www.lapietra.edu/favicon/favicon.ico?v=2.0 — 200 — 5.5 KiB — 447 ms — h2
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 2511ms · 572KB · €27/mo
www.lapietra.edu
Other
Costly
Execution 810ms
Transfer 8 KB
Monthly Cost €9/mo
Unattributable
Other
Costly
Execution 487ms
Transfer 0 KB
Monthly Cost €5/mo
Google Tag Manager
Tag Manager
Costly
Execution 487ms
Transfer 177 KB
Unused 39%
Monthly Cost €5/mo
www.lapietra.edu
Other
Costly
Execution 453ms
Transfer 113 KB
Unused 70%
Monthly Cost €5/mo
Google Tag Manager
Tag Manager
Optional
Execution 164ms
Transfer 148 KB
Unused 43%
Monthly Cost €2/mo
Google Tag Manager
Tag Manager
Optional
Execution 110ms
Transfer 126 KB
Unused 53%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.lapietra.edu adds 810ms and costs ~€9/month
  • Unattributable adds 487ms and costs ~€5/month
  • Google Tag Manager adds 487ms and costs ~€5/month
  • www.lapietra.edu adds 453ms and costs ~€5/month

100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.

Why this matters

When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.

Learn more

Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.

Source: web.dev

www.lapietra.edu takes 810ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

Google Tag Manager takes 487ms 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

www.lapietra.edu takes 453ms 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

70% of www.lapietra.edu'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

53% of Google Tag Manager'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