Skip to content
https://lacounty.gov

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
72
GRADE
C
FIX
3
REVIEW
3
PASS
7
INFO
2

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

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

1.62 s

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

5.03 s

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

166 ms

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

0.001

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

2.77 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.09 s

Page Load Progression

577 ms
1.2 s
1.7 s
2.3 s
2.9 s
3.5 s
4.0 s
4.6 s
Checks
15
7 PASS 3 REVIEW 3 FIX
F
Page Weight Budget
Action
4.2 MB transferred, 124 requests
FIX
4.2 MB transferred, 124 requests
Critical::
Page weighs 11.1 MB (4.2 MB transferred)
Warning::
Images are 1.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.8 MB
Warning::
JavaScript is 1.6 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.6 MB
Info::
Fonts are 403 KB — consider subsetting or using system fonts
Subset fonts to include only used characters, or switch to system font stacks.
Got: 403 KB
Info::
CSS is 338 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 338 KB
Warning::
124 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.88 g CO2 per page load
4.2 MB / 2.4 MB budget
4.2 MB transferred
124 requests
0.88 g CO2 per page load
Images 1.8 MiB 42%
JavaScript 1.6 MiB 39%
Fonts 402.7 KiB 9%
CSS 338.0 KiB 8%
HTML 63.6 KiB 1%
Other 3.6 KiB 0%
Other 2.9 KiB 0%
Other 1.4 KiB 0%
Other 45 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

Subset fonts to include only used characters, or switch to system font stacks.

Why this matters

Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).

Source: web.dev font loading

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

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 Bundles
Action
43 scripts, 590 KB unused
FIX
43 scripts, 590 KB unused
Warning::
https://translate.googleapis.com/_/translate_http/...: 94 KB unused (79%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-HYDN...: 68 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-WM4...: 65 KB unused (51%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://maps.googleapis.com/maps/api/js?ver=1.0: 65 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://analytics.tiktok.com/i18n/pixel/static/mai...: 62 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 590 KB
590 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_main119 KB94 KB (79%)3rd
https://www.googletagmanager.com/gtag/js?id=G-HYDNR8V2E5176 KB68 KB (39%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-WM426K7126 KB65 KB (51%)3rd
https://maps.googleapis.com/maps/api/js?ver=1.0100 KB65 KB (65%)3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.js117 KB62 KB (53%)3rd
https://lacounty.gov/wp-content/themes/blade/js/plugins.js?ver=3.6.658 KB44 KB (75%)1st
https://lacounty.gov/wp-content/plugins/revslider/public/js/sr7.js?ver=6.7.5495 KB42 KB (45%)1st
https://lacounty.gov/wp-content/plugins/revslider/public/js/libs/tptools.js?ver=6.7.5474 KB41 KB (56%)1st
https://connect.facebook.net/en_US/fbevents.js97 KB34 KB (35%)3rd
https://lacounty.gov/wp-content/plugins/eventON/assets/js/eventon_script.js?ver=5.0.930 KB26 KB (89%)1st

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

D
Page Weight Inventory
Action
124 resources · 4.2 MB · 590 KB savings available
FIX
124 resources · 4.2 MB · 590 KB savings available
Warning::
Page weight 3.2 MB over 1MB target
Got: 4.2 MB Expected: ≤ 1 MB
Info::
~590 KB of savings available
Info::
38 third-party resources (25% of weight)
Info::
4 resources over 200KB
124 resources · 4.2 MiB · 38 third-party 3.2 MiB over 1MB target
Image 42% · 1.8 MiB
JavaScript 39% · 1.6 MiB
Font 9% · 402.7 KiB
CSS 8% · 338.0 KiB
Document 1% · 63.6 KiB
Other 0% · 5.0 KiB

~589.6 KiB of savings available

Remove unused JavaScript: 589.6 KiB
B
Image Optimization
19 images, 0 KB saveable
REVIEW
19 images, 0 KB saveable
Info::
All images are well-optimized
19 images 1.4 MB
0 oversized -0 KB
16 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1984ms total JS execution
REVIEW
1984ms total JS execution
Warning::
https://lacounty.gov/m-faine-you-make-farweyan-hou...: 760ms CPU time
Warning::
https://lacounty.gov/wp-content/plugins/revslider/...: 458ms CPU time
Warning::
https://lacounty.gov/: 359ms CPU time
Info::
Unattributable: 162ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-HYDN...: 113ms CPU time
Info::
Third-party scripts: 341ms (17% of total)

Main Thread Breakdown

Script Evaluation 55% Other 18% Style & Layout 14% Script Parsing & Compilation 6%
ScriptTotalScriptingParse/CompileParty
https://lacounty.gov/m-faine-you-make-farweyan-houghter-Mast-the-Besi760ms700ms20ms1st
https://lacounty.gov/wp-content/plugins/revslider/public/js/libs/tptools.js?ver=6.7.54458ms119ms3ms1st
https://lacounty.gov/359ms28ms13ms1st
Unattributable162ms44ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-HYDNR8V2E5113ms86ms11ms3rd
https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.js66ms54ms11ms3rd
https://lacounty.gov/wp-includes/js/jquery/jquery.min.js?ver=3.7.165ms52ms2ms1st
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A
Third-Party Impact
25% third-party, 0 ms blocking
PASS
25% third-party, 0 ms blocking
Info::
Third-party code accounts for 25% of page weight (1.1 MiB of 4.2 MiB)
Info::
Third-party blocking time is low (0 ms)
75%
25%
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
8 fonts (403 KB)
PASS
8 fonts (403 KB)
Info::
8 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

8

403 KB total

Render-blocking

0

of 8

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 1.6 s LCP 5.0 shttps://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXyw023e.woff2iJWKBXyIfDnIV7nBrXyw023... https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXyw023e.woff2 — 34.5 KiB — 37 ms — font-display: swaphttps://lacounty.gov/wp-content/plugins/eventON/assets/fonts/fa-brands-400.woff2fa-brands-400.woff2 https://lacounty.gov/wp-content/plugins/eventON/assets/fonts/fa-brands-400.woff2 — 116.1 KiB — 180 ms — font-display: swaphttps://lacounty.gov/wp-content/themes/blade/fonts/blade-fonts/blade-icons.woff?v=1.0.0blade-icons.woff https://lacounty.gov/wp-content/themes/blade/fonts/blade-fonts/blade-icons.woff?v=1.0.0 — 3.5 KiB — 175 ms — font-display: swaphttps://lacounty.gov/wp-content/themes/blade/webfonts/fa-regular-400.woff2fa-regular-400.woff2 https://lacounty.gov/wp-content/themes/blade/webfonts/fa-regular-400.woff2 — 24.0 KiB — 115 ms — font-display: swaphttps://lacounty.gov/wp-content/plugins/eventON/assets/fonts/fa-solid-900.woff2fa-solid-900.woff2 https://lacounty.gov/wp-content/plugins/eventON/assets/fonts/fa-solid-900.woff2 — 154.7 KiB — 136 ms — font-display: swaphttps://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2o-0bIpQlx3QUlC5A4PNB6Ry... https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2 — 35.0 KiB — 32 ms — font-display: swaphttps://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FV0U1dYPFkZVO.woff2iJWZBXyIfDnIV5PNhY1KTN7... https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FV0U1dYPFkZVO.woff2 — 18.6 KiB — 28 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2KFOMCnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2 — 16.1 KiB — 25 ms — font-display: swap
iJWKBXyIfDnIV7nBrXyw023... woff2 swap
Size 35 KB
Load time 37 ms
Start 738 ms
Risk FOUT — text flashes from fallback to web font
fa-brands-400.woff2 woff2 swap
Size 116 KB
Load time 180 ms
Start 738 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
blade-icons.woff woff swap
Size 3 KB
Load time 175 ms
Start 739 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
fa-regular-400.woff2 woff2 swap
Size 24 KB
Load time 115 ms
Start 805 ms
Risk FOUT — text flashes from fallback to web font
fa-solid-900.woff2 woff2 swap
Size 155 KB
Load time 136 ms
Start 807 ms
Risk FOUT — text flashes from fallback to web font
  • Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
