Skip to content
https://mta.info

Performance

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

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

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

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

820 ms

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

1.83 s

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

198 ms

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

0.271

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

1.26 s

Time to Interactive Time to Interactive — how long until the page is fully interactive and responds to user input. Under 3.8s is good.

3.68 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
5 PASS 3 REVIEW 5 FIX
F
Page Weight Budget
Action
3.1 MB transferred, 137 requests
FIX
3.1 MB transferred, 137 requests
Warning::
Page weighs 8.0 MB (3.1 MB transferred)
Warning::
Images are 1.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.3 MB
Warning::
JavaScript is 1.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 1.2 MB
Warning::
137 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.65 g CO2 per page load
3.1 MB / 2.4 MB budget
3.1 MB transferred
137 requests
0.65 g CO2 per page load
Images 1.3 MiB 42%
JavaScript 1.2 MiB 38%
Other 326.9 KiB 10%
CSS 188.7 KiB 6%
Fonts 99.5 KiB 3%
HTML 13.4 KiB 0%
Other 1.3 KiB 0%
Other 547 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

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

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.1 MiB of 3.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
58 scripts, 583 KB unused
FIX
58 scripts, 583 KB unused
Warning::
https://consist.mta.info/search-icon/index.js: 132 KB unused (72%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://consist.mta.info/vuejs/apps/vendor/index.m...: 98 KB unused (62%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://maps.googleapis.com/maps/api/js?key=AIzaSy...: 95 KB unused (53%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-RBMJ...: 69 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://consist.mta.info/vuejs/apps/homepage/index...: 58 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 583 KB
583 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://consist.mta.info/search-icon/index.js183 KB132 KB (72%)3rd
https://consist.mta.info/vuejs/apps/vendor/index.min.js158 KB98 KB (62%)3rd
https://maps.googleapis.com/maps/api/js?key=AIzaSyApz95yUkEkciNmvj2ArI5QM9t1tScdpnA&libraries=places%2Cgeometry181 KB95 KB (53%)3rd
https://www.googletagmanager.com/gtag/js?id=G-RBMJZ3P3MQ177 KB69 KB (39%)3rd
https://consist.mta.info/vuejs/apps/homepage/index.min.js73 KB58 KB (80%)3rd
https://consist.mta.info/vuejs/apps/common/index.min.js56 KB31 KB (55%)3rd
https://maps.googleapis.com/maps-api-v3/api/js/64/9c/common.js37 KB27 KB (74%)3rd
https://maps.googleapis.com/maps-api-v3/api/js/64/9c/util.js70 KB27 KB (38%)3rd
https://maps.googleapis.com/maps-api-v3/api/js/64/9c/controls.js26 KB24 KB (91%)3rd
https://maps.googleapis.com/maps-api-v3/api/js/64/9c/map.js25 KB23 KB (90%)3rd

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
137 resources · 3.1 MB · 583 KB savings available
FIX
137 resources · 3.1 MB · 583 KB savings available
Warning::
Page weight 2.1 MB over 1MB target
Got: 3.1 MB Expected: ≤ 1 MB
Info::
~583 KB of savings available
Warning::
136 third-party resources (100% of weight)
Info::
2 resources over 200KB
137 resources · 3.1 MiB · 136 third-party 2.1 MiB over 1MB target
Image 42% · 1.3 MiB
JavaScript 38% · 1.2 MiB
Other 10% · 327.5 KiB
CSS 6% · 188.7 KiB
Font 3% · 99.5 KiB
Document 0% · 13.4 KiB

~582.7 KiB of savings available

Remove unused JavaScript: 582.7 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
44 images, 0 KB saveable
REVIEW
44 images, 0 KB saveable
Warning::
https://www.mta.info/themes/custom/bootstrap_mta/i... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.gstatic.com/images/branding/googlelogo... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
44 images 1.3 MB
0 oversized -0 KB
42 legacy format
2 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

C
JS Execution Cost
Action
1475ms total JS execution
REVIEW
1475ms total JS execution
Warning::
https://consist.mta.info/vuejs/apps/homepage/index...: 419ms CPU time
Warning::
https://www.mta.info/: 404ms CPU time
Warning::
Unattributable: 330ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-RBMJ...: 150ms CPU time
Info::
https://consist.mta.info/search-icon/index.js: 90ms CPU time
Warning::
Third-party scripts: 1475ms (100% of total)

Main Thread Breakdown

Script Evaluation 42% Other 28% Style & Layout 13% Script Parsing & Compilation 9% Parse HTML & CSS 4%
ScriptTotalScriptingParse/CompileParty
https://consist.mta.info/vuejs/apps/homepage/index.min.js419ms361ms12ms3rd
https://www.mta.info/404ms10ms6ms3rd
Unattributable330ms4ms0ms3rd
https://www.googletagmanager.com/gtag/js?id=G-RBMJZ3P3MQ150ms114ms22ms3rd
https://consist.mta.info/search-icon/index.js90ms87ms1ms3rd
https://maps.googleapis.com/maps/api/js?key=AIzaSyApz95yUkEkciNmvj2ArI5QM9t1tScdpnA&libraries=places%2Cgeometry82ms49ms25ms3rd
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+
Font Loading
3 fonts (100 KB)
PASS
3 fonts (100 KB)
Info::
3 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

3

