Skip to content
https://louisiana.gov

Performance

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

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

62
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
95
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.
100
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.58 s

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

5.13 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.008

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

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

5.13 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
6 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
3.7 MB transferred, 70 requests
FIX
3.7 MB transferred, 70 requests
Warning::
Page weighs 6.0 MB (3.7 MB transferred)
Warning::
Images are 1.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.7 MB
Warning::
JavaScript is 967 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 967 KB
Info::
CSS is 544 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 544 KB
Info::
70 HTTP requests
Info::
Estimated 0.78 g CO2 per page load
3.7 MB / 2.4 MB budget
3.7 MB transferred
70 requests
0.78 g CO2 per page load
Images 1.7 MiB 45%
JavaScript 967.4 KiB 25%
CSS 544.3 KiB 14%
HTML 431.3 KiB 11%
Fonts 123.3 KiB 3%
Other 9.8 KiB 0%
Other 7.9 KiB 0%
Other 1.8 KiB 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

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

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 (3.7 MiB of 3.7 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Bundles
Action
28 scripts, 457 KB unused
FIX
28 scripts, 457 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-929...: 92 KB unused (74%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-N4X...: 71 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=UA-929...: 65 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6FQ4...: 65 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.google.com/cse/static/element/dc329f57...: 51 KB unused (50%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 457 KB
457 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=UA-92977757-1&cx=c&gtm=4e64k0125 KB92 KB (74%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-N4XCQF8124 KB71 KB (58%)3rd
https://www.googletagmanager.com/gtag/js?id=UA-92977757-1125 KB65 KB (52%)3rd
https://www.googletagmanager.com/gtag/js?id=G-6FQ4HF5XYY&cx=c&gtm=4e64k1h2154 KB65 KB (42%)3rd
https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3D103 KB51 KB (50%)3rd
https://code.jquery.com/jquery-3.3.1.js79 KB38 KB (49%)3rd
https://cse.google.com/adsense/search/async-ads.js44 KB32 KB (73%)3rd
https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js28 KB23 KB (81%)3rd
https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js27 KB20 KB (79%)3rd
https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.0/js/bootstrap-select.min.js12 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

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

F
Page Weight Inventory
Action
70 resources · 3.7 MB · 457 KB savings available
FIX
70 resources · 3.7 MB · 457 KB savings available
Warning::
Page weight 2.7 MB over 1MB target
Got: 3.7 MB Expected: ≤ 1 MB
Info::
~457 KB of savings available
Warning::
69 third-party resources (100% of weight)
Info::
3 resources over 200KB
70 resources · 3.7 MiB · 69 third-party 2.7 MiB over 1MB target
Image 45% · 1.7 MiB
JavaScript 25% · 967.4 KiB
CSS 14% · 544.3 KiB
Document 11% · 431.4 KiB
Font 3% · 123.3 KiB
Other 0% · 9.7 KiB

~456.8 KiB of savings available

Remove unused JavaScript: 456.8 KiB
F
HTTP Caching
Action
No cache headers
FIX
No cache headers
Warning::
No Cache-Control header found
Browsers will use heuristic caching, which can be unpredictable. Set explicit cache headers.

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
11 images, 0 KB saveable
REVIEW
11 images, 0 KB saveable
Warning::
https://www.louisiana.gov/media/l4kb4p0y/louisiana... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.louisiana.gov/media/1a4lgwfl/id-card-s... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.louisiana.gov/media/vwoftdmf/users-sol... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.louisiana.gov/media/d24jgksa/vest.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.louisiana.gov/media/vksdhvgj/louisiana... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.louisiana.gov/media/zztprcgv/hand-hold... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
11 images 1.7 MB
0 oversized -0 KB
11 legacy format
6 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
JS Execution Cost
176ms total JS execution
PASS
176ms total JS execution
Info::
Unattributable: 97ms CPU time
Info::
https://www.louisiana.gov/: 79ms CPU time
Warning::
Third-party scripts: 176ms (100% of total)

Main Thread Breakdown

Script Evaluation 45% Other 23% Script Parsing & Compilation 14% Style & Layout 10% Parse HTML & CSS 7%
ScriptTotalScriptingParse/CompileParty
Unattributable97ms21ms0ms3rd
https://www.louisiana.gov/79ms4ms1ms3rd
A+
Font Loading
3 fonts (123 KB)
PASS
3 fonts (123 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

123 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 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.6 s LCP 5.1 shttps://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 36.7 KiB — 42 ms — font-display: swaphttps://use.fontawesome.com/releases/v5.7.2/webfonts/fa-regular-400.woff2fa-regular-400.woff2 https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-regular-400.woff2 — 13.6 KiB — 40 ms — font-display: swaphttps://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.woff2fa-solid-900.woff2 https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.woff2 — 73.0 KiB — 39 ms — font-display: swap
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 37 KB
Load time 42 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
fa-regular-400.woff2 woff2 swap
Size 14 KB
Load time 40 ms
Start 1.3 s
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 73 KB
Load time 39 ms
Start 1.3 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
Network Waterfall
70 requests over 2770ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.6 s LCP 5.1 shttps://louisiana.gov// https://louisiana.gov/ — 301 — 86 B — 298 ms — h2https://www.louisiana.gov/www.louisiana.gov/ https://www.louisiana.gov/ — 200 — 425.6 KiB — 851 ms — h2https://www.louisiana.gov/css/custom-style.csswww.louisiana.gov/css/custom-style.... https://www.louisiana.gov/css/custom-style.css — 200 — 445.5 KiB — 478 ms — h2https://www.louisiana.gov/css/custom-search.csswww.louisiana.gov/css/custom-search... https://www.louisiana.gov/css/custom-search.css — 200 — 595 B — 284 ms — h2https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.cssstackpath.bootstrapcdn.com/bootstra... https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.css — 200 — 26.3 KiB — 67 ms — h3https://www.louisiana.gov/css/bootstrap-select1.13.0.csswww.louisiana.gov/css/bootstrap-sel... https://www.louisiana.gov/css/bootstrap-select1.13.0.css — 200 — 2.5 KiB — 282 ms — h2https://www.louisiana.gov/css/off-canvas.csswww.louisiana.gov/css/off-canvas.cs... https://www.louisiana.gov/css/off-canvas.css — 200 — 22.8 KiB — 282 ms — h2https://www.louisiana.gov/css/custom-spacing.csswww.louisiana.gov/css/custom-spacin... https://www.louisiana.gov/css/custom-spacing.css — 200 — 870 B — 281 ms — h2https://www.louisiana.gov/css/custom-buttons.csswww.louisiana.gov/css/custom-button... https://www.louisiana.gov/css/custom-buttons.css — 200 — 1.1 KiB — 281 ms — h2https://www.louisiana.gov/css/slick.csswww.louisiana.gov/css/slick.css https://www.louisiana.gov/css/slick.css — 200 — 1.7 KiB — 281 ms — h2https://www.louisiana.gov/css/rte-styles.csswww.louisiana.gov/css/rte-styles.cs... https://www.louisiana.gov/css/rte-styles.css — 200 — 573 B — 280 ms — h2https://www.louisiana.gov/css/org-chart-only.csswww.louisiana.gov/css/org-chart-onl... https://www.louisiana.gov/css/org-chart-only.css — 200 — 3.2 KiB — 280 ms — h2https://www.louisiana.gov/css/org-chart.csswww.louisiana.gov/css/org-chart.css https://www.louisiana.gov/css/org-chart.css — 200 — 1.4 KiB — 280 ms — h2https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.csscdnjs.cloudflare.com/ajax/libs/norm... https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css — 200 — 1.3 KiB — 69 ms — h3https://use.fontawesome.com/releases/v5.7.2/css/all.cssuse.fontawesome.com/releases/v5.7.2... https://use.fontawesome.com/releases/v5.7.2/css/all.css — 200 — 12.7 KiB — 89 ms — h2https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Roboto:300,400,500,700|Crete+Round:400ifonts.googleapis.com/css?family=Lat... https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Roboto:300,400,500,700|Crete+Round:400i — 200 — 2.4 KiB — 110 ms — h2https://cdn.datatables.net/1.10.22/css/jquery.dataTables.min.csscdn.datatables.net/1.10.22/css/jque... https://cdn.datatables.net/1.10.22/css/jquery.dataTables.min.css — 200 — 2.1 KiB — 75 ms — h2https://cdn.datatables.net/buttons/1.7.1/css/buttons.dataTables.min.csscdn.datatables.net/buttons/1.7.1/cs... https://cdn.datatables.net/buttons/1.7.1/css/buttons.dataTables.min.css — 200 — 1.9 KiB — 78 ms — h2https://code.jquery.com/jquery-3.3.1.jscode.jquery.com/jquery-3.3.1.js https://code.jquery.com/jquery-3.3.1.js — 200 — 78.8 KiB — 18 ms — h2https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.jscdn.datatables.net/1.10.22/js/jquer... https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js — 200 — 28.1 KiB — 78 ms — h2https://cdn.datatables.net/buttons/1.7.1/js/dataTables.buttons.min.jscdn.datatables.net/buttons/1.7.1/js... https://cdn.datatables.net/buttons/1.7.1/js/dataTables.buttons.min.js — 200 — 6.6 KiB — 76 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.jscdnjs.cloudflare.com/ajax/libs/jszi... https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js — 200 — 26.6 KiB — 66 ms — h3https://cdn.datatables.net/buttons/1.7.1/js/buttons.html5.min.jscdn.datatables.net/buttons/1.7.1/js... https://cdn.datatables.net/buttons/1.7.1/js/buttons.html5.min.js — 200 — 6.9 KiB — 69 ms — h2https://cdn.datatables.net/buttons/1.7.1/js/buttons.print.min.jscdn.datatables.net/buttons/1.7.1/js... https://cdn.datatables.net/buttons/1.7.1/js/buttons.print.min.js — 200 — 1.5 KiB — 72 ms — h2https://www.louisiana.gov/media/vksdhvgj/louisiana-gov-new-light.pngwww.louisiana.gov/media/vksdhvgj/lo... https://www.louisiana.gov/media/vksdhvgj/louisiana-gov-new-light.png — 200 — 11.6 KiB — 275 ms — h2https://www.louisiana.gov/media/1a4lgwfl/id-card-solid.svgwww.louisiana.gov/media/1a4lgwfl/id... https://www.louisiana.gov/media/1a4lgwfl/id-card-solid.svg — 200 — 1005 B — 275 ms — h2https://www.louisiana.gov/media/vwoftdmf/users-solid.svgwww.louisiana.gov/media/vwoftdmf/us... https://www.louisiana.gov/media/vwoftdmf/users-solid.svg — 200 — 919 B — 189 ms — h2https://www.louisiana.gov/media/d24jgksa/vest.svgwww.louisiana.gov/media/d24jgksa/ve... https://www.louisiana.gov/media/d24jgksa/vest.svg — 200 — 2.0 KiB — 187 ms — h2https://fonts.googleapis.com/css?family=Montserrat|Source+Sans+Pro:400,700,300,600,600italic,400italicfonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat|Source+Sans+Pro:400,700,300,600,600italic,400italic — 200 — 1.1 KiB — 32 ms — h2https://fonts.googleapis.com/css?family=Roboto:200,300,400,500|Lato:400,700,900fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:200,300,400,500|Lato:400,700,900 — 200 — 1.9 KiB — 34 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 2.6 s LCP 5.1 shttps://louisiana.gov// https://louisiana.gov/ — 301 — 86 B — 298 ms — h2https://www.louisiana.gov/www.louisiana.gov/ https://www.louisiana.gov/ — 200 — 425.6 KiB — 851 ms — h2https://www.louisiana.gov/css/custom-style.csswww.louisiana.gov/css/custom-style.... https://www.louisiana.gov/css/custom-style.css — 200 — 445.5 KiB — 478 ms — h2https://www.louisiana.gov/css/custom-search.csswww.louisiana.gov/css/custom-search... https://www.louisiana.gov/css/custom-search.css — 200 — 595 B — 284 ms — h2https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.cssstackpath.bootstrapcdn.com/bootstra... https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.css — 200 — 26.3 KiB — 67 ms — h3https://www.louisiana.gov/css/bootstrap-select1.13.0.csswww.louisiana.gov/css/bootstrap-sel... https://www.louisiana.gov/css/bootstrap-select1.13.0.css — 200 — 2.5 KiB — 282 ms — h2https://www.louisiana.gov/css/off-canvas.csswww.louisiana.gov/css/off-canvas.cs... https://www.louisiana.gov/css/off-canvas.css — 200 — 22.8 KiB — 282 ms — h2https://www.louisiana.gov/css/custom-spacing.csswww.louisiana.gov/css/custom-spacin... https://www.louisiana.gov/css/custom-spacing.css — 200 — 870 B — 281 ms — h2https://www.louisiana.gov/css/custom-buttons.csswww.louisiana.gov/css/custom-button... https://www.louisiana.gov/css/custom-buttons.css — 200 — 1.1 KiB — 281 ms — h2https://www.louisiana.gov/css/slick.csswww.louisiana.gov/css/slick.css https://www.louisiana.gov/css/slick.css — 200 — 1.7 KiB — 281 ms — h2https://www.louisiana.gov/css/rte-styles.csswww.louisiana.gov/css/rte-styles.cs... https://www.louisiana.gov/css/rte-styles.css — 200 — 573 B — 280 ms — h2https://www.louisiana.gov/css/org-chart-only.csswww.louisiana.gov/css/org-chart-onl... https://www.louisiana.gov/css/org-chart-only.css — 200 — 3.2 KiB — 280 ms — h2https://www.louisiana.gov/css/org-chart.csswww.louisiana.gov/css/org-chart.css https://www.louisiana.gov/css/org-chart.css — 200 — 1.4 KiB — 280 ms — h2https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.csscdnjs.cloudflare.com/ajax/libs/norm... https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css — 200 — 1.3 KiB — 69 ms — h3https://use.fontawesome.com/releases/v5.7.2/css/all.cssuse.fontawesome.com/releases/v5.7.2... https://use.fontawesome.com/releases/v5.7.2/css/all.css — 200 — 12.7 KiB — 89 ms — h2https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Roboto:300,400,500,700|Crete+Round:400ifonts.googleapis.com/css?family=Lat... https://fonts.googleapis.com/css?family=Lato:300,400,400i,700|Roboto:300,400,500,700|Crete+Round:400i — 200 — 2.4 KiB — 110 ms — h2https://cdn.datatables.net/1.10.22/css/jquery.dataTables.min.csscdn.datatables.net/1.10.22/css/jque... https://cdn.datatables.net/1.10.22/css/jquery.dataTables.min.css — 200 — 2.1 KiB — 75 ms — h2https://cdn.datatables.net/buttons/1.7.1/css/buttons.dataTables.min.csscdn.datatables.net/buttons/1.7.1/cs... https://cdn.datatables.net/buttons/1.7.1/css/buttons.dataTables.min.css — 200 — 1.9 KiB — 78 ms — h2https://code.jquery.com/jquery-3.3.1.jscode.jquery.com/jquery-3.3.1.js https://code.jquery.com/jquery-3.3.1.js — 200 — 78.8 KiB — 18 ms — h2https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.jscdn.datatables.net/1.10.22/js/jquer... https://cdn.datatables.net/1.10.22/js/jquery.dataTables.min.js — 200 — 28.1 KiB — 78 ms — h2https://cdn.datatables.net/buttons/1.7.1/js/dataTables.buttons.min.jscdn.datatables.net/buttons/1.7.1/js... https://cdn.datatables.net/buttons/1.7.1/js/dataTables.buttons.min.js — 200 — 6.6 KiB — 76 ms — h2https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.jscdnjs.cloudflare.com/ajax/libs/jszi... https://cdnjs.cloudflare.com/ajax/libs/jszip/3.1.3/jszip.min.js — 200 — 26.6 KiB — 66 ms — h3https://cdn.datatables.net/buttons/1.7.1/js/buttons.html5.min.jscdn.datatables.net/buttons/1.7.1/js... https://cdn.datatables.net/buttons/1.7.1/js/buttons.html5.min.js — 200 — 6.9 KiB — 69 ms — h2https://cdn.datatables.net/buttons/1.7.1/js/buttons.print.min.jscdn.datatables.net/buttons/1.7.1/js... https://cdn.datatables.net/buttons/1.7.1/js/buttons.print.min.js — 200 — 1.5 KiB — 72 ms — h2https://www.louisiana.gov/media/vksdhvgj/louisiana-gov-new-light.pngwww.louisiana.gov/media/vksdhvgj/lo... https://www.louisiana.gov/media/vksdhvgj/louisiana-gov-new-light.png — 200 — 11.6 KiB — 275 ms — h2https://www.louisiana.gov/media/1a4lgwfl/id-card-solid.svgwww.louisiana.gov/media/1a4lgwfl/id... https://www.louisiana.gov/media/1a4lgwfl/id-card-solid.svg — 200 — 1005 B — 275 ms — h2https://www.louisiana.gov/media/vwoftdmf/users-solid.svgwww.louisiana.gov/media/vwoftdmf/us... https://www.louisiana.gov/media/vwoftdmf/users-solid.svg — 200 — 919 B — 189 ms — h2https://www.louisiana.gov/media/d24jgksa/vest.svgwww.louisiana.gov/media/d24jgksa/ve... https://www.louisiana.gov/media/d24jgksa/vest.svg — 200 — 2.0 KiB — 187 ms — h2https://fonts.googleapis.com/css?family=Montserrat|Source+Sans+Pro:400,700,300,600,600italic,400italicfonts.googleapis.com/css?family=Mon... https://fonts.googleapis.com/css?family=Montserrat|Source+Sans+Pro:400,700,300,600,600italic,400italic — 200 — 1.1 KiB — 32 ms — h2https://fonts.googleapis.com/css?family=Roboto:200,300,400,500|Lato:400,700,900fonts.googleapis.com/css?family=Rob... https://fonts.googleapis.com/css?family=Roboto:200,300,400,500|Lato:400,700,900 — 200 — 1.9 KiB — 34 ms — h2https://fonts.googleapis.com/css?family=Playfair+Display:400,700italic,700,400italic|Noto+Sans:400,700fonts.googleapis.com/css?family=Pla... https://fonts.googleapis.com/css?family=Playfair+Display:400,700italic,700,400italic|Noto+Sans:400,700 — 200 — 1.0 KiB — 34 ms — h2https://www.louisiana.gov/media/zztprcgv/hand-holding-usd-solid.svgwww.louisiana.gov/media/zztprcgv/ha... https://www.louisiana.gov/media/zztprcgv/hand-holding-usd-solid.svg — 200 — 1.3 KiB — 102 ms — h2https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.jscdnjs.cloudflare.com/ajax/libs/popp... https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js — 200 — 7.1 KiB — 27 ms — h3https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.jsstackpath.bootstrapcdn.com/bootstra... https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.js — 200 — 26.4 KiB — 41 ms — h3https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.jsajax.aspnetcdn.com/ajax/jquery.vali... https://ajax.aspnetcdn.com/ajax/jquery.validate/1.13.1/jquery.validate.min.js — 200 — 6.9 KiB — 17 ms — h2https://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.min.jsajax.aspnetcdn.com/ajax/mvc/5.2.3/j... https://ajax.aspnetcdn.com/ajax/mvc/5.2.3/jquery.validate.unobtrusive.min.js — 200 — 2.7 KiB — 15 ms — h2https://www.louisiana.gov/scripts/umbraco-starterkit-app.jswww.louisiana.gov/scripts/umbraco-s... https://www.louisiana.gov/scripts/umbraco-starterkit-app.js — 200 — 2.2 KiB — 106 ms — h2https://www.louisiana.gov/scripts/off-canvas-menu.jswww.louisiana.gov/scripts/off-canva... https://www.louisiana.gov/scripts/off-canvas-menu.js — 200 — 1.6 KiB — 103 ms — h2https://www.louisiana.gov/scripts/custom-scripts.jswww.louisiana.gov/scripts/custom-sc... https://www.louisiana.gov/scripts/custom-scripts.js — 200 — 2.1 KiB — 103 ms — h2https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.jscdnjs.cloudflare.com/ajax/libs/mali... https://cdnjs.cloudflare.com/ajax/libs/malihu-custom-scrollbar-plugin/3.1.5/jquery.mCustomScrollbar.concat.min.js — 200 — 11.8 KiB — 29 ms — h3https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.0/js/bootstrap-select.min.jscdnjs.cloudflare.com/ajax/libs/boot... https://cdnjs.cloudflare.com/ajax/libs/bootstrap-select/1.13.0/js/bootstrap-select.min.js — 200 — 11.6 KiB — 42 ms — h3https://www.louisiana.gov/scripts/slickSlider.jswww.louisiana.gov/scripts/slickSlid... https://www.louisiana.gov/scripts/slickSlider.js — 200 — 14.2 KiB — 106 ms — h2https://www.louisiana.gov/media/l4kb4p0y/louisianastatesealbwsmall.pngwww.louisiana.gov/media/l4kb4p0y/lo... https://www.louisiana.gov/media/l4kb4p0y/louisianastatesealbwsmall.png — 200 — 25.7 KiB — 106 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-N4XCQF8www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-N4XCQF8 — 200 — 123.6 KiB — 172 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-92977757-1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-92977757-1 — 200 — 124.8 KiB — 186 ms — h2https://www.louisiana.gov/media/yeffoqri/cypressbendpark-cropped.jpgwww.louisiana.gov/media/yeffoqri/cy... https://www.louisiana.gov/media/yeffoqri/cypressbendpark-cropped.jpg — 200 — 1.6 MiB — 221 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v51/KFO7... https://fonts.gstatic.com/s/roboto/v51/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 36.7 KiB — 42 ms — h3https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-regular-400.woff2use.fontawesome.com/releases/v5.7.2... https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-regular-400.woff2 — 200 — 13.6 KiB — 40 ms — h2https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.woff2use.fontawesome.com/releases/v5.7.2... https://use.fontawesome.com/releases/v5.7.2/webfonts/fa-solid-900.woff2 — 200 — 73.0 KiB — 39 ms — h2https://cdn.chatbot.com/widget/plugin.jscdn.chatbot.com/widget/plugin.js https://cdn.chatbot.com/widget/plugin.js — 200 — 3.9 KiB — 61 ms — h2https://cse.google.com/cse.js?cx=016838695848455624926:8a1zl511ibccse.google.com/cse.js?cx=0168386958... https://cse.google.com/cse.js?cx=016838695848455624926:8a1zl511ibc — 200 — 4.1 KiB — 104 ms — h2https://www.googletagmanager.com/gtag/js?id=UA-92977757-1&cx=c&gtm=4e64k0www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=UA-92977757-1&cx=c&gtm=4e64k0 — 200 — 124.9 KiB — 47 ms — h2https://cdn.chatbot.com/widget/polyfill.jscdn.chatbot.com/widget/polyfill.js https://cdn.chatbot.com/widget/polyfill.js — 200 — 417 B — 22 ms — h2https://www.googletagmanager.com/gtag/js?id=G-6FQ4HF5XYY&cx=c&gtm=4e64k1h2www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6FQ4HF5XYY&cx=c&gtm=4e64k1h2 — 200 — 153.8 KiB — 43 ms — h2https://www.google-analytics.com/analytics.jswww.google-analytics.com/analytics.... https://www.google-analytics.com/analytics.js — 200 — 20.9 KiB — 104 ms — h2https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3Dwww.google.com/cse/static/element/d... https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3D — 200 — 102.7 KiB — 136 ms — h3https://www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.csswww.google.com/cse/static/element/d... https://www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css — 200 — 12.0 KiB — 82 ms — h3https://www.google.com/cse/static/style/look/v6/default.csswww.google.com/cse/static/style/loo... https://www.google.com/cse/static/style/look/v6/default.css — 200 — 1.2 KiB — 63 ms — h3https://cdn.chatbot.com/widget/5cd5757374bc5a83f47ada33/settings.jsoncdn.chatbot.com/widget/5cd5757374bc... https://cdn.chatbot.com/widget/5cd5757374bc5a83f47ada33/settings.json — 200 — 1.3 KiB — 42 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-6FQ4HF5XYY&gtm=45je64k1h2v9126212127za20gzd845286557&_p=1776895188215&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=1339730696.1776895189&frm=0&ir=1&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117512543&sid=1776895189&sct=1&seg=0&dl=https%3A%2F%2Fwww.louisiana.gov%2F&dt=Louisiana.gov%20-%20The%20official%20website%20of%20Louisiana&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1602region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-6FQ4HF5XYY&gtm=45je64k1h2v9126212127za20gzd845286557&_p=1776895188215&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&_eu=EAAI&are=1&cid=1339730696.1776895189&frm=0&ir=1&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115616985~115938466~115938469~117266401~117512543&sid=1776895189&sct=1&seg=0&dl=https%3A%2F%2Fwww.louisiana.gov%2F&dt=Louisiana.gov%20-%20The%20official%20website%20of%20Louisiana&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1602 — 204 — 551 B — 86 ms — h2https://cse.google.com/adsense/search/async-ads.jscse.google.com/adsense/search/async... https://cse.google.com/adsense/search/async-ads.js — 200 — 43.6 KiB — 66 ms — h2https://www.google.com/cse/static/images/1x/en/branding.pngwww.google.com/cse/static/images/1x... https://www.google.com/cse/static/images/1x/en/branding.png — 200 — 1.5 KiB — 22 ms — h3https://clients1.google.com/generate_204clients1.google.com/generate_204 https://clients1.google.com/generate_204 — 204 — 117 B — 84 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=uWDMkH3LTw+LgzmHfR+OHw==&sde=1ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=uWDMkH3LTw+LgzmHfR+OHw==&sde=1 — 200 — 7.9 KiB — 68 ms — h3https://www.louisiana.gov/media/cevezjop/fav.pngwww.louisiana.gov/media/cevezjop/fa... https://www.louisiana.gov/media/cevezjop/fav.png — 200 — 9.7 KiB — 103 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 88 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 84 ms — h2https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.jspagead2.googlesyndication.com/bg/Ri... https://pagead2.googlesyndication.com/bg/RiK6ZWktSJHFoyfG9cjH9nLRaZ1B3RgkbmOlM6XvCcc.js — 200 — 21.8 KiB — 95 ms — h3https://ep2.adtrafficquality.google/generate_204?VsP68gep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?VsP68g — 204 — 40 B — 29 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=uWDMkH3LTw%2BLgzmHfR%2BOHw%3D%3D&bg=!TU6lTizNAAa1ilLUlYo7AEcBe5WfOMxdFhlI_tDtH4SqRHg4JGjwjd3-jSFUSM817rU0CEs843KI7Q5Cc0hJHuMR3nvg2-4x5sTLARtfjaOG3vA23OFkEAIAAAA_UgAAAARoAQd-ABve_ILxpTkWIlYhadzLHcV77aQ0U0fcgCyogyUKASxTtpudE-zA1AssOUh1fXb5hqZqjjjhxMVosJ22Jgy0TPCGY28p1Ty6lTM8a8akecbzgyLchtLhiHPpENwt3AvTBY76seMfeJ4cQc2fJXL2qmmHix3KM3gl3G-v3g692MmiB1wxmgmGJnF8zIyHFRjC1JixhdSwaTfK-su8yFYBhWulezNZO8eOGu3B8U-XFWXzo8MnKIZX8R_1JC7q6zfNRd9p8SO-5ur8kj0uK_yz2zlQlkhlaGmSxFMyQc20Hos-ItNgwIsWNyM2thA_aKFzIKYrmJwzUHT6bEnKgdNuvgnBaG5wvihnzTrT2RtXdP6rQJHCg2irKzFtYa_rVEZkzCw_jifMpBeGS4haj9WiRPY7Q0Dek-_ZGWb8-P1FQi7VeFn1D_yfRtqmc7yZAgYgqYj604CVA-okDKFbCwhzRS9GtZMZlc8-2omQtnbxBR4hCcrGh0O9zvnirX3EjW5dOGN9cJgDwvchaN3WZEjTEvmU-syq2tw4rvHJJf0dk9rDpjSKFu4P1pDPiQ1Xl4CQlX7j1sjkTppwIHLM-1PXEBNn3hpMPQ_1yzp_678rlhJvNgOVG0WrpnkcB7NRpnrKpRgSWSAm7wc1m_9ACRcoF8lOBy0HKG9NG3f46CG9NPUv7CJShSBARbGx6HeCFYbqU6NTYJaDRjQLcCmSRM58xRBNAUpUZ1mnw2UEVcEeNEMGhBvNwxIZxP2OU7t6IdW6jIL6THA9lVWqTla3kZVYJU6cNJyXD3Wq_kA07OB6BZU1Jpinf2Rz2nJOde0JY1QnqHog_IRoHiOQX7qsp_9gbf1f5u_ks2KAEOESTnnSfMqu8YOaymtZIIH1hmSMTuofC5NlyB1rvGBO5hXq3toWKlpQFuEKF5Tk2hg9r0UcAnrUlHG1uS6gGjTBRYqL_YaYSC_7BvIV8XRopxgG7WtulF2XrBcKVTUnrl1eDcQyo2aVM3tz2qnjTmQ0gqpFIHeE6MqGNqU-_zW45KBE91y6GCe0HUPh9FzU0K9uLMmn7evU3bnXiJU8k00ZcoqGYKrYf5dZSWkEXgI_01q0H23unNhhtqil0MhIfFfg4uxaLJsl5qVgZwep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=uWDMkH3LTw%2BLgzmHfR%2BOHw%3D%3D&bg=!TU6lTizNAAa1ilLUlYo7AEcBe5WfOMxdFhlI_tDtH4SqRHg4JGjwjd3-jSFUSM817rU0CEs843KI7Q5Cc0hJHuMR3nvg2-4x5sTLARtfjaOG3vA23OFkEAIAAAA_UgAAAARoAQd-ABve_ILxpTkWIlYhadzLHcV77aQ0U0fcgCyogyUKASxTtpudE-zA1AssOUh1fXb5hqZqjjjhxMVosJ22Jgy0TPCGY28p1Ty6lTM8a8akecbzgyLchtLhiHPpENwt3AvTBY76seMfeJ4cQc2fJXL2qmmHix3KM3gl3G-v3g692MmiB1wxmgmGJnF8zIyHFRjC1JixhdSwaTfK-su8yFYBhWulezNZO8eOGu3B8U-XFWXzo8MnKIZX8R_1JC7q6zfNRd9p8SO-5ur8kj0uK_yz2zlQlkhlaGmSxFMyQc20Hos-ItNgwIsWNyM2thA_aKFzIKYrmJwzUHT6bEnKgdNuvgnBaG5wvihnzTrT2RtXdP6rQJHCg2irKzFtYa_rVEZkzCw_jifMpBeGS4haj9WiRPY7Q0Dek-_ZGWb8-P1FQi7VeFn1D_yfRtqmc7yZAgYgqYj604CVA-okDKFbCwhzRS9GtZMZlc8-2omQtnbxBR4hCcrGh0O9zvnirX3EjW5dOGN9cJgDwvchaN3WZEjTEvmU-syq2tw4rvHJJf0dk9rDpjSKFu4P1pDPiQ1Xl4CQlX7j1sjkTppwIHLM-1PXEBNn3hpMPQ_1yzp_678rlhJvNgOVG0WrpnkcB7NRpnrKpRgSWSAm7wc1m_9ACRcoF8lOBy0HKG9NG3f46CG9NPUv7CJShSBARbGx6HeCFYbqU6NTYJaDRjQLcCmSRM58xRBNAUpUZ1mnw2UEVcEeNEMGhBvNwxIZxP2OU7t6IdW6jIL6THA9lVWqTla3kZVYJU6cNJyXD3Wq_kA07OB6BZU1Jpinf2Rz2nJOde0JY1QnqHog_IRoHiOQX7qsp_9gbf1f5u_ks2KAEOESTnnSfMqu8YOaymtZIIH1hmSMTuofC5NlyB1rvGBO5hXq3toWKlpQFuEKF5Tk2hg9r0UcAnrUlHG1uS6gGjTBRYqL_YaYSC_7BvIV8XRopxgG7WtulF2XrBcKVTUnrl1eDcQyo2aVM3tz2qnjTmQ0gqpFIHeE6MqGNqU-_zW45KBE91y6GCe0HUPh9FzU0K9uLMmn7evU3bnXiJU8k00ZcoqGYKrYf5dZSWkEXgI_01q0H23unNhhtqil0MhIfFfg4uxaLJsl5qVgZw — 204 — 17 B — 56 ms — h3
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 176ms · 426KB · €2/mo
Unattributable
Other
Optional
Execution 97ms
Transfer 0 KB
Monthly Cost €1/mo
www.louisiana.gov
Other
Optional
Execution 79ms
Transfer 426 KB
Monthly Cost €1/mo

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

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