Skip to content
https://libretexts.org

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
78
GRADE
C
FIX
2
REVIEW
4
PASS
9
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.
93
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
100
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
85
SEO Measures basic SEO optimizations: meta tags, crawlability, link text, and mobile friendliness.

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

2.92 s

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

21.41 s

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

59 ms

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

0.017

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

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

22.85 s

Page Load Progression

531 ms
1.1 s
1.6 s
2.1 s
2.7 s
3.2 s
3.7 s
4.3 s
Checks
17
9 PASS 4 REVIEW 2 FIX
F
Page Weight Budget
Action
6.6 MB transferred, 113 requests
FIX
6.6 MB transferred, 113 requests
Critical::
Page weighs 7.5 MB (6.6 MB transferred)
Warning::
Images are 6.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 6.2 MB
Warning::
113 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.4 g CO2 per page load
6.6 MB / 2.4 MB budget
6.6 MB transferred
113 requests
1.4 g CO2 per page load
Images 6.2 MiB 94%
JavaScript 200.3 KiB 3%
CSS 108.5 KiB 2%
Fonts 85.1 KiB 1%
HTML 17.7 KiB 0%
Other 982 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

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

F
JS Execution Cost
Action
5444ms total JS execution
FIX
5444ms total JS execution
Warning::
https://libretexts.org/: 2762ms CPU time
Warning::
https://libretexts.org/themes/custom/edu_care/asse...: 981ms CPU time
Warning::
https://libretexts.org/core/assets/vendor/jquery/j...: 821ms CPU time
Warning::
Unattributable: 515ms CPU time
Warning::
https://libretexts.org/core/misc/drupal.init.js?v=...: 364ms CPU time
Info::
Third-party scripts: 515ms (9% of total)

Main Thread Breakdown

Other 42% Style & Layout 22% Script Evaluation 21% Rendering 8% Parse HTML & CSS 5%
ScriptTotalScriptingParse/CompileParty
https://libretexts.org/2762ms35ms1ms1st
https://libretexts.org/themes/custom/edu_care/assets/vendor/js/purecounter/dist/purecounter_vanilla.js?v=10.4.6981ms743ms1ms1st
https://libretexts.org/core/assets/vendor/jquery/jquery.min.js?v=3.7.1821ms123ms12ms1st
Unattributable515ms15ms0ms3rd
https://libretexts.org/core/misc/drupal.init.js?v=10.4.6364ms191ms0ms1st
C
Image Optimization
Action
17 images, 0 KB saveable
REVIEW
17 images, 0 KB saveable
Warning::
https://libretexts.org/sites/default/files/2025-08... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libretexts.org/sites/default/files/2024-10... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libretexts.org/sites/default/files/default... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libretexts.org/sites/default/files/2025-01... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libretexts.org/sites/default/files/LibreTe... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libretexts.org/sites/default/files/2025-02... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libretexts.org/sites/default/files/2025-01... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libretexts.org/sites/default/files/2025-06... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libretexts.org/sites/default/files/2025-01... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://libretexts.org/sites/default/files/2025-01... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
17 images 6.2 MB
0 oversized -0 KB
17 legacy format
10 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

B
JS Bundles
22 scripts, 79 KB unused
REVIEW
22 scripts, 79 KB unused
Warning::
https://libretexts.org/themes/custom/edu_care/asse...: 33 KB unused (84%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://libretexts.org/themes/custom/edu_care/asse...: 25 KB unused (85%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://static.addtoany.com/menu/modules/core.ydpp...: 21 KB unused (82%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 79 KB
79 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://libretexts.org/themes/custom/edu_care/assets/vendor/js/swiper/swiper-bundle.min.js?v=10.4.639 KB33 KB (84%)1st
https://libretexts.org/themes/custom/edu_care/assets/vendor/js/fancy-box/fancybox.js?v=10.4.630 KB25 KB (85%)1st
https://static.addtoany.com/menu/modules/core.ydpp7jcu.js26 KB21 KB (82%)3rd
https://libretexts.org/themes/contrib/bootstrap_barrio/js/barrio.js?v=10.4.61 KB1st
https://libretexts.org/libraries/bootstrap/dist/js/bootstrap.min.js?sz83xb17 KB1st
https://libretexts.org/core/misc/drupalSettingsLoader.js?v=10.4.61 KB1st
https://libretexts.org/core/misc/drupal.js?v=10.4.66 KB1st
https://libretexts.org/core/misc/drupal.init.js?v=10.4.61 KB1st
https://static.addtoany.com/menu/page.js2 KB3rd
https://libretexts.org/modules/contrib/addtoany/js/addtoany.js?v=10.4.60 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
Page Weight Inventory
Action
113 resources · 6.6 MB · 79 KB savings available
REVIEW
113 resources · 6.6 MB · 79 KB savings available
Warning::
Page weight 5.6 MB over 1MB target
Got: 6.6 MB Expected: ≤ 1 MB
Info::
~79 KB of savings available
Info::
15 third-party resources (3% of weight)
Info::
7 resources over 200KB
113 resources · 6.6 MiB · 15 third-party 5.6 MiB over 1MB target
Image 94% · 6.2 MiB
JavaScript 3% · 200.3 KiB
CSS 2% · 108.5 KiB
Font 1% · 85.1 KiB
Document 0% · 17.7 KiB