o-0bIpQlx3QUlC5A4PNB6Ry... woff2 swap
Size 35 KB
Load time 32 ms
Start 816 ms
Risk FOUT — text flashes from fallback to web font
iJWZBXyIfDnIV5PNhY1KTN7... woff2 swap
Size 19 KB
Load time 28 ms
Start 1.1 s
Risk FOUT — text flashes from fallback to web font
KFOMCnqEu92Fr1ME7kSn66a... woff2 swap
Size 16 KB
Load time 25 ms
Start 2.0 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)

Fixing the unchecked items could save ~136 KB and ~272 ms

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A
HTTP Caching
max-age=600 (10 minutes)
PASS
max-age=600 (10 minutes)
Info::
Cache-Control header is set
Got: max-age=600, must-revalidate
Info::
Effective TTL: 10 minutes (max-age=600)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

max-age=600, must-revalidate

DirectiveValueMeaning
max-age600Cache for 10 minutes
must-revalidateMust recheck with server after expiry
Effective TTL: 600 seconds
Network Waterfall
124 requests over 2565ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.6 s LCP 5.0 shttps://lacounty.gov// https://lacounty.gov/ — 200 — 63.6 KiB — 468 ms — h2https://lacounty.gov/m-faine-you-make-farweyan-houghter-Mast-the-Besi/m-faine-you-make-farweyan-houghter... https://lacounty.gov/m-faine-you-make-farweyan-houghter-Mast-the-Besi — 200 — 243.1 KiB — 467 ms — h2https://www.googletagmanager.com/gtag/js?id=G-HYDNR8V2E5www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-HYDNR8V2E5 — 200 — 176.1 KiB — 159 ms — h2https://lacounty.gov/wp-content/plugins/vc-extensions-expandgrid/css/admin_icon.css?ver=6.8.5/wp-content/plugins/vc-extensions-e... https://lacounty.gov/wp-content/plugins/vc-extensions-expandgrid/css/admin_icon.css?ver=6.8.5 — 200 — 315 B — 138 ms — h2https://lacounty.gov/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5/wp-includes/css/dist/block-library... https://lacounty.gov/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5 — 200 — 15.5 KiB — 173 ms — h2https://cdnjs.cloudflare.com/ajax/libs/uswds/3.13.0/css/uswds.min.csscdnjs.cloudflare.com/ajax/libs/uswd... https://cdnjs.cloudflare.com/ajax/libs/uswds/3.13.0/css/uswds.min.css — 200 — 39.6 KiB — 81 ms — h3https://lacounty.gov/wp-content/plugins/blade-uswds-modules/assets/css/style.css/wp-content/plugins/blade-uswds-mod... https://lacounty.gov/wp-content/plugins/blade-uswds-modules/assets/css/style.css — 200 — 1.0 KiB — 135 ms — h2https://lacounty.gov/wp-content/plugins/blade-uswds-modules/assets/css/responsive.css/wp-content/plugins/blade-uswds-mod... https://lacounty.gov/wp-content/plugins/blade-uswds-modules/assets/css/responsive.css — 200 — 451 B — 173 ms — h2https://lacounty.gov/wp-content/plugins/ditty-news-ticker/assets/build/dittyDisplays.css?ver=3.1.64/wp-content/plugins/ditty-news-tick... https://lacounty.gov/wp-content/plugins/ditty-news-ticker/assets/build/dittyDisplays.css?ver=3.1.64 — 200 — 1.4 KiB — 174 ms — h2https://lacounty.gov/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/css/all.css?ver=6.4.0/wp-content/plugins/ditty-news-tick... https://lacounty.gov/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/css/all.css?ver=6.4.0 — 200 — 23.6 KiB — 178 ms — h2https://lacounty.gov/wp-content/plugins/google-language-translator/css/style.css?ver=6.0.20/wp-content/plugins/google-language... https://lacounty.gov/wp-content/plugins/google-language-translator/css/style.css?ver=6.0.20 — 200 — 10.2 KiB — 176 ms — h2https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/elementsbox.css?ver=6.8.5/wp-content/plugins/inel_elementsbo... https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/elementsbox.css?ver=6.8.5 — 200 — 6.8 KiB — 177 ms — h2https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/font-awesome.css?ver=6.8.5/wp-content/plugins/inel_elementsbo... https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/font-awesome.css?ver=6.8.5 — 200 — 6.2 KiB — 178 ms — h2https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/elegant-font-icons.css?ver=6.8.5/wp-content/plugins/inel_elementsbo... https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/elegant-font-icons.css?ver=6.8.5 — 200 — 4.8 KiB — 180 ms — h2https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/themify-icons.css?ver=6.8.5/wp-content/plugins/inel_elementsbo... https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/themify-icons.css?ver=6.8.5 — 200 — 3.0 KiB — 181 ms — h2https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/animate.css?ver=6.8.5/wp-content/plugins/inel_elementsbo... https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/animate.css?ver=6.8.5 — 200 — 4.6 KiB — 223 ms — h2https://lacounty.gov/wp-content/plugins/revslider/public/css/sr7.css?ver=6.7.54/wp-content/plugins/revslider/publi... https://lacounty.gov/wp-content/plugins/revslider/public/css/sr7.css?ver=6.7.54 — 200 — 1.7 KiB — 224 ms — h2https://lacounty.gov/wp-content/themes/blade/style.css?ver=6.8.5/wp-content/themes/blade/style.css?... https://lacounty.gov/wp-content/themes/blade/style.css?ver=6.8.5 — 200 — 512 B — 225 ms — h2https://lacounty.gov/wp-content/themes/blade/css/font-awesome.min.css?ver=6.4.2/wp-content/themes/blade/css/font-a... https://lacounty.gov/wp-content/themes/blade/css/font-awesome.min.css?ver=6.4.2 — 200 — 22.2 KiB — 231 ms — h2https://lacounty.gov/wp-content/themes/blade/css/font-awesome-v4-shims.min.css?ver=6.4.2/wp-content/themes/blade/css/font-a... https://lacounty.gov/wp-content/themes/blade/css/font-awesome-v4-shims.min.css?ver=6.4.2 — 200 — 4.4 KiB — 227 ms — h2https://lacounty.gov/wp-content/themes/blade/css/basic.css?ver=3.6.6/wp-content/themes/blade/css/basic.... https://lacounty.gov/wp-content/themes/blade/css/basic.css?ver=3.6.6 — 200 — 2.7 KiB — 228 ms — h2https://lacounty.gov/wp-content/themes/blade/css/grid.css?ver=3.6.6/wp-content/themes/blade/css/grid.c... https://lacounty.gov/wp-content/themes/blade/css/grid.css?ver=3.6.6 — 200 — 2.1 KiB — 229 ms — h2https://lacounty.gov/wp-content/themes/blade/css/theme-style.css?ver=3.6.6/wp-content/themes/blade/css/theme-... https://lacounty.gov/wp-content/themes/blade/css/theme-style.css?ver=3.6.6 — 200 — 19.7 KiB — 261 ms — h2https://lacounty.gov/wp-content/themes/blade/css/elements.css?ver=3.6.6/wp-content/themes/blade/css/elemen... https://lacounty.gov/wp-content/themes/blade/css/elements.css?ver=3.6.6 — 200 — 13.4 KiB — 264 ms — h2https://lacounty.gov/wp-content/themes/blade-child/style.css?ver=3.6.6/wp-content/themes/blade-child/styl... https://lacounty.gov/wp-content/themes/blade-child/style.css?ver=3.6.6 — 200 — 287 B — 261 ms — h2https://lacounty.gov/wp-content/themes/blade/css/responsive.css?ver=3.6.6/wp-content/themes/blade/css/respon... https://lacounty.gov/wp-content/themes/blade/css/responsive.css?ver=3.6.6 — 200 — 2.0 KiB — 262 ms — h2https://fonts.googleapis.com/css?family=Noto+Sans%3A400%2C400italic%2C700%7CPoppins%3A700%2C800%2C900&subset=latin%2Clatin-ext&ver=5.0.9fonts.googleapis.com/css?family=Not... https://fonts.googleapis.com/css?family=Noto+Sans%3A400%2C400italic%2C700%7CPoppins%3A700%2C800%2C900&subset=latin%2Clatin-ext&ver=5.0.9 — 200 — 1.4 KiB — 87 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/css/eventon_styles.css?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/css/eventon_styles.css?ver=5.0.9 — 200 — 40.7 KiB — 274 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/fonts/all.css?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/fonts/all.css?ver=5.0.9 — 200 — 31.8 KiB — 273 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/css/eventon_dynamic_styles.css?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/css/eventon_dynamic_styles.css?ver=5.0.9 — 200 — 5.8 KiB — 265 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 1.6 s LCP 5.0 shttps://lacounty.gov// https://lacounty.gov/ — 200 — 63.6 KiB — 468 ms — h2https://lacounty.gov/m-faine-you-make-farweyan-houghter-Mast-the-Besi/m-faine-you-make-farweyan-houghter... https://lacounty.gov/m-faine-you-make-farweyan-houghter-Mast-the-Besi — 200 — 243.1 KiB — 467 ms — h2https://www.googletagmanager.com/gtag/js?id=G-HYDNR8V2E5www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-HYDNR8V2E5 — 200 — 176.1 KiB — 159 ms — h2https://lacounty.gov/wp-content/plugins/vc-extensions-expandgrid/css/admin_icon.css?ver=6.8.5/wp-content/plugins/vc-extensions-e... https://lacounty.gov/wp-content/plugins/vc-extensions-expandgrid/css/admin_icon.css?ver=6.8.5 — 200 — 315 B — 138 ms — h2https://lacounty.gov/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5/wp-includes/css/dist/block-library... https://lacounty.gov/wp-includes/css/dist/block-library/style.min.css?ver=6.8.5 — 200 — 15.5 KiB — 173 ms — h2https://cdnjs.cloudflare.com/ajax/libs/uswds/3.13.0/css/uswds.min.csscdnjs.cloudflare.com/ajax/libs/uswd... https://cdnjs.cloudflare.com/ajax/libs/uswds/3.13.0/css/uswds.min.css — 200 — 39.6 KiB — 81 ms — h3https://lacounty.gov/wp-content/plugins/blade-uswds-modules/assets/css/style.css/wp-content/plugins/blade-uswds-mod... https://lacounty.gov/wp-content/plugins/blade-uswds-modules/assets/css/style.css — 200 — 1.0 KiB — 135 ms — h2https://lacounty.gov/wp-content/plugins/blade-uswds-modules/assets/css/responsive.css/wp-content/plugins/blade-uswds-mod... https://lacounty.gov/wp-content/plugins/blade-uswds-modules/assets/css/responsive.css — 200 — 451 B — 173 ms — h2https://lacounty.gov/wp-content/plugins/ditty-news-ticker/assets/build/dittyDisplays.css?ver=3.1.64/wp-content/plugins/ditty-news-tick... https://lacounty.gov/wp-content/plugins/ditty-news-ticker/assets/build/dittyDisplays.css?ver=3.1.64 — 200 — 1.4 KiB — 174 ms — h2https://lacounty.gov/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/css/all.css?ver=6.4.0/wp-content/plugins/ditty-news-tick... https://lacounty.gov/wp-content/plugins/ditty-news-ticker/includes/libs/fontawesome-6.4.0/css/all.css?ver=6.4.0 — 200 — 23.6 KiB — 178 ms — h2https://lacounty.gov/wp-content/plugins/google-language-translator/css/style.css?ver=6.0.20/wp-content/plugins/google-language... https://lacounty.gov/wp-content/plugins/google-language-translator/css/style.css?ver=6.0.20 — 200 — 10.2 KiB — 176 ms — h2https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/elementsbox.css?ver=6.8.5/wp-content/plugins/inel_elementsbo... https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/elementsbox.css?ver=6.8.5 — 200 — 6.8 KiB — 177 ms — h2https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/font-awesome.css?ver=6.8.5/wp-content/plugins/inel_elementsbo... https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/font-awesome.css?ver=6.8.5 — 200 — 6.2 KiB — 178 ms — h2https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/elegant-font-icons.css?ver=6.8.5/wp-content/plugins/inel_elementsbo... https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/elegant-font-icons.css?ver=6.8.5 — 200 — 4.8 KiB — 180 ms — h2https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/themify-icons.css?ver=6.8.5/wp-content/plugins/inel_elementsbo... https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/themify-icons.css?ver=6.8.5 — 200 — 3.0 KiB — 181 ms — h2https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/animate.css?ver=6.8.5/wp-content/plugins/inel_elementsbo... https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/css/animate.css?ver=6.8.5 — 200 — 4.6 KiB — 223 ms — h2https://lacounty.gov/wp-content/plugins/revslider/public/css/sr7.css?ver=6.7.54/wp-content/plugins/revslider/publi... https://lacounty.gov/wp-content/plugins/revslider/public/css/sr7.css?ver=6.7.54 — 200 — 1.7 KiB — 224 ms — h2https://lacounty.gov/wp-content/themes/blade/style.css?ver=6.8.5/wp-content/themes/blade/style.css?... https://lacounty.gov/wp-content/themes/blade/style.css?ver=6.8.5 — 200 — 512 B — 225 ms — h2https://lacounty.gov/wp-content/themes/blade/css/font-awesome.min.css?ver=6.4.2/wp-content/themes/blade/css/font-a... https://lacounty.gov/wp-content/themes/blade/css/font-awesome.min.css?ver=6.4.2 — 200 — 22.2 KiB — 231 ms — h2https://lacounty.gov/wp-content/themes/blade/css/font-awesome-v4-shims.min.css?ver=6.4.2/wp-content/themes/blade/css/font-a... https://lacounty.gov/wp-content/themes/blade/css/font-awesome-v4-shims.min.css?ver=6.4.2 — 200 — 4.4 KiB — 227 ms — h2https://lacounty.gov/wp-content/themes/blade/css/basic.css?ver=3.6.6/wp-content/themes/blade/css/basic.... https://lacounty.gov/wp-content/themes/blade/css/basic.css?ver=3.6.6 — 200 — 2.7 KiB — 228 ms — h2https://lacounty.gov/wp-content/themes/blade/css/grid.css?ver=3.6.6/wp-content/themes/blade/css/grid.c... https://lacounty.gov/wp-content/themes/blade/css/grid.css?ver=3.6.6 — 200 — 2.1 KiB — 229 ms — h2https://lacounty.gov/wp-content/themes/blade/css/theme-style.css?ver=3.6.6/wp-content/themes/blade/css/theme-... https://lacounty.gov/wp-content/themes/blade/css/theme-style.css?ver=3.6.6 — 200 — 19.7 KiB — 261 ms — h2https://lacounty.gov/wp-content/themes/blade/css/elements.css?ver=3.6.6/wp-content/themes/blade/css/elemen... https://lacounty.gov/wp-content/themes/blade/css/elements.css?ver=3.6.6 — 200 — 13.4 KiB — 264 ms — h2https://lacounty.gov/wp-content/themes/blade-child/style.css?ver=3.6.6/wp-content/themes/blade-child/styl... https://lacounty.gov/wp-content/themes/blade-child/style.css?ver=3.6.6 — 200 — 287 B — 261 ms — h2https://lacounty.gov/wp-content/themes/blade/css/responsive.css?ver=3.6.6/wp-content/themes/blade/css/respon... https://lacounty.gov/wp-content/themes/blade/css/responsive.css?ver=3.6.6 — 200 — 2.0 KiB — 262 ms — h2https://fonts.googleapis.com/css?family=Noto+Sans%3A400%2C400italic%2C700%7CPoppins%3A700%2C800%2C900&subset=latin%2Clatin-ext&ver=5.0.9fonts.googleapis.com/css?family=Not... https://fonts.googleapis.com/css?family=Noto+Sans%3A400%2C400italic%2C700%7CPoppins%3A700%2C800%2C900&subset=latin%2Clatin-ext&ver=5.0.9 — 200 — 1.4 KiB — 87 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/css/eventon_styles.css?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/css/eventon_styles.css?ver=5.0.9 — 200 — 40.7 KiB — 274 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/fonts/all.css?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/fonts/all.css?ver=5.0.9 — 200 — 31.8 KiB — 273 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/css/eventon_dynamic_styles.css?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/css/eventon_dynamic_styles.css?ver=5.0.9 — 200 — 5.8 KiB — 265 ms — h2https://lacounty.gov/wp-content/plugins/easy-tables-vc/assets/css/style.css?ver=1.0.0/wp-content/plugins/easy-tables-vc/... https://lacounty.gov/wp-content/plugins/easy-tables-vc/assets/css/style.css?ver=1.0.0 — 200 — 394 B — 265 ms — h2https://lacounty.gov/wp-content/plugins/easy-tables-vc/assets/css/themes.css?ver=6.8.5/wp-content/plugins/easy-tables-vc/... https://lacounty.gov/wp-content/plugins/easy-tables-vc/assets/css/themes.css?ver=6.8.5 — 200 — 998 B — 266 ms — h2https://lacounty.gov/wp-content/plugins/vc-elegant-tabs/css/tabstyles.css?ver=3.6.7/wp-content/plugins/vc-elegant-tabs... https://lacounty.gov/wp-content/plugins/vc-elegant-tabs/css/tabstyles.css?ver=3.6.7 — 200 — 4.2 KiB — 266 ms — h2https://lacounty.gov/wp-content/plugins/vc-elegant-tabs/css/animate.min.css?ver=3.6.7/wp-content/plugins/vc-elegant-tabs... https://lacounty.gov/wp-content/plugins/vc-elegant-tabs/css/animate.min.css?ver=3.6.7 — 200 — 2.7 KiB — 267 ms — h2https://lacounty.gov/wp-content/plugins/vc-elegant-tabs/css/tabs.css?ver=3.6.7/wp-content/plugins/vc-elegant-tabs... https://lacounty.gov/wp-content/plugins/vc-elegant-tabs/css/tabs.css?ver=3.6.7 — 200 — 2.4 KiB — 268 ms — h2https://lacounty.gov/wp-content/plugins/eventon-full-cal/assets/fc_styles.css?ver=1.1.12/wp-content/plugins/eventon-full-ca... https://lacounty.gov/wp-content/plugins/eventon-full-cal/assets/fc_styles.css?ver=1.1.12 — 200 — 2.8 KiB — 269 ms — h2https://lacounty.gov/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=8.7.2/wp-content/plugins/js_composer/ass... https://lacounty.gov/wp-content/plugins/js_composer/assets/css/js_composer.min.css?ver=8.7.2 — 200 — 45.9 KiB — 317 ms — h2https://fonts.googleapis.com/css?family=Rubik%3A400%2C700%7CNunito+Sans%3A400%2C700&display=swap&ver=1743799802fonts.googleapis.com/css?family=Rub... https://fonts.googleapis.com/css?family=Rubik%3A400%2C700%7CNunito+Sans%3A400%2C700&display=swap&ver=1743799802 — 200 — 1.2 KiB — 85 ms — h2https://lacounty.gov/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://lacounty.gov/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 30.1 KiB — 314 ms — h2https://lacounty.gov/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://lacounty.gov/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 4.9 KiB — 310 ms — h2https://lacounty.gov/wp-content/themes/blade/js/modernizr.custom.js?ver=2.8.3/wp-content/themes/blade/js/moderni... https://lacounty.gov/wp-content/themes/blade/js/modernizr.custom.js?ver=2.8.3 — 200 — 6.2 KiB — 311 ms — h2https://fonts.googleapis.com/css?family=Amatic+SCfonts.googleapis.com/css?family=Ama... https://fonts.googleapis.com/css?family=Amatic+SC — 200 — 615 B — 85 ms — h2blob:https://lacounty.gov/05c9ab5f-dbbc-40cc-95c2-200f8129ab2elacounty.gov/05c9ab5f-dbbc-40cc-95c... blob:https://lacounty.gov/05c9ab5f-dbbc-40cc-95c2-200f8129ab2e — 200 — -1 B — 24 ms — blobhttps://lacounty.gov/wp-content/uploads/2022/01/LAC_Header_Logo.dk_.png/wp-content/uploads/2022/01/LAC_Hea... https://lacounty.gov/wp-content/uploads/2022/01/LAC_Header_Logo.dk_.png — 200 — 14.1 KiB — 268 ms — h2https://lacounty.gov/wp-content/uploads/2022/01/lac.new_.png/wp-content/uploads/2022/01/lac.new... https://lacounty.gov/wp-content/uploads/2022/01/lac.new_.png — 200 — 29.8 KiB — 269 ms — h2https://lacounty.gov/wp-content/uploads/2024/02/ready-la-county-home-page-800x600.png/wp-content/uploads/2024/02/ready-l... https://lacounty.gov/wp-content/uploads/2024/02/ready-la-county-home-page-800x600.png — 200 — 531.8 KiB — 358 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-HYDNR8V2E5&gtm=45je64k0v871283516za200zd871283516&_p=1776889657528&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZGIzZG&are=1&cid=337753418.1776889658&frm=0&pscdl=noapi&rcb=3&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~115616986~115938465~115938469~117266400~117512543~117884344&sid=1776889657&sct=1&seg=0&dl=https%3A%2F%2Flacounty.gov%2F&dt=COUNTY%20OF%20LOS%20ANGELES&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.forceSSL=true&ep.link_attribution=true&tfd=584region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-HYDNR8V2E5&gtm=45je64k0v871283516za200zd871283516&_p=1776889657528&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dZGIzZG&are=1&cid=337753418.1776889658&frm=0&pscdl=noapi&rcb=3&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~115616986~115938465~115938469~117266400~117512543~117884344&sid=1776889657&sct=1&seg=0&dl=https%3A%2F%2Flacounty.gov%2F&dt=COUNTY%20OF%20LOS%20ANGELES&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.forceSSL=true&ep.link_attribution=true&tfd=584 — 204 — 547 B — 75 ms — h2https://lacounty.gov/wp-content/plugins/revslider/public/css/fonts/revicons/css/revicons.css/wp-content/plugins/revslider/publi... https://lacounty.gov/wp-content/plugins/revslider/public/css/fonts/revicons/css/revicons.css — 200 — 1.4 KiB — 131 ms — h2https://fonts.googleapis.com/css2?family=Rubik:wght@700&family=Roboto:wght@400&display=swapfonts.googleapis.com/css2?family=Ru... https://fonts.googleapis.com/css2?family=Rubik:wght@700&family=Roboto:wght@400&display=swap — 200 — 1.9 KiB — 45 ms — h2https://cdnjs.cloudflare.com/ajax/libs/uswds/3.13.0/js/uswds.min.jscdnjs.cloudflare.com/ajax/libs/uswd... https://cdnjs.cloudflare.com/ajax/libs/uswds/3.13.0/js/uswds.min.js — 200 — 21.2 KiB — 45 ms — h3https://cdnjs.cloudflare.com/ajax/libs/uswds/3.13.0/js/uswds-init.min.jscdnjs.cloudflare.com/ajax/libs/uswd... https://cdnjs.cloudflare.com/ajax/libs/uswds/3.13.0/js/uswds-init.min.js — 200 — 806 B — 48 ms — h3https://lacounty.gov/wp-content/plugins/google-language-translator/js/scripts.js?ver=6.0.20/wp-content/plugins/google-language... https://lacounty.gov/wp-content/plugins/google-language-translator/js/scripts.js?ver=6.0.20 — 200 — 3.3 KiB — 131 ms — h2https://translate.google.com/translate_a/element.js?cb=GoogleLanguageTranslatorInittranslate.google.com/translate_a/el... https://translate.google.com/translate_a/element.js?cb=GoogleLanguageTranslatorInit — 200 — 28.3 KiB — 105 ms — h2https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/js/elementsbox.js/wp-content/plugins/inel_elementsbo... https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/js/elementsbox.js — 200 — 4.0 KiB — 131 ms — h2https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/js/plugins/waypoints/jquery.waypoints.min.js/wp-content/plugins/inel_elementsbo... https://lacounty.gov/wp-content/plugins/inel_elementsbox_plugin/js/plugins/waypoints/jquery.waypoints.min.js — 200 — 2.7 KiB — 133 ms — h2https://lacounty.gov/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.local.js?ver=1.8.2/wp-content/plugins/real-time-auto-... https://lacounty.gov/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.local.js?ver=1.8.2 — 200 — 157 B — 135 ms — h2https://lacounty.gov/wp-content/themes/blade/js/plugins.js?ver=3.6.6/wp-content/themes/blade/js/plugins... https://lacounty.gov/wp-content/themes/blade/js/plugins.js?ver=3.6.6 — 200 — 58.5 KiB — 166 ms — h2https://lacounty.gov/wp-content/themes/blade/js/main.js?ver=3.6.6/wp-content/themes/blade/js/main.js... https://lacounty.gov/wp-content/themes/blade/js/main.js?ver=3.6.6 — 200 — 21.1 KiB — 143 ms — h2https://maps.googleapis.com/maps/api/js?ver=1.0maps.googleapis.com/maps/api/js?ver... https://maps.googleapis.com/maps/api/js?ver=1.0 — 200 — 100.5 KiB — 167 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/js/maps/eventon_gen_maps.js?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/js/maps/eventon_gen_maps.js?ver=5.0.9 — 200 — 3.5 KiB — 140 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/js/eventon_functions.js?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/js/eventon_functions.js?ver=5.0.9 — 200 — 21.2 KiB — 151 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/js/lib/jquery.easing.1.3.js?ver=1.0/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/js/lib/jquery.easing.1.3.js?ver=1.0 — 200 — 2.1 KiB — 144 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/js/lib/handlebars.js?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/js/lib/handlebars.js?ver=5.0.9 — 200 — 39.8 KiB — 164 ms — h2https://meet.jit.si/external_api.js?ver=5.0.9meet.jit.si/external_api.js?ver=5.0... https://meet.jit.si/external_api.js?ver=5.0.9 — 200 — 31.7 KiB — 98 ms — h3https://lacounty.gov/wp-content/plugins/eventON/assets/js/lib/jquery.mobile.min.js?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/js/lib/jquery.mobile.min.js?ver=5.0.9 — 200 — 2.8 KiB — 151 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/js/lib/moment.min.js?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/js/lib/moment.min.js?ver=5.0.9 — 200 — 18.4 KiB — 156 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/js/lib/moment_timezone_min.js?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/js/lib/moment_timezone_min.js?ver=5.0.9 — 200 — 11.9 KiB — 157 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/js/lib/jquery.mousewheel.min.js?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/js/lib/jquery.mousewheel.min.js?ver=5.0.9 — 200 — 818 B — 158 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/js/eventon_script.js?ver=5.0.9/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/js/eventon_script.js?ver=5.0.9 — 200 — 29.7 KiB — 163 ms — h2https://lacounty.gov/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.app.min.js?ver=1.8.2/wp-content/plugins/real-time-auto-... https://lacounty.gov/wp-content/plugins/real-time-auto-find-and-replace/assets/js/rtafar.app.min.js?ver=1.8.2 — 200 — 30.1 KiB — 164 ms — h2https://lacounty.gov/wp-content/plugins/vc-elegant-tabs/js/eTabs.js?ver=3.6.7/wp-content/plugins/vc-elegant-tabs... https://lacounty.gov/wp-content/plugins/vc-elegant-tabs/js/eTabs.js?ver=3.6.7 — 200 — 6.5 KiB — 164 ms — h2https://lacounty.gov/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=8.7.2/wp-content/plugins/js_composer/ass... https://lacounty.gov/wp-content/plugins/js_composer/assets/js/dist/js_composer_front.min.js?ver=8.7.2 — 200 — 5.2 KiB — 169 ms — h2https://lacounty.gov/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=10.1.2/wp-content/plugins/google-analytic... https://lacounty.gov/wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend-gtag.min.js?ver=10.1.2 — 200 — 3.3 KiB — 174 ms — h2https://lacounty.gov/wp-content/plugins/revslider/public/js/libs/tptools.js?ver=6.7.54/wp-content/plugins/revslider/publi... https://lacounty.gov/wp-content/plugins/revslider/public/js/libs/tptools.js?ver=6.7.54 — 200 — 73.7 KiB — 182 ms — h2https://lacounty.gov/wp-content/plugins/revslider/public/js/sr7.js?ver=6.7.54/wp-content/plugins/revslider/publi... https://lacounty.gov/wp-content/plugins/revslider/public/js/sr7.js?ver=6.7.54 — 200 — 95.2 KiB — 183 ms — h2https://lacounty.gov/wp-content/uploads/2022/05/GuideCover.English.5.png/wp-content/uploads/2022/05/GuideCo... https://lacounty.gov/wp-content/uploads/2022/05/GuideCover.English.5.png — 200 — 82.9 KiB — 184 ms — h2https://lacounty.gov/wp-content/uploads/2019/01/closeup.featured-800x600.jpg/wp-content/uploads/2019/01/closeup... https://lacounty.gov/wp-content/uploads/2019/01/closeup.featured-800x600.jpg — 200 — 81.8 KiB — 185 ms — h2https://siteimproveanalytics.com/js/siteanalyze_1310736.jssiteimproveanalytics.com/js/siteana... https://siteimproveanalytics.com/js/siteanalyze_1310736.js — 200 — 10.8 KiB — 65 ms — h3https://lacounty.gov/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=17&cb=456116423/_Incapsula_Resource?SWJIYLWA=719d3... https://lacounty.gov/_Incapsula_Resource?SWJIYLWA=719d34d31c8e3a6e6fffd425f7e032f3&ns=17&cb=456116423 — 200 — 20.0 KiB — 187 ms — h2https://connect.facebook.net/en_US/fbevents.jsconnect.facebook.net/en_US/fbevents... https://connect.facebook.net/en_US/fbevents.js — 200 — 96.6 KiB — 79 ms — h3https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CHRQBNBC77UDF7B1RNEG&lib=ttqanalytics.tiktok.com/i18n/pixel/eve... https://analytics.tiktok.com/i18n/pixel/events.js?sdkid=CHRQBNBC77UDF7B1RNEG&lib=ttq — 200 — 3.1 KiB — 269 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-WM426K7www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-WM426K7 — 200 — 126.3 KiB — 46 ms — h2https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXyw023e.woff2fonts.gstatic.com/s/rubik/v31/iJWKB... https://fonts.gstatic.com/s/rubik/v31/iJWKBXyIfDnIV7nBrXyw023e.woff2 — 200 — 34.5 KiB — 37 ms — h3https://lacounty.gov/wp-content/plugins/eventON/assets/fonts/fa-brands-400.woff2/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/fonts/fa-brands-400.woff2 — 200 — 116.1 KiB — 180 ms — h2https://lacounty.gov/wp-content/themes/blade/fonts/blade-fonts/blade-icons.woff?v=1.0.0/wp-content/themes/blade/fonts/blad... https://lacounty.gov/wp-content/themes/blade/fonts/blade-fonts/blade-icons.woff?v=1.0.0 — 200 — 3.5 KiB — 175 ms — h2https://lacounty.gov/wp-content/uploads/2022/03/El-Condado-Contigo-800x600.jpg/wp-content/uploads/2022/03/El-Cond... https://lacounty.gov/wp-content/uploads/2022/03/El-Condado-Contigo-800x600.jpg — 200 — 33.1 KiB — 113 ms — h2https://lacounty.gov/wp-content/uploads/2025/12/BOS-2026_new-scaled.jpg/wp-content/uploads/2025/12/BOS-202... https://lacounty.gov/wp-content/uploads/2025/12/BOS-2026_new-scaled.jpg — 200 — 547.5 KiB — 148 ms — h2https://lacounty.gov/wp-content/themes/blade/webfonts/fa-regular-400.woff2/wp-content/themes/blade/webfonts/f... https://lacounty.gov/wp-content/themes/blade/webfonts/fa-regular-400.woff2 — 200 — 24.0 KiB — 115 ms — h2https://lacounty.gov/wp-content/plugins/eventON/assets/fonts/fa-solid-900.woff2/wp-content/plugins/eventON/assets/... https://lacounty.gov/wp-content/plugins/eventON/assets/fonts/fa-solid-900.woff2 — 200 — 154.7 KiB — 136 ms — h2https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2fonts.gstatic.com/s/notosans/v42/o-... https://fonts.gstatic.com/s/notosans/v42/o-0bIpQlx3QUlC5A4PNB6Ryti20_6n1iPHjc5a7du3mhPy0.woff2 — 200 — 35.0 KiB — 32 ms — h3https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FV0U1dYPFkZVO.woff2fonts.gstatic.com/s/rubik/v31/iJWZB... https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-FV0U1dYPFkZVO.woff2 — 200 — 18.6 KiB — 28 ms — h3https://www.gstatic.com/_/translate_http/_/ss/k=translate_http.tr.zZZZhVqDDCw.L.W.O/am=BBA4/d=0/rs=AN8SPfoccYc_h-zeKMQux1N0I7taUB-_tA/m=el_main_csswww.gstatic.com/_/translate_http/_/... https://www.gstatic.com/_/translate_http/_/ss/k=translate_http.tr.zZZZhVqDDCw.L.W.O/am=BBA4/d=0/rs=AN8SPfoccYc_h-zeKMQux1N0I7taUB-_tA/m=el_main_css — 200 — 4.6 KiB — 74 ms — h2https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_maintranslate.googleapis.com/_/translat... https://translate.googleapis.com/_/translate_http/_/js/k=translate_http.tr.es.eNjH1Jo6ldQ.O/am=AAAAAQ/d=1/exm=el_conf/ed=1/rs=AN8SPfq_osd-q7vwQm5aouAQRZibUmx4sg/m=el_main — 200 — 118.7 KiB — 132 ms — h2https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=truemaps.googleapis.com/maps/api/mapsjs... https://maps.googleapis.com/maps/api/mapsjs/gen_204?csp_test=true — 200 — 45 B — 72 ms — h3https://lacounty.gov/_Incapsula_Resource?SWKMTFSR=1&e=0.24343127483626303/_Incapsula_Resource?SWKMTFSR=1&e=0... https://lacounty.gov/_Incapsula_Resource?SWKMTFSR=1&e=0.24343127483626303 — 200 — 35 B — 94 ms — h2https://lacounty.gov/wp-content/uploads/2022/02/Map_and_Go-768x427.jpg/wp-content/uploads/2022/02/Map_and... https://lacounty.gov/wp-content/uploads/2022/02/Map_and_Go-768x427.jpg — 200 — 31.0 KiB — 103 ms — h2https://lacounty.gov/wp-content/uploads/2019/04/cropped-seal.2016-150x150.png/wp-content/uploads/2019/04/cropped... https://lacounty.gov/wp-content/uploads/2019/04/cropped-seal.2016-150x150.png — 200 — 34.7 KiB — 108 ms — h2https://lacounty.gov/wp-content/plugins/revslider/public/js/migration.js/wp-content/plugins/revslider/publi... https://lacounty.gov/wp-content/plugins/revslider/public/js/migration.js — 200 — 23.4 KiB — 128 ms — h2https://lacounty.gov/wp-content/plugins/revslider/public/css/sr7.lp.css/wp-content/plugins/revslider/publi... https://lacounty.gov/wp-content/plugins/revslider/public/css/sr7.lp.css — 200 — 1.3 KiB — 102 ms — h2https://connect.facebook.net/signals/config/1438485966979255?v=2.9.303&r=stable&domain=lacounty.gov&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168connect.facebook.net/signals/config... https://connect.facebook.net/signals/config/1438485966979255?v=2.9.303&r=stable&domain=lacounty.gov&hme=97937018cefade17726f0472876fc101316b2ce9008a35a6a5a7977d7436151a&ex_m=104%2C205%2C154%2C22%2C72%2C73%2C145%2C68%2C67%2C11%2C162%2C90%2C16%2C138%2C127%2C39%2C75%2C78%2C134%2C159%2C164%2C8%2C4%2C5%2C7%2C6%2C3%2C91%2C101%2C165%2C170%2C219%2C62%2C186%2C187%2C55%2C276%2C30%2C74%2C231%2C230%2C229%2C23%2C33%2C103%2C61%2C10%2C63%2C97%2C98%2C99%2C105%2C130%2C31%2C29%2C132%2C133%2C129%2C128%2C155%2C76%2C158%2C156%2C157%2C50%2C60%2C123%2C15%2C161%2C45%2C263%2C264%2C262%2C26%2C27%2C28%2C48%2C146%2C77%2C112%2C18%2C20%2C44%2C40%2C42%2C41%2C83%2C92%2C96%2C110%2C144%2C147%2C46%2C111%2C24%2C21%2C119%2C69%2C36%2C149%2C148%2C150%2C141%2C139%2C25%2C35%2C59%2C109%2C160%2C70%2C17%2C152%2C114%2C81%2C66%2C19%2C85%2C86%2C116%2C84%2C136%2C135%2C34%2C278%2C293%2C212%2C201%2C202%2C200%2C296%2C288%2C52%2C213%2C107%2C131%2C80%2C121%2C54%2C47%2C49%2C113%2C120%2C126%2C58%2C64%2C151%2C115%2C37%2C32%2C53%2C56%2C100%2C163%2C1%2C124%2C14%2C122%2C12%2C2%2C57%2C93%2C65%2C118%2C89%2C88%2C166%2C167%2C94%2C95%2C9%2C125%2C102%2C51%2C142%2C87%2C79%2C71%2C117%2C106%2C43%2C143%2C0%2C82%2C137%2C140%2C153%2C38%2C108%2C13%2C168 — 200 — 46.4 KiB — 24 ms — h3https://1310736.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Flacounty.gov%2F&title=COUNTY%20OF%20LOS%20ANGELES&res=800x600&accountid=1310736&rt=1522&prev=6409ae8d-e01f-1d1c-78f9-bd514f50f92d&luid=18011b00-4949-13dd-ec79-10c90ff4bf99&rnd=296561310736.global.siteimproveanalytics... https://1310736.global.siteimproveanalytics.io/image.aspx?url=https%3A%2F%2Flacounty.gov%2F&title=COUNTY%20OF%20LOS%20ANGELES&res=800x600&accountid=1310736&rt=1522&prev=6409ae8d-e01f-1d1c-78f9-bd514f50f92d&luid=18011b00-4949-13dd-ec79-10c90ff4bf99&rnd=29656 — 200 — 210 B — 143 ms — h2https://lacounty.gov/wp-content/plugins/revslider/public/css/sr7.nav.css/wp-content/plugins/revslider/publi... https://lacounty.gov/wp-content/plugins/revslider/public/css/sr7.nav.css — 200 — 801 B — 99 ms — h2https://lacounty.gov/wp-content/plugins/revslider/public/css/sr7.media.css/wp-content/plugins/revslider/publi... https://lacounty.gov/wp-content/plugins/revslider/public/css/sr7.media.css — 200 — 746 B — 100 ms — h2https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/main.MWE0ZWQ3ZWQwOA.js — 200 — 117.4 KiB — 12 ms — h2https://fonts.gstatic.com/s/i/productlogos/translate/v14/24px.svgfonts.gstatic.com/s/i/productlogos/... https://fonts.gstatic.com/s/i/productlogos/translate/v14/24px.svg — 200 — 3.3 KiB — 38 ms — h3https://www.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_42x16dp.pngwww.gstatic.com/images/branding/goo... https://www.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_42x16dp.png — 200 — 1.2 KiB — 33 ms — h2https://www.gstatic.com/images/branding/product/2x/translate_24dp.pngwww.gstatic.com/images/branding/pro... https://www.gstatic.com/images/branding/product/2x/translate_24dp.png — 200 — 1.9 KiB — 25 ms — h2https://translate-pa.googleapis.com/v1/supportedLanguages?client=te&display_language=es&key=AIzaSyBWDj0QJvVIx8XOhRegXX5_SrRWxhT5Hs4&callback=callbacktranslate-pa.googleapis.com/v1/supp... https://translate-pa.googleapis.com/v1/supportedLanguages?client=te&display_language=es&key=AIzaSyBWDj0QJvVIx8XOhRegXX5_SrRWxhT5Hs4&callback=callback — 200 — 3.3 KiB — 97 ms — h2https://www.facebook.com/tr/?id=1438485966979255&ev=PageView&dl=https%3A%2F%2Flacounty.gov%2F&rl=&if=false&ts=1776889658935&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776889658928.231494960186699496&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=COUNTY%20OF%20LOS%20ANGELES&pmd[locale]=en-US&plt=1287.3000001907349&it=1776889658740&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GETwww.facebook.com/tr/?id=14384859669... https://www.facebook.com/tr/?id=1438485966979255&ev=PageView&dl=https%3A%2F%2Flacounty.gov%2F&rl=&if=false&ts=1776889658935&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776889658928.231494960186699496&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=COUNTY%20OF%20LOS%20ANGELES&pmd[locale]=en-US&plt=1287.3000001907349&it=1776889658740&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=GET — 200 — 19 B — 62 ms — h3https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1438485966979255&ev=PageView&dl=https%3A%2F%2Flacounty.gov%2F&rl=&if=false&ts=1776889658935&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776889658928.231494960186699496&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=COUNTY%20OF%20LOS%20ANGELES&pmd[locale]=en-US&plt=1287.3000001907349&it=1776889658740&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGETwww.facebook.com/privacy_sandbox/pi... https://www.facebook.com/privacy_sandbox/pixel/register/trigger/?id=1438485966979255&ev=PageView&dl=https%3A%2F%2Flacounty.gov%2F&rl=&if=false&ts=1776889658935&sw=800&sh=600&v=2.9.303&r=stable&ec=0&o=4126&fbp=fb.1.1776889658928.231494960186699496&cs_est=true&ler=empty&cdl=API_unavailable&pmd[title]=COUNTY%20OF%20LOS%20ANGELES&pmd[locale]=en-US&plt=1287.3000001907349&it=1776889658740&coo=false&expv2[0]=pl0&expv2[1]=el3&expv2[2]=bc1&expv2[3]=ra2&expv2[4]=rp2&expv2[5]=im0&expv2[6]=hf0&rqm=FGET — 200 — 197 B — 330 ms — h3https://lacounty.gov/wp-content/uploads/2026/04/Recommended-Budget01.jpg/wp-content/uploads/2026/04/Recomme... https://lacounty.gov/wp-content/uploads/2026/04/Recommended-Budget01.jpg — 200 — 58.8 KiB — 99 ms — h2https://lacounty.gov/wp-content/uploads/2026/04/Recommended-Budget01.jpg/wp-content/uploads/2026/04/Recomme... https://lacounty.gov/wp-content/uploads/2026/04/Recommended-Budget01.jpg — 200 — 0 B — 100 ms — h2https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2fonts.gstatic.com/s/roboto/v51/KFOM... https://fonts.gstatic.com/s/roboto/v51/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiAr0klQmz24.woff2 — 200 — 16.1 KiB — 25 ms — h3https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.jsanalytics.tiktok.com/i18n/pixel/sta... https://analytics.tiktok.com/i18n/pixel/static/identify_5cff1caf.js — 200 — 39.6 KiB — 57 ms — h2https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6analytics-ipv6.tiktokw.us/ipv6/enri... https://analytics-ipv6.tiktokw.us/ipv6/enrich_ipv6 — 200 — 931 B — 204 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 906 B — 285 ms — h2https://analytics.tiktok.com/api/v2/pixelanalytics.tiktok.com/api/v2/pixel https://analytics.tiktok.com/api/v2/pixel — 200 — 907 B — 152 ms — h2https://lacounty.gov/wp-content/uploads/2024/03/JCOD-Resource-Fair.jpg/wp-content/uploads/2024/03/JCOD-Re... https://lacounty.gov/wp-content/uploads/2024/03/JCOD-Resource-Fair.jpg — 200 — 137.2 KiB — 125 ms — h2https://lacounty.gov/wp-content/uploads/2025/01/LA-County-Wildfire-Recovery-Resources-1269-x-521-px-Spanish-1-1.jpg/wp-content/uploads/2025/01/LA-Coun... https://lacounty.gov/wp-content/uploads/2025/01/LA-County-Wildfire-Recovery-Resources-1269-x-521-px-Spanish-1-1.jpg — 200 — 207.6 KiB — 126 ms — h2https://lacounty.gov/wp-content/uploads/2025/01/LA-County-Wildfire-Recovery-Resources-1269-x-521-px-Spanish-1-1.jpg/wp-content/uploads/2025/01/LA-Coun... https://lacounty.gov/wp-content/uploads/2025/01/LA-County-Wildfire-Recovery-Resources-1269-x-521-px-Spanish-1-1.jpg — 200 — 0 B — 126 ms — h2https://lacounty.gov/wp-content/uploads/2024/03/JCOD-Resource-Fair.jpg/wp-content/uploads/2024/03/JCOD-Re... https://lacounty.gov/wp-content/uploads/2024/03/JCOD-Resource-Fair.jpg — 200 — 0 B — 124 ms — h2https://analytics.tiktok.com/api/v2/pixel/actanalytics.tiktok.com/api/v2/pixel/a... https://analytics.tiktok.com/api/v2/pixel/act — 200 — 906 B — 188 ms — h2https://lacounty.gov/m-faine-you-make-farweyan-houghter-Mast-the-Besi?d=lacounty.gov/m-faine-you-make-farweyan-houghter... https://lacounty.gov/m-faine-you-make-farweyan-houghter-Mast-the-Besi?d=lacounty.gov — 200 — 837 B — 211 ms — h2https://lacounty.gov/wp-content/uploads/2019/04/cropped-seal.2016-32x32.png/wp-content/uploads/2019/04/cropped... https://lacounty.gov/wp-content/uploads/2019/04/cropped-seal.2016-32x32.png — 200 — 2.9 KiB — 150 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
17% of JavaScript execution is third-party
First-party Third-party 341ms · 294KB · $2/mo
Unattributable
Other
Optional
Execution 162ms
Transfer 0 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 113ms
Transfer 176 KB
Unused 39%
Monthly Cost $1/mo
analytics.tiktok.com
Other
Optional
Execution 66ms
Transfer 117 KB
Unused 53%
Monthly Cost $0/mo

53% of analytics.tiktok.com'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