Skip to content
https://ucla.edu

Performance

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

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

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

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

1.40 s

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

2.62 s

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

19 ms

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

0.012

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

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

4.46 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
8.1 MB transferred, 124 requests
FIX
8.1 MB transferred, 124 requests
Critical::
Page weighs 9.1 MB (8.1 MB transferred)
Warning::
Images are 6.7 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 6.7 MB
Warning::
JavaScript is 767 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 767 KB
Info::
CSS is 547 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 547 KB
Warning::
124 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.7 g CO2 per page load
8.1 MB / 2.4 MB budget
8.1 MB transferred
124 requests
1.7 g CO2 per page load
Images 6.7 MiB 82%
JavaScript 767.0 KiB 9%
CSS 546.8 KiB 7%
HTML 104.4 KiB 1%
Other 24.3 KiB 0%
Other 10.7 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

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

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 (8.1 MiB of 8.1 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
F
JS Bundles
Action
20 scripts, 311 KB unused
FIX
20 scripts, 311 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-6BMZ...: 67 KB unused (43%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtm.js?id=GTM-PHD...: 64 KB unused (49%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.google.com/cse/static/element/dc329f57...: 53 KB unused (52%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ucla.edu/js/main.js?ver=121222: 37 KB unused (47%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.ucla.edu/js/main.js?ver=121222: unminified — 33 KB could be saved
Warning::
https://www.ucla.edu/js/vendor/jquery.min.js: 35 KB unused (40%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 311 KB
311 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-6BMZK7EYHE&cx=c&gtm=4e64h1157 KB67 KB (43%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-PHDTBTH131 KB64 KB (49%)3rd
https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3D103 KB53 KB (52%)3rd
https://www.ucla.edu/js/main.js?ver=12122281 KB37 KB (47%)3rd
https://www.ucla.edu/js/vendor/jquery.min.js88 KB35 KB (40%)3rd
https://cse.google.com/adsense/search/async-ads.js44 KB32 KB (73%)3rd
https://s3-us-west-1.amazonaws.com/webcomponents.ucla.edu/public/1.0.0-beta.15/js/ucla-lib-scripts.min.js44 KB24 KB (55%)3rd
https://www.ucla.edu/js/vendor/lazyload.min.js9 KB3rd
https://www.ucla.edu/js/vendor/stupidtable.min.js4 KB3rd
https://www.ucla.edu/js/vendor/smooth-scroll.min.js6 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

Consider code splitting or tree shaking to reduce unused code.

Why this matters

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

Source: web.dev / Lighthouse coverage

D
Page Weight Inventory
Action
124 resources · 8.1 MB · 311 KB savings available
FIX
124 resources · 8.1 MB · 311 KB savings available
Warning::
Page weight 7.1 MB over 1MB target
Got: 8.1 MB Expected: ≤ 1 MB
Info::
~311 KB of savings available
Warning::
123 third-party resources (100% of weight)
Info::
11 resources over 200KB
124 resources · 8.1 MiB · 123 third-party 7.1 MiB over 1MB target
Image 83% · 6.7 MiB
JavaScript 9% · 767.0 KiB
CSS 7% · 546.8 KiB
Document 2% · 125.8 KiB
Other 0% · 8.5 KiB

~311.4 KiB of savings available

Remove unused JavaScript: 311.4 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
73 images, 0 KB saveable
REVIEW
73 images, 0 KB saveable
Warning::
https://www.ucla.edu/img-feed-cache/Chancellor-Fre... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://admin.uclabruins.com/common/controls/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ucla.edu/img/logo-ucla.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://api.tintup.com/v2/posts/image/8052442271 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://api.tintup.com/v2/posts/image/8052430882 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ucla.edu/img/events/time-icon.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ucla.edu/img-feed-cache/Edg2e_mid.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://admin.uclabruins.com/common/controls/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://admin.uclabruins.com/common/controls/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ucla.edu/img-feed-cache/Monkey252Bwith... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ucla.edu/img-feed-cache/Team_mid.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://api.tintup.com/v2/posts/image/8052537695 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://api.tintup.com/v2/posts/image/8052507816 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ucla.edu/img/ucla_social_profile.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ucla.edu/img/vote/rpp.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://api.tintup.com/v2/posts/image/8052430887 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://api.tintup.com/v2/posts/image/8052621446 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ucla.edu/img-feed-cache/WBB.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://s3.us-west-1.amazonaws.com/webcomponents.u... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ucla.edu/img/logo_UCLA_white.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://api.tintup.com/v2/posts/image/8052532147 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://api.tintup.com/v2/posts/image/8052611287 is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ucla.edu/img/events/location-icon.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ucla.edu/img-feed-cache/AAHM26.jpg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.ucla.edu/img-feed-cache/John252BMcDona... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://admin.uclabruins.com/common/controls/image... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
73 images 6.7 MB
0 oversized -0 KB
57 legacy format
26 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

B
JS Execution Cost
556ms total JS execution
REVIEW
556ms total JS execution
Info::
Unattributable: 229ms CPU time
Info::
https://www.ucla.edu/js/vendor/jquery.min.js: 119ms CPU time
Info::
https://www.ucla.edu/: 115ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-6BMZ...: 93ms CPU time
Warning::
Third-party scripts: 556ms (100% of total)

Main Thread Breakdown

Script Evaluation 37% Other 36% Style & Layout 12% Script Parsing & Compilation 10%
ScriptTotalScriptingParse/CompileParty
Unattributable229ms4ms0ms3rd
https://www.ucla.edu/js/vendor/jquery.min.js119ms77ms2ms3rd
https://www.ucla.edu/115ms4ms1ms3rd
https://www.googletagmanager.com/gtag/js?id=G-6BMZK7EYHE&cx=c&gtm=4e64h193ms76ms15ms3rd
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
No web fonts (system fonts)
PASS
No web fonts (system fonts)
Info::
No web fonts loaded — system fonts are fastest
No web fonts loaded — system fonts are optimal.
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
124 requests over 2660ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.4 s LCP 2.6 shttps://ucla.edu// https://ucla.edu/ — 301 — 83 B — 456 ms — h2https://www.ucla.edu/www.ucla.edu/ https://www.ucla.edu/ — 200 — 98.7 KiB — 86 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.2 KiB — 100 ms — h2https://cdn.webcomponents.ucla.edu/1.0.0-beta.15/css/ucla-lib.min.csscdn.webcomponents.ucla.edu/1.0.0-be... https://cdn.webcomponents.ucla.edu/1.0.0-beta.15/css/ucla-lib.min.css — 200 — 127.3 KiB — 96 ms — h2https://www.ucla.edu/css/app.css?ver=060625www.ucla.edu/css/app.css?ver=060625 https://www.ucla.edu/css/app.css?ver=060625 — 200 — 403.1 KiB — 56 ms — h2https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.csscdnjs.cloudflare.com/ajax/libs/fanc... https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.css — 200 — 3.3 KiB — 54 ms — h3https://www.ucla.edu/img/logo-ucla.svgwww.ucla.edu/img/logo-ucla.svg https://www.ucla.edu/img/logo-ucla.svg — 200 — 1.3 KiB — 57 ms — h2https://www.ucla.edu/img/nav-cta-about-janns.pngwww.ucla.edu/img/nav-cta-about-jann... https://www.ucla.edu/img/nav-cta-about-janns.png — 200 — 115.2 KiB — 61 ms — h2https://www.ucla.edu/img-feed-cache/Earth2520Month2520collage2520border.jpgwww.ucla.edu/img-feed-cache/Earth25... https://www.ucla.edu/img-feed-cache/Earth2520Month2520collage2520border.jpg — 200 — 322.3 KiB — 26 ms — h2https://www.ucla.edu/img-feed-cache/WBB.jpgwww.ucla.edu/img-feed-cache/WBB.jpg https://www.ucla.edu/img-feed-cache/WBB.jpg — 200 — 284.8 KiB — 32 ms — h2https://www.ucla.edu/img-feed-cache/AAHM26.jpgwww.ucla.edu/img-feed-cache/AAHM26.... https://www.ucla.edu/img-feed-cache/AAHM26.jpg — 200 — 311.0 KiB — 38 ms — h2https://www.ucla.edu/js/vendor/jquery.min.jswww.ucla.edu/js/vendor/jquery.min.j... https://www.ucla.edu/js/vendor/jquery.min.js — 200 — 87.8 KiB — 29 ms — h2https://s3-us-west-1.amazonaws.com/webcomponents.ucla.edu/public/1.0.0-beta.15/js/ucla-lib-scripts.min.jss3-us-west-1.amazonaws.com/webcompo... https://s3-us-west-1.amazonaws.com/webcomponents.ucla.edu/public/1.0.0-beta.15/js/ucla-lib-scripts.min.js — 200 — 43.6 KiB — 683 ms — http/1.1https://www.ucla.edu/js/vendor/jquery.hideseek.min.jswww.ucla.edu/js/vendor/jquery.hides... https://www.ucla.edu/js/vendor/jquery.hideseek.min.js — 200 — 4.8 KiB — 40 ms — h2https://www.ucla.edu/js/vendor/stupidtable.min.jswww.ucla.edu/js/vendor/stupidtable.... https://www.ucla.edu/js/vendor/stupidtable.min.js — 200 — 3.7 KiB — 41 ms — h2https://www.ucla.edu/js/vendor/jquery.scrollTo.min.jswww.ucla.edu/js/vendor/jquery.scrol... https://www.ucla.edu/js/vendor/jquery.scrollTo.min.js — 200 — 2.7 KiB — 40 ms — h2https://www.ucla.edu/js/vendor/masonry.pkgd.min.jswww.ucla.edu/js/vendor/masonry.pkgd... https://www.ucla.edu/js/vendor/masonry.pkgd.min.js — 200 — 23.9 KiB — 46 ms — h2https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.jscdnjs.cloudflare.com/ajax/libs/fanc... https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.js — 200 — 19.4 KiB — 72 ms — h3https://www.ucla.edu/js/vendor/lazyload.min.jswww.ucla.edu/js/vendor/lazyload.min... https://www.ucla.edu/js/vendor/lazyload.min.js — 200 — 9.0 KiB — 52 ms — h2https://www.ucla.edu/js/vendor/smooth-scroll.min.jswww.ucla.edu/js/vendor/smooth-scrol... https://www.ucla.edu/js/vendor/smooth-scroll.min.js — 200 — 5.7 KiB — 52 ms — h2https://www.ucla.edu/js/main.js?ver=121222www.ucla.edu/js/main.js?ver=121222 https://www.ucla.edu/js/main.js?ver=121222 — 200 — 81.1 KiB — 59 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PHDTBTHwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PHDTBTH — 200 — 131.4 KiB — 196 ms — h2https://www.ucla.edu/img/vote/rpp.jpgwww.ucla.edu/img/vote/rpp.jpg https://www.ucla.edu/img/vote/rpp.jpg — 200 — 367.4 KiB — 63 ms — h2https://www.ucla.edu/img/vote/rpp2.jpgwww.ucla.edu/img/vote/rpp2.jpg https://www.ucla.edu/img/vote/rpp2.jpg — 200 — 267.4 KiB — 79 ms — h2https://www.ucla.edu/img-feed-cache/Monkey252Bwith252BCoke-iStock-Mangkelin_9075cd51-54e9-4f80-868d-5ae3f928ef79-prv.jpgwww.ucla.edu/img-feed-cache/Monkey2... https://www.ucla.edu/img-feed-cache/Monkey252Bwith252BCoke-iStock-Mangkelin_9075cd51-54e9-4f80-868d-5ae3f928ef79-prv.jpg — 200 — 156.6 KiB — 104 ms — h2https://www.ucla.edu/img-feed-cache/Edg2e_mid.jpgwww.ucla.edu/img-feed-cache/Edg2e_m... https://www.ucla.edu/img-feed-cache/Edg2e_mid.jpg — 200 — 163.0 KiB — 81 ms — h2https://www.ucla.edu/img-feed-cache/John252BMcDonald-Homeless_mid.jpgwww.ucla.edu/img-feed-cache/John252... https://www.ucla.edu/img-feed-cache/John252BMcDonald-Homeless_mid.jpg — 200 — 142.9 KiB — 107 ms — h2https://www.ucla.edu/img-feed-cache/Team_mid.jpgwww.ucla.edu/img-feed-cache/Team_mi... https://www.ucla.edu/img-feed-cache/Team_mid.jpg — 200 — 145.2 KiB — 114 ms — h2https://www.ucla.edu/img-feed-cache/Chancellor-Frenk.jpgwww.ucla.edu/img-feed-cache/Chancel... https://www.ucla.edu/img-feed-cache/Chancellor-Frenk.jpg — 200 — 62.3 KiB — 108 ms — h2https://www.ucla.edu/img/loading.svgwww.ucla.edu/img/loading.svg https://www.ucla.edu/img/loading.svg — 200 — 996 B — 108 ms — h2
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 1.4 s LCP 2.6 shttps://ucla.edu// https://ucla.edu/ — 301 — 83 B — 456 ms — h2https://www.ucla.edu/www.ucla.edu/ https://www.ucla.edu/ — 200 — 98.7 KiB — 86 ms — h2https://www.youtube.com/iframe_apiwww.youtube.com/iframe_api https://www.youtube.com/iframe_api — 200 — 3.2 KiB — 100 ms — h2https://cdn.webcomponents.ucla.edu/1.0.0-beta.15/css/ucla-lib.min.csscdn.webcomponents.ucla.edu/1.0.0-be... https://cdn.webcomponents.ucla.edu/1.0.0-beta.15/css/ucla-lib.min.css — 200 — 127.3 KiB — 96 ms — h2https://www.ucla.edu/css/app.css?ver=060625www.ucla.edu/css/app.css?ver=060625 https://www.ucla.edu/css/app.css?ver=060625 — 200 — 403.1 KiB — 56 ms — h2https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.csscdnjs.cloudflare.com/ajax/libs/fanc... https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.css — 200 — 3.3 KiB — 54 ms — h3https://www.ucla.edu/img/logo-ucla.svgwww.ucla.edu/img/logo-ucla.svg https://www.ucla.edu/img/logo-ucla.svg — 200 — 1.3 KiB — 57 ms — h2https://www.ucla.edu/img/nav-cta-about-janns.pngwww.ucla.edu/img/nav-cta-about-jann... https://www.ucla.edu/img/nav-cta-about-janns.png — 200 — 115.2 KiB — 61 ms — h2https://www.ucla.edu/img-feed-cache/Earth2520Month2520collage2520border.jpgwww.ucla.edu/img-feed-cache/Earth25... https://www.ucla.edu/img-feed-cache/Earth2520Month2520collage2520border.jpg — 200 — 322.3 KiB — 26 ms — h2https://www.ucla.edu/img-feed-cache/WBB.jpgwww.ucla.edu/img-feed-cache/WBB.jpg https://www.ucla.edu/img-feed-cache/WBB.jpg — 200 — 284.8 KiB — 32 ms — h2https://www.ucla.edu/img-feed-cache/AAHM26.jpgwww.ucla.edu/img-feed-cache/AAHM26.... https://www.ucla.edu/img-feed-cache/AAHM26.jpg — 200 — 311.0 KiB — 38 ms — h2https://www.ucla.edu/js/vendor/jquery.min.jswww.ucla.edu/js/vendor/jquery.min.j... https://www.ucla.edu/js/vendor/jquery.min.js — 200 — 87.8 KiB — 29 ms — h2https://s3-us-west-1.amazonaws.com/webcomponents.ucla.edu/public/1.0.0-beta.15/js/ucla-lib-scripts.min.jss3-us-west-1.amazonaws.com/webcompo... https://s3-us-west-1.amazonaws.com/webcomponents.ucla.edu/public/1.0.0-beta.15/js/ucla-lib-scripts.min.js — 200 — 43.6 KiB — 683 ms — http/1.1https://www.ucla.edu/js/vendor/jquery.hideseek.min.jswww.ucla.edu/js/vendor/jquery.hides... https://www.ucla.edu/js/vendor/jquery.hideseek.min.js — 200 — 4.8 KiB — 40 ms — h2https://www.ucla.edu/js/vendor/stupidtable.min.jswww.ucla.edu/js/vendor/stupidtable.... https://www.ucla.edu/js/vendor/stupidtable.min.js — 200 — 3.7 KiB — 41 ms — h2https://www.ucla.edu/js/vendor/jquery.scrollTo.min.jswww.ucla.edu/js/vendor/jquery.scrol... https://www.ucla.edu/js/vendor/jquery.scrollTo.min.js — 200 — 2.7 KiB — 40 ms — h2https://www.ucla.edu/js/vendor/masonry.pkgd.min.jswww.ucla.edu/js/vendor/masonry.pkgd... https://www.ucla.edu/js/vendor/masonry.pkgd.min.js — 200 — 23.9 KiB — 46 ms — h2https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.jscdnjs.cloudflare.com/ajax/libs/fanc... https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.6/jquery.fancybox.min.js — 200 — 19.4 KiB — 72 ms — h3https://www.ucla.edu/js/vendor/lazyload.min.jswww.ucla.edu/js/vendor/lazyload.min... https://www.ucla.edu/js/vendor/lazyload.min.js — 200 — 9.0 KiB — 52 ms — h2https://www.ucla.edu/js/vendor/smooth-scroll.min.jswww.ucla.edu/js/vendor/smooth-scrol... https://www.ucla.edu/js/vendor/smooth-scroll.min.js — 200 — 5.7 KiB — 52 ms — h2https://www.ucla.edu/js/main.js?ver=121222www.ucla.edu/js/main.js?ver=121222 https://www.ucla.edu/js/main.js?ver=121222 — 200 — 81.1 KiB — 59 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-PHDTBTHwww.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-PHDTBTH — 200 — 131.4 KiB — 196 ms — h2https://www.ucla.edu/img/vote/rpp.jpgwww.ucla.edu/img/vote/rpp.jpg https://www.ucla.edu/img/vote/rpp.jpg — 200 — 367.4 KiB — 63 ms — h2https://www.ucla.edu/img/vote/rpp2.jpgwww.ucla.edu/img/vote/rpp2.jpg https://www.ucla.edu/img/vote/rpp2.jpg — 200 — 267.4 KiB — 79 ms — h2https://www.ucla.edu/img-feed-cache/Monkey252Bwith252BCoke-iStock-Mangkelin_9075cd51-54e9-4f80-868d-5ae3f928ef79-prv.jpgwww.ucla.edu/img-feed-cache/Monkey2... https://www.ucla.edu/img-feed-cache/Monkey252Bwith252BCoke-iStock-Mangkelin_9075cd51-54e9-4f80-868d-5ae3f928ef79-prv.jpg — 200 — 156.6 KiB — 104 ms — h2https://www.ucla.edu/img-feed-cache/Edg2e_mid.jpgwww.ucla.edu/img-feed-cache/Edg2e_m... https://www.ucla.edu/img-feed-cache/Edg2e_mid.jpg — 200 — 163.0 KiB — 81 ms — h2https://www.ucla.edu/img-feed-cache/John252BMcDonald-Homeless_mid.jpgwww.ucla.edu/img-feed-cache/John252... https://www.ucla.edu/img-feed-cache/John252BMcDonald-Homeless_mid.jpg — 200 — 142.9 KiB — 107 ms — h2https://www.ucla.edu/img-feed-cache/Team_mid.jpgwww.ucla.edu/img-feed-cache/Team_mi... https://www.ucla.edu/img-feed-cache/Team_mid.jpg — 200 — 145.2 KiB — 114 ms — h2https://www.ucla.edu/img-feed-cache/Chancellor-Frenk.jpgwww.ucla.edu/img-feed-cache/Chancel... https://www.ucla.edu/img-feed-cache/Chancellor-Frenk.jpg — 200 — 62.3 KiB — 108 ms — h2https://www.ucla.edu/img/loading.svgwww.ucla.edu/img/loading.svg https://www.ucla.edu/img/loading.svg — 200 — 996 B — 108 ms — h2https://admin.uclabruins.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2026/4/20/IMG_2629.jpgadmin.uclabruins.com/common/control... https://admin.uclabruins.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2026/4/20/IMG_2629.jpg — 302 — 175 B — 401 ms — h2https://admin.uclabruins.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2026/4/19/RPT_7546.jpgadmin.uclabruins.com/common/control... https://admin.uclabruins.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2026/4/19/RPT_7546.jpg — 302 — 171 B — 401 ms — h2https://admin.uclabruins.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2026/4/20/Valeros_251107_GYM_OV_0671.jpgadmin.uclabruins.com/common/control... https://admin.uclabruins.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2026/4/20/Valeros_251107_GYM_OV_0671.jpg — 302 — 364 B — 400 ms — h2https://admin.uclabruins.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2026/4/19/Tripathi_Aadarsh_20260313_MTEN_USC_AH_0376C.jpgadmin.uclabruins.com/common/control... https://admin.uclabruins.com/common/controls/image_handler.aspx?thumb_prefix=rp_primary&image_path=/images/2026/4/19/Tripathi_Aadarsh_20260313_MTEN_USC_AH_0376C.jpg — 302 — 201 B — 400 ms — h2https://www.ucla.edu/img/events/time-icon.svgwww.ucla.edu/img/events/time-icon.s... https://www.ucla.edu/img/events/time-icon.svg — 200 — 2.2 KiB — 107 ms — h2https://www.ucla.edu/img/events/location-icon.svgwww.ucla.edu/img/events/location-ic... https://www.ucla.edu/img/events/location-icon.svg — 200 — 2.1 KiB — 107 ms — h2https://www.ucla.edu/img/ucla_social_profile.pngwww.ucla.edu/img/ucla_social_profil... https://www.ucla.edu/img/ucla_social_profile.png — 200 — 1.6 KiB — 107 ms — h2https://api.tintup.com/v2/posts/image/8052621446api.tintup.com/v2/posts/image/80526... https://api.tintup.com/v2/posts/image/8052621446 — 302 — 556 B — 89 ms — h2https://api.tintup.com/v2/posts/image/8052611287api.tintup.com/v2/posts/image/80526... https://api.tintup.com/v2/posts/image/8052611287 — 302 — 924 B — 87 ms — h2https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/instagram--brand.svgs3.us-west-1.amazonaws.com/webcompo... https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/instagram--brand.svg — 200 — 114.7 KiB — 840 ms — http/1.1https://api.tintup.com/v2/posts/image/8052537695api.tintup.com/v2/posts/image/80525... https://api.tintup.com/v2/posts/image/8052537695 — 302 — 624 B — 87 ms — h2https://www.ucla.edu/img/logo_UCLA_white.svgwww.ucla.edu/img/logo_UCLA_white.sv... https://www.ucla.edu/img/logo_UCLA_white.svg — 200 — 1.5 KiB — 103 ms — h2https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.jswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-widgetapi.vflset/www-widgetapi.js — 200 — 10.6 KiB — 37 ms — h2https://www.ucla.edu/img/arrow-down.svgwww.ucla.edu/img/arrow-down.svg https://www.ucla.edu/img/arrow-down.svg — 200 — 832 B — 102 ms — h2https://www.ucla.edu/img/search--blue.svgwww.ucla.edu/img/search--blue.svg https://www.ucla.edu/img/search--blue.svg — 200 — 1.2 KiB — 103 ms — h2https://api.tintup.com/v2/posts/image/8052532147api.tintup.com/v2/posts/image/80525... https://api.tintup.com/v2/posts/image/8052532147 — 302 — 939 B — 34 ms — h2https://api.tintup.com/v2/posts/image/8052507816api.tintup.com/v2/posts/image/80525... https://api.tintup.com/v2/posts/image/8052507816 — 302 — 643 B — 31 ms — h2https://api.tintup.com/v2/posts/image/8052442271api.tintup.com/v2/posts/image/80524... https://api.tintup.com/v2/posts/image/8052442271 — 302 — 622 B — 31 ms — h2https://api.tintup.com/v2/posts/image/8052430882api.tintup.com/v2/posts/image/80524... https://api.tintup.com/v2/posts/image/8052430882 — 302 — 814 B — 31 ms — h2https://api.tintup.com/v2/posts/image/8052430887api.tintup.com/v2/posts/image/80524... https://api.tintup.com/v2/posts/image/8052430887 — 302 — 641 B — 31 ms — h2https://api.tintup.com/v2/posts/image/8052430892api.tintup.com/v2/posts/image/80524... https://api.tintup.com/v2/posts/image/8052430892 — 302 — 575 B — 30 ms — h2https://api.tintup.com/v2/posts/image/8052413681api.tintup.com/v2/posts/image/80524... https://api.tintup.com/v2/posts/image/8052413681 — 302 — 557 B — 30 ms — h2https://api.tintup.com/v2/posts/image/8052413682api.tintup.com/v2/posts/image/80524... https://api.tintup.com/v2/posts/image/8052413682 — 302 — 656 B — 38 ms — h2https://api.tintup.com/v2/posts/image/8052350880api.tintup.com/v2/posts/image/80523... https://api.tintup.com/v2/posts/image/8052350880 — 302 — 620 B — 39 ms — h2https://api.tintup.com/v2/posts/image/8052350890api.tintup.com/v2/posts/image/80523... https://api.tintup.com/v2/posts/image/8052350890 — 302 — 750 B — 39 ms — h2https://api.tintup.com/v2/posts/image/8052350894api.tintup.com/v2/posts/image/80523... https://api.tintup.com/v2/posts/image/8052350894 — 302 — 647 B — 38 ms — h2https://api.tintup.com/v2/posts/image/8052350897api.tintup.com/v2/posts/image/80523... https://api.tintup.com/v2/posts/image/8052350897 — 302 — 746 B — 38 ms — h2https://api.tintup.com/v2/posts/image/8052329445api.tintup.com/v2/posts/image/80523... https://api.tintup.com/v2/posts/image/8052329445 — 302 — 597 B — 37 ms — h2https://api.tintup.com/v2/posts/image/8052278314api.tintup.com/v2/posts/image/80522... https://api.tintup.com/v2/posts/image/8052278314 — 302 — 603 B — 32 ms — h2https://api.tintup.com/v2/posts/image/8052252151api.tintup.com/v2/posts/image/80522... https://api.tintup.com/v2/posts/image/8052252151 — 302 — 769 B — 33 ms — h2https://api.tintup.com/v2/posts/image/8052239383api.tintup.com/v2/posts/image/80522... https://api.tintup.com/v2/posts/image/8052239383 — 302 — 573 B — 31 ms — h2https://api.tintup.com/v2/posts/image/8052239393api.tintup.com/v2/posts/image/80522... https://api.tintup.com/v2/posts/image/8052239393 — 302 — 794 B — 30 ms — h2https://api.tintup.com/v2/posts/image/8052239395api.tintup.com/v2/posts/image/80522... https://api.tintup.com/v2/posts/image/8052239395 — 302 — 578 B — 31 ms — h2https://api.tintup.com/v2/posts/image/8052239408api.tintup.com/v2/posts/image/80522... https://api.tintup.com/v2/posts/image/8052239408 — 302 — 642 B — 30 ms — h2https://api.tintup.com/v2/posts/image/8052235094api.tintup.com/v2/posts/image/80522... https://api.tintup.com/v2/posts/image/8052235094 — 302 — 798 B — 30 ms — h2https://api.tintup.com/v2/posts/image/8052188804api.tintup.com/v2/posts/image/80521... https://api.tintup.com/v2/posts/image/8052188804 — 302 — 532 B — 29 ms — h2https://api.tintup.com/v2/posts/image/8052188805api.tintup.com/v2/posts/image/80521... https://api.tintup.com/v2/posts/image/8052188805 — 302 — 600 B — 38 ms — h2https://scontent-iad3-2.xx.fbcdn.net/v/t39.30808-6/669195099_1495380761950764_8387552997282048409_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=111&ccb=1-7&_nc_sid=13d280&_nc_ohc=XtZ-MSIR2w4Q7kNvwEthmQj&_nc_oc=AdqQiDeTIlIK1OztF-4fay9yrTNkZuxC8rXuJKAxyirrlBB65Pw8tfvzHAc5vtKepdE&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=7ZxKErxyX54GU27I40yjBA&_nc_tpa=Q5bMBQFGLuoawT5jj1_97pKQ42Jl30sDuqDpTjWtFhMkYdQ0uY5yavtmnJaPtGi2Ke7l1lBtLNocWmLS&oh=00_Af0zSciI7Kp3aQhIVBNb39VBsqiuvo6hFY_kVdnR449L4g&oe=69E8584Cscontent-iad3-2.xx.fbcdn.net/v/t39.... https://scontent-iad3-2.xx.fbcdn.net/v/t39.30808-6/669195099_1495380761950764_8387552997282048409_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=111&ccb=1-7&_nc_sid=13d280&_nc_ohc=XtZ-MSIR2w4Q7kNvwEthmQj&_nc_oc=AdqQiDeTIlIK1OztF-4fay9yrTNkZuxC8rXuJKAxyirrlBB65Pw8tfvzHAc5vtKepdE&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=7ZxKErxyX54GU27I40yjBA&_nc_tpa=Q5bMBQFGLuoawT5jj1_97pKQ42Jl30sDuqDpTjWtFhMkYdQ0uY5yavtmnJaPtGi2Ke7l1lBtLNocWmLS&oh=00_Af0zSciI7Kp3aQhIVBNb39VBsqiuvo6hFY_kVdnR449L4g&oe=69E8584C — 200 — 96.9 KiB — 630 ms — h3https://scontent-iad6-1.cdninstagram.com/v/t51.82787-15/659026738_18582390538034310_3581111324713975838_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=WhYSL3Twj9QQ7kNvwEiK5Qj&_nc_oc=AdpM3FHxmQRUpb6juszp8mjHMoh8XhhkiGOSp-d51c3piGueZ8kdi_e7h_2RN77sgMc&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=AEQ6tj4EAAAA&_nc_gid=yxm_7m4USs3bXAKM13POjg&_nc_tpa=Q5bMBQHz9DG-oI_hIWxHUGLwxNf4Ezut7okd14vfdNBKjjs4jKlXfQ4zpzquhUtAIhEpgMKjjLtNRRD7&oh=00_Af35mZgLkDHj4iNkTdg0adFYybC4b1xy_QuVX1YAtx6ErA&oe=69EC113Ascontent-iad6-1.cdninstagram.com/v/... https://scontent-iad6-1.cdninstagram.com/v/t51.82787-15/659026738_18582390538034310_3581111324713975838_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=107&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=WhYSL3Twj9QQ7kNvwEiK5Qj&_nc_oc=AdpM3FHxmQRUpb6juszp8mjHMoh8XhhkiGOSp-d51c3piGueZ8kdi_e7h_2RN77sgMc&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=AEQ6tj4EAAAA&_nc_gid=yxm_7m4USs3bXAKM13POjg&_nc_tpa=Q5bMBQHz9DG-oI_hIWxHUGLwxNf4Ezut7okd14vfdNBKjjs4jKlXfQ4zpzquhUtAIhEpgMKjjLtNRRD7&oh=00_Af35mZgLkDHj4iNkTdg0adFYybC4b1xy_QuVX1YAtx6ErA&oe=69EC113A — 200 — 268.6 KiB — 599 ms — h3https://scontent-iad3-2.xx.fbcdn.net/v/t15.5256-10/665862413_1475356431001196_5839153382089624311_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=105&ccb=1-7&_nc_sid=d2b52d&_nc_ohc=tWcYNgpZaxEQ7kNvwFo5bX3&_nc_oc=AdqDiu-MlzkZpiVM8DBTjbSHXs-sTwsTsze0IfStsYltskCC3n2cBpMduyZjvzvy1Es&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=6Ur9_9FT2juYGx_tDWgdsA&_nc_tpa=Q5bMBQHjlY0ogQKyf8qpgL1vva9e740R-Rc1AZR6hJ8_WQeVyMl36RxSSp2T_l6ljdn3QC3F4OCx5X4c&oh=00_Af22NNE-FWjsCysuhKhV_mPr8X8Iq0fcBwslS_bwL15GhQ&oe=69E7F872scontent-iad3-2.xx.fbcdn.net/v/t15.... https://scontent-iad3-2.xx.fbcdn.net/v/t15.5256-10/665862413_1475356431001196_5839153382089624311_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=105&ccb=1-7&_nc_sid=d2b52d&_nc_ohc=tWcYNgpZaxEQ7kNvwFo5bX3&_nc_oc=AdqDiu-MlzkZpiVM8DBTjbSHXs-sTwsTsze0IfStsYltskCC3n2cBpMduyZjvzvy1Es&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=6Ur9_9FT2juYGx_tDWgdsA&_nc_tpa=Q5bMBQHjlY0ogQKyf8qpgL1vva9e740R-Rc1AZR6hJ8_WQeVyMl36RxSSp2T_l6ljdn3QC3F4OCx5X4c&oh=00_Af22NNE-FWjsCysuhKhV_mPr8X8Iq0fcBwslS_bwL15GhQ&oe=69E7F872 — 200 — 60.1 KiB — 604 ms — h3https://scontent-iad3-1.cdninstagram.com/v/t51.82787-15/663151493_18582378613034310_7410689629823406632_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=GxbX6ciq3BIQ7kNvwHSH8qq&_nc_oc=AdosG473_JJ_nH_wUCvaBff_1af3VDv2jagZ2rBCkBaL_DUS-G_hKu47wSUqkcnw5-I&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=AEQ6tj4EAAAA&_nc_gid=KMYWCGKIKk043M_L3bZ0Pw&_nc_tpa=Q5bMBQGE-X0cxF09InL1GidbHYeMFPi-hcUVDDXVsLcWOR2deeiJtdkcBnAD4B8RcIX-wqA5UHP2kmaV&oh=00_Af2Dn8VbqTDVgn-Me1S45ejtRAzvacJHrhecoiiun6nO5A&oe=69E91E90scontent-iad3-1.cdninstagram.com/v/... https://scontent-iad3-1.cdninstagram.com/v/t51.82787-15/663151493_18582378613034310_7410689629823406632_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=101&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=GxbX6ciq3BIQ7kNvwHSH8qq&_nc_oc=AdosG473_JJ_nH_wUCvaBff_1af3VDv2jagZ2rBCkBaL_DUS-G_hKu47wSUqkcnw5-I&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=AEQ6tj4EAAAA&_nc_gid=KMYWCGKIKk043M_L3bZ0Pw&_nc_tpa=Q5bMBQGE-X0cxF09InL1GidbHYeMFPi-hcUVDDXVsLcWOR2deeiJtdkcBnAD4B8RcIX-wqA5UHP2kmaV&oh=00_Af2Dn8VbqTDVgn-Me1S45ejtRAzvacJHrhecoiiun6nO5A&oe=69E91E90 — 200 — 323.6 KiB — 597 ms — h3https://scontent-iad6-1.xx.fbcdn.net/v/t51.82787-10/659804732_18579387577042279_8588416190070709900_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=102&ccb=1-7&_nc_sid=5fad0e&_nc_ohc=atqlV2LX74UQ7kNvwF3hPJX&_nc_oc=AdoyuBPkg22pnvPQMMLQRUZPpdp0qmsd3imcsFpyeTwFTKrQlvwjCApdGcpWYlqOT54&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=b57W6efhHhn9cP3WOw5aVg&_nc_tpa=Q5bMBQGSkvCahddGYjrYvkxQRgD77fJasE-8-CxnBylRUilWExDjK-nTmNIrY-qkeDo5hpwGXF48YzIr&oh=00_Af1kzWQ73oZeU5xi0GtgRI_TYHWmg7K4ObfQmRovuT6ZXQ&oe=69EBD0B5scontent-iad6-1.xx.fbcdn.net/v/t51.... https://scontent-iad6-1.xx.fbcdn.net/v/t51.82787-10/659804732_18579387577042279_8588416190070709900_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=102&ccb=1-7&_nc_sid=5fad0e&_nc_ohc=atqlV2LX74UQ7kNvwF3hPJX&_nc_oc=AdoyuBPkg22pnvPQMMLQRUZPpdp0qmsd3imcsFpyeTwFTKrQlvwjCApdGcpWYlqOT54&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=b57W6efhHhn9cP3WOw5aVg&_nc_tpa=Q5bMBQGSkvCahddGYjrYvkxQRgD77fJasE-8-CxnBylRUilWExDjK-nTmNIrY-qkeDo5hpwGXF48YzIr&oh=00_Af1kzWQ73oZeU5xi0GtgRI_TYHWmg7K4ObfQmRovuT6ZXQ&oe=69EBD0B5 — 200 — 32.9 KiB — 505 ms — h3https://scontent-iad6-1.xx.fbcdn.net/v/t39.30808-6/661096014_1555450169272176_5919890566338425033_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=109&ccb=1-7&_nc_sid=7b2446&_nc_ohc=CYRdXqaiJwcQ7kNvwHZFrIx&_nc_oc=Adowsx3v2Am31eyxXMZO6wgpU07ex8LMrM9Sv8ol8h8NRFv_1sS1mhsG5RcEzOXL1PI&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=HKqTryPNci2KPhD3bGWDcQ&_nc_tpa=Q5bMBQH11mJ9e-Uba8xeBdap788S8rNqhaUGc6EhgSxZoSrgb44lv6S8kxS2hZBjdJESlF1SiOuOfgzu&oh=00_Af1SyAC3x783-hrbkL-phj_0XxiL0yDy0o64QELZsiqvYA&oe=69E9212Cscontent-iad6-1.xx.fbcdn.net/v/t39.... https://scontent-iad6-1.xx.fbcdn.net/v/t39.30808-6/661096014_1555450169272176_5919890566338425033_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=109&ccb=1-7&_nc_sid=7b2446&_nc_ohc=CYRdXqaiJwcQ7kNvwHZFrIx&_nc_oc=Adowsx3v2Am31eyxXMZO6wgpU07ex8LMrM9Sv8ol8h8NRFv_1sS1mhsG5RcEzOXL1PI&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=HKqTryPNci2KPhD3bGWDcQ&_nc_tpa=Q5bMBQH11mJ9e-Uba8xeBdap788S8rNqhaUGc6EhgSxZoSrgb44lv6S8kxS2hZBjdJESlF1SiOuOfgzu&oh=00_Af1SyAC3x783-hrbkL-phj_0XxiL0yDy0o64QELZsiqvYA&oe=69E9212C — 200 — 82.1 KiB — 601 ms — h3https://scontent-iad6-1.xx.fbcdn.net/v/t39.30808-6/666703314_1515036186650170_1380770089217483919_n.jpg?stp=cp1_dst-jpg_s960x960_tt6&_nc_cat=106&ccb=1-7&_nc_sid=7b2446&_nc_ohc=KvdtRrFWpY8Q7kNvwEKENt-&_nc_oc=Adpc1I5X1s4LmjVcjR-h2O8ueWAz2-3D3bk3rzXXCr7WuU4_wk-WKFMgty_64BI1pSw&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=t7aWQRDba1N5E6cAeYEJtQ&_nc_tpa=Q5bMBQGnEcQJTR0jrAyg5xhF8RxSSMgAcCOImRHarBhMtb0F56aSI6hmSa83wYC7Al4TrQN0gPTsvHBa&oh=00_Af3foFlOfzDXFRkfbbwQVVXD4BxKWlHvQ3PBf2WUcL_8oA&oe=69EC132Fscontent-iad6-1.xx.fbcdn.net/v/t39.... https://scontent-iad6-1.xx.fbcdn.net/v/t39.30808-6/666703314_1515036186650170_1380770089217483919_n.jpg?stp=cp1_dst-jpg_s960x960_tt6&_nc_cat=106&ccb=1-7&_nc_sid=7b2446&_nc_ohc=KvdtRrFWpY8Q7kNvwEKENt-&_nc_oc=Adpc1I5X1s4LmjVcjR-h2O8ueWAz2-3D3bk3rzXXCr7WuU4_wk-WKFMgty_64BI1pSw&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=t7aWQRDba1N5E6cAeYEJtQ&_nc_tpa=Q5bMBQGnEcQJTR0jrAyg5xhF8RxSSMgAcCOImRHarBhMtb0F56aSI6hmSa83wYC7Al4TrQN0gPTsvHBa&oh=00_Af3foFlOfzDXFRkfbbwQVVXD4BxKWlHvQ3PBf2WUcL_8oA&oe=69EC132F — 200 — 42.0 KiB — 528 ms — h3https://scontent-iad3-1.xx.fbcdn.net/v/t39.30808-6/660099376_1544369697699339_5490026205743113869_n.jpg?stp=cp1_dst-jpg_p720x720_tt6&_nc_cat=108&ccb=1-7&_nc_sid=7b2446&_nc_ohc=p5FiyyhHkRYQ7kNvwGR_DjG&_nc_oc=Adrv0aVSZFNDj8isA5S6lmFnl0akjbOuV1SeKSKgauV_ksQ5y04UaSc38kn2YGoWw0w&_nc_zt=23&_nc_ht=scontent-iad3-1.xx&edm=AJfPMC4EAAAA&_nc_gid=dIImsAKP0gDWGDRPeLrTnA&_nc_tpa=Q5bMBQHPt0yTZACByF9T0mWr7yJZLvFhfGMEQRoNCBTNWDj17GVQQd74lro8IU2htX13nXhOn_bRu4R3&oh=00_Af1Mcf8DdTfBFMVHrieicOpvqV4EcpwEb0htKyrJ6OmWrA&oe=69EAF95Ascontent-iad3-1.xx.fbcdn.net/v/t39.... https://scontent-iad3-1.xx.fbcdn.net/v/t39.30808-6/660099376_1544369697699339_5490026205743113869_n.jpg?stp=cp1_dst-jpg_p720x720_tt6&_nc_cat=108&ccb=1-7&_nc_sid=7b2446&_nc_ohc=p5FiyyhHkRYQ7kNvwGR_DjG&_nc_oc=Adrv0aVSZFNDj8isA5S6lmFnl0akjbOuV1SeKSKgauV_ksQ5y04UaSc38kn2YGoWw0w&_nc_zt=23&_nc_ht=scontent-iad3-1.xx&edm=AJfPMC4EAAAA&_nc_gid=dIImsAKP0gDWGDRPeLrTnA&_nc_tpa=Q5bMBQHPt0yTZACByF9T0mWr7yJZLvFhfGMEQRoNCBTNWDj17GVQQd74lro8IU2htX13nXhOn_bRu4R3&oh=00_Af1Mcf8DdTfBFMVHrieicOpvqV4EcpwEb0htKyrJ6OmWrA&oe=69EAF95A — 200 — 73.3 KiB — 441 ms — h3https://scontent-iad6-1.cdninstagram.com/v/t51.82787-15/660738210_18582033535034310_4074164048281923047_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=mJFaSK2FDnEQ7kNvwHQV6Wj&_nc_oc=AdqEf_JT-6bIsouWIdgzXzhakj60R2L-9wjIwYQMsdpPsSMJByG7ekeupA-Zb5hxNb0&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=AEQ6tj4EAAAA&_nc_gid=DOBUDxOLAHUtbfogt2ymPg&_nc_tpa=Q5bMBQGYoFXCun-Ak4UJW5gzwxbD1pDTlppJTUhW6VDQUwk5yVWXdT55U4jyqr_4ldCcTshQ5OAk2jIn&oh=00_Af0CR2FzHXIVkvSpwyJDE-gTTF4ZifSBKWCrUFDLlOCOSA&oe=69E8F7BFscontent-iad6-1.cdninstagram.com/v/... https://scontent-iad6-1.cdninstagram.com/v/t51.82787-15/660738210_18582033535034310_4074164048281923047_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=109&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=mJFaSK2FDnEQ7kNvwHQV6Wj&_nc_oc=AdqEf_JT-6bIsouWIdgzXzhakj60R2L-9wjIwYQMsdpPsSMJByG7ekeupA-Zb5hxNb0&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=AEQ6tj4EAAAA&_nc_gid=DOBUDxOLAHUtbfogt2ymPg&_nc_tpa=Q5bMBQGYoFXCun-Ak4UJW5gzwxbD1pDTlppJTUhW6VDQUwk5yVWXdT55U4jyqr_4ldCcTshQ5OAk2jIn&oh=00_Af0CR2FzHXIVkvSpwyJDE-gTTF4ZifSBKWCrUFDLlOCOSA&oe=69E8F7BF — 200 — 376.0 KiB — 601 ms — h3https://scontent-iad3-2.xx.fbcdn.net/v/t51.82787-15/660141685_18574648339042508_719298680586762181_n.jpg?stp=dst-jpg_s960x960_tt6&_nc_cat=103&ccb=1-7&_nc_sid=13d280&_nc_ohc=BLme24CtgJkQ7kNvwF6Tn5d&_nc_oc=Ado02kBqaa0XxQ7ttelbM-ud6Z7ra6UqKUN_47ABK0JbDYkRu49yVnvb1-O1yP_RTKg&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=1Z55LFCj03IoLsSLP5YwDQ&_nc_tpa=Q5bMBQEM3dNiFlJ4HgJLSqBMg4JZ6yxeOH4x7h_FkHaY_YfA1jMJRHCN0NboQx6pQ5cyC_iXAiBWzFjU&oh=00_Af3kq3AHeblxolTLnT1seB4nERPfA0AbUM3H7OAeNRYVGA&oe=69EC0DCCscontent-iad3-2.xx.fbcdn.net/v/t51.... https://scontent-iad3-2.xx.fbcdn.net/v/t51.82787-15/660141685_18574648339042508_719298680586762181_n.jpg?stp=dst-jpg_s960x960_tt6&_nc_cat=103&ccb=1-7&_nc_sid=13d280&_nc_ohc=BLme24CtgJkQ7kNvwF6Tn5d&_nc_oc=Ado02kBqaa0XxQ7ttelbM-ud6Z7ra6UqKUN_47ABK0JbDYkRu49yVnvb1-O1yP_RTKg&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=1Z55LFCj03IoLsSLP5YwDQ&_nc_tpa=Q5bMBQEM3dNiFlJ4HgJLSqBMg4JZ6yxeOH4x7h_FkHaY_YfA1jMJRHCN0NboQx6pQ5cyC_iXAiBWzFjU&oh=00_Af3kq3AHeblxolTLnT1seB4nERPfA0AbUM3H7OAeNRYVGA&oe=69EC0DCC — 200 — 60.6 KiB — 600 ms — h3https://scontent-iad3-2.xx.fbcdn.net/v/t39.30808-6/660479949_1513680927429715_8651038996020111625_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=105&ccb=1-7&_nc_sid=13d280&_nc_ohc=pNWYGtkvup4Q7kNvwGI-wtn&_nc_oc=AdpEkvxM6TRArofMoro-4GqYj-bBcpwPCqBD6ll1m3DBycoLUekHwWbbOhLNtil6c3s&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=mVOHKQ6oV1M_deo-zKMMPA&_nc_tpa=Q5bMBQHtnf0H7PYXLKJWWh_MqowF6RftTv2cxqgvGVd7gkzsI6ehm4s7uKTdpFVcSt1Sfzqv4CgAkXLl&oh=00_Af3llMHBBcnDGPPXm18FG1PspqeINHTOtJ1NsPBfr_oBJA&oe=69EC60B7scontent-iad3-2.xx.fbcdn.net/v/t39.... https://scontent-iad3-2.xx.fbcdn.net/v/t39.30808-6/660479949_1513680927429715_8651038996020111625_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=105&ccb=1-7&_nc_sid=13d280&_nc_ohc=pNWYGtkvup4Q7kNvwGI-wtn&_nc_oc=AdpEkvxM6TRArofMoro-4GqYj-bBcpwPCqBD6ll1m3DBycoLUekHwWbbOhLNtil6c3s&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=mVOHKQ6oV1M_deo-zKMMPA&_nc_tpa=Q5bMBQHtnf0H7PYXLKJWWh_MqowF6RftTv2cxqgvGVd7gkzsI6ehm4s7uKTdpFVcSt1Sfzqv4CgAkXLl&oh=00_Af3llMHBBcnDGPPXm18FG1PspqeINHTOtJ1NsPBfr_oBJA&oe=69EC60B7 — 200 — 128.3 KiB — 645 ms — h3https://scontent-iad3-1.xx.fbcdn.net/v/t51.82787-10/657578392_18578710816042279_6031882207949089769_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=110&ccb=1-7&_nc_sid=5fad0e&_nc_ohc=3jXCLg5waOYQ7kNvwGoEVzu&_nc_oc=AdojqEtj1_f9wXuss0gXRT1FbLJf7vnZR56SIg3GSDd6tv5JFQqjTJoBXsU_l88-vXk&_nc_zt=23&_nc_ht=scontent-iad3-1.xx&edm=AJfPMC4EAAAA&_nc_gid=K-r92j6koe1uGYmJkq8btw&_nc_tpa=Q5bMBQEi-tq0Dn96369mL-_tvGd7iIZctuzLJMblrMcjE34rRLtB7VVCin4HIcY4no0lAdg8WqTBQtt1&oh=00_Af0Ph84Sh5zYsY8nqeaob9NCoEIs9KxT2EYw7TONsyRMMg&oe=69EC2B4Bscontent-iad3-1.xx.fbcdn.net/v/t51.... https://scontent-iad3-1.xx.fbcdn.net/v/t51.82787-10/657578392_18578710816042279_6031882207949089769_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=110&ccb=1-7&_nc_sid=5fad0e&_nc_ohc=3jXCLg5waOYQ7kNvwGoEVzu&_nc_oc=AdojqEtj1_f9wXuss0gXRT1FbLJf7vnZR56SIg3GSDd6tv5JFQqjTJoBXsU_l88-vXk&_nc_zt=23&_nc_ht=scontent-iad3-1.xx&edm=AJfPMC4EAAAA&_nc_gid=K-r92j6koe1uGYmJkq8btw&_nc_tpa=Q5bMBQEi-tq0Dn96369mL-_tvGd7iIZctuzLJMblrMcjE34rRLtB7VVCin4HIcY4no0lAdg8WqTBQtt1&oh=00_Af0Ph84Sh5zYsY8nqeaob9NCoEIs9KxT2EYw7TONsyRMMg&oe=69EC2B4B — 200 — 36.0 KiB — 325 ms — h3https://scontent-iad6-1.xx.fbcdn.net/v/t51.82787-15/657320102_18576829036019037_4445581107452659121_n.jpg?stp=dst-jpg_s960x960_tt6&_nc_cat=106&ccb=1-7&_nc_sid=13d280&_nc_ohc=R0N1TJ9UOQkQ7kNvwHngfpy&_nc_oc=Adr4X6685owGAWdoHt2GjqeNSRLBaYcJg3MEyNL4Y234JQkkCO59NgDitnwDWkr4skk&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=w2UP1MG8kgaiqpa_eiFLNA&_nc_tpa=Q5bMBQHiiUbrmNOpdLcswTZ7k53kyH5ypN7zZIBb1LQEXkpzkUua796MnJCO3I2cfKrtqxxJX74OygkW&oh=00_Af09XjJrhUELsgDgJas_pkbMCnwomAg2e_DXcUTdsIjc3w&oe=69E90C15scontent-iad6-1.xx.fbcdn.net/v/t51.... https://scontent-iad6-1.xx.fbcdn.net/v/t51.82787-15/657320102_18576829036019037_4445581107452659121_n.jpg?stp=dst-jpg_s960x960_tt6&_nc_cat=106&ccb=1-7&_nc_sid=13d280&_nc_ohc=R0N1TJ9UOQkQ7kNvwHngfpy&_nc_oc=Adr4X6685owGAWdoHt2GjqeNSRLBaYcJg3MEyNL4Y234JQkkCO59NgDitnwDWkr4skk&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=w2UP1MG8kgaiqpa_eiFLNA&_nc_tpa=Q5bMBQHiiUbrmNOpdLcswTZ7k53kyH5ypN7zZIBb1LQEXkpzkUua796MnJCO3I2cfKrtqxxJX74OygkW&oh=00_Af09XjJrhUELsgDgJas_pkbMCnwomAg2e_DXcUTdsIjc3w&oe=69E90C15 — 200 — 114.1 KiB — 615 ms — h3https://scontent-iad3-2.xx.fbcdn.net/v/t51.82787-15/661470449_18578756353042279_902351780575944438_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=105&ccb=1-7&_nc_sid=13d280&_nc_ohc=ZvWJHxV2TjwQ7kNvwH18_mZ&_nc_oc=AdqajHeMN0xZBB4AxbEUmycAa3MnbUXqQBP5wNxJJgsBsaYhvKcjfbSW7TO466ctej8&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=PpvUgQZ9KFSwgOcBiu4wYw&_nc_tpa=Q5bMBQGSK_PH0JA5wYdr93XFu2Rn5q1xauadwnkhU9EeyvbaTlinQOePROkOymghL3yQNdSsrIWuq18W&oh=00_Af25924NJIJthusu36hyDEHTWQ5yZTRPEqdXAK9xX_eiGQ&oe=69EA6F5Escontent-iad3-2.xx.fbcdn.net/v/t51.... https://scontent-iad3-2.xx.fbcdn.net/v/t51.82787-15/661470449_18578756353042279_902351780575944438_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=105&ccb=1-7&_nc_sid=13d280&_nc_ohc=ZvWJHxV2TjwQ7kNvwH18_mZ&_nc_oc=AdqajHeMN0xZBB4AxbEUmycAa3MnbUXqQBP5wNxJJgsBsaYhvKcjfbSW7TO466ctej8&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=PpvUgQZ9KFSwgOcBiu4wYw&_nc_tpa=Q5bMBQGSK_PH0JA5wYdr93XFu2Rn5q1xauadwnkhU9EeyvbaTlinQOePROkOymghL3yQNdSsrIWuq18W&oh=00_Af25924NJIJthusu36hyDEHTWQ5yZTRPEqdXAK9xX_eiGQ&oe=69EA6F5E — 200 — 59.1 KiB — 591 ms — h3https://scontent-iad6-1.xx.fbcdn.net/v/t15.5256-10/664761975_701084889731410_5758363509883385092_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=106&ccb=1-7&_nc_sid=d2b52d&_nc_ohc=WC24JLP7ER0Q7kNvwF9nrDD&_nc_oc=Adr66KDP8aMAI9GkFzPM_rBxn-ttK1O7auBATc8IulJJRVE_bAKCjaITXvKBYTCgpgk&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=KSU4ITBccZlFdIZl6y2lOA&_nc_tpa=Q5bMBQFI68Tek-mQYwgDkjDXxZEX1u1uORRkaS4K4jwA1q60QqvC0gkSrhDf3nGDhEPdyNOGbQAymj6G&oh=00_Af0GSwPdXLfTFBK-O48EFcIDKK0taaHDJGf2g2EsGOs0_A&oe=69EB166Cscontent-iad6-1.xx.fbcdn.net/v/t15.... https://scontent-iad6-1.xx.fbcdn.net/v/t15.5256-10/664761975_701084889731410_5758363509883385092_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=106&ccb=1-7&_nc_sid=d2b52d&_nc_ohc=WC24JLP7ER0Q7kNvwF9nrDD&_nc_oc=Adr66KDP8aMAI9GkFzPM_rBxn-ttK1O7auBATc8IulJJRVE_bAKCjaITXvKBYTCgpgk&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=KSU4ITBccZlFdIZl6y2lOA&_nc_tpa=Q5bMBQFI68Tek-mQYwgDkjDXxZEX1u1uORRkaS4K4jwA1q60QqvC0gkSrhDf3nGDhEPdyNOGbQAymj6G&oh=00_Af0GSwPdXLfTFBK-O48EFcIDKK0taaHDJGf2g2EsGOs0_A&oe=69EB166C — 200 — 46.4 KiB — 533 ms — h3https://scontent-iad6-1.xx.fbcdn.net/v/t51.82787-15/657575844_18576709645042279_3271741934870621264_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=102&ccb=1-7&_nc_sid=13d280&_nc_ohc=cf3cCRZsaMIQ7kNvwFODwGC&_nc_oc=AdrBwRaaeqaTp1rKACIsAhx6s99jkn7xz4n7qZr1gzQ8pPSIVds1daB2NAWZ5BKjTeQ&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=9SBSuWOEgpZgW_CZ2oaMHg&_nc_tpa=Q5bMBQHetleHl-fywcO1uwRD1GoYpJGnbfKu8is7bxVBbZ46-0fSq0_0QGDyolsma6DLxHk0FB0c84H9&oh=00_Af0XSGkNC09qg6j0C-UxNWotknHlzHTVTNK4_lyjimdZJw&oe=69ECEAF1scontent-iad6-1.xx.fbcdn.net/v/t51.... https://scontent-iad6-1.xx.fbcdn.net/v/t51.82787-15/657575844_18576709645042279_3271741934870621264_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=102&ccb=1-7&_nc_sid=13d280&_nc_ohc=cf3cCRZsaMIQ7kNvwFODwGC&_nc_oc=AdrBwRaaeqaTp1rKACIsAhx6s99jkn7xz4n7qZr1gzQ8pPSIVds1daB2NAWZ5BKjTeQ&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=9SBSuWOEgpZgW_CZ2oaMHg&_nc_tpa=Q5bMBQHetleHl-fywcO1uwRD1GoYpJGnbfKu8is7bxVBbZ46-0fSq0_0QGDyolsma6DLxHk0FB0c84H9&oh=00_Af0XSGkNC09qg6j0C-UxNWotknHlzHTVTNK4_lyjimdZJw&oe=69ECEAF1 — 200 — 124.8 KiB — 616 ms — h3https://scontent-iad3-2.xx.fbcdn.net/v/t39.30808-6/665964626_957008790051497_6306279548422768643_n.jpg?stp=dst-jpg_s1080x2048_tt6&_nc_cat=103&ccb=1-7&_nc_sid=13d280&_nc_ohc=r_pcBNeFhxsQ7kNvwHl6YgJ&_nc_oc=AdpYaXYKVHQNkksXuTE-ZPp5My1YDvRAoVixOcSTI3qdOuWN9vDU587yAEx60i2i2Xg&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=Cg11grKVz2mOsyfy_OB6UA&_nc_tpa=Q5bMBQGXQcEwZmltgwIymiLgasUxOG0bjPEu0DrRgvbVQZM69h-mchik3_OAp2CLA-Ivi07sVgufqUVv&oh=00_Af2K1XInovZqigFymLohv2zUVgJ1BUU0PT86rtq2mYOiXg&oe=69E7D8D0scontent-iad3-2.xx.fbcdn.net/v/t39.... https://scontent-iad3-2.xx.fbcdn.net/v/t39.30808-6/665964626_957008790051497_6306279548422768643_n.jpg?stp=dst-jpg_s1080x2048_tt6&_nc_cat=103&ccb=1-7&_nc_sid=13d280&_nc_ohc=r_pcBNeFhxsQ7kNvwHl6YgJ&_nc_oc=AdpYaXYKVHQNkksXuTE-ZPp5My1YDvRAoVixOcSTI3qdOuWN9vDU587yAEx60i2i2Xg&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=Cg11grKVz2mOsyfy_OB6UA&_nc_tpa=Q5bMBQGXQcEwZmltgwIymiLgasUxOG0bjPEu0DrRgvbVQZM69h-mchik3_OAp2CLA-Ivi07sVgufqUVv&oh=00_Af2K1XInovZqigFymLohv2zUVgJ1BUU0PT86rtq2mYOiXg&oe=69E7D8D0 — 200 — 118.3 KiB — 627 ms — h3https://scontent-iad6-1.cdninstagram.com/v/t51.82787-15/658785695_18581474719034310_5955129179846867968_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=XoRJkGNrXS8Q7kNvwFaR960&_nc_oc=Ado_p8rViA9rUDT_aFSCScIEmj7HSwRQq_Y_ea86g1y-SvY85-0yjzMdfrqItgUGzjA&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=AEQ6tj4EAAAA&_nc_gid=y0bHmS7ptfseJUge2jBavw&_nc_tpa=Q5bMBQEgS4t8AHmRJzaoej4C1t30nqto3rfU5JpJPBXv0dGuJBNbyaaMy5TPteUd_KXjDPsR_qx0zPs-&oh=00_Af3l9UXFEtPxF0OWPACRqibnCsYetr5cFwJu-P0EkoWi8Q&oe=69ED08FBscontent-iad6-1.cdninstagram.com/v/... https://scontent-iad6-1.cdninstagram.com/v/t51.82787-15/658785695_18581474719034310_5955129179846867968_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=102&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0xJUFMuYmVzdF9pbWFnZV91cmxnZW4uQzMifQ%3D%3D&_nc_ohc=XoRJkGNrXS8Q7kNvwFaR960&_nc_oc=Ado_p8rViA9rUDT_aFSCScIEmj7HSwRQq_Y_ea86g1y-SvY85-0yjzMdfrqItgUGzjA&_nc_zt=23&_nc_ht=scontent-iad6-1.cdninstagram.com&edm=AEQ6tj4EAAAA&_nc_gid=y0bHmS7ptfseJUge2jBavw&_nc_tpa=Q5bMBQEgS4t8AHmRJzaoej4C1t30nqto3rfU5JpJPBXv0dGuJBNbyaaMy5TPteUd_KXjDPsR_qx0zPs-&oh=00_Af3l9UXFEtPxF0OWPACRqibnCsYetr5cFwJu-P0EkoWi8Q&oe=69ED08FB — 200 — 123.1 KiB — 508 ms — h3https://scontent-iad3-2.xx.fbcdn.net/v/t15.5256-10/665289092_761709840208833_7194136997659946860_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=105&ccb=1-7&_nc_sid=d2b52d&_nc_ohc=9VZ9noGzxbkQ7kNvwEngW6s&_nc_oc=AdomxlWV1E2ZuTil00dYLbyOQi3n5b-YBhwlCy45woifN90Q1IvTFw-wBdivaNO02ik&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=O1VdVD5ir619mG-EbUc_6Q&_nc_tpa=Q5bMBQHFu73jCV_Z7UcygM51V5dRPwYVfrz61aji2ZH0gjUf3iCSO_nBldt4qlTz_AI-8gNYeCwmWPNN&oh=00_Af1kLTBDIoCMj6pJ01CjwDzvchlX648GsfzuNBx9KImvDQ&oe=69E90DDDscontent-iad3-2.xx.fbcdn.net/v/t15.... https://scontent-iad3-2.xx.fbcdn.net/v/t15.5256-10/665289092_761709840208833_7194136997659946860_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=105&ccb=1-7&_nc_sid=d2b52d&_nc_ohc=9VZ9noGzxbkQ7kNvwEngW6s&_nc_oc=AdomxlWV1E2ZuTil00dYLbyOQi3n5b-YBhwlCy45woifN90Q1IvTFw-wBdivaNO02ik&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=O1VdVD5ir619mG-EbUc_6Q&_nc_tpa=Q5bMBQHFu73jCV_Z7UcygM51V5dRPwYVfrz61aji2ZH0gjUf3iCSO_nBldt4qlTz_AI-8gNYeCwmWPNN&oh=00_Af1kLTBDIoCMj6pJ01CjwDzvchlX648GsfzuNBx9KImvDQ&oe=69E90DDD — 200 — 51.7 KiB — 517 ms — h3https://scontent-iad3-1.cdninstagram.com/v/t51.82787-15/660840206_18581701420034310_5883278954012389277_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=vg28aExjYd0Q7kNvwGttGRX&_nc_oc=AdpH5HTd6URRNRO0U2W-SBoMjqNK6HM-hAcd07QKlXPdSePHxIVV2YBhUyhqRwLS8aQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=AEQ6tj4EAAAA&_nc_gid=EuruEekqgxJFI5QWtTgsow&oh=00_Af3M3UHpocqJ1LrGPidIg82nfv_mSc6c4p9on3BYJu3zBQ&oe=69EB11D2scontent-iad3-1.cdninstagram.com/v/... https://scontent-iad3-1.cdninstagram.com/v/t51.82787-15/660840206_18581701420034310_5883278954012389277_n.jpg?stp=dst-jpg_e35_tt6&_nc_cat=104&ccb=7-5&_nc_sid=18de74&efg=eyJlZmdfdGFnIjoiQ0FST1VTRUxfSVRFTS5iZXN0X2ltYWdlX3VybGdlbi5DMyJ9&_nc_ohc=vg28aExjYd0Q7kNvwGttGRX&_nc_oc=AdpH5HTd6URRNRO0U2W-SBoMjqNK6HM-hAcd07QKlXPdSePHxIVV2YBhUyhqRwLS8aQ&_nc_zt=23&_nc_ht=scontent-iad3-1.cdninstagram.com&edm=AEQ6tj4EAAAA&_nc_gid=EuruEekqgxJFI5QWtTgsow&oh=00_Af3M3UHpocqJ1LrGPidIg82nfv_mSc6c4p9on3BYJu3zBQ&oe=69EB11D2 — 200 — 1.3 MiB — 704 ms — h3https://scontent-iad3-1.xx.fbcdn.net/v/t51.82787-15/658872626_18579190690042279_5683009541843213881_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=108&ccb=1-7&_nc_sid=13d280&_nc_ohc=R5AQJuzXHckQ7kNvwFCtSCn&_nc_oc=AdpEKBpF2KXyeRWu65pLsxZK-r0DRv5pBvUZMqg-wumYMEYijIInaAUGAT-GXQX5r7s&_nc_zt=23&_nc_ht=scontent-iad3-1.xx&edm=AJfPMC4EAAAA&_nc_gid=0Ys0JUczefxS1-k64z9trg&_nc_tpa=Q5bMBQEkghiSc2ILEuSLUwhxHDiRL4H1_hmwmDyIG_0H7wXfMgM-vr_mMBb1t_72jr63dgYwq3mveJUM&oh=00_Af2GtGlW8OQPwoHwBxxtwqB3EfTPaQqUIYUL4Fhx4mgutQ&oe=69E90123scontent-iad3-1.xx.fbcdn.net/v/t51.... https://scontent-iad3-1.xx.fbcdn.net/v/t51.82787-15/658872626_18579190690042279_5683009541843213881_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=108&ccb=1-7&_nc_sid=13d280&_nc_ohc=R5AQJuzXHckQ7kNvwFCtSCn&_nc_oc=AdpEKBpF2KXyeRWu65pLsxZK-r0DRv5pBvUZMqg-wumYMEYijIInaAUGAT-GXQX5r7s&_nc_zt=23&_nc_ht=scontent-iad3-1.xx&edm=AJfPMC4EAAAA&_nc_gid=0Ys0JUczefxS1-k64z9trg&_nc_tpa=Q5bMBQEkghiSc2ILEuSLUwhxHDiRL4H1_hmwmDyIG_0H7wXfMgM-vr_mMBb1t_72jr63dgYwq3mveJUM&oh=00_Af2GtGlW8OQPwoHwBxxtwqB3EfTPaQqUIYUL4Fhx4mgutQ&oe=69E90123 — 200 — 65.8 KiB — 433 ms — h3https://scontent-iad3-2.xx.fbcdn.net/v/t51.82787-15/658972993_18052840697719023_2170071156141341167_n.jpg?stp=dst-jpegr_p720x720_tt6&_nc_cat=105&ccb=1-7&_nc_sid=13d280&_nc_ohc=a2DQn8Nh4A4Q7kNvwFHpqkh&_nc_oc=AdpUaLVv4jJ-adXwfdDtAITJTkSHL5NJD0avQZbRohiNWxKjbIvtNc6v6IL7RG3jVjs&_nc_zt=23&se=-1&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=anY4VOewzuGUfDWOrmYE6g&_nc_tpa=Q5bMBQFYVwHfcV4_ogVR-k5P10MaUtltqJcBZgxlFntpFUfDveHQb8ObmpIPmPOClLQsMuSvuNiSoK8v&oh=00_Af1QQWpc4aL01HnK4lWiMreuE3HFMjA6vnefZO6u3aU5nw&oe=69EC369Fscontent-iad3-2.xx.fbcdn.net/v/t51.... https://scontent-iad3-2.xx.fbcdn.net/v/t51.82787-15/658972993_18052840697719023_2170071156141341167_n.jpg?stp=dst-jpegr_p720x720_tt6&_nc_cat=105&ccb=1-7&_nc_sid=13d280&_nc_ohc=a2DQn8Nh4A4Q7kNvwFHpqkh&_nc_oc=AdpUaLVv4jJ-adXwfdDtAITJTkSHL5NJD0avQZbRohiNWxKjbIvtNc6v6IL7RG3jVjs&_nc_zt=23&se=-1&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=anY4VOewzuGUfDWOrmYE6g&_nc_tpa=Q5bMBQFYVwHfcV4_ogVR-k5P10MaUtltqJcBZgxlFntpFUfDveHQb8ObmpIPmPOClLQsMuSvuNiSoK8v&oh=00_Af1QQWpc4aL01HnK4lWiMreuE3HFMjA6vnefZO6u3aU5nw&oe=69EC369F — 200 — 110.4 KiB — 626 ms — h3https://scontent-iad3-2.xx.fbcdn.net/v/t51.82787-15/658854407_18576954196060907_6931333870608472035_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=103&ccb=1-7&_nc_sid=13d280&_nc_ohc=Z3lYYv4PRvoQ7kNvwH7hSk4&_nc_oc=AdpTWX99lq8esWPrk1ZiPpnJN1POF4fei-y6NHNjLxx8brXLbOAfvZsUHZyy0A-OcK0&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=DS-OlI2X4LeWt7c9Rr5qmw&_nc_tpa=Q5bMBQE1iNcS5BAkAOOQ2HeHqNAMgPPhr4gluAVW2Ce7lZrJm_d_VR1RTzVN0YnpELCsRETQ1oBsGlos&oh=00_Af2ZE-WV122vD9HevIlhRkMyfNyyMJaAUKhrqo11HyNiAw&oe=69ED1365scontent-iad3-2.xx.fbcdn.net/v/t51.... https://scontent-iad3-2.xx.fbcdn.net/v/t51.82787-15/658854407_18576954196060907_6931333870608472035_n.jpg?stp=dst-jpg_p720x720_tt6&_nc_cat=103&ccb=1-7&_nc_sid=13d280&_nc_ohc=Z3lYYv4PRvoQ7kNvwH7hSk4&_nc_oc=AdpTWX99lq8esWPrk1ZiPpnJN1POF4fei-y6NHNjLxx8brXLbOAfvZsUHZyy0A-OcK0&_nc_zt=23&_nc_ht=scontent-iad3-2.xx&edm=AJfPMC4EAAAA&_nc_gid=DS-OlI2X4LeWt7c9Rr5qmw&_nc_tpa=Q5bMBQE1iNcS5BAkAOOQ2HeHqNAMgPPhr4gluAVW2Ce7lZrJm_d_VR1RTzVN0YnpELCsRETQ1oBsGlos&oh=00_Af2ZE-WV122vD9HevIlhRkMyfNyyMJaAUKhrqo11HyNiAw&oe=69ED1365 — 200 — 96.2 KiB — 617 ms — h3https://scontent-iad6-1.xx.fbcdn.net/v/t51.71878-10/658444426_1484419906733647_970860429580579217_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=102&ccb=1-7&_nc_sid=5fad0e&_nc_ohc=3kXoBrCyiR4Q7kNvwGeL_eS&_nc_oc=AdrNg7tc4I2ln5BgCvUK_tuUeVFXFG3SvwKFo5C8r_L0cQ-NPrVWq0Y1jLcpnYCW21I&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=FOuuahkZXPfxGKzpeApJjQ&_nc_tpa=Q5bMBQFEwCZe9kejb9vMVOdDJRWAXHYkVI5Pk_r9EDjIsu-qPmQI6TOLEZws2AHOV9_rZpJY2AVexzjk&oh=00_Af1cyoJ8h-2Sx0aGUwP68rnk0dpc3MXNHRITAAnxvrSWzw&oe=69E90750scontent-iad6-1.xx.fbcdn.net/v/t51.... https://scontent-iad6-1.xx.fbcdn.net/v/t51.71878-10/658444426_1484419906733647_970860429580579217_n.jpg?stp=dst-jpg_s720x720_tt6&_nc_cat=102&ccb=1-7&_nc_sid=5fad0e&_nc_ohc=3kXoBrCyiR4Q7kNvwGeL_eS&_nc_oc=AdrNg7tc4I2ln5BgCvUK_tuUeVFXFG3SvwKFo5C8r_L0cQ-NPrVWq0Y1jLcpnYCW21I&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=FOuuahkZXPfxGKzpeApJjQ&_nc_tpa=Q5bMBQFEwCZe9kejb9vMVOdDJRWAXHYkVI5Pk_r9EDjIsu-qPmQI6TOLEZws2AHOV9_rZpJY2AVexzjk&oh=00_Af1cyoJ8h-2Sx0aGUwP68rnk0dpc3MXNHRITAAnxvrSWzw&oe=69E90750 — 200 — 25.0 KiB — 319 ms — h3https://scontent-iad6-1.xx.fbcdn.net/v/t39.30808-6/663399630_956110183474691_2992011125068620212_n.jpg?stp=dst-jpg_s1080x2048_tt6&_nc_cat=106&ccb=1-7&_nc_sid=13d280&_nc_ohc=tHq7bdf8-loQ7kNvwFl3816&_nc_oc=AdpMLW-6GPbJT4dSvyiI7aPUfThH3NaZQ0j9j5sFFjfdeP66fiO-wMtMa2E4Zc7DfBA&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=9Xy4vCnA0P2GcPwtPLK2hQ&_nc_tpa=Q5bMBQFH9tbTMznyipWBxShWIzUhNaoJf9UJCiZvVkTCv-BrQhyWeXw1HwgiJk5hB6tGU2TfsAuSelrG&oh=00_Af16EB4gxv_w3VheBM27kr-sGb-NjfuYZ8PArzbNbGYF9A&oe=69E94650scontent-iad6-1.xx.fbcdn.net/v/t39.... https://scontent-iad6-1.xx.fbcdn.net/v/t39.30808-6/663399630_956110183474691_2992011125068620212_n.jpg?stp=dst-jpg_s1080x2048_tt6&_nc_cat=106&ccb=1-7&_nc_sid=13d280&_nc_ohc=tHq7bdf8-loQ7kNvwFl3816&_nc_oc=AdpMLW-6GPbJT4dSvyiI7aPUfThH3NaZQ0j9j5sFFjfdeP66fiO-wMtMa2E4Zc7DfBA&_nc_zt=23&_nc_ht=scontent-iad6-1.xx&edm=AJfPMC4EAAAA&_nc_gid=9Xy4vCnA0P2GcPwtPLK2hQ&_nc_tpa=Q5bMBQFH9tbTMznyipWBxShWIzUhNaoJf9UJCiZvVkTCv-BrQhyWeXw1HwgiJk5hB6tGU2TfsAuSelrG&oh=00_Af16EB4gxv_w3VheBM27kr-sGb-NjfuYZ8PArzbNbGYF9A&oe=69E94650 — 200 — 200.1 KiB — 626 ms — h3https://cdn.jsdelivr.net/npm/vanilla-lazyload@17.8.3/dist/lazyload.min.jscdn.jsdelivr.net/npm/vanilla-lazylo... https://cdn.jsdelivr.net/npm/vanilla-lazyload@17.8.3/dist/lazyload.min.js — 200 — 3.5 KiB — 9 ms — h2https://cse.google.com/cse.js?cx=007055646345973409059:8hr0gvmjar8cse.google.com/cse.js?cx=0070556463... https://cse.google.com/cse.js?cx=007055646345973409059:8hr0gvmjar8 — 200 — 4.0 KiB — 88 ms — h2https://www.googletagmanager.com/gtag/js?id=G-6BMZK7EYHE&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-6BMZK7EYHE&cx=c&gtm=4e64h1 — 200 — 156.9 KiB — 54 ms — h2https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/facebook--brand.svgs3.us-west-1.amazonaws.com/webcompo... https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/facebook--brand.svg — 200 — 1.3 KiB — 504 ms — http/1.1https://www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.csswww.google.com/cse/static/element/d... https://www.google.com/cse/static/element/dc329f57de078f5d/default_v6+en.css — 200 — 12.0 KiB — 77 ms — h3https://www.google.com/cse/static/style/look/v6/default.csswww.google.com/cse/static/style/loo... https://www.google.com/cse/static/style/look/v6/default.css — 200 — 1.2 KiB — 69 ms — h3https://www.ucla.edu/csp-hotline.phpwww.ucla.edu/csp-hotline.php https://www.ucla.edu/csp-hotline.php — 403 — 1.2 KiB — 19 ms — h2https://region1.google-analytics.com/g/collect?v=2&tid=G-6BMZK7EYHE&gtm=45je64h1v898321252z8811499836za20gzb811499836zd811499836&_p=1776797880491&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=492603611.1776797881&frm=0&pscdl=noapi&rcb=7&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~115938466~115938469~117266401&sid=1776797880&sct=1&seg=0&dl=https%3A%2F%2Fwww.ucla.edu%2F&dt=A%20World%20Leader%20in%20Education%20and%20Research%20Excellence%20%7C%20UCLA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1035region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-6BMZK7EYHE&gtm=45je64h1v898321252z8811499836za20gzb811499836zd811499836&_p=1776797880491&gcd=13l3l3l2l1l1&npa=1&dma_cps=a&dma=1&are=1&cid=492603611.1776797881&frm=0&pscdl=noapi&rcb=7&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~115938466~115938469~117266401&sid=1776797880&sct=1&seg=0&dl=https%3A%2F%2Fwww.ucla.edu%2F&dt=A%20World%20Leader%20in%20Education%20and%20Research%20Excellence%20%7C%20UCLA&en=page_view&_fv=1&_nsi=1&_ss=1&tfd=1035 — 204 — 547 B — 102 ms — h2https://images.sidearmdev.com/crop?url=https%3a%2f%2fdxbhsrqyrr690.cloudfront.net%2fsidearm.nextgen.sites%2fuclabruins.com%2fimages%2f2026%2f4%2f20%2fValeros_251107_GYM_OV_0671.jpg&height=1125&width=2000&type=webp&gravity=smartimages.sidearmdev.com/crop?url=http... https://images.sidearmdev.com/crop?url=https%3a%2f%2fdxbhsrqyrr690.cloudfront.net%2fsidearm.nextgen.sites%2fuclabruins.com%2fimages%2f2026%2f4%2f20%2fValeros_251107_GYM_OV_0671.jpg&height=1125&width=2000&type=webp&gravity=smart — 200 — 59.1 KiB — 115 ms — h2https://images.sidearmdev.com/crop?url=https%3a%2f%2fdxbhsrqyrr690.cloudfront.net%2fsidearm.nextgen.sites%2fuclabruins.com%2fimages%2f2026%2f4%2f19%2fTripathi_Aadarsh_20260313_MTEN_USC_AH_0376C.jpg&height=1125&width=2000&type=webp&gravity=smartimages.sidearmdev.com/crop?url=http... https://images.sidearmdev.com/crop?url=https%3a%2f%2fdxbhsrqyrr690.cloudfront.net%2fsidearm.nextgen.sites%2fuclabruins.com%2fimages%2f2026%2f4%2f19%2fTripathi_Aadarsh_20260313_MTEN_USC_AH_0376C.jpg&height=1125&width=2000&type=webp&gravity=smart — 200 — 74.1 KiB — 108 ms — h2https://images.sidearmdev.com/crop?url=https%3a%2f%2fdxbhsrqyrr690.cloudfront.net%2fsidearm.nextgen.sites%2fuclabruins.com%2fimages%2f2026%2f4%2f20%2fIMG_2629.jpg&height=1125&width=2000&type=webp&gravity=smartimages.sidearmdev.com/crop?url=http... https://images.sidearmdev.com/crop?url=https%3a%2f%2fdxbhsrqyrr690.cloudfront.net%2fsidearm.nextgen.sites%2fuclabruins.com%2fimages%2f2026%2f4%2f20%2fIMG_2629.jpg&height=1125&width=2000&type=webp&gravity=smart — 200 — 75.2 KiB — 80 ms — h2https://images.sidearmdev.com/crop?url=https%3a%2f%2fdxbhsrqyrr690.cloudfront.net%2fsidearm.nextgen.sites%2fuclabruins.com%2fimages%2f2026%2f4%2f19%2fRPT_7546.jpg&height=1125&width=2000&type=webp&gravity=smartimages.sidearmdev.com/crop?url=http... https://images.sidearmdev.com/crop?url=https%3a%2f%2fdxbhsrqyrr690.cloudfront.net%2fsidearm.nextgen.sites%2fuclabruins.com%2fimages%2f2026%2f4%2f19%2fRPT_7546.jpg&height=1125&width=2000&type=webp&gravity=smart — 200 — 104.6 KiB — 101 ms — h2https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/linkedin--brand.svgs3.us-west-1.amazonaws.com/webcompo... https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/linkedin--brand.svg — 200 — 1.3 KiB — 479 ms — http/1.1https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/x--brand.svgs3.us-west-1.amazonaws.com/webcompo... https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/x--brand.svg — 200 — 866 B — 504 ms — http/1.1https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/youtube--brand.svgs3.us-west-1.amazonaws.com/webcompo... https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/youtube--brand.svg — 200 — 1.3 KiB — 497 ms — http/1.1https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/tiktok--brand.svgs3.us-west-1.amazonaws.com/webcompo... https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/tiktok--brand.svg — 200 — 2.5 KiB — 505 ms — http/1.1https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3Dwww.google.com/cse/static/element/d... https://www.google.com/cse/static/element/dc329f57de078f5d/cse_element__en.js?usqp=CAM%3D — 200 — 102.7 KiB — 57 ms — h3https://www.ucla.edu/img/external-link--defaultblue.svgwww.ucla.edu/img/external-link--def... https://www.ucla.edu/img/external-link--defaultblue.svg — 200 — 1.1 KiB — 21 ms — h2https://www.ucla.edu/img/external-link--white.svgwww.ucla.edu/img/external-link--whi... https://www.ucla.edu/img/external-link--white.svg — 200 — 1.1 KiB — 22 ms — h2https://www.ucla.edu/api/programs?s=undefined&degrees=&fields=&schools=www.ucla.edu/api/programs?s=undefin... https://www.ucla.edu/api/programs?s=undefined&degrees=&fields=&schools= — 200 — 762 B — 21 ms — h2https://www.ucla.edu/api/cookie/get?name=ucla-cookie-policywww.ucla.edu/api/cookie/get?name=uc... https://www.ucla.edu/api/cookie/get?name=ucla-cookie-policy — 200 — 2.0 KiB — 21 ms — h2https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/threads--brand.svgs3.us-west-1.amazonaws.com/webcompo... https://s3.us-west-1.amazonaws.com/webcomponents.ucla.edu/img/icons/social/threads--brand.svg — 200 — 2.4 KiB — 235 ms — http/1.1https://cse.google.com/adsense/search/async-ads.jscse.google.com/adsense/search/async... https://cse.google.com/adsense/search/async-ads.js — 200 — 43.6 KiB — 55 ms — h2https://www.google.com/cse/static/images/1x/en/branding.pngwww.google.com/cse/static/images/1x... https://www.google.com/cse/static/images/1x/en/branding.png — 200 — 1.5 KiB — 21 ms — h3https://clients1.google.com/generate_204clients1.google.com/generate_204 https://clients1.google.com/generate_204 — 204 — 117 B — 70 ms — h2https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=/BNMr6HbRIOcd1EEHGr9sQ==&sde=1ep1.adtrafficquality.google/getconf... https://ep1.adtrafficquality.google/getconfig/sodar?sv=200&tid=afs&tv=1234567890&st=env&sjk=/BNMr6HbRIOcd1EEHGr9sQ==&sde=1 — 200 — 8.0 KiB — 59 ms — h3https://www.ucla.edu/favicon.icowww.ucla.edu/favicon.ico https://www.ucla.edu/favicon.ico — 200 — 5.6 KiB — 20 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2.jsep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2.js — 200 — 7.9 KiB — 73 ms — h2https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.htmlep2.adtrafficquality.google/sodar/s... https://ep2.adtrafficquality.google/sodar/sodar2/254/runner.html — 200 — 5.8 KiB — 71 ms — h2https://pagead2.googlesyndication.com/bg/dj12lhpBI2WR1GQ6n5lcmp69XlpHOiTAWO7c9b6NTo0.jspagead2.googlesyndication.com/bg/dj... https://pagead2.googlesyndication.com/bg/dj12lhpBI2WR1GQ6n5lcmp69XlpHOiTAWO7c9b6NTo0.js — 200 — 21.6 KiB — 81 ms — h3https://ep2.adtrafficquality.google/generate_204?0DjT4Aep2.adtrafficquality.google/generat... https://ep2.adtrafficquality.google/generate_204?0DjT4A — 204 — 40 B — 26 ms — h2https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=%2FBNMr6HbRIOcd1EEHGr9sQ%3D%3D&bg=!m5ilmPrNAAY2C5OeFgs7AEcBe5WfOJBDltJ3iEYk6FtpwIMKuEpeVEd-kCe5YDdcGdllRZf5yCwFp4uk69vy55QzSbxzGJIzvVpNjqv23_NIlJcwH0qMcwIAAABBUgAAAANoAQd-ABsVVkJ9kmhloITBILF67ThAFfk-Kc-Rc-aA5YAKAEuaHUucovZm70b3srlqhq5mFUYR4lUUWSxRIVljwiYxMfFp3pxVd9OVYkZFg7iE6mOICrwGWe2H1NLC2TU0Wn8QsohxnWhrP8TsBM6ZAgYnLGg4veeCuMYgjYpM2-6Kk-neLWNStNyq0xGgWqjKTo7nKeX9Ge1IKd5XY9o1tCmdAT0pynGegsi4FkopxpwJgFDVwx5cbSo3raZzSGsj1iD11LSVBHKi35bQcn2QYu7xLHdi6KRGpcgzOS_qDRDHojH8K90L1nRrVPX3chDDovoIPYZl3axtb4GLudGISdaniW2mrOGiGDUespuTNlykUnpL54BaWMS6QjF07jklUPSJf0wGKOILyXf-733YpHbXx8xz0rryTMCZ3BmkwwnTupngLnB73kRuayOrb5DzSunZ29_NG4CrXjmpOwY3x-nkZ7kCH-QHc70O-nVAc4d8cqw4xmEEiUjjypABx1nSxFBxtNr6FBPMMAuLQlkkYARyYvU7jc8xeuTOD-pSUFbjES20u40Lb10KmAt6sWvbFI4_25IRp5hxflNOQ3DQDVY4YAY62toretP2yAPOA4w2OktcPTmLj37jDvGRV4mOPubv5tds5tixTI0aR2ovHpn5U2AMHqix7y2ThDJXTwF9rm8nqWsJYCvcvyID41u1RWfO2BIYOIe5miQYHBPU0cEPjnZMTlgly4OFs3-dwrA4oQ0_WPmhclLpczASnFNg3b7ePbRHfpIo14FFHzM2lhplqgd0Wplwx2MckAJV119s6r3OUKo-KiFrvWqY8cnB_Jv5UjZjOwep1.adtrafficquality.google/pagead/... https://ep1.adtrafficquality.google/pagead/sodar?id=sodar2&v=254&t=2&li=afs_1234567890&jk=%2FBNMr6HbRIOcd1EEHGr9sQ%3D%3D&bg=!m5ilmPrNAAY2C5OeFgs7AEcBe5WfOJBDltJ3iEYk6FtpwIMKuEpeVEd-kCe5YDdcGdllRZf5yCwFp4uk69vy55QzSbxzGJIzvVpNjqv23_NIlJcwH0qMcwIAAABBUgAAAANoAQd-ABsVVkJ9kmhloITBILF67ThAFfk-Kc-Rc-aA5YAKAEuaHUucovZm70b3srlqhq5mFUYR4lUUWSxRIVljwiYxMfFp3pxVd9OVYkZFg7iE6mOICrwGWe2H1NLC2TU0Wn8QsohxnWhrP8TsBM6ZAgYnLGg4veeCuMYgjYpM2-6Kk-neLWNStNyq0xGgWqjKTo7nKeX9Ge1IKd5XY9o1tCmdAT0pynGegsi4FkopxpwJgFDVwx5cbSo3raZzSGsj1iD11LSVBHKi35bQcn2QYu7xLHdi6KRGpcgzOS_qDRDHojH8K90L1nRrVPX3chDDovoIPYZl3axtb4GLudGISdaniW2mrOGiGDUespuTNlykUnpL54BaWMS6QjF07jklUPSJf0wGKOILyXf-733YpHbXx8xz0rryTMCZ3BmkwwnTupngLnB73kRuayOrb5DzSunZ29_NG4CrXjmpOwY3x-nkZ7kCH-QHc70O-nVAc4d8cqw4xmEEiUjjypABx1nSxFBxtNr6FBPMMAuLQlkkYARyYvU7jc8xeuTOD-pSUFbjES20u40Lb10KmAt6sWvbFI4_25IRp5hxflNOQ3DQDVY4YAY62toretP2yAPOA4w2OktcPTmLj37jDvGRV4mOPubv5tds5tixTI0aR2ovHpn5U2AMHqix7y2ThDJXTwF9rm8nqWsJYCvcvyID41u1RWfO2BIYOIe5miQYHBPU0cEPjnZMTlgly4OFs3-dwrA4oQ0_WPmhclLpczASnFNg3b7ePbRHfpIo14FFHzM2lhplqgd0Wplwx2MckAJV119s6r3OUKo-KiFrvWqY8cnB_Jv5UjZjOw — 204 — 17 B — 60 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
100% of JavaScript execution is third-party
First-party Third-party 556ms · 343KB · $7/mo
Unattributable
Other
Costly
Execution 229ms
Transfer 0 KB
Monthly Cost $3/mo
www.ucla.edu
Other
Optional
Execution 119ms
Transfer 88 KB
Unused 40%
Monthly Cost $2/mo
www.ucla.edu
Other
Optional
Execution 115ms
Transfer 99 KB
Monthly Cost $2/mo
Google Tag Manager
Tag Manager
Optional
Execution 93ms
Transfer 157 KB
Unused 43%
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 229ms and costs ~$3/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

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

Why this matters

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

Source: web.dev

How third-party costs are calculated

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

Send Feedback