100 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 500 ms 1.0 s 1.5 s FCP 820 ms LCP 1.8 shttps://www.mta.info/themes/custom/bootstrap_mta/dist/043f5db69375a434ae1615e6238e3d31.ttf043f5db69375a434ae1615e... https://www.mta.info/themes/custom/bootstrap_mta/dist/043f5db69375a434ae1615e6238e3d31.ttf — 2.1 KiB — 102 ms — font-display: swaphttps://www.mta.info/themes/custom/bootstrap_mta/dist/30abfd5fa32deef473a9e4eaafc47339.ttf30abfd5fa32deef473a9e4e... https://www.mta.info/themes/custom/bootstrap_mta/dist/30abfd5fa32deef473a9e4eaafc47339.ttf — 22.0 KiB — 227 ms — font-display: swaphttps://www.mta.info/themes/custom/bootstrap_mta/dist/20fd1704ea223900efa9fd4e869efb08.woff220fd1704ea223900efa9fd4... https://www.mta.info/themes/custom/bootstrap_mta/dist/20fd1704ea223900efa9fd4e869efb08.woff2 — 75.4 KiB — 219 ms — font-display: swap
043f5db69375a434ae1615e... ttf swap
Size 2 KB
Load time 102 ms
Start 601 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
30abfd5fa32deef473a9e4e... ttf swap
Size 22 KB
Load time 227 ms
Start 602 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
20fd1704ea223900efa9fd4... woff2 swap
Size 75 KB
Load time 219 ms
Start 656 ms
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 ~7 KB and ~14 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
Network Waterfall
137 requests over 2594ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 820 ms LCP 1.8 shttps://mta.info// https://mta.info/ — 301 — 111 B — 23 ms — h2https://www.mta.info/www.mta.info/ https://www.mta.info/ — 200 — 13.4 KiB — 19 ms — h2https://www.googletagmanager.com/gtag/js?id=G-RBMJZ3P3MQwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-RBMJZ3P3MQ — 200 — 177.5 KiB — 384 ms — h2https://www.mta.info/core/modules/system/css/components/align.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/align.module.css?tdswpm — 200 — 743 B — 52 ms — h2https://www.mta.info/core/modules/system/css/components/fieldgroup.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/fieldgroup.module.css?tdswpm — 200 — 607 B — 61 ms — h2https://www.mta.info/core/modules/system/css/components/container-inline.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/container-inline.module.css?tdswpm — 200 — 681 B — 65 ms — h2https://www.mta.info/core/modules/system/css/components/clearfix.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/clearfix.module.css?tdswpm — 200 — 746 B — 62 ms — h2https://www.mta.info/core/modules/system/css/components/details.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/details.module.css?tdswpm — 200 — 648 B — 76 ms — h2https://www.mta.info/core/modules/system/css/components/hidden.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/hidden.module.css?tdswpm — 200 — 1.1 KiB — 73 ms — h2https://www.mta.info/core/modules/system/css/components/item-list.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/item-list.module.css?tdswpm — 200 — 669 B — 133 ms — h2https://www.mta.info/core/modules/system/css/components/js.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/js.module.css?tdswpm — 200 — 855 B — 130 ms — h2https://www.mta.info/core/modules/system/css/components/nowrap.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/nowrap.module.css?tdswpm — 200 — 631 B — 133 ms — h2https://www.mta.info/core/modules/system/css/components/position-container.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/position-container.module.css?tdswpm — 200 — 621 B — 65 ms — h2https://www.mta.info/core/modules/system/css/components/reset-appearance.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/reset-appearance.module.css?tdswpm — 200 — 711 B — 51 ms — h2https://www.mta.info/core/modules/system/css/components/resize.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/resize.module.css?tdswpm — 200 — 681 B — 61 ms — h2https://www.mta.info/core/modules/system/css/components/system-status-counter.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/system-status-counter.css?tdswpm — 200 — 843 B — 65 ms — h2https://www.mta.info/core/modules/system/css/components/system-status-report-counters.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/system-status-report-counters.css?tdswpm — 200 — 817 B — 132 ms — h2https://www.mta.info/core/modules/system/css/components/system-status-report-general-info.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/system-status-report-general-info.css?tdswpm — 200 — 206 B — 25 ms — h3https://www.mta.info/core/modules/system/css/components/tablesort.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/tablesort.module.css?tdswpm — 200 — 242 B — 159 ms — h3https://www.mta.info/modules/contrib/responsive_table_filter/css/responsive-table-filter.css?tdswpmwww.mta.info/modules/contrib/respon... https://www.mta.info/modules/contrib/responsive_table_filter/css/responsive-table-filter.css?tdswpm — 200 — 131 B — 133 ms — h3https://www.mta.info/core/modules/views/css/views.module.css?tdswpmwww.mta.info/core/modules/views/css... https://www.mta.info/core/modules/views/css/views.module.css?tdswpm — 200 — 248 B — 158 ms — h3https://www.mta.info/modules/custom/ckeditor5_mta_iframe/css/iframe.css?tdswpmwww.mta.info/modules/custom/ckedito... https://www.mta.info/modules/custom/ckeditor5_mta_iframe/css/iframe.css?tdswpm — 200 — 707 B — 130 ms — h3https://www.mta.info/modules/custom/mta_accessibility/css/accessibility.css?tdswpmwww.mta.info/modules/custom/mta_acc... https://www.mta.info/modules/custom/mta_accessibility/css/accessibility.css?tdswpm — 200 — 163 B — 134 ms — h3https://www.mta.info/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdswpmwww.mta.info/modules/contrib/paragr... https://www.mta.info/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdswpm — 200 — 111 B — 137 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/dist/mta-style.css?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/dist/mta-style.css?tdswpm — 200 — 105.9 KiB — 225 ms — h3https://consist.mta.info/vuejs/apps/common/assets/index.cssconsist.mta.info/vuejs/apps/common/... https://consist.mta.info/vuejs/apps/common/assets/index.css — 200 — 718 B — 165 ms — h2https://consist.mta.info/vuejs/apps/homepage/assets/index.cssconsist.mta.info/vuejs/apps/homepag... https://consist.mta.info/vuejs/apps/homepage/assets/index.css — 200 — 45.3 KiB — 224 ms — h2https://files.mta.info/s3fs-public/banner/FTC_5181_desktop%20%281%29.jpgfiles.mta.info/s3fs-public/banner/F... https://files.mta.info/s3fs-public/banner/FTC_5181_desktop%20%281%29.jpg — 200 — 707.8 KiB — 359 ms — h2https://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.3 KiB — 181 ms — h2https://www.mta.info/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.mta.info/core/assets/vendor/jqu... https://www.mta.info/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 29.7 KiB — 266 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 820 ms LCP 1.8 shttps://mta.info// https://mta.info/ — 301 — 111 B — 23 ms — h2https://www.mta.info/www.mta.info/ https://www.mta.info/ — 200 — 13.4 KiB — 19 ms — h2https://www.googletagmanager.com/gtag/js?id=G-RBMJZ3P3MQwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-RBMJZ3P3MQ — 200 — 177.5 KiB — 384 ms — h2https://www.mta.info/core/modules/system/css/components/align.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/align.module.css?tdswpm — 200 — 743 B — 52 ms — h2https://www.mta.info/core/modules/system/css/components/fieldgroup.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/fieldgroup.module.css?tdswpm — 200 — 607 B — 61 ms — h2https://www.mta.info/core/modules/system/css/components/container-inline.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/container-inline.module.css?tdswpm — 200 — 681 B — 65 ms — h2https://www.mta.info/core/modules/system/css/components/clearfix.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/clearfix.module.css?tdswpm — 200 — 746 B — 62 ms — h2https://www.mta.info/core/modules/system/css/components/details.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/details.module.css?tdswpm — 200 — 648 B — 76 ms — h2https://www.mta.info/core/modules/system/css/components/hidden.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/hidden.module.css?tdswpm — 200 — 1.1 KiB — 73 ms — h2https://www.mta.info/core/modules/system/css/components/item-list.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/item-list.module.css?tdswpm — 200 — 669 B — 133 ms — h2https://www.mta.info/core/modules/system/css/components/js.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/js.module.css?tdswpm — 200 — 855 B — 130 ms — h2https://www.mta.info/core/modules/system/css/components/nowrap.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/nowrap.module.css?tdswpm — 200 — 631 B — 133 ms — h2https://www.mta.info/core/modules/system/css/components/position-container.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/position-container.module.css?tdswpm — 200 — 621 B — 65 ms — h2https://www.mta.info/core/modules/system/css/components/reset-appearance.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/reset-appearance.module.css?tdswpm — 200 — 711 B — 51 ms — h2https://www.mta.info/core/modules/system/css/components/resize.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/resize.module.css?tdswpm — 200 — 681 B — 61 ms — h2https://www.mta.info/core/modules/system/css/components/system-status-counter.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/system-status-counter.css?tdswpm — 200 — 843 B — 65 ms — h2https://www.mta.info/core/modules/system/css/components/system-status-report-counters.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/system-status-report-counters.css?tdswpm — 200 — 817 B — 132 ms — h2https://www.mta.info/core/modules/system/css/components/system-status-report-general-info.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/system-status-report-general-info.css?tdswpm — 200 — 206 B — 25 ms — h3https://www.mta.info/core/modules/system/css/components/tablesort.module.css?tdswpmwww.mta.info/core/modules/system/cs... https://www.mta.info/core/modules/system/css/components/tablesort.module.css?tdswpm — 200 — 242 B — 159 ms — h3https://www.mta.info/modules/contrib/responsive_table_filter/css/responsive-table-filter.css?tdswpmwww.mta.info/modules/contrib/respon... https://www.mta.info/modules/contrib/responsive_table_filter/css/responsive-table-filter.css?tdswpm — 200 — 131 B — 133 ms — h3https://www.mta.info/core/modules/views/css/views.module.css?tdswpmwww.mta.info/core/modules/views/css... https://www.mta.info/core/modules/views/css/views.module.css?tdswpm — 200 — 248 B — 158 ms — h3https://www.mta.info/modules/custom/ckeditor5_mta_iframe/css/iframe.css?tdswpmwww.mta.info/modules/custom/ckedito... https://www.mta.info/modules/custom/ckeditor5_mta_iframe/css/iframe.css?tdswpm — 200 — 707 B — 130 ms — h3https://www.mta.info/modules/custom/mta_accessibility/css/accessibility.css?tdswpmwww.mta.info/modules/custom/mta_acc... https://www.mta.info/modules/custom/mta_accessibility/css/accessibility.css?tdswpm — 200 — 163 B — 134 ms — h3https://www.mta.info/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdswpmwww.mta.info/modules/contrib/paragr... https://www.mta.info/modules/contrib/paragraphs/css/paragraphs.unpublished.css?tdswpm — 200 — 111 B — 137 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/dist/mta-style.css?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/dist/mta-style.css?tdswpm — 200 — 105.9 KiB — 225 ms — h3https://consist.mta.info/vuejs/apps/common/assets/index.cssconsist.mta.info/vuejs/apps/common/... https://consist.mta.info/vuejs/apps/common/assets/index.css — 200 — 718 B — 165 ms — h2https://consist.mta.info/vuejs/apps/homepage/assets/index.cssconsist.mta.info/vuejs/apps/homepag... https://consist.mta.info/vuejs/apps/homepage/assets/index.css — 200 — 45.3 KiB — 224 ms — h2https://files.mta.info/s3fs-public/banner/FTC_5181_desktop%20%281%29.jpgfiles.mta.info/s3fs-public/banner/F... https://files.mta.info/s3fs-public/banner/FTC_5181_desktop%20%281%29.jpg — 200 — 707.8 KiB — 359 ms — h2https://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.3 KiB — 181 ms — h2https://www.mta.info/core/assets/vendor/jquery/jquery.min.js?v=3.7.1www.mta.info/core/assets/vendor/jqu... https://www.mta.info/core/assets/vendor/jquery/jquery.min.js?v=3.7.1 — 200 — 29.7 KiB — 266 ms — h3https://www.mta.info/core/assets/vendor/underscore/underscore-min.js?v=1.13.7www.mta.info/core/assets/vendor/und... https://www.mta.info/core/assets/vendor/underscore/underscore-min.js?v=1.13.7 — 200 — 7.4 KiB — 161 ms — h3https://www.mta.info/core/assets/vendor/once/once.min.js?v=1.0.1www.mta.info/core/assets/vendor/onc... https://www.mta.info/core/assets/vendor/once/once.min.js?v=1.0.1 — 200 — 740 B — 161 ms — h3https://www.mta.info/core/misc/drupalSettingsLoader.js?v=10.5.7www.mta.info/core/misc/drupalSettin... https://www.mta.info/core/misc/drupalSettingsLoader.js?v=10.5.7 — 200 — 436 B — 201 ms — h3https://www.mta.info/core/misc/drupal.js?v=10.5.7www.mta.info/core/misc/drupal.js?v=... https://www.mta.info/core/misc/drupal.js?v=10.5.7 — 200 — 6.1 KiB — 265 ms — h3https://www.mta.info/core/misc/drupal.init.js?v=10.5.7www.mta.info/core/misc/drupal.init.... https://www.mta.info/core/misc/drupal.init.js?v=10.5.7 — 200 — 539 B — 199 ms — h3https://www.mta.info/themes/contrib/bootstrap/js/bootstrap-pre-init.js?tdswpmwww.mta.info/themes/contrib/bootstr... https://www.mta.info/themes/contrib/bootstrap/js/bootstrap-pre-init.js?tdswpm — 200 — 227 B — 198 ms — h3https://www.mta.info/themes/contrib/bootstrap/js/drupal.bootstrap.js?tdswpmwww.mta.info/themes/contrib/bootstr... https://www.mta.info/themes/contrib/bootstrap/js/drupal.bootstrap.js?tdswpm — 200 — 4.9 KiB — 199 ms — h3https://www.mta.info/themes/contrib/bootstrap/js/attributes.js?tdswpmwww.mta.info/themes/contrib/bootstr... https://www.mta.info/themes/contrib/bootstrap/js/attributes.js?tdswpm — 200 — 2.8 KiB — 196 ms — h3https://www.mta.info/themes/contrib/bootstrap/js/theme.js?tdswpmwww.mta.info/themes/contrib/bootstr... https://www.mta.info/themes/contrib/bootstrap/js/theme.js?tdswpm — 200 — 1.3 KiB — 239 ms — h3https://www.mta.info/themes/contrib/bootstrap/js/popover.js?tdswpmwww.mta.info/themes/contrib/bootstr... https://www.mta.info/themes/contrib/bootstrap/js/popover.js?tdswpm — 200 — 1.8 KiB — 239 ms — h3https://www.mta.info/themes/contrib/bootstrap/js/tooltip.js?tdswpmwww.mta.info/themes/contrib/bootstr... https://www.mta.info/themes/contrib/bootstrap/js/tooltip.js?tdswpm — 200 — 685 B — 238 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/js/bootstrap-accessibility.min.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/bootstrap-accessibility.min.js?tdswpm — 200 — 4.2 KiB — 238 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/affix.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/affix.js?tdswpm — 200 — 1.5 KiB — 237 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/alert.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/alert.js?tdswpm — 200 — 975 B — 237 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/button.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/button.js?tdswpm — 200 — 1.4 KiB — 240 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/carousel.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/carousel.js?tdswpm — 200 — 2.1 KiB — 239 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/collapse.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/collapse.js?tdswpm — 200 — 1.7 KiB — 236 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/dropdown.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/dropdown.js?tdswpm — 200 — 1.5 KiB — 236 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/modal.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/modal.js?tdswpm — 200 — 2.7 KiB — 236 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/tooltip.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/tooltip.js?tdswpm — 200 — 4.5 KiB — 235 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/popover.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/popover.js?tdswpm — 200 — 1.2 KiB — 236 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/scrollspy.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/scrollspy.js?tdswpm — 200 — 1.5 KiB — 234 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/tab.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/tab.js?tdswpm — 200 — 1.3 KiB — 235 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/transition.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/transition.js?tdswpm — 200 — 778 B — 175 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/confirmation.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/bootstrap/assets/javascripts/bootstrap/confirmation.js?tdswpm — 200 — 2.2 KiB — 235 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/js/ssm.min.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/ssm.min.js?tdswpm — 200 — 1.6 KiB — 233 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/js/ssm.min.js.map?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/ssm.min.js.map?tdswpm — 200 — 3.7 KiB — 229 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/js/breakpoints.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/breakpoints.js?tdswpm — 200 — 516 B — 228 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/js/Acc.DC.API.mta-customized.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/Acc.DC.API.mta-customized.js?tdswpm — 200 — 10.6 KiB — 241 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/js/calendar-generator.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/calendar-generator.js?tdswpm — 200 — 7.6 KiB — 227 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/js/calendar-bootstrap.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/calendar-bootstrap.js?tdswpm — 200 — 2.1 KiB — 231 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/js/external_site.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/external_site.js?tdswpm — 200 — 987 B — 227 ms — h3https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.jscdn.jsdelivr.net/npm/lodash@4.17.21... https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js — 200 — 27.4 KiB — 236 ms — h2https://consist.mta.info/vuejs/apps/common/index.min.jsconsist.mta.info/vuejs/apps/common/... https://consist.mta.info/vuejs/apps/common/index.min.js — 200 — 55.8 KiB — 251 ms — h2https://consist.mta.info/vuejs/apps/vendor/index.min.jsconsist.mta.info/vuejs/apps/vendor/... https://consist.mta.info/vuejs/apps/vendor/index.min.js — 200 — 158.2 KiB — 269 ms — h2https://consist.mta.info/vuejs/apps/vendor_vue/index.min.jsconsist.mta.info/vuejs/apps/vendor_... https://consist.mta.info/vuejs/apps/vendor_vue/index.min.js — 200 — 32.8 KiB — 264 ms — h2https://maps.googleapis.com/maps/api/js?key=AIzaSyApz95yUkEkciNmvj2ArI5QM9t1tScdpnA&libraries=places%2Cgeometrymaps.googleapis.com/maps/api/js?key... https://maps.googleapis.com/maps/api/js?key=AIzaSyApz95yUkEkciNmvj2ArI5QM9t1tScdpnA&libraries=places%2Cgeometry — 200 — 181.3 KiB — 278 ms — h2https://consist.mta.info/vuejs/apps/homepage/index.min.jsconsist.mta.info/vuejs/apps/homepag... https://consist.mta.info/vuejs/apps/homepage/index.min.js — 200 — 73.3 KiB — 272 ms — h2https://www.mta.info/themes/custom/bootstrap_mta/js/mask/dist/jquery.mask.min.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/mask/dist/jquery.mask.min.js?tdswpm — 200 — 3.4 KiB — 211 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/js/js-hacks.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/js-hacks.js?tdswpm — 200 — 778 B — 222 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/js/lazyload.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/lazyload.js?tdswpm — 200 — 393 B — 208 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/js/plugin-timeentry.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/plugin-timeentry.js?tdswpm — 200 — 3.7 KiB — 207 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/js/timeentry.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/timeentry.js?tdswpm — 200 — 10.1 KiB — 206 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/js/dialog-a11y-main.js?tdswpmwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/js/dialog-a11y-main.js?tdswpm — 200 — 3.6 KiB — 215 ms — h3https://www.mta.info/modules/custom/ckeditor5_mta_iframe/js/iframe.js?tdswpmwww.mta.info/modules/custom/ckedito... https://www.mta.info/modules/custom/ckeditor5_mta_iframe/js/iframe.js?tdswpm — 200 — 949 B — 211 ms — h3https://www.mta.info/modules/contrib/google_analytics/js/google_analytics.js?v=10.5.7www.mta.info/modules/contrib/google... https://www.mta.info/modules/contrib/google_analytics/js/google_analytics.js?v=10.5.7 — 200 — 1.9 KiB — 208 ms — h3https://www.mta.info/modules/custom/mta_accessibility/js/accessibility.js?tdswpmwww.mta.info/modules/custom/mta_acc... https://www.mta.info/modules/custom/mta_accessibility/js/accessibility.js?tdswpm — 200 — 2.4 KiB — 203 ms — h3https://www.mta.info/modules/custom/mta_alert/js/mta-dismiss-alert.js?tdswpmwww.mta.info/modules/custom/mta_ale... https://www.mta.info/modules/custom/mta_alert/js/mta-dismiss-alert.js?tdswpm — 200 — 1.6 KiB — 207 ms — h3https://consist.mta.info/search-icon/index.jsconsist.mta.info/search-icon/index.... https://consist.mta.info/search-icon/index.js — 200 — 182.9 KiB — 67 ms — h2https://consist.mta.info/search-icon/assets/index.cssconsist.mta.info/search-icon/assets... https://consist.mta.info/search-icon/assets/index.css — 200 — 24.8 KiB — 12 ms — h2https://cdn.gtranslate.net/widgets/latest/dropdown.jscdn.gtranslate.net/widgets/latest/d... https://cdn.gtranslate.net/widgets/latest/dropdown.js — 200 — 4.9 KiB — 39 ms — h2https://files.mta.info/s3fs-public/styles/width_600/public/2025-04/54365379003_ec0de73e37_k.jpg?VersionId=OU8qchZguGNSxDi6S3XTmhEzuqMsHQpb&itok=oknidTDYfiles.mta.info/s3fs-public/styles/w... https://files.mta.info/s3fs-public/styles/width_600/public/2025-04/54365379003_ec0de73e37_k.jpg?VersionId=OU8qchZguGNSxDi6S3XTmhEzuqMsHQpb&itok=oknidTDY — 200 — 47.1 KiB — 16 ms — h2https://files.mta.info/s3fs-public/styles/width_600/public/2026-02/54886575269_71eb0c2212_5k.jpg?VersionId=ICnxQ7axSyVJJmlN.mZBXuaScT5_UZt0&itok=Hy16BYnpfiles.mta.info/s3fs-public/styles/w... https://files.mta.info/s3fs-public/styles/width_600/public/2026-02/54886575269_71eb0c2212_5k.jpg?VersionId=ICnxQ7axSyVJJmlN.mZBXuaScT5_UZt0&itok=Hy16BYnp — 200 — 30.5 KiB — 18 ms — h2https://files.mta.info/s3fs-public/styles/width_600/public/2025-04/53615224044_a2f3e4d230_c.jpg?VersionId=O96p7wFtAm3ho4h.6poYZkE9dLRdsuV2&itok=307KVTk4files.mta.info/s3fs-public/styles/w... https://files.mta.info/s3fs-public/styles/width_600/public/2025-04/53615224044_a2f3e4d230_c.jpg?VersionId=O96p7wFtAm3ho4h.6poYZkE9dLRdsuV2&itok=307KVTk4 — 200 — 48.6 KiB — 31 ms — h2https://files.mta.info/s3fs-public/styles/width_600/public/2023-08/8th%20Avenue_View%20Into%20Station%20blue%20%281%29.jpg?VersionId=WugT9d2ZdkP9L.65XJfPJivHrtqVBi57&itok=tnBOuQrlfiles.mta.info/s3fs-public/styles/w... https://files.mta.info/s3fs-public/styles/width_600/public/2023-08/8th%20Avenue_View%20Into%20Station%20blue%20%281%29.jpg?VersionId=WugT9d2ZdkP9L.65XJfPJivHrtqVBi57&itok=tnBOuQrl — 200 — 89.8 KiB — 46 ms — h2https://files.mta.info/s3fs-public/styles/width_600/public/2022-06/50409006931_03accf17a9_k.jpg?itok=oawD1ERkfiles.mta.info/s3fs-public/styles/w... https://files.mta.info/s3fs-public/styles/width_600/public/2022-06/50409006931_03accf17a9_k.jpg?itok=oawD1ERk — 200 — 35.8 KiB — 21 ms — h2https://files.mta.info/s3fs-public/styles/width_600/public/2022-10/livonia%20ave%20L%20line%20elevator%2006_01%2022.jpg?itok=E9TS1_A3files.mta.info/s3fs-public/styles/w... https://files.mta.info/s3fs-public/styles/width_600/public/2022-10/livonia%20ave%20L%20line%20elevator%2006_01%2022.jpg?itok=E9TS1_A3 — 200 — 48.8 KiB — 36 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='16' fill='none' xmlns='http://www.w3.org/…www.w3.org/… data:image/svg+xml;charset=utf-8,%3Csvg width='9' height='16' fill='none' xmlns='http://www.w3.org/… — 200 — 0 B — 0 ms — datahttps://files.mta.info/s3fs-public/styles/width_600/public/2022-05/072020bike064.jpg?itok=XKRsJLmCfiles.mta.info/s3fs-public/styles/w... https://files.mta.info/s3fs-public/styles/width_600/public/2022-05/072020bike064.jpg?itok=XKRsJLmC — 200 — 61.3 KiB — 38 ms — h2https://files.mta.info/s3fs-public/styles/width_600/public/2020-05/LIRR_8960.jpg?itok=um9c-WfNfiles.mta.info/s3fs-public/styles/w... https://files.mta.info/s3fs-public/styles/width_600/public/2020-05/LIRR_8960.jpg?itok=um9c-WfN — 200 — 48.8 KiB — 34 ms — h2https://files.mta.info/s3fs-public/styles/width_600/public/2022-05/14450137661_483becc62b_c.jpg?itok=16ZnGQgVfiles.mta.info/s3fs-public/styles/w... https://files.mta.info/s3fs-public/styles/width_600/public/2022-05/14450137661_483becc62b_c.jpg?itok=16ZnGQgV — 200 — 41.5 KiB — 40 ms — h2https://www.mta.info/themes/custom/bootstrap_mta/dist/043f5db69375a434ae1615e6238e3d31.ttfwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/dist/043f5db69375a434ae1615e6238e3d31.ttf — 200 — 2.1 KiB — 102 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/dist/30abfd5fa32deef473a9e4eaafc47339.ttfwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/dist/30abfd5fa32deef473a9e4eaafc47339.ttf — 200 — 22.0 KiB — 227 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/dist/20fd1704ea223900efa9fd4e869efb08.woff2www.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/dist/20fd1704ea223900efa9fd4e869efb08.woff2 — 200 — 75.4 KiB — 219 ms — h3data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.…www.… data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.… — 200 — 0 B — 0 ms — datahttps://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 — 13 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/9c/common.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/common.js — 200 — 36.9 KiB — 33 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/9c/util.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/util.js — 200 — 69.7 KiB — 34 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/9c/geocoder.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/geocoder.js — 200 — 2.3 KiB — 29 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/9c/controls.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/controls.js — 200 — 26.0 KiB — 28 ms — h3https://maps.googleapis.com/maps-api-v3/api/js/64/9c/places_impl.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/places_impl.js — 200 — 14.0 KiB — 21 ms — h3https://consist.mta.info/vuejs/5e54c8b230a36a93a34d76bc8275fbcd.svgconsist.mta.info/vuejs/5e54c8b230a3... https://consist.mta.info/vuejs/5e54c8b230a36a93a34d76bc8275fbcd.svg — 200 — 394 B — 14 ms — h2https://consist.mta.info/vuejs/9098392b21b9d24a237a6469b7cbe89a.svgconsist.mta.info/vuejs/9098392b21b9... https://consist.mta.info/vuejs/9098392b21b9d24a237a6469b7cbe89a.svg — 200 — 757 B — 11 ms — h2https://consist.mta.info/vuejs/5d5cada2bbbdcf1b0bdd425afc7b2f8d.svgconsist.mta.info/vuejs/5d5cada2bbbd... https://consist.mta.info/vuejs/5d5cada2bbbdcf1b0bdd425afc7b2f8d.svg — 200 — 391 B — 16 ms — h2https://consist.mta.info/vuejs/691733535bc3476bd05c3b5066087766.svgconsist.mta.info/vuejs/691733535bc3... https://consist.mta.info/vuejs/691733535bc3476bd05c3b5066087766.svg — 200 — 841 B — 14 ms — h2https://maps.googleapis.com/maps-api-v3/api/js/64/9c/map.jsmaps.googleapis.com/maps-api-v3/api... https://maps.googleapis.com/maps-api-v3/api/js/64/9c/map.js — 200 — 25.4 KiB — 6 ms — h3https://otp-mta-prod.camsys-apps.com/otp/routers/default/index/routes?apikey=Z276E3rCeTzOQEoBPPN4JCEc6GfvdnYEotp-mta-prod.camsys-apps.com/otp/ro... https://otp-mta-prod.camsys-apps.com/otp/routers/default/index/routes?apikey=Z276E3rCeTzOQEoBPPN4JCEc6GfvdnYE — 200 — 229.4 KiB — 759 ms — http/1.1https://region1.google-analytics.com/g/collect?v=2&tid=G-RBMJZ3P3MQ&gtm=45je64m0h2v9126020441za200zd9126020441&_p=1776901371148&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&_eu=EA&are=1&cid=1765393068.1776901373&frm=0&ir=1&pscdl=noapi&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512543&sid=1776901372&sct=1&seg=0&dl=https%3A%2F%2Fwww.mta.info%2F&dt=Home%20%7C%20MTA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.page_placeholder=PLACEHOLDER_page_location&tfd=1642region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-RBMJZ3P3MQ&gtm=45je64m0h2v9126020441za200zd9126020441&_p=1776901371148&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&gdid=dMDhkMT&_eu=EA&are=1&cid=1765393068.1776901373&frm=0&ir=1&pscdl=noapi&rcb=6&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266400~117512543&sid=1776901372&sct=1&seg=0&dl=https%3A%2F%2Fwww.mta.info%2F&dt=Home%20%7C%20MTA&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&ep.page_placeholder=PLACEHOLDER_page_location&tfd=1642 — 204 — 547 B — 44 ms — h2https://www.mta.info/themes/custom/bootstrap_mta/images/nearby-map.pngwww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/images/nearby-map.png — 200 — 173.1 KiB — 31 ms — h3https://www.mta.info/themes/custom/bootstrap_mta/favicon.icowww.mta.info/themes/custom/bootstra... https://www.mta.info/themes/custom/bootstrap_mta/favicon.ico — 200 — 1.2 KiB — 12 ms — h3https://collector-otp-prod.camsys-apps.com/realtime/gtfsrt/ALL/alerts?type=json&apikey=qeqy84JE7hUKfaI0Lxm2Ttcm6ZA0bYrPcollector-otp-prod.camsys-apps.com/... https://collector-otp-prod.camsys-apps.com/realtime/gtfsrt/ALL/alerts?type=json&apikey=qeqy84JE7hUKfaI0Lxm2Ttcm6ZA0bYrP — 200 — 97.5 KiB — 337 ms — h2https://consist.mta.info/vuejs/0e9163c71c7f9397f7d3e36d51546849.svgconsist.mta.info/vuejs/0e9163c71c7f... https://consist.mta.info/vuejs/0e9163c71c7f9397f7d3e36d51546849.svg — 200 — 507 B — 28 ms — h2https://consist.mta.info/vuejs/f615303877866360408d22d028c7e1d2.svgconsist.mta.info/vuejs/f61530387786... https://consist.mta.info/vuejs/f615303877866360408d22d028c7e1d2.svg — 200 — 437 B — 32 ms — h2https://consist.mta.info/vuejs/5b35921d073d41d80deeb17cac90d7fd.svgconsist.mta.info/vuejs/5b35921d073d... https://consist.mta.info/vuejs/5b35921d073d41d80deeb17cac90d7fd.svg — 200 — 387 B — 36 ms — h2https://consist.mta.info/vuejs/bca69e5237ed3e7d0d78320261f99f2d.svgconsist.mta.info/vuejs/bca69e5237ed... https://consist.mta.info/vuejs/bca69e5237ed3e7d0d78320261f99f2d.svg — 200 — 495 B — 39 ms — h2https://consist.mta.info/vuejs/ab18baf2d2d8ea7f1902ce1751d5fdf2.svgconsist.mta.info/vuejs/ab18baf2d2d8... https://consist.mta.info/vuejs/ab18baf2d2d8ea7f1902ce1751d5fdf2.svg — 200 — 985 B — 44 ms — h2https://consist.mta.info/vuejs/12b76417962028dc5dd46a5f7da4e257.svgconsist.mta.info/vuejs/12b764179620... https://consist.mta.info/vuejs/12b76417962028dc5dd46a5f7da4e257.svg — 200 — 610 B — 41 ms — h2https://consist.mta.info/vuejs/a78ac9d7ebbb00594f70070c3867e8d5.svgconsist.mta.info/vuejs/a78ac9d7ebbb... https://consist.mta.info/vuejs/a78ac9d7ebbb00594f70070c3867e8d5.svg — 200 — 775 B — 50 ms — h2https://consist.mta.info/vuejs/9156f755686e8e6b2935f07a393b611a.svgconsist.mta.info/vuejs/9156f755686e... https://consist.mta.info/vuejs/9156f755686e8e6b2935f07a393b611a.svg — 200 — 650 B — 70 ms — h2https://consist.mta.info/vuejs/085719a34ab709a927f368bf0e764777.svgconsist.mta.info/vuejs/085719a34ab7... https://consist.mta.info/vuejs/085719a34ab709a927f368bf0e764777.svg — 200 — 466 B — 59 ms — h2https://consist.mta.info/vuejs/3f0bb849f47ead835e0241104f337a6d.svgconsist.mta.info/vuejs/3f0bb849f47e... https://consist.mta.info/vuejs/3f0bb849f47ead835e0241104f337a6d.svg — 200 — 414 B — 45 ms — h2https://consist.mta.info/vuejs/b370f0e0c62c4b8f36b928178df6b4ae.svgconsist.mta.info/vuejs/b370f0e0c62c... https://consist.mta.info/vuejs/b370f0e0c62c4b8f36b928178df6b4ae.svg — 200 — 761 B — 65 ms — h2https://consist.mta.info/vuejs/af9ae1b0bcfd30bc6c3626dae98074ef.svgconsist.mta.info/vuejs/af9ae1b0bcfd... https://consist.mta.info/vuejs/af9ae1b0bcfd30bc6c3626dae98074ef.svg — 200 — 773 B — 77 ms — h2https://consist.mta.info/vuejs/903c05438d54ff7a5d0036a769f10bf6.svgconsist.mta.info/vuejs/903c05438d54... https://consist.mta.info/vuejs/903c05438d54ff7a5d0036a769f10bf6.svg — 200 — 489 B — 70 ms — h2https://consist.mta.info/vuejs/9041d815e07d7dd93ebaa6bd466b6b67.svgconsist.mta.info/vuejs/9041d815e07d... https://consist.mta.info/vuejs/9041d815e07d7dd93ebaa6bd466b6b67.svg — 200 — 418 B — 72 ms — h2https://consist.mta.info/vuejs/ec805c7415caff62cc2641469574683c.svgconsist.mta.info/vuejs/ec805c7415ca... https://consist.mta.info/vuejs/ec805c7415caff62cc2641469574683c.svg — 200 — 603 B — 88 ms — h2https://consist.mta.info/vuejs/5500549a75e2a20cfc18d6f87babfe40.svgconsist.mta.info/vuejs/5500549a75e2... https://consist.mta.info/vuejs/5500549a75e2a20cfc18d6f87babfe40.svg — 200 — 398 B — 78 ms — h2https://consist.mta.info/vuejs/84bc409ef98ce69f9d36e9b2556ab7cf.svgconsist.mta.info/vuejs/84bc409ef98c... https://consist.mta.info/vuejs/84bc409ef98ce69f9d36e9b2556ab7cf.svg — 200 — 530 B — 85 ms — h2https://consist.mta.info/vuejs/8f8f3abaabc85122841fe5df41fbc344.svgconsist.mta.info/vuejs/8f8f3abaabc8... https://consist.mta.info/vuejs/8f8f3abaabc85122841fe5df41fbc344.svg — 200 — 637 B — 81 ms — h2https://consist.mta.info/vuejs/8c1bfa6816b539fd63ca8f26e4dc8b65.svgconsist.mta.info/vuejs/8c1bfa6816b5... https://consist.mta.info/vuejs/8c1bfa6816b539fd63ca8f26e4dc8b65.svg — 200 — 378 B — 88 ms — h2https://consist.mta.info/vuejs/4a1b0077917e37bf08502f6ec21b04c8.svgconsist.mta.info/vuejs/4a1b0077917e... https://consist.mta.info/vuejs/4a1b0077917e37bf08502f6ec21b04c8.svg — 200 — 398 B — 91 ms — h2https://consist.mta.info/vuejs/b746451c38ae7d57f8a4d0b72b369328.svgconsist.mta.info/vuejs/b746451c38ae... https://consist.mta.info/vuejs/b746451c38ae7d57f8a4d0b72b369328.svg — 200 — 682 B — 94 ms — h2https://consist.mta.info/vuejs/9c6333dc2424c01e4740f5c3c56d362f.svgconsist.mta.info/vuejs/9c6333dc2424... https://consist.mta.info/vuejs/9c6333dc2424c01e4740f5c3c56d362f.svg — 200 — 672 B — 99 ms — h2https://consist.mta.info/vuejs/566ed247e9487d43c1f1cc7e8ea5f456.svgconsist.mta.info/vuejs/566ed247e948... https://consist.mta.info/vuejs/566ed247e9487d43c1f1cc7e8ea5f456.svg — 200 — 595 B — 101 ms — h2https://consist.mta.info/vuejs/c01e0840361272a0585e94a540d6755f.svgconsist.mta.info/vuejs/c01e08403612... https://consist.mta.info/vuejs/c01e0840361272a0585e94a540d6755f.svg — 200 — 876 B — 95 ms — h2https://consist.mta.info/vuejs/da91e0c35571668af52eb6164a71f33e.svgconsist.mta.info/vuejs/da91e0c35571... https://consist.mta.info/vuejs/da91e0c35571668af52eb6164a71f33e.svg — 200 — 706 B — 105 ms — h2https://consist.mta.info/vuejs/ee2e30facb9a6c4b8bf0c43e531a36ab.svgconsist.mta.info/vuejs/ee2e30facb9a... https://consist.mta.info/vuejs/ee2e30facb9a6c4b8bf0c43e531a36ab.svg — 200 — 977 B — 107 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 1475ms · 628KB · $20/mo
consist.mta.info
Other
Costly
Execution 419ms
Transfer 73 KB
Unused 80%
Monthly Cost $6/mo
www.mta.info
Other
Costly
Execution 404ms
Transfer 13 KB
Monthly Cost $5/mo
Unattributable
Other
Costly
Execution 330ms
Transfer 0 KB
Monthly Cost $4/mo
Google Tag Manager
Tag Manager
Optional
Execution 150ms
Transfer 177 KB
Unused 39%
Monthly Cost $2/mo
consist.mta.info
Other
Optional
Execution 90ms
Transfer 183 KB
Unused 72%
Monthly Cost $1/mo
maps.googleapis.com
Other
Optional
Execution 82ms
Transfer 181 KB
Unused 53%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • consist.mta.info adds 419ms and costs ~$6/month
  • www.mta.info adds 404ms and costs ~$5/month
  • Unattributable adds 330ms and costs ~$4/month

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

Why this matters

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

Learn more

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

Source: web.dev

consist.mta.info takes 419ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

80% of consist.mta.info'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

www.mta.info takes 404ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

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

Source: web.dev

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

Why this matters

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

Source: web.dev

72% of consist.mta.info's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

53% of maps.googleapis.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