~79.2 KiB of savings available

Remove unused JavaScript: 79.2 KiB
B
HTTP Caching
must-revalidate, no-cache, private
REVIEW
must-revalidate, no-cache, private
Info::
Cache-Control header is set
Got: must-revalidate, no-cache, private
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

must-revalidate, no-cache, private

DirectiveValueMeaning
must-revalidateMust recheck with server after expiry
no-cacheCache but always revalidate first
privateOnly browser cache, not CDN/proxy
A+
Third-Party Impact
3% third-party, 0 ms blocking
PASS
3% third-party, 0 ms blocking
Info::
Third-party code accounts for 3% of page weight (228.3 KiB of 6.6 MiB)
Info::
Third-party blocking time is low (0 ms)
97%
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+
Font Loading
5 fonts (85 KB)
PASS
5 fonts (85 KB)
Info::
5 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

5

85 KB total

Render-blocking

0

of 5

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 FCP 2.9 s LCP 21.4 shttps://fonts.gstatic.com/s/cabin/v26/u-4i0qWljRw-PfU81xCKCpdpbgZJl6Xvqdns.woff2u-4i0qWljRw-PfU81xCKCpd... https://fonts.gstatic.com/s/cabin/v26/u-4i0qWljRw-PfU81xCKCpdpbgZJl6Xvqdns.woff2 — 25.5 KiB — 8 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2KFOlCnqEu92Fr1MmEU9fBBc... https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 — 15.6 KiB — 19 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2KFOlCnqEu92Fr1MmWUlfBBc... https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2 — 15.5 KiB — 38 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2KFOmCnqEu92Fr1Mu4mxK.woff2 https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2 — 15.4 KiB — 39 ms — font-display: swaphttps://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUx6EQ.woff2memSYaGs126MiZpBA-UvWbX... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUx6EQ.woff2 — 13.1 KiB — 41 ms — font-display: swap
u-4i0qWljRw-PfU81xCKCpd... woff2 swap
Size 26 KB
Load time 8 ms
Start 1.0 s
Risk FOUT — text flashes from fallback to web font
KFOlCnqEu92Fr1MmEU9fBBc... woff2 swap
Size 16 KB
Load time 19 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
KFOlCnqEu92Fr1MmWUlfBBc... woff2 swap
Size 16 KB
Load time 38 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
KFOmCnqEu92Fr1Mu4mxK.woff2 woff2 swap
Size 15 KB
Load time 39 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
memSYaGs126MiZpBA-UvWbX... woff2 swap
Size 13 KB
Load time 41 ms
Start 1.2 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)
A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
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
113 requests over 1948ms
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 FCP 2.9 s LCP 21.4 shttps://libretexts.org// https://libretexts.org/ — 200 — 16.7 KiB — 1.2 s — h2https://libretexts.org/core/modules/system/css/components/align.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/align.module.css?sz83xb — 200 — 296 B — 64 ms — h2https://libretexts.org/core/modules/system/css/components/fieldgroup.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/fieldgroup.module.css?sz83xb — 200 — 168 B — 58 ms — h2https://libretexts.org/core/modules/system/css/components/container-inline.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/container-inline.module.css?sz83xb — 200 — 256 B — 55 ms — h2https://libretexts.org/core/modules/system/css/components/clearfix.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/clearfix.module.css?sz83xb — 200 — 446 B — 98 ms — h2https://libretexts.org/core/modules/system/css/components/details.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/details.module.css?sz83xb — 200 — 204 B — 44 ms — h2https://libretexts.org/core/modules/system/css/components/hidden.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/hidden.module.css?sz83xb — 200 — 722 B — 65 ms — h2https://libretexts.org/core/modules/system/css/components/item-list.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/item-list.module.css?sz83xb — 200 — 247 B — 60 ms — h2https://libretexts.org/core/modules/system/css/components/js.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/js.module.css?sz83xb — 200 — 431 B — 50 ms — h2https://libretexts.org/core/modules/system/css/components/nowrap.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/nowrap.module.css?sz83xb — 200 — 192 B — 47 ms — h2https://libretexts.org/core/modules/system/css/components/position-container.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/position-container.module.css?sz83xb — 200 — 182 B — 50 ms — h2https://libretexts.org/core/modules/system/css/components/reset-appearance.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/reset-appearance.module.css?sz83xb — 200 — 257 B — 45 ms — h2https://libretexts.org/core/modules/system/css/components/resize.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/resize.module.css?sz83xb — 200 — 239 B — 53 ms — h2https://libretexts.org/core/modules/system/css/components/system-status-counter.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/system-status-counter.css?sz83xb — 200 — 374 B — 43 ms — h2https://libretexts.org/core/modules/system/css/components/system-status-report-counters.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/system-status-report-counters.css?sz83xb — 200 — 430 B — 37 ms — h2https://libretexts.org/core/modules/system/css/components/system-status-report-general-info.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/system-status-report-general-info.css?sz83xb — 200 — 244 B — 39 ms — h2https://libretexts.org/core/modules/system/css/components/tablesort.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/tablesort.module.css?sz83xb — 200 — 285 B — 55 ms — h2https://libretexts.org/core/modules/views/css/views.module.css?sz83xb/core/modules/views/css/views.modul... https://libretexts.org/core/modules/views/css/views.module.css?sz83xb — 200 — 396 B — 59 ms — h2https://libretexts.org/modules/contrib/addtoany/css/addtoany.css?sz83xb/modules/contrib/addtoany/css/addto... https://libretexts.org/modules/contrib/addtoany/css/addtoany.css?sz83xb — 200 — 474 B — 62 ms — h2https://libretexts.org/modules/contrib/paragraphs/css/paragraphs.unpublished.css?sz83xb/modules/contrib/paragraphs/css/par... https://libretexts.org/modules/contrib/paragraphs/css/paragraphs.unpublished.css?sz83xb — 200 — 179 B — 59 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/variables.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/variables.css?sz83xb — 200 — 225 B — 87 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/user.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/user.css?sz83xb — 200 — 779 B — 96 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/progress.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/progress.css?sz83xb — 200 — 156 B — 64 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/node.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/node.css?sz83xb — 200 — 595 B — 86 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/fonts/dosis_opensans.css?sz83xb/themes/contrib/bootstrap_barrio/fo... https://libretexts.org/themes/contrib/bootstrap_barrio/fonts/dosis_opensans.css?sz83xb — 200 — 224 B — 71 ms — h2https://fonts.googleapis.com/css?family=Open+Sans|Dosis:400,800fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans|Dosis:400,800 — 200 — 2.1 KiB — 27 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/affix.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/affix.css?sz83xb — 200 — 202 B — 95 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/book.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/book.css?sz83xb — 200 — 219 B — 94 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/contextual.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/contextual.css?sz83xb — 200 — 207 B — 64 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/feed-icon.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/feed-icon.css?sz83xb — 200 — 235 B — 58 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 FCP 2.9 s LCP 21.4 shttps://libretexts.org// https://libretexts.org/ — 200 — 16.7 KiB — 1.2 s — h2https://libretexts.org/core/modules/system/css/components/align.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/align.module.css?sz83xb — 200 — 296 B — 64 ms — h2https://libretexts.org/core/modules/system/css/components/fieldgroup.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/fieldgroup.module.css?sz83xb — 200 — 168 B — 58 ms — h2https://libretexts.org/core/modules/system/css/components/container-inline.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/container-inline.module.css?sz83xb — 200 — 256 B — 55 ms — h2https://libretexts.org/core/modules/system/css/components/clearfix.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/clearfix.module.css?sz83xb — 200 — 446 B — 98 ms — h2https://libretexts.org/core/modules/system/css/components/details.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/details.module.css?sz83xb — 200 — 204 B — 44 ms — h2https://libretexts.org/core/modules/system/css/components/hidden.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/hidden.module.css?sz83xb — 200 — 722 B — 65 ms — h2https://libretexts.org/core/modules/system/css/components/item-list.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/item-list.module.css?sz83xb — 200 — 247 B — 60 ms — h2https://libretexts.org/core/modules/system/css/components/js.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/js.module.css?sz83xb — 200 — 431 B — 50 ms — h2https://libretexts.org/core/modules/system/css/components/nowrap.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/nowrap.module.css?sz83xb — 200 — 192 B — 47 ms — h2https://libretexts.org/core/modules/system/css/components/position-container.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/position-container.module.css?sz83xb — 200 — 182 B — 50 ms — h2https://libretexts.org/core/modules/system/css/components/reset-appearance.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/reset-appearance.module.css?sz83xb — 200 — 257 B — 45 ms — h2https://libretexts.org/core/modules/system/css/components/resize.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/resize.module.css?sz83xb — 200 — 239 B — 53 ms — h2https://libretexts.org/core/modules/system/css/components/system-status-counter.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/system-status-counter.css?sz83xb — 200 — 374 B — 43 ms — h2https://libretexts.org/core/modules/system/css/components/system-status-report-counters.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/system-status-report-counters.css?sz83xb — 200 — 430 B — 37 ms — h2https://libretexts.org/core/modules/system/css/components/system-status-report-general-info.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/system-status-report-general-info.css?sz83xb — 200 — 244 B — 39 ms — h2https://libretexts.org/core/modules/system/css/components/tablesort.module.css?sz83xb/core/modules/system/css/components... https://libretexts.org/core/modules/system/css/components/tablesort.module.css?sz83xb — 200 — 285 B — 55 ms — h2https://libretexts.org/core/modules/views/css/views.module.css?sz83xb/core/modules/views/css/views.modul... https://libretexts.org/core/modules/views/css/views.module.css?sz83xb — 200 — 396 B — 59 ms — h2https://libretexts.org/modules/contrib/addtoany/css/addtoany.css?sz83xb/modules/contrib/addtoany/css/addto... https://libretexts.org/modules/contrib/addtoany/css/addtoany.css?sz83xb — 200 — 474 B — 62 ms — h2https://libretexts.org/modules/contrib/paragraphs/css/paragraphs.unpublished.css?sz83xb/modules/contrib/paragraphs/css/par... https://libretexts.org/modules/contrib/paragraphs/css/paragraphs.unpublished.css?sz83xb — 200 — 179 B — 59 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/variables.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/variables.css?sz83xb — 200 — 225 B — 87 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/user.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/user.css?sz83xb — 200 — 779 B — 96 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/progress.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/progress.css?sz83xb — 200 — 156 B — 64 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/node.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/node.css?sz83xb — 200 — 595 B — 86 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/fonts/dosis_opensans.css?sz83xb/themes/contrib/bootstrap_barrio/fo... https://libretexts.org/themes/contrib/bootstrap_barrio/fonts/dosis_opensans.css?sz83xb — 200 — 224 B — 71 ms — h2https://fonts.googleapis.com/css?family=Open+Sans|Dosis:400,800fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans|Dosis:400,800 — 200 — 2.1 KiB — 27 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/affix.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/affix.css?sz83xb — 200 — 202 B — 95 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/book.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/book.css?sz83xb — 200 — 219 B — 94 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/contextual.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/contextual.css?sz83xb — 200 — 207 B — 64 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/feed-icon.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/feed-icon.css?sz83xb — 200 — 235 B — 58 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/field.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/field.css?sz83xb — 200 — 742 B — 119 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/header.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/header.css?sz83xb — 200 — 320 B — 75 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/help.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/help.css?sz83xb — 200 — 400 B — 99 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/icons.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/icons.css?sz83xb — 200 — 567 B — 60 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/image-button.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/image-button.css?sz83xb — 200 — 217 B — 76 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/item-list.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/item-list.css?sz83xb — 200 — 327 B — 96 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/list-group.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/list-group.css?sz83xb — 200 — 241 B — 60 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/media.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/media.css?sz83xb — 200 — 782 B — 93 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/page.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/page.css?sz83xb — 200 — 344 B — 78 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/search-form.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/search-form.css?sz83xb — 200 — 275 B — 76 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/shortcut.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/shortcut.css?sz83xb — 200 — 368 B — 86 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/sidebar.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/sidebar.css?sz83xb — 200 — 332 B — 93 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/site-footer.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/site-footer.css?sz83xb — 200 — 1.3 KiB — 104 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/skip-link.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/skip-link.css?sz83xb — 200 — 336 B — 100 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/table.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/table.css?sz83xb — 200 — 575 B — 80 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/tabledrag.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/tabledrag.css?sz83xb — 200 — 311 B — 95 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/tableselect.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/tableselect.css?sz83xb — 200 — 270 B — 106 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/tablesort-indicator.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/tablesort-indicator.css?sz83xb — 200 — 243 B — 107 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/ui.widget.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/ui.widget.css?sz83xb — 200 — 225 B — 82 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/tabs.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/tabs.css?sz83xb — 200 — 172 B — 103 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/toolbar.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/toolbar.css?sz83xb — 200 — 248 B — 95 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/vertical-tabs.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/vertical-tabs.css?sz83xb — 200 — 575 B — 107 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/views.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/views.css?sz83xb — 200 — 435 B — 110 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/ui-dialog.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/components/ui-dialog.css?sz83xb — 200 — 448 B — 107 ms — h2https://libretexts.org/libraries/bootstrap/dist/css/bootstrap.min.css?sz83xb/libraries/bootstrap/dist/css/boots... https://libretexts.org/libraries/bootstrap/dist/css/bootstrap.min.css?sz83xb — 200 — 23.8 KiB — 47 ms — h2https://libretexts.org/themes/custom/edu_care/assets/vendor/font-awesome/css/all.css?sz83xb/themes/custom/edu_care/assets/vend... https://libretexts.org/themes/custom/edu_care/assets/vendor/font-awesome/css/all.css?sz83xb — 200 — 22.9 KiB — 50 ms — h2https://libretexts.org/themes/custom/edu_care/assets/vendor/css/fancy-box/fancybox.css?sz83xb/themes/custom/edu_care/assets/vend... https://libretexts.org/themes/custom/edu_care/assets/vendor/css/fancy-box/fancybox.css?sz83xb — 200 — 3.5 KiB — 41 ms — h2https://libretexts.org/themes/custom/edu_care/assets/vendor/css/owl-carousel/owl.carousel.min.css?sz83xb/themes/custom/edu_care/assets/vend... https://libretexts.org/themes/custom/edu_care/assets/vendor/css/owl-carousel/owl.carousel.min.css?sz83xb — 200 — 1.1 KiB — 44 ms — h2https://libretexts.org/themes/custom/edu_care/assets/vendor/css/owl-carousel/owl.theme.default.min.css?sz83xb/themes/custom/edu_care/assets/vend... https://libretexts.org/themes/custom/edu_care/assets/vendor/css/owl-carousel/owl.theme.default.min.css?sz83xb — 200 — 500 B — 35 ms — h2https://libretexts.org/themes/custom/edu_care/assets/vendor/css/swiper/swiper-bundle.min.css?sz83xb/themes/custom/edu_care/assets/vend... https://libretexts.org/themes/custom/edu_care/assets/vendor/css/swiper/swiper-bundle.min.css?sz83xb — 200 — 4.5 KiB — 41 ms — h2https://libretexts.org/themes/custom/edu_care/color/color-scheme.css?sz83xb/themes/custom/edu_care/color/color... https://libretexts.org/themes/custom/edu_care/color/color-scheme.css?sz83xb — 200 — 1.9 KiB — 38 ms — h2https://libretexts.org/themes/custom/edu_care/css/colors.css?sz83xb/themes/custom/edu_care/css/colors.... https://libretexts.org/themes/custom/edu_care/css/colors.css?sz83xb — 200 — 666 B — 33 ms — h2https://libretexts.org/themes/custom/edu_care/css/custom.css?sz83xb/themes/custom/edu_care/css/custom.... https://libretexts.org/themes/custom/edu_care/css/custom.css?sz83xb — 200 — 123 B — 21 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/colors/colors.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/colors/colors.css?sz83xb — 200 — 507 B — 19 ms — h2https://libretexts.org/themes/custom/edu_care/css/style.css?sz83xb/themes/custom/edu_care/css/style.c... https://libretexts.org/themes/custom/edu_care/css/style.css?sz83xb — 200 — 27.5 KiB — 45 ms — h2https://cdn.libretexts.net/libreone-launchpad-widget.min.jscdn.libretexts.net/libreone-launchp... https://cdn.libretexts.net/libreone-launchpad-widget.min.js — 200 — 2.8 KiB — 61 ms — h2https://cdn.libretexts.net/libretexts-support-widget.min.jscdn.libretexts.net/libretexts-suppo... https://cdn.libretexts.net/libretexts-support-widget.min.js — 200 — 2.7 KiB — 58 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/css/print.css?sz83xb/themes/contrib/bootstrap_barrio/cs... https://libretexts.org/themes/contrib/bootstrap_barrio/css/print.css?sz83xb — 200 — 428 B — 22 ms — h2https://libretexts.org/sites/default/files/LibreTexts_logo_full_nobg.png/sites/default/files/LibreTexts_log... https://libretexts.org/sites/default/files/LibreTexts_logo_full_nobg.png — 200 — 69.0 KiB — 46 ms — h2https://fonts.gstatic.com/s/cabin/v26/u-4i0qWljRw-PfU81xCKCpdpbgZJl6Xvqdns.woff2fonts.gstatic.com/s/cabin/v26/u-4i0... https://fonts.gstatic.com/s/cabin/v26/u-4i0qWljRw-PfU81xCKCpdpbgZJl6Xvqdns.woff2 — 200 — 25.5 KiB — 8 ms — h3https://libretexts.org/sites/default/files/2025-04/libretextscorevalues.png/sites/default/files/2025-04/libret... https://libretexts.org/sites/default/files/2025-04/libretextscorevalues.png — 200 — 496.9 KiB — 66 ms — h2https://libretexts.org/sites/default/files/2025-01/benny_blank_bricks_0.png/sites/default/files/2025-01/benny_... https://libretexts.org/sites/default/files/2025-01/benny_blank_bricks_0.png — 200 — 538.7 KiB — 136 ms — h2https://libretexts.org/sites/default/files/2025-01/libretextsvideointro.png/sites/default/files/2025-01/libret... https://libretexts.org/sites/default/files/2025-01/libretextsvideointro.png — 200 — 1.4 MiB — 405 ms — h2https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2fonts.gstatic.com/s/roboto/v30/KFOl... https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc4.woff2 — 200 — 15.6 KiB — 19 ms — h3https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2fonts.gstatic.com/s/roboto/v30/KFOl... https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc4.woff2 — 200 — 15.5 KiB — 38 ms — h3https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2fonts.gstatic.com/s/roboto/v30/KFOm... https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxK.woff2 — 200 — 15.4 KiB — 39 ms — h3https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUx6EQ.woff2fonts.gstatic.com/s/opensans/v44/me... https://fonts.gstatic.com/s/opensans/v44/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4gaVIUx6EQ.woff2 — 200 — 13.1 KiB — 41 ms — h3https://libretexts.org/sites/default/files/2025-06/libretexts_news_1055_x_400_px_1_0.png/sites/default/files/2025-06/libret... https://libretexts.org/sites/default/files/2025-06/libretexts_news_1055_x_400_px_1_0.png — 200 — 41.2 KiB — 74 ms — h2https://libretexts.org/sites/default/files/2025-08/benny_leaning_lt_trans.png/sites/default/files/2025-08/benny_... https://libretexts.org/sites/default/files/2025-08/benny_leaning_lt_trans.png — 200 — 1.6 MiB — 250 ms — h2https://libretexts.org/sites/default/files/2024-10/cmoon.jpg/sites/default/files/2024-10/cmoon.... https://libretexts.org/sites/default/files/2024-10/cmoon.jpg — 200 — 10.5 KiB — 242 ms — h2https://libretexts.org/sites/default/files/2025-02/img_2235.jpg/sites/default/files/2025-02/img_22... https://libretexts.org/sites/default/files/2025-02/img_2235.jpg — 200 — 532.8 KiB — 375 ms — h2https://libretexts.org/sites/default/files/2025-01/armeda_reitzel_libretexts_october_2024_0.png/sites/default/files/2025-01/armeda... https://libretexts.org/sites/default/files/2025-01/armeda_reitzel_libretexts_october_2024_0.png — 200 — 325.5 KiB — 405 ms — h2https://libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png/sites/default/files/default_images... https://libretexts.org/sites/default/files/default_images/Benny%20Mascot%20White_0.png — 200 — 110.9 KiB — 398 ms — h2https://libretexts.org/sites/default/files/2025-01/ying_liu_0.jpg/sites/default/files/2025-01/ying_l... https://libretexts.org/sites/default/files/2025-01/ying_liu_0.jpg — 200 — 91.0 KiB — 406 ms — h2https://libretexts.org/sites/default/files/2025-01/heather_evans_2a_0.jpg/sites/default/files/2025-01/heathe... https://libretexts.org/sites/default/files/2025-01/heather_evans_2a_0.jpg — 200 — 100.4 KiB — 408 ms — h2https://libretexts.org/sites/default/files/2025-01/kim_profile_pic.jpg/sites/default/files/2025-01/kim_pr... https://libretexts.org/sites/default/files/2025-01/kim_profile_pic.jpg — 200 — 43.7 KiB — 414 ms — h2https://libretexts.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js/cdn-cgi/scripts/5c5dd728/cloudflar... https://libretexts.org/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js — 200 — 733 B — 63 ms — h2https://libretexts.org/core/assets/vendor/jquery/jquery.min.js?v=3.7.1/core/assets/vendor/jquery/jquery.m... https://libretexts.org/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 30.9 KiB — 95 ms — h2https://libretexts.org/core/assets/vendor/once/once.min.js?v=1.0.1/core/assets/vendor/once/once.min.j... https://libretexts.org/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 776 B — 95 ms — h2https://libretexts.org/core/misc/drupalSettingsLoader.js?v=10.4.6/core/misc/drupalSettingsLoader.js?... https://libretexts.org/core/misc/drupalSettingsLoader.js?v=10.4.6 — 200 — 524 B — 94 ms — h2https://libretexts.org/core/misc/drupal.js?v=10.4.6/core/misc/drupal.js?v=10.4.6 https://libretexts.org/core/misc/drupal.js?v=10.4.6 — 200 — 6.3 KiB — 94 ms — h2https://libretexts.org/core/misc/drupal.init.js?v=10.4.6/core/misc/drupal.init.js?v=10.4.6 https://libretexts.org/core/misc/drupal.init.js?v=10.4.6 — 200 — 564 B — 94 ms — h2https://static.addtoany.com/menu/page.jsstatic.addtoany.com/menu/page.js https://static.addtoany.com/menu/page.js — 200 — 2.2 KiB — 43 ms — h3https://libretexts.org/modules/contrib/addtoany/js/addtoany.js?v=10.4.6/modules/contrib/addtoany/js/addtoa... https://libretexts.org/modules/contrib/addtoany/js/addtoany.js?v=10.4.6 — 200 — 331 B — 93 ms — h2https://libretexts.org/themes/contrib/bootstrap_barrio/js/barrio.js?v=10.4.6/themes/contrib/bootstrap_barrio/js... https://libretexts.org/themes/contrib/bootstrap_barrio/js/barrio.js?v=10.4.6 — 200 — 728 B — 92 ms — h2https://libretexts.org/libraries/popper/popper.min.js?sz83xb/libraries/popper/popper.min.js?sz8... https://libretexts.org/libraries/popper/popper.min.js?sz83xb — 200 — 6.7 KiB — 98 ms — h2https://libretexts.org/libraries/bootstrap/dist/js/bootstrap.min.js?sz83xb/libraries/bootstrap/dist/js/bootst... https://libretexts.org/libraries/bootstrap/dist/js/bootstrap.min.js?sz83xb — 200 — 16.6 KiB — 111 ms — h2https://libretexts.org/themes/custom/edu_care/assets/vendor/js/fancy-box/fancybox.js?v=10.4.6/themes/custom/edu_care/assets/vend... https://libretexts.org/themes/custom/edu_care/assets/vendor/js/fancy-box/fancybox.js?v=10.4.6 — 200 — 29.6 KiB — 110 ms — h2https://libretexts.org/themes/custom/edu_care/assets/vendor/js/owl-carousel/owl.carousel.min.js?v=10.4.6/themes/custom/edu_care/assets/vend... https://libretexts.org/themes/custom/edu_care/assets/vendor/js/owl-carousel/owl.carousel.min.js?v=10.4.6 — 200 — 11.9 KiB — 110 ms — h2https://libretexts.org/themes/custom/edu_care/assets/vendor/js/clipboard/clipboard.min.js?v=10.4.6/themes/custom/edu_care/assets/vend... https://libretexts.org/themes/custom/edu_care/assets/vendor/js/clipboard/clipboard.min.js?v=10.4.6 — 200 — 3.3 KiB — 110 ms — h2https://libretexts.org/themes/custom/edu_care/assets/vendor/js/swiper/swiper-bundle.min.js?v=10.4.6/themes/custom/edu_care/assets/vend... https://libretexts.org/themes/custom/edu_care/assets/vendor/js/swiper/swiper-bundle.min.js?v=10.4.6 — 200 — 39.1 KiB — 110 ms — h2https://libretexts.org/themes/custom/edu_care/assets/vendor/js/isotope/isotope.pkgd.min.js?v=10.4.6/themes/custom/edu_care/assets/vend... https://libretexts.org/themes/custom/edu_care/assets/vendor/js/isotope/isotope.pkgd.min.js?v=10.4.6 — 200 — 10.3 KiB — 109 ms — h2https://libretexts.org/themes/custom/edu_care/assets/vendor/js/isotope/imagesloaded.pkgd.js?v=10.4.6/themes/custom/edu_care/assets/vend... https://libretexts.org/themes/custom/edu_care/assets/vendor/js/isotope/imagesloaded.pkgd.js?v=10.4.6 — 200 — 3.7 KiB — 108 ms — h2https://libretexts.org/themes/custom/edu_care/assets/vendor/js/purecounter/dist/purecounter_vanilla.js?v=10.4.6/themes/custom/edu_care/assets/vend... https://libretexts.org/themes/custom/edu_care/assets/vendor/js/purecounter/dist/purecounter_vanilla.js?v=10.4.6 — 200 — 1.4 KiB — 108 ms — h2https://libretexts.org/themes/custom/edu_care/js/global.js?v=10.4.6/themes/custom/edu_care/js/global.j... https://libretexts.org/themes/custom/edu_care/js/global.js?v=10.4.6 — 200 — 2.8 KiB — 108 ms — h2https://libretexts.org/sites/default/files/featured_images/BennyLogoLeaningNoBG.png/sites/default/files/featured_image... https://libretexts.org/sites/default/files/featured_images/BennyLogoLeaningNoBG.png — 200 — 826.8 KiB — 470 ms — h2https://cdn.libretexts.net/Icons/launchpad-rocket-icon.svgcdn.libretexts.net/Icons/launchpad-... https://cdn.libretexts.net/Icons/launchpad-rocket-icon.svg — 200 — 945 B — 12 ms — h2https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swapfonts.googleapis.com/css2?family=At... https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible:ital,wght@0,400;0,700;1,400;1,700&display=swap — 200 — 664 B — 8 ms — h2https://cdn.libretexts.net/Icons/libretexts.pngcdn.libretexts.net/Icons/libretexts... https://cdn.libretexts.net/Icons/libretexts.png — 200 — 56.0 KiB — 27 ms — h2https://cdn.libretexts.net/Icons/full_logo.pngcdn.libretexts.net/Icons/full_logo.... https://cdn.libretexts.net/Icons/full_logo.png — 200 — 48.5 KiB — 18 ms — h2https://static.addtoany.com/menu/modules/core.ydpp7jcu.jsstatic.addtoany.com/menu/modules/co... https://static.addtoany.com/menu/modules/core.ydpp7jcu.js — 200 — 26.3 KiB — 35 ms — h3https://static.addtoany.com/menu/sm.25.htmlstatic.addtoany.com/menu/sm.25.html https://static.addtoany.com/menu/sm.25.html — 200 — 987 B — 20 ms — h3https://libretexts.org/sites/default/files/favicon_0.ico/sites/default/files/favicon_0.ico https://libretexts.org/sites/default/files/favicon_0.ico — 200 — 982 B — 14 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
9% of JavaScript execution is third-party
First-party Third-party 515ms · 0KB · €6/mo
Unattributable
Other
Costly
Execution 515ms
Transfer 0 KB
Monthly Cost €6/mo

These scripts may cost more than they're worth

  • Unattributable adds 515ms and costs ~€6/month

Unattributable takes 515ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback