Skip to content
https://uptodown.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
76
GRADE
C
FIX
5
REVIEW
2
PASS
8
INFO
2

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

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

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

2.11 s

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

4.00 s

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

216 ms

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

0.000

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

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

8.09 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
17
8 PASS 2 REVIEW 5 FIX
F
Page Weight Budget
Action
3.0 MB transferred, 250 requests
FIX
3.0 MB transferred, 250 requests
Warning::
Page weighs 5.0 MB (3.0 MB transferred)
Warning::
Images are 2.2 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 2.2 MB
Warning::
JavaScript is 507 KB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 507 KB
Warning::
250 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 0.62 g CO2 per page load
3.0 MB / 2.4 MB budget
3.0 MB transferred
250 requests
0.62 g CO2 per page load
Images 2.2 MiB 75%
JavaScript 507.0 KiB 17%
Other 119.2 KiB 4%
HTML 46.1 KiB 2%
Other 42.3 KiB 1%
Fonts 34.1 KiB 1%
CSS 12.4 KiB 0%
Other 7.4 KiB 0%
Other 763 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.0 MiB of 3.0 MiB)
Info::
Third-party blocking time is low (0 ms)
100%
First-party Third-party
D
JS Execution Cost
Action
3004ms total JS execution
FIX
3004ms total JS execution
Warning::
https://www.uptodown.com/: 1090ms CPU time
Warning::
Unattributable: 1081ms CPU time
Warning::
https://geo.cookie-script.com/s/a52be48a31f50475bd...: 462ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-DW5X...: 220ms CPU time
Info::
https://cdn.cookie-script.com/iabtcf/2.3/sdk_cmp.j...: 99ms CPU time
Warning::
Third-party scripts: 3004ms (100% of total)

Main Thread Breakdown

Other 48% Script Evaluation 25% Style & Layout 12% Rendering 9% Script Parsing & Compilation 3%
ScriptTotalScriptingParse/CompileParty
https://www.uptodown.com/1090ms116ms2ms3rd
Unattributable1081ms10ms0ms3rd
https://geo.cookie-script.com/s/a52be48a31f50475bd697e1db8507f9d.js?country=no-is-li-gb-ch-br&state=ca&region=eu462ms300ms16ms3rd
https://www.googletagmanager.com/gtag/js?id=G-DW5XRK7GYT220ms186ms33ms3rd
https://cdn.cookie-script.com/iabtcf/2.3/sdk_cmp.js99ms88ms6ms3rd
https://stc.utdstc.com/1776771086959/home.js52ms35ms6ms3rd
D
Page Weight Inventory
Action
250 resources · 3.0 MB · 197 KB savings available
FIX
250 resources · 3.0 MB · 197 KB savings available
Warning::
Page weight 2.0 MB over 1MB target
Got: 3.0 MB Expected: ≤ 1 MB
Info::
~197 KB of savings available
Warning::
248 third-party resources (100% of weight)
250 resources · 3.0 MiB · 248 third-party 2.0 MiB over 1MB target
Image 75% · 2.2 MiB
JavaScript 17% · 507.0 KiB
Other 5% · 162.3 KiB
Document 2% · 46.3 KiB
Font 1% · 34.1 KiB
CSS 0% · 12.4 KiB

~196.6 KiB of savings available

Remove unused JavaScript: 196.6 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.

B
Image Optimization
226 images, 0 KB saveable
REVIEW
226 images, 0 KB saveable
Info::
All images are well-optimized
226 images 2.2 MB
0 oversized -0 KB
13 legacy format
0 missing dimensions CLS risk
C
JS Bundles
Action
7 scripts, 197 KB unused
REVIEW
7 scripts, 197 KB unused
Warning::
https://accounts.google.com/gsi/client: 80 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://www.googletagmanager.com/gtag/js?id=G-DW5X...: 62 KB unused (39%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://stc.utdstc.com/1776771086959/home.js: 55 KB unused (80%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 197 KB
197 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://accounts.google.com/gsi/client96 KB80 KB (83%)3rd
https://www.googletagmanager.com/gtag/js?id=G-DW5XRK7GYT160 KB62 KB (39%)3rd
https://stc.utdstc.com/1776771086959/home.js77 KB55 KB (80%)3rd
https://geo.cookie-script.com/s/a52be48a31f50475bd697e1db8507f9d.js?country=no-is-li-gb-ch-br&state=ca&region=eu44 KB3rd
https://ssm.codes/smart-tag/uptodown-ng.js79 KB3rd
https://stc.utdstc.com/1776771086959/vendor.js24 KB3rd
https://cdn.cookie-script.com/iabtcf/2.3/sdk_cmp.js26 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

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
2 fonts (34 KB)
PASS
2 fonts (34 KB)
Info::
2 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

2

34 KB total

Render-blocking

0

of 2

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.1 s LCP 4.0 shttps://stc.utdstc.com/fonts/geomanist-medium-webfont.woff2geomanist-medium-webfon... https://stc.utdstc.com/fonts/geomanist-medium-webfont.woff2 — 17.4 KiB — 53 ms — font-display: swaphttps://stc.utdstc.com/fonts/geomanist-regular-webfont.woff2geomanist-regular-webfo... https://stc.utdstc.com/fonts/geomanist-regular-webfont.woff2 — 16.7 KiB — 55 ms — font-display: swap
geomanist-medium-webfon... woff2 swap
Size 17 KB
Load time 53 ms
Start 92 ms
Risk FOUT — text flashes from fallback to web font
geomanist-regular-webfo... woff2 swap
Size 17 KB
Load time 55 ms
Start 93 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)
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
5 hints, 0 missing preconnects
PASS
5 hints, 0 missing preconnects
Info::
Page uses 5 resource hint(s)

Current Resource Hints

preconnect
2
preload
2
dns-prefetch
1
prefetch

5 resource hints configured

A+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
A+
Green Hosting
Whether the site is served from green-energy infrastructure
PASS

Green Hosting

This site is hosted on green energy infrastructure

Provider: OVHcloud

Network Waterfall
250 requests over 1092ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.1 s LCP 4.0 shttps://uptodown.com// https://uptodown.com/ — 301 — 244 B — 66 ms — h2https://www.uptodown.com/www.uptodown.com/ https://www.uptodown.com/ — 200 — 46.1 KiB — 12 ms — h2https://stc.utdstc.com/fonts/geomanist-medium-webfont.woff2stc.utdstc.com/fonts/geomanist-medi... https://stc.utdstc.com/fonts/geomanist-medium-webfont.woff2 — 200 — 17.4 KiB — 53 ms — h2https://stc.utdstc.com/fonts/geomanist-regular-webfont.woff2stc.utdstc.com/fonts/geomanist-regu... https://stc.utdstc.com/fonts/geomanist-regular-webfont.woff2 — 200 — 16.7 KiB — 55 ms — h2https://stc.utdstc.com/img/icons-nolazy.svgstc.utdstc.com/img/icons-nolazy.svg https://stc.utdstc.com/img/icons-nolazy.svg — 200 — 4.2 KiB — 53 ms — h2https://stc.utdstc.com/img/svgs/logo-uptodown.svgstc.utdstc.com/img/svgs/logo-uptodo... https://stc.utdstc.com/img/svgs/logo-uptodown.svg — 200 — 1.2 KiB — 54 ms — h2https://stc.utdstc.com/img/svgs/icon-24-turbo2.svgstc.utdstc.com/img/svgs/icon-24-tur... https://stc.utdstc.com/img/svgs/icon-24-turbo2.svg — 200 — 1.1 KiB — 53 ms — h2https://img.utdstc.com/screen/127/0f2/1270f2c79326bf3b326e38ad5a0a892aba65a53c0d5f37664579844cfac89c51:380img.utdstc.com/screen/127/0f2/1270f... https://img.utdstc.com/screen/127/0f2/1270f2c79326bf3b326e38ad5a0a892aba65a53c0d5f37664579844cfac89c51:380 — 200 — 88.9 KiB — 68 ms — h2https://img.utdstc.com/screen/502/bdf/502bdf58470a08d5b06301007827b75fe4fa9085b498896e34b0938ac7cf619b:380img.utdstc.com/screen/502/bdf/502bd... https://img.utdstc.com/screen/502/bdf/502bdf58470a08d5b06301007827b75fe4fa9085b498896e34b0938ac7cf619b:380 — 200 — 57.8 KiB — 64 ms — h2https://img.utdstc.com/screen/777/c6b/777c6bceebc88a02f182255f7ff679d0d464c9a93c9e5a148833f94681e6879c:380img.utdstc.com/screen/777/c6b/777c6... https://img.utdstc.com/screen/777/c6b/777c6bceebc88a02f182255f7ff679d0d464c9a93c9e5a148833f94681e6879c:380 — 200 — 17.6 KiB — 62 ms — h2https://geo.cookie-script.com/s/a52be48a31f50475bd697e1db8507f9d.js?country=no-is-li-gb-ch-br&state=ca&region=eugeo.cookie-script.com/s/a52be48a31f... https://geo.cookie-script.com/s/a52be48a31f50475bd697e1db8507f9d.js?country=no-is-li-gb-ch-br&state=ca&region=eu — 200 — 44.0 KiB — 285 ms — h2https://ssm.codes/smart-tag/uptodown-ng.jsssm.codes/smart-tag/uptodown-ng.js https://ssm.codes/smart-tag/uptodown-ng.js — 200 — 79.4 KiB — 284 ms — h3https://img.utdstc.com/screen/738/841/738841673bd158d51d0ccf47100ff2022aa1ce19366faa293cb2a6e657affa89:380img.utdstc.com/screen/738/841/73884... https://img.utdstc.com/screen/738/841/738841673bd158d51d0ccf47100ff2022aa1ce19366faa293cb2a6e657affa89:380 — 200 — 112.2 KiB — 54 ms — h2https://img.utdstc.com/screen/ba2/765/ba27657acf0d5c4d9b894de343f60eceef5f2f31946368a6e641a1f050e17eba:380img.utdstc.com/screen/ba2/765/ba276... https://img.utdstc.com/screen/ba2/765/ba27657acf0d5c4d9b894de343f60eceef5f2f31946368a6e641a1f050e17eba:380 — 200 — 52.8 KiB — 45 ms — h2https://stc.utdstc.com/img/svgs/icon-12-selection.svgstc.utdstc.com/img/svgs/icon-12-sel... https://stc.utdstc.com/img/svgs/icon-12-selection.svg — 200 — 1017 B — 43 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.2 KiB — 293 ms — h2https://www.googletagmanager.com/gtag/js?id=G-DW5XRK7GYTwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-DW5XRK7GYT — 200 — 160.3 KiB — 337 ms — h2https://www.uptodown.com/manifest.jsonwww.uptodown.com/manifest.json https://www.uptodown.com/manifest.json — 200 — 763 B — 13 ms — h3https://stc.utdstc.com/1776771086959/vendor.jsstc.utdstc.com/1776771086959/vendor... https://stc.utdstc.com/1776771086959/vendor.js — 200 — 24.3 KiB — 19 ms — h2https://stc.utdstc.com/1776771086959/home.jsstc.utdstc.com/1776771086959/home.j... https://stc.utdstc.com/1776771086959/home.js — 200 — 77.2 KiB — 28 ms — h2https://stc.utdstc.com/1776771086959/vendor.cssstc.utdstc.com/1776771086959/vendor... https://stc.utdstc.com/1776771086959/vendor.css — 200 — 799 B — 16 ms — h2https://stc.utdstc.com/1776771086959/home.cssstc.utdstc.com/1776771086959/home.c... https://stc.utdstc.com/1776771086959/home.css — 200 — 11.6 KiB — 19 ms — h2https://img.utdstc.com/screen/5bc/040/5bc0402909e632ae0188ddf3c62e79f9fc6edaa84513300129fda26467891ba4:210img.utdstc.com/screen/5bc/040/5bc04... https://img.utdstc.com/screen/5bc/040/5bc0402909e632ae0188ddf3c62e79f9fc6edaa84513300129fda26467891ba4:210 — 200 — 20.6 KiB — 157 ms — h3https://img.utdstc.com/icon/a94/e6e/a94e6ec2d80d95cf8b40716c8a76c3e62753c34100a0b1dcc48911187c323535:80img.utdstc.com/icon/a94/e6e/a94e6ec... https://img.utdstc.com/icon/a94/e6e/a94e6ec2d80d95cf8b40716c8a76c3e62753c34100a0b1dcc48911187c323535:80 — 200 — 2.4 KiB — 164 ms — h3https://img.utdstc.com/icon/8ab/119/8ab1197d2f2f48bcb43127ec336c8154381f9b902dbbef1e09d581c568831e8e:210img.utdstc.com/icon/8ab/119/8ab1197... https://img.utdstc.com/icon/8ab/119/8ab1197d2f2f48bcb43127ec336c8154381f9b902dbbef1e09d581c568831e8e:210 — 200 — 4.5 KiB — 164 ms — h3https://img.utdstc.com/icon/8ab/119/8ab1197d2f2f48bcb43127ec336c8154381f9b902dbbef1e09d581c568831e8e:200img.utdstc.com/icon/8ab/119/8ab1197... https://img.utdstc.com/icon/8ab/119/8ab1197d2f2f48bcb43127ec336c8154381f9b902dbbef1e09d581c568831e8e:200 — 200 — 4.2 KiB — 165 ms — h3https://img.utdstc.com/screen/639/ef3/639ef3f7a935c0a79de26571553c503302c7b882eb01802fea721443bbb5ab07:210img.utdstc.com/screen/639/ef3/639ef... https://img.utdstc.com/screen/639/ef3/639ef3f7a935c0a79de26571553c503302c7b882eb01802fea721443bbb5ab07:210 — 200 — 51.1 KiB — 164 ms — h3https://img.utdstc.com/icon/4d6/8f4/4d68f411394ebf275f63db2dc5400cc4f0426ffbc98c3b936b7ec221506420ce:80img.utdstc.com/icon/4d6/8f4/4d68f41... https://img.utdstc.com/icon/4d6/8f4/4d68f411394ebf275f63db2dc5400cc4f0426ffbc98c3b936b7ec221506420ce:80 — 200 — 3.1 KiB — 165 ms — h3https://img.utdstc.com/screen/a87/477/a87477d37ea4fea1a120bd1fb547601c9c7b37b1e94ab6ae8f46faa49055073d:210img.utdstc.com/screen/a87/477/a8747... https://img.utdstc.com/screen/a87/477/a87477d37ea4fea1a120bd1fb547601c9c7b37b1e94ab6ae8f46faa49055073d:210 — 200 — 36.9 KiB — 165 ms — h3https://img.utdstc.com/icon/a9d/ecd/a9decdc72d842d99d76a6c3abc8c1c6fc1598e596f7897f5c88458ea13aea622:80img.utdstc.com/icon/a9d/ecd/a9decdc... https://img.utdstc.com/icon/a9d/ecd/a9decdc72d842d99d76a6c3abc8c1c6fc1598e596f7897f5c88458ea13aea622:80 — 200 — 3.2 KiB — 165 ms — h3
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.1 s LCP 4.0 shttps://uptodown.com// https://uptodown.com/ — 301 — 244 B — 66 ms — h2https://www.uptodown.com/www.uptodown.com/ https://www.uptodown.com/ — 200 — 46.1 KiB — 12 ms — h2https://stc.utdstc.com/fonts/geomanist-medium-webfont.woff2stc.utdstc.com/fonts/geomanist-medi... https://stc.utdstc.com/fonts/geomanist-medium-webfont.woff2 — 200 — 17.4 KiB — 53 ms — h2https://stc.utdstc.com/fonts/geomanist-regular-webfont.woff2stc.utdstc.com/fonts/geomanist-regu... https://stc.utdstc.com/fonts/geomanist-regular-webfont.woff2 — 200 — 16.7 KiB — 55 ms — h2https://stc.utdstc.com/img/icons-nolazy.svgstc.utdstc.com/img/icons-nolazy.svg https://stc.utdstc.com/img/icons-nolazy.svg — 200 — 4.2 KiB — 53 ms — h2https://stc.utdstc.com/img/svgs/logo-uptodown.svgstc.utdstc.com/img/svgs/logo-uptodo... https://stc.utdstc.com/img/svgs/logo-uptodown.svg — 200 — 1.2 KiB — 54 ms — h2https://stc.utdstc.com/img/svgs/icon-24-turbo2.svgstc.utdstc.com/img/svgs/icon-24-tur... https://stc.utdstc.com/img/svgs/icon-24-turbo2.svg — 200 — 1.1 KiB — 53 ms — h2https://img.utdstc.com/screen/127/0f2/1270f2c79326bf3b326e38ad5a0a892aba65a53c0d5f37664579844cfac89c51:380img.utdstc.com/screen/127/0f2/1270f... https://img.utdstc.com/screen/127/0f2/1270f2c79326bf3b326e38ad5a0a892aba65a53c0d5f37664579844cfac89c51:380 — 200 — 88.9 KiB — 68 ms — h2https://img.utdstc.com/screen/502/bdf/502bdf58470a08d5b06301007827b75fe4fa9085b498896e34b0938ac7cf619b:380img.utdstc.com/screen/502/bdf/502bd... https://img.utdstc.com/screen/502/bdf/502bdf58470a08d5b06301007827b75fe4fa9085b498896e34b0938ac7cf619b:380 — 200 — 57.8 KiB — 64 ms — h2https://img.utdstc.com/screen/777/c6b/777c6bceebc88a02f182255f7ff679d0d464c9a93c9e5a148833f94681e6879c:380img.utdstc.com/screen/777/c6b/777c6... https://img.utdstc.com/screen/777/c6b/777c6bceebc88a02f182255f7ff679d0d464c9a93c9e5a148833f94681e6879c:380 — 200 — 17.6 KiB — 62 ms — h2https://geo.cookie-script.com/s/a52be48a31f50475bd697e1db8507f9d.js?country=no-is-li-gb-ch-br&state=ca&region=eugeo.cookie-script.com/s/a52be48a31f... https://geo.cookie-script.com/s/a52be48a31f50475bd697e1db8507f9d.js?country=no-is-li-gb-ch-br&state=ca&region=eu — 200 — 44.0 KiB — 285 ms — h2https://ssm.codes/smart-tag/uptodown-ng.jsssm.codes/smart-tag/uptodown-ng.js https://ssm.codes/smart-tag/uptodown-ng.js — 200 — 79.4 KiB — 284 ms — h3https://img.utdstc.com/screen/738/841/738841673bd158d51d0ccf47100ff2022aa1ce19366faa293cb2a6e657affa89:380img.utdstc.com/screen/738/841/73884... https://img.utdstc.com/screen/738/841/738841673bd158d51d0ccf47100ff2022aa1ce19366faa293cb2a6e657affa89:380 — 200 — 112.2 KiB — 54 ms — h2https://img.utdstc.com/screen/ba2/765/ba27657acf0d5c4d9b894de343f60eceef5f2f31946368a6e641a1f050e17eba:380img.utdstc.com/screen/ba2/765/ba276... https://img.utdstc.com/screen/ba2/765/ba27657acf0d5c4d9b894de343f60eceef5f2f31946368a6e641a1f050e17eba:380 — 200 — 52.8 KiB — 45 ms — h2https://stc.utdstc.com/img/svgs/icon-12-selection.svgstc.utdstc.com/img/svgs/icon-12-sel... https://stc.utdstc.com/img/svgs/icon-12-selection.svg — 200 — 1017 B — 43 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.2 KiB — 293 ms — h2https://www.googletagmanager.com/gtag/js?id=G-DW5XRK7GYTwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-DW5XRK7GYT — 200 — 160.3 KiB — 337 ms — h2https://www.uptodown.com/manifest.jsonwww.uptodown.com/manifest.json https://www.uptodown.com/manifest.json — 200 — 763 B — 13 ms — h3https://stc.utdstc.com/1776771086959/vendor.jsstc.utdstc.com/1776771086959/vendor... https://stc.utdstc.com/1776771086959/vendor.js — 200 — 24.3 KiB — 19 ms — h2https://stc.utdstc.com/1776771086959/home.jsstc.utdstc.com/1776771086959/home.j... https://stc.utdstc.com/1776771086959/home.js — 200 — 77.2 KiB — 28 ms — h2https://stc.utdstc.com/1776771086959/vendor.cssstc.utdstc.com/1776771086959/vendor... https://stc.utdstc.com/1776771086959/vendor.css — 200 — 799 B — 16 ms — h2https://stc.utdstc.com/1776771086959/home.cssstc.utdstc.com/1776771086959/home.c... https://stc.utdstc.com/1776771086959/home.css — 200 — 11.6 KiB — 19 ms — h2https://img.utdstc.com/screen/5bc/040/5bc0402909e632ae0188ddf3c62e79f9fc6edaa84513300129fda26467891ba4:210img.utdstc.com/screen/5bc/040/5bc04... https://img.utdstc.com/screen/5bc/040/5bc0402909e632ae0188ddf3c62e79f9fc6edaa84513300129fda26467891ba4:210 — 200 — 20.6 KiB — 157 ms — h3https://img.utdstc.com/icon/a94/e6e/a94e6ec2d80d95cf8b40716c8a76c3e62753c34100a0b1dcc48911187c323535:80img.utdstc.com/icon/a94/e6e/a94e6ec... https://img.utdstc.com/icon/a94/e6e/a94e6ec2d80d95cf8b40716c8a76c3e62753c34100a0b1dcc48911187c323535:80 — 200 — 2.4 KiB — 164 ms — h3https://img.utdstc.com/icon/8ab/119/8ab1197d2f2f48bcb43127ec336c8154381f9b902dbbef1e09d581c568831e8e:210img.utdstc.com/icon/8ab/119/8ab1197... https://img.utdstc.com/icon/8ab/119/8ab1197d2f2f48bcb43127ec336c8154381f9b902dbbef1e09d581c568831e8e:210 — 200 — 4.5 KiB — 164 ms — h3https://img.utdstc.com/icon/8ab/119/8ab1197d2f2f48bcb43127ec336c8154381f9b902dbbef1e09d581c568831e8e:200img.utdstc.com/icon/8ab/119/8ab1197... https://img.utdstc.com/icon/8ab/119/8ab1197d2f2f48bcb43127ec336c8154381f9b902dbbef1e09d581c568831e8e:200 — 200 — 4.2 KiB — 165 ms — h3https://img.utdstc.com/screen/639/ef3/639ef3f7a935c0a79de26571553c503302c7b882eb01802fea721443bbb5ab07:210img.utdstc.com/screen/639/ef3/639ef... https://img.utdstc.com/screen/639/ef3/639ef3f7a935c0a79de26571553c503302c7b882eb01802fea721443bbb5ab07:210 — 200 — 51.1 KiB — 164 ms — h3https://img.utdstc.com/icon/4d6/8f4/4d68f411394ebf275f63db2dc5400cc4f0426ffbc98c3b936b7ec221506420ce:80img.utdstc.com/icon/4d6/8f4/4d68f41... https://img.utdstc.com/icon/4d6/8f4/4d68f411394ebf275f63db2dc5400cc4f0426ffbc98c3b936b7ec221506420ce:80 — 200 — 3.1 KiB — 165 ms — h3https://img.utdstc.com/screen/a87/477/a87477d37ea4fea1a120bd1fb547601c9c7b37b1e94ab6ae8f46faa49055073d:210img.utdstc.com/screen/a87/477/a8747... https://img.utdstc.com/screen/a87/477/a87477d37ea4fea1a120bd1fb547601c9c7b37b1e94ab6ae8f46faa49055073d:210 — 200 — 36.9 KiB — 165 ms — h3https://img.utdstc.com/icon/a9d/ecd/a9decdc72d842d99d76a6c3abc8c1c6fc1598e596f7897f5c88458ea13aea622:80img.utdstc.com/icon/a9d/ecd/a9decdc... https://img.utdstc.com/icon/a9d/ecd/a9decdc72d842d99d76a6c3abc8c1c6fc1598e596f7897f5c88458ea13aea622:80 — 200 — 3.2 KiB — 165 ms — h3https://img.utdstc.com/screen/524/bd3/524bd397cb64cad33ee8bb8502b56df427d18dcca8b1638819f95ddfed5105b2:210img.utdstc.com/screen/524/bd3/524bd... https://img.utdstc.com/screen/524/bd3/524bd397cb64cad33ee8bb8502b56df427d18dcca8b1638819f95ddfed5105b2:210 — 200 — 18.5 KiB — 165 ms — h3https://img.utdstc.com/icon/320/bcd/320bcdf2257fb09b79cf26235acf5e9ec07768fa282a9ff4182ce5b0067a641c:80img.utdstc.com/icon/320/bcd/320bcdf... https://img.utdstc.com/icon/320/bcd/320bcdf2257fb09b79cf26235acf5e9ec07768fa282a9ff4182ce5b0067a641c:80 — 200 — 1.8 KiB — 165 ms — h3https://img.utdstc.com/icon/f27/497/f27497ed79f670f001195963f716d1f9a489bfba32c2b426b244da9f9e1a37bf:210img.utdstc.com/icon/f27/497/f27497e... https://img.utdstc.com/icon/f27/497/f27497ed79f670f001195963f716d1f9a489bfba32c2b426b244da9f9e1a37bf:210 — 200 — 5.9 KiB — 165 ms — h3https://img.utdstc.com/icon/f27/497/f27497ed79f670f001195963f716d1f9a489bfba32c2b426b244da9f9e1a37bf:200img.utdstc.com/icon/f27/497/f27497e... https://img.utdstc.com/icon/f27/497/f27497ed79f670f001195963f716d1f9a489bfba32c2b426b244da9f9e1a37bf:200 — 200 — 5.6 KiB — 165 ms — h3https://img.utdstc.com/icon/13e/800/13e800d37b4d69e0ea71cb612760fedb4538d71e1bbebd42632c441fc8f789cf:210img.utdstc.com/icon/13e/800/13e800d... https://img.utdstc.com/icon/13e/800/13e800d37b4d69e0ea71cb612760fedb4538d71e1bbebd42632c441fc8f789cf:210 — 200 — 9.3 KiB — 165 ms — h3https://img.utdstc.com/icon/13e/800/13e800d37b4d69e0ea71cb612760fedb4538d71e1bbebd42632c441fc8f789cf:200img.utdstc.com/icon/13e/800/13e800d... https://img.utdstc.com/icon/13e/800/13e800d37b4d69e0ea71cb612760fedb4538d71e1bbebd42632c441fc8f789cf:200 — 200 — 8.7 KiB — 164 ms — h3https://img.utdstc.com/icon/dda/cde/ddacde758df066b7bb4e932ffbdb3e9caaf1d024d2c15e828af54ba1b96daec1:210img.utdstc.com/icon/dda/cde/ddacde7... https://img.utdstc.com/icon/dda/cde/ddacde758df066b7bb4e932ffbdb3e9caaf1d024d2c15e828af54ba1b96daec1:210 — 200 — 11.2 KiB — 166 ms — h3https://img.utdstc.com/icon/dda/cde/ddacde758df066b7bb4e932ffbdb3e9caaf1d024d2c15e828af54ba1b96daec1:200img.utdstc.com/icon/dda/cde/ddacde7... https://img.utdstc.com/icon/dda/cde/ddacde758df066b7bb4e932ffbdb3e9caaf1d024d2c15e828af54ba1b96daec1:200 — 200 — 10.7 KiB — 166 ms — h3https://img.utdstc.com/icon/49e/5e3/49e5e369930e88608ef04e59e771a9b51d8d08a6740bb6b003489a03d34b742f:210img.utdstc.com/icon/49e/5e3/49e5e36... https://img.utdstc.com/icon/49e/5e3/49e5e369930e88608ef04e59e771a9b51d8d08a6740bb6b003489a03d34b742f:210 — 200 — 11.1 KiB — 166 ms — h3https://img.utdstc.com/icon/49e/5e3/49e5e369930e88608ef04e59e771a9b51d8d08a6740bb6b003489a03d34b742f:200img.utdstc.com/icon/49e/5e3/49e5e36... https://img.utdstc.com/icon/49e/5e3/49e5e369930e88608ef04e59e771a9b51d8d08a6740bb6b003489a03d34b742f:200 — 200 — 10.7 KiB — 166 ms — h3https://img.utdstc.com/icon/490/65c/49065c69f896e1d99d0529cbfb3a0eb7d2e26c3a32a31c406fff978dc43f455a:200img.utdstc.com/icon/490/65c/49065c6... https://img.utdstc.com/icon/490/65c/49065c69f896e1d99d0529cbfb3a0eb7d2e26c3a32a31c406fff978dc43f455a:200 — 200 — 3.0 KiB — 166 ms — h3https://img.utdstc.com/icon/c4f/946/c4f946915a2d21d30eef8b42235d624e5cc3d2e852a36139907569f08b650348:200img.utdstc.com/icon/c4f/946/c4f9469... https://img.utdstc.com/icon/c4f/946/c4f946915a2d21d30eef8b42235d624e5cc3d2e852a36139907569f08b650348:200 — 200 — 11.2 KiB — 166 ms — h3https://img.utdstc.com/icon/366/f5c/366f5c1cdfad8cb6ad20d1c3aa62364aa99b89719d7bb940458ac2bc7aba42a0:200img.utdstc.com/icon/366/f5c/366f5c1... https://img.utdstc.com/icon/366/f5c/366f5c1cdfad8cb6ad20d1c3aa62364aa99b89719d7bb940458ac2bc7aba42a0:200 — 200 — 2.7 KiB — 166 ms — h3https://img.utdstc.com/icon/a93/c05/a93c054e46b169f940f47111c8423d6394081e622e43657b0aa577d9cea07d29:200img.utdstc.com/icon/a93/c05/a93c054... https://img.utdstc.com/icon/a93/c05/a93c054e46b169f940f47111c8423d6394081e622e43657b0aa577d9cea07d29:200 — 200 — 9.7 KiB — 166 ms — h3https://img.utdstc.com/icon/460/fd6/460fd682dc8322133d5de40c093178cd74e2bda33089aac9e3c61f8fffe75771:200img.utdstc.com/icon/460/fd6/460fd68... https://img.utdstc.com/icon/460/fd6/460fd682dc8322133d5de40c093178cd74e2bda33089aac9e3c61f8fffe75771:200 — 200 — 12.9 KiB — 166 ms — h3https://img.utdstc.com/icon/46b/a3a/46ba3ae8424b997c95720c970898df696f01b6fe77d5de8cefabb43d221a46c8:200img.utdstc.com/icon/46b/a3a/46ba3ae... https://img.utdstc.com/icon/46b/a3a/46ba3ae8424b997c95720c970898df696f01b6fe77d5de8cefabb43d221a46c8:200 — 200 — 3.0 KiB — 165 ms — h3https://img.utdstc.com/icon/341/5cb/3415cb955603ddc9e4351cd2b1062bb2ec2cf11272b921de4eaa3b23e12747c4:200img.utdstc.com/icon/341/5cb/3415cb9... https://img.utdstc.com/icon/341/5cb/3415cb955603ddc9e4351cd2b1062bb2ec2cf11272b921de4eaa3b23e12747c4:200 — 200 — 8.9 KiB — 165 ms — h3https://img.utdstc.com/icon/3ce/10c/3ce10c58e87f0e232c9514f1b88cd1979890a358996f8f8a62a709c69acb0039:200img.utdstc.com/icon/3ce/10c/3ce10c5... https://img.utdstc.com/icon/3ce/10c/3ce10c58e87f0e232c9514f1b88cd1979890a358996f8f8a62a709c69acb0039:200 — 200 — 4.0 KiB — 165 ms — h3https://img.utdstc.com/icon/44c/84b/44c84bb80bdc1913afd78f62a9e4a3854ab2c60abaf4a4c9ce883c83d2b40828:200img.utdstc.com/icon/44c/84b/44c84bb... https://img.utdstc.com/icon/44c/84b/44c84bb80bdc1913afd78f62a9e4a3854ab2c60abaf4a4c9ce883c83d2b40828:200 — 200 — 11.0 KiB — 177 ms — h3https://img.utdstc.com/icon/a24/159/a24159df6ea7db3e8ae4034a936a1a2b6648fa80f08753fc522c1f258ca6b8b3:200img.utdstc.com/icon/a24/159/a24159d... https://img.utdstc.com/icon/a24/159/a24159df6ea7db3e8ae4034a936a1a2b6648fa80f08753fc522c1f258ca6b8b3:200 — 200 — 8.2 KiB — 177 ms — h3https://img.utdstc.com/icon/fb6/69b/fb669b4d822e873bd70ebd207d229174c9f31d1368b979ace77d97de05fdb251:200img.utdstc.com/icon/fb6/69b/fb669b4... https://img.utdstc.com/icon/fb6/69b/fb669b4d822e873bd70ebd207d229174c9f31d1368b979ace77d97de05fdb251:200 — 200 — 2.1 KiB — 177 ms — h3https://img.utdstc.com/icon/3ff/d31/3ffd312798661dfc8ef96fb040dbe1dd9104d30884c710568ce567045cb43732:200img.utdstc.com/icon/3ff/d31/3ffd312... https://img.utdstc.com/icon/3ff/d31/3ffd312798661dfc8ef96fb040dbe1dd9104d30884c710568ce567045cb43732:200 — 200 — 7.5 KiB — 176 ms — h3https://img.utdstc.com/icon/6a1/84f/6a184f547b57d185f7d2e86802a741d357beabe06c1bb7cb4ba1399f58c6ab13:200img.utdstc.com/icon/6a1/84f/6a184f5... https://img.utdstc.com/icon/6a1/84f/6a184f547b57d185f7d2e86802a741d357beabe06c1bb7cb4ba1399f58c6ab13:200 — 200 — 2.8 KiB — 176 ms — h3https://img.utdstc.com/icon/5e3/0c4/5e30c494824e115e0f4cd4f24af2edf56b5ca317832445a765354809968c5dfd:200img.utdstc.com/icon/5e3/0c4/5e30c49... https://img.utdstc.com/icon/5e3/0c4/5e30c494824e115e0f4cd4f24af2edf56b5ca317832445a765354809968c5dfd:200 — 200 — 5.0 KiB — 187 ms — h3https://img.utdstc.com/icon/126/79a/12679a29ff341de7cdbe895501ee9ffc7bbb39a674c07c30e251ba9a739e43c1:200img.utdstc.com/icon/126/79a/12679a2... https://img.utdstc.com/icon/126/79a/12679a29ff341de7cdbe895501ee9ffc7bbb39a674c07c30e251ba9a739e43c1:200 — 200 — 10.3 KiB — 192 ms — h3https://img.utdstc.com/icon/92d/8e9/92d8e9eeaddeb6831ae726bc48b42ced753e1913eb5d7964c00293c24adb4923:200img.utdstc.com/icon/92d/8e9/92d8e9e... https://img.utdstc.com/icon/92d/8e9/92d8e9eeaddeb6831ae726bc48b42ced753e1913eb5d7964c00293c24adb4923:200 — 200 — 7.5 KiB — 187 ms — h3https://img.utdstc.com/icon/196/7e9/1967e9219d0d954875d4d50ef467f1b1749bd7aa8bb2de53bf8ff92d982b3cd4:200img.utdstc.com/icon/196/7e9/1967e92... https://img.utdstc.com/icon/196/7e9/1967e9219d0d954875d4d50ef467f1b1749bd7aa8bb2de53bf8ff92d982b3cd4:200 — 200 — 6.0 KiB — 186 ms — h3https://img.utdstc.com/icon/7a0/428/7a04288acb3629d00aaa8937410ef4559ffde7f7261acf1768096874404caf5b:200img.utdstc.com/icon/7a0/428/7a04288... https://img.utdstc.com/icon/7a0/428/7a04288acb3629d00aaa8937410ef4559ffde7f7261acf1768096874404caf5b:200 — 200 — 4.9 KiB — 186 ms — h3https://img.utdstc.com/icon/4a3/2e8/4a32e885b5a0e572eafbc30455b2708895ac38e2557887cfed6af6395f8f0363:200img.utdstc.com/icon/4a3/2e8/4a32e88... https://img.utdstc.com/icon/4a3/2e8/4a32e885b5a0e572eafbc30455b2708895ac38e2557887cfed6af6395f8f0363:200 — 200 — 3.3 KiB — 186 ms — h3https://img.utdstc.com/icon/cfc/52d/cfc52d670aa6fd9bf6182b19cf54520701d0633d25a7b5ad545854e4dec7593c:200img.utdstc.com/icon/cfc/52d/cfc52d6... https://img.utdstc.com/icon/cfc/52d/cfc52d670aa6fd9bf6182b19cf54520701d0633d25a7b5ad545854e4dec7593c:200 — 200 — 8.3 KiB — 227 ms — h3https://img.utdstc.com/icon/f73/ba9/f73ba9aeb89c5c855f7772ef80cf321fb87ef8695d876a2d5fbb798cf9440307:200img.utdstc.com/icon/f73/ba9/f73ba9a... https://img.utdstc.com/icon/f73/ba9/f73ba9aeb89c5c855f7772ef80cf321fb87ef8695d876a2d5fbb798cf9440307:200 — 200 — 11.9 KiB — 190 ms — h3https://img.utdstc.com/icon/4ca/ab3/4caab35c7af3fa649583a602da3b3cb3ae873d34e753716021eab0d99ab5df58:200img.utdstc.com/icon/4ca/ab3/4caab35... https://img.utdstc.com/icon/4ca/ab3/4caab35c7af3fa649583a602da3b3cb3ae873d34e753716021eab0d99ab5df58:200 — 200 — 15.8 KiB — 190 ms — h3https://img.utdstc.com/icon/caf/bb2/cafbb2f5879153928b59983fb9a37234a08a9b12fc496ab9f5f95ef8ea5f9b7e:200img.utdstc.com/icon/caf/bb2/cafbb2f... https://img.utdstc.com/icon/caf/bb2/cafbb2f5879153928b59983fb9a37234a08a9b12fc496ab9f5f95ef8ea5f9b7e:200 — 200 — 4.5 KiB — 190 ms — h3https://img.utdstc.com/icon/275/91b/27591b42b6145bbbd34d06dae2fe6acd904d4d371606d4741e380a0e0ebe54c6:200img.utdstc.com/icon/275/91b/27591b4... https://img.utdstc.com/icon/275/91b/27591b42b6145bbbd34d06dae2fe6acd904d4d371606d4741e380a0e0ebe54c6:200 — 200 — 2.5 KiB — 198 ms — h3https://img.utdstc.com/icon/e43/369/e4336947802740cee150c50b8d58834d76882e8bedc4a7da92e6a80d59e2f5f1:200img.utdstc.com/icon/e43/369/e433694... https://img.utdstc.com/icon/e43/369/e4336947802740cee150c50b8d58834d76882e8bedc4a7da92e6a80d59e2f5f1:200 — 200 — 5.5 KiB — 198 ms — h3https://img.utdstc.com/icon/dfc/f45/dfcf4578daaf3faa5d3512ac32bc43ba00053188a45ffc0e55f2f8126a8287a2:200img.utdstc.com/icon/dfc/f45/dfcf457... https://img.utdstc.com/icon/dfc/f45/dfcf4578daaf3faa5d3512ac32bc43ba00053188a45ffc0e55f2f8126a8287a2:200 — 200 — 10.8 KiB — 275 ms — h3https://img.utdstc.com/icon/a0f/206/a0f20635b4b0e9e9fbefd97d8a90263c718b8db88f76f0c580dc6be837c31490:200img.utdstc.com/icon/a0f/206/a0f2063... https://img.utdstc.com/icon/a0f/206/a0f20635b4b0e9e9fbefd97d8a90263c718b8db88f76f0c580dc6be837c31490:200 — 200 — 3.7 KiB — 198 ms — h3https://img.utdstc.com/icon/948/b45/948b457d65292b5f6a27eb1877303f979c58360d8202725f3a4c90ad5d77c949:200img.utdstc.com/icon/948/b45/948b457... https://img.utdstc.com/icon/948/b45/948b457d65292b5f6a27eb1877303f979c58360d8202725f3a4c90ad5d77c949:200 — 200 — 16.5 KiB — 197 ms — h3https://img.utdstc.com/icon/e59/e06/e59e061e444c94886246e07431fc4da21acb416ee4db38aadb250db853f913c6:200img.utdstc.com/icon/e59/e06/e59e061... https://img.utdstc.com/icon/e59/e06/e59e061e444c94886246e07431fc4da21acb416ee4db38aadb250db853f913c6:200 — 200 — 11.6 KiB — 448 ms — h3https://img.utdstc.com/icon/cd1/636/cd1636427ca0cc17901f741b2581073f46c5cb6b4290ca8d663dccaaaf798f96:200img.utdstc.com/icon/cd1/636/cd16364... https://img.utdstc.com/icon/cd1/636/cd1636427ca0cc17901f741b2581073f46c5cb6b4290ca8d663dccaaaf798f96:200 — 200 — 13.3 KiB — 473 ms — h3https://img.utdstc.com/icon/594/7ce/5947cee7d22c49c37b00713ef3dffdb772e4d8f68c9d68c23fb1589be6607518:200img.utdstc.com/icon/594/7ce/5947cee... https://img.utdstc.com/icon/594/7ce/5947cee7d22c49c37b00713ef3dffdb772e4d8f68c9d68c23fb1589be6607518:200 — 200 — 10.2 KiB — 487 ms — h3https://img.utdstc.com/icon/5da/532/5da532707dfa59a827ef7b7f3d7e981a72e31f61dee113380b2be3159ffe2d40:200img.utdstc.com/icon/5da/532/5da5327... https://img.utdstc.com/icon/5da/532/5da532707dfa59a827ef7b7f3d7e981a72e31f61dee113380b2be3159ffe2d40:200 — 200 — 4.4 KiB — 402 ms — h3https://img.utdstc.com/icon/75d/2a3/75d2a3c597cf3cf13effcebf2301e7ae05f721e087907256834438c9f1b09f08:200img.utdstc.com/icon/75d/2a3/75d2a3c... https://img.utdstc.com/icon/75d/2a3/75d2a3c597cf3cf13effcebf2301e7ae05f721e087907256834438c9f1b09f08:200 — 200 — 1.3 KiB — 359 ms — h3https://img.utdstc.com/icon/adb/032/adb03237882cf024bae8399aa912075276d1b2f84ae5c30374a3654c176a4825:200img.utdstc.com/icon/adb/032/adb0323... https://img.utdstc.com/icon/adb/032/adb03237882cf024bae8399aa912075276d1b2f84ae5c30374a3654c176a4825:200 — 200 — 4.7 KiB — 440 ms — h3https://img.utdstc.com/icon/9cf/edd/9cfedd2b17a771a1d4f1fe6056231576e8ad9a538391f1ad09ea11df91c318a1:200img.utdstc.com/icon/9cf/edd/9cfedd2... https://img.utdstc.com/icon/9cf/edd/9cfedd2b17a771a1d4f1fe6056231576e8ad9a538391f1ad09ea11df91c318a1:200 — 200 — 14.4 KiB — 497 ms — h3https://img.utdstc.com/icon/58c/af2/58caf216d9754a9661eaf5cda0f93efebf835dd1a68c30948343bd3815726b9c:200img.utdstc.com/icon/58c/af2/58caf21... https://img.utdstc.com/icon/58c/af2/58caf216d9754a9661eaf5cda0f93efebf835dd1a68c30948343bd3815726b9c:200 — 200 — 9.6 KiB — 464 ms — h3https://img.utdstc.com/screen/907/0cf/9070cfe2718dd6acaccd97ef248149420d8527d574d45ac6c0adeea6a82df5d4:466img.utdstc.com/screen/907/0cf/9070c... https://img.utdstc.com/screen/907/0cf/9070cfe2718dd6acaccd97ef248149420d8527d574d45ac6c0adeea6a82df5d4:466 — 200 — 45.3 KiB — 514 ms — h3https://img.utdstc.com/icon/036/99e/03699e59d180e58c7a1daef3e00d8b2347bd7cf0e11e7f25415c73b50da0547d:200img.utdstc.com/icon/036/99e/03699e5... https://img.utdstc.com/icon/036/99e/03699e59d180e58c7a1daef3e00d8b2347bd7cf0e11e7f25415c73b50da0547d:200 — 200 — 2.7 KiB — 375 ms — h3https://img.utdstc.com/screen/b13/4c8/b134c852e8a0b9275f7bfe6fb17951c59c13e898538fbca8cc83694182f6f5da:210img.utdstc.com/screen/b13/4c8/b134c... https://img.utdstc.com/screen/b13/4c8/b134c852e8a0b9275f7bfe6fb17951c59c13e898538fbca8cc83694182f6f5da:210 — 200 — 29.2 KiB — 512 ms — h3https://img.utdstc.com/icon/3d0/60f/3d060fca8dba93013861663d2ebe322c439b930596abcf745f7a01ad2c6be572:80img.utdstc.com/icon/3d0/60f/3d060fc... https://img.utdstc.com/icon/3d0/60f/3d060fca8dba93013861663d2ebe322c439b930596abcf745f7a01ad2c6be572:80 — 200 — 3.9 KiB — 401 ms — h3https://img.utdstc.com/screen/4f6/8f1/4f68f142509be637b8ec9703b99698b3595f0ee93aa4933b215aa7ad283df5ff:210img.utdstc.com/screen/4f6/8f1/4f68f... https://img.utdstc.com/screen/4f6/8f1/4f68f142509be637b8ec9703b99698b3595f0ee93aa4933b215aa7ad283df5ff:210 — 200 — 24.5 KiB — 500 ms — h3https://img.utdstc.com/icon/eae/bf9/eaebf9396aa8dedc066b50dfee4440db8133f91d6877e50a1f69662b6623fd7a:80img.utdstc.com/icon/eae/bf9/eaebf93... https://img.utdstc.com/icon/eae/bf9/eaebf9396aa8dedc066b50dfee4440db8133f91d6877e50a1f69662b6623fd7a:80 — 200 — 4.0 KiB — 352 ms — h3https://img.utdstc.com/screen/733/e9a/733e9a67bed9c904ee06bf66bd8571513ea1d1b6bd34cfdc5e2f2efe73ab3519:210img.utdstc.com/screen/733/e9a/733e9... https://img.utdstc.com/screen/733/e9a/733e9a67bed9c904ee06bf66bd8571513ea1d1b6bd34cfdc5e2f2efe73ab3519:210 — 200 — 27.5 KiB — 502 ms — h3https://img.utdstc.com/icon/ce4/67f/ce467ff8ac781bc0858caca758581f3dbe8489bf702690d12a3ef2987148ff2d:80img.utdstc.com/icon/ce4/67f/ce467ff... https://img.utdstc.com/icon/ce4/67f/ce467ff8ac781bc0858caca758581f3dbe8489bf702690d12a3ef2987148ff2d:80 — 200 — 3.0 KiB — 371 ms — h3https://img.utdstc.com/screen/b4d/7a2/b4d7a2bebf4e8ac4a1b879b424c2191988636e9ccccdb7b3ff52b910e5e94f3d:210img.utdstc.com/screen/b4d/7a2/b4d7a... https://img.utdstc.com/screen/b4d/7a2/b4d7a2bebf4e8ac4a1b879b424c2191988636e9ccccdb7b3ff52b910e5e94f3d:210 — 200 — 39.3 KiB — 508 ms — h3https://img.utdstc.com/icon/955/482/9554828805a6b3386797d8d4a872704e821a46473b5e21e52040e2189060e943:80img.utdstc.com/icon/955/482/9554828... https://img.utdstc.com/icon/955/482/9554828805a6b3386797d8d4a872704e821a46473b5e21e52040e2189060e943:80 — 200 — 3.9 KiB — 371 ms — h3https://img.utdstc.com/icon/b29/044/b29044bcfb127f68f2d884a685e7c3446d4c406255ab99eee2b8d9eed7be17d7:210img.utdstc.com/icon/b29/044/b29044b... https://img.utdstc.com/icon/b29/044/b29044bcfb127f68f2d884a685e7c3446d4c406255ab99eee2b8d9eed7be17d7:210 — 200 — 13.0 KiB — 490 ms — h3https://img.utdstc.com/icon/b29/044/b29044bcfb127f68f2d884a685e7c3446d4c406255ab99eee2b8d9eed7be17d7:200img.utdstc.com/icon/b29/044/b29044b... https://img.utdstc.com/icon/b29/044/b29044bcfb127f68f2d884a685e7c3446d4c406255ab99eee2b8d9eed7be17d7:200 — 200 — 12.2 KiB — 486 ms — h3https://img.utdstc.com/screen/dcc/8c6/dcc8c6298ada79be688c622c2d479396e1aa4508caa0611e82709265b4943243:210img.utdstc.com/screen/dcc/8c6/dcc8c... https://img.utdstc.com/screen/dcc/8c6/dcc8c6298ada79be688c622c2d479396e1aa4508caa0611e82709265b4943243:210 — 200 — 4.1 KiB — 430 ms — h3https://img.utdstc.com/icon/311/d6e/311d6ecc71ffb1631f894309d7f48002a33982b0ed24a5008993e5dcc90b11f0:80img.utdstc.com/icon/311/d6e/311d6ec... https://img.utdstc.com/icon/311/d6e/311d6ecc71ffb1631f894309d7f48002a33982b0ed24a5008993e5dcc90b11f0:80 — 200 — 1.9 KiB — 418 ms — h3https://img.utdstc.com/screen/acc/425/acc425a68132d93b1ec4048aed78856899abaee921217fde84ce17cc7f3494e8:210img.utdstc.com/screen/acc/425/acc42... https://img.utdstc.com/screen/acc/425/acc425a68132d93b1ec4048aed78856899abaee921217fde84ce17cc7f3494e8:210 — 200 — 21.3 KiB — 492 ms — h3https://img.utdstc.com/icon/5a1/970/5a1970c718b4514b667f2214ac829285bf3aa1bcdc30bf8ae5576637a4baf4b9:80img.utdstc.com/icon/5a1/970/5a1970c... https://img.utdstc.com/icon/5a1/970/5a1970c718b4514b667f2214ac829285bf3aa1bcdc30bf8ae5576637a4baf4b9:80 — 200 — 2.9 KiB — 428 ms — h3https://img.utdstc.com/screen/624/ff5/624ff54499e2fe5d42a672585e61cd95494f85b0cd1b912960963815f5df327e:210img.utdstc.com/screen/624/ff5/624ff... https://img.utdstc.com/screen/624/ff5/624ff54499e2fe5d42a672585e61cd95494f85b0cd1b912960963815f5df327e:210 — 200 — 26.6 KiB — 497 ms — h3https://img.utdstc.com/icon/42b/2fb/42b2fb53614f948dbabef7c682a23d9fa19d4ce8a105f4f95b254f1a349dd9e1:80img.utdstc.com/icon/42b/2fb/42b2fb5... https://img.utdstc.com/icon/42b/2fb/42b2fb53614f948dbabef7c682a23d9fa19d4ce8a105f4f95b254f1a349dd9e1:80 — 200 — 2.6 KiB — 418 ms — h3https://img.utdstc.com/icon/2db/865/2db865ca986e5efe3e89a3808df10d4d030cf155de9b6d92290adccc4d84e4c4:210img.utdstc.com/icon/2db/865/2db865c... https://img.utdstc.com/icon/2db/865/2db865ca986e5efe3e89a3808df10d4d030cf155de9b6d92290adccc4d84e4c4:210 — 200 — 2.9 KiB — 422 ms — h3https://img.utdstc.com/icon/2db/865/2db865ca986e5efe3e89a3808df10d4d030cf155de9b6d92290adccc4d84e4c4:200img.utdstc.com/icon/2db/865/2db865c... https://img.utdstc.com/icon/2db/865/2db865ca986e5efe3e89a3808df10d4d030cf155de9b6d92290adccc4d84e4c4:200 — 200 — 2.8 KiB — 436 ms — h3https://img.utdstc.com/icon/f66/dd0/f66dd06c25088f96b64eb440bcc90a2994cc645680cb27840b30fbf996902804:200img.utdstc.com/icon/f66/dd0/f66dd06... https://img.utdstc.com/icon/f66/dd0/f66dd06c25088f96b64eb440bcc90a2994cc645680cb27840b30fbf996902804:200 — 200 — 4.2 KiB — 372 ms — h3https://img.utdstc.com/icon/ce6/4c5/ce64c5fdcab44eb799b11d71e554c06ede50bc8524cc906de9da7c9aed58983b:200img.utdstc.com/icon/ce6/4c5/ce64c5f... https://img.utdstc.com/icon/ce6/4c5/ce64c5fdcab44eb799b11d71e554c06ede50bc8524cc906de9da7c9aed58983b:200 — 200 — 4.6 KiB — 360 ms — h3https://img.utdstc.com/icon/b71/c9b/b71c9bef9a9afab86001172feb9c6bdb1cdb207ab4e5d3ba60606635a672d5c4:200img.utdstc.com/icon/b71/c9b/b71c9be... https://img.utdstc.com/icon/b71/c9b/b71c9bef9a9afab86001172feb9c6bdb1cdb207ab4e5d3ba60606635a672d5c4:200 — 200 — 9.9 KiB — 442 ms — h3https://img.utdstc.com/icon/c07/497/c07497085b75c9fb39ebdfdfd0707a39c87a1eea487980d9f9e7c8ef4a084da3:200img.utdstc.com/icon/c07/497/c074970... https://img.utdstc.com/icon/c07/497/c07497085b75c9fb39ebdfdfd0707a39c87a1eea487980d9f9e7c8ef4a084da3:200 — 200 — 11.6 KiB — 462 ms — h3https://img.utdstc.com/icon/4ba/1ef/4ba1ef03c48c81bb20965a85d244c07ec086c20f4ec9a047828e19ecbf245490:200img.utdstc.com/icon/4ba/1ef/4ba1ef0... https://img.utdstc.com/icon/4ba/1ef/4ba1ef03c48c81bb20965a85d244c07ec086c20f4ec9a047828e19ecbf245490:200 — 200 — 7.5 KiB — 383 ms — h3https://img.utdstc.com/icon/a26/cc7/a26cc7998d019159eda9bde3ad65807f4f3974b91020b2c1e5903c6dbe260dd1:200img.utdstc.com/icon/a26/cc7/a26cc79... https://img.utdstc.com/icon/a26/cc7/a26cc7998d019159eda9bde3ad65807f4f3974b91020b2c1e5903c6dbe260dd1:200 — 200 — 3.5 KiB — 275 ms — h3https://img.utdstc.com/icon/a66/099/a66099a1627a1b2992a0fe35dc615df599a150c141f2986654d6cf5161186cce:200img.utdstc.com/icon/a66/099/a66099a... https://img.utdstc.com/icon/a66/099/a66099a1627a1b2992a0fe35dc615df599a150c141f2986654d6cf5161186cce:200 — 200 — 8.2 KiB — 439 ms — h3https://img.utdstc.com/icon/113/9ab/1139abab25b2298d8eb07e9e260785bcf6e18f190787bf6b71cb30f139ceb0a7:200img.utdstc.com/icon/113/9ab/1139aba... https://img.utdstc.com/icon/113/9ab/1139abab25b2298d8eb07e9e260785bcf6e18f190787bf6b71cb30f139ceb0a7:200 — 200 — 3.7 KiB — 314 ms — h3https://img.utdstc.com/icon/367/c07/367c07a62d78fa7d0253ec501c789b8251ac8fb62e2d0185ed38c9417af1bed0:200img.utdstc.com/icon/367/c07/367c07a... https://img.utdstc.com/icon/367/c07/367c07a62d78fa7d0253ec501c789b8251ac8fb62e2d0185ed38c9417af1bed0:200 — 200 — 4.6 KiB — 358 ms — h3https://img.utdstc.com/icon/979/5c9/9795c9fad19eece1cf87d960861ae9d3803c6cce587820abf7d9ca2272173bac:200img.utdstc.com/icon/979/5c9/9795c9f... https://img.utdstc.com/icon/979/5c9/9795c9fad19eece1cf87d960861ae9d3803c6cce587820abf7d9ca2272173bac:200 — 200 — 6.9 KiB — 358 ms — h3https://img.utdstc.com/icon/dca/e7e/dcae7e1859fae0ea28e192cf8dd36720f55ccbcccab1010106beac7351f03ccb:200img.utdstc.com/icon/dca/e7e/dcae7e1... https://img.utdstc.com/icon/dca/e7e/dcae7e1859fae0ea28e192cf8dd36720f55ccbcccab1010106beac7351f03ccb:200 — 200 — 1.6 KiB — 272 ms — h3https://img.utdstc.com/icon/48c/0c9/48c0c9ba26108188aa010bb26a3e420beac798319ca22088efc1177711532290:200img.utdstc.com/icon/48c/0c9/48c0c9b... https://img.utdstc.com/icon/48c/0c9/48c0c9ba26108188aa010bb26a3e420beac798319ca22088efc1177711532290:200 — 200 — 5.2 KiB — 358 ms — h3https://img.utdstc.com/icon/016/41f/01641f1a3a23245e24f1b2ca82eeb2375e08620497879455d94a1faea1b2f6c1:200img.utdstc.com/icon/016/41f/01641f1... https://img.utdstc.com/icon/016/41f/01641f1a3a23245e24f1b2ca82eeb2375e08620497879455d94a1faea1b2f6c1:200 — 200 — 7.6 KiB — 422 ms — h3https://img.utdstc.com/icon/a9b/fd4/a9bfd4b72b31d50a92d9e6286f4c83933f619db17b4e5582a3322402b4c54ee8:200img.utdstc.com/icon/a9b/fd4/a9bfd4b... https://img.utdstc.com/icon/a9b/fd4/a9bfd4b72b31d50a92d9e6286f4c83933f619db17b4e5582a3322402b4c54ee8:200 — 200 — 5.3 KiB — 336 ms — h3https://img.utdstc.com/icon/7b1/3ac/7b13ac97882e3e07607ed286713ad03e27e95c5f478ae17ebaed5651323bd8de:200img.utdstc.com/icon/7b1/3ac/7b13ac9... https://img.utdstc.com/icon/7b1/3ac/7b13ac97882e3e07607ed286713ad03e27e95c5f478ae17ebaed5651323bd8de:200 — 200 — 15.3 KiB — 474 ms — h3https://img.utdstc.com/icon/847/f33/847f33af27bea889ccaa9b1d25135b42ff5bb590297182d0983afb7304d96884:200img.utdstc.com/icon/847/f33/847f33a... https://img.utdstc.com/icon/847/f33/847f33af27bea889ccaa9b1d25135b42ff5bb590297182d0983afb7304d96884:200 — 200 — 5.7 KiB — 432 ms — h3https://img.utdstc.com/icon/5d0/b04/5d0b0403257ac6cde82fa20c08ec83bea1d4b6ccd406fefdb1672717881c1a7a:200img.utdstc.com/icon/5d0/b04/5d0b040... https://img.utdstc.com/icon/5d0/b04/5d0b0403257ac6cde82fa20c08ec83bea1d4b6ccd406fefdb1672717881c1a7a:200 — 200 — 3.9 KiB — 357 ms — h3https://img.utdstc.com/icon/8fe/79a/8fe79accf7806fe88ccb09097eb925c6bb38a283dab465a82e1658bb3299201d:200img.utdstc.com/icon/8fe/79a/8fe79ac... https://img.utdstc.com/icon/8fe/79a/8fe79accf7806fe88ccb09097eb925c6bb38a283dab465a82e1658bb3299201d:200 — 200 — 2.0 KiB — 338 ms — h3https://img.utdstc.com/icon/51f/546/51f546d7038b953b6b6d4d915fb0c9bc6d74f77c6cff55157897762bd3c99ac1:210img.utdstc.com/icon/51f/546/51f546d... https://img.utdstc.com/icon/51f/546/51f546d7038b953b6b6d4d915fb0c9bc6d74f77c6cff55157897762bd3c99ac1:210 — 200 — 5.3 KiB — 416 ms — h3https://img.utdstc.com/icon/51f/546/51f546d7038b953b6b6d4d915fb0c9bc6d74f77c6cff55157897762bd3c99ac1:200img.utdstc.com/icon/51f/546/51f546d... https://img.utdstc.com/icon/51f/546/51f546d7038b953b6b6d4d915fb0c9bc6d74f77c6cff55157897762bd3c99ac1:200 — 200 — 4.9 KiB — 401 ms — h3https://img.utdstc.com/icon/31c/0e8/31c0e817b3ff59d79a2cfbf2f75c14ff616c33b6dc390fcfcf07273982d3d43b:210img.utdstc.com/icon/31c/0e8/31c0e81... https://img.utdstc.com/icon/31c/0e8/31c0e817b3ff59d79a2cfbf2f75c14ff616c33b6dc390fcfcf07273982d3d43b:210 — 200 — 2.8 KiB — 401 ms — h3https://img.utdstc.com/icon/31c/0e8/31c0e817b3ff59d79a2cfbf2f75c14ff616c33b6dc390fcfcf07273982d3d43b:200img.utdstc.com/icon/31c/0e8/31c0e81... https://img.utdstc.com/icon/31c/0e8/31c0e817b3ff59d79a2cfbf2f75c14ff616c33b6dc390fcfcf07273982d3d43b:200 — 200 — 2.7 KiB — 414 ms — h3https://img.utdstc.com/icon/b6e/d41/b6ed41284f393b279b357aa85af12aa22611bdb4e5ccac3eda2696a7d8ec2a82:210img.utdstc.com/icon/b6e/d41/b6ed412... https://img.utdstc.com/icon/b6e/d41/b6ed41284f393b279b357aa85af12aa22611bdb4e5ccac3eda2696a7d8ec2a82:210 — 200 — 12.1 KiB — 465 ms — h3https://img.utdstc.com/icon/b6e/d41/b6ed41284f393b279b357aa85af12aa22611bdb4e5ccac3eda2696a7d8ec2a82:200img.utdstc.com/icon/b6e/d41/b6ed412... https://img.utdstc.com/icon/b6e/d41/b6ed41284f393b279b357aa85af12aa22611bdb4e5ccac3eda2696a7d8ec2a82:200 — 200 — 10.6 KiB — 462 ms — h3https://img.utdstc.com/icon/ceb/1f3/ceb1f3c4a40ea89bf37ea59fa90765fa452686712ca4a8042033899da94bbc21:210img.utdstc.com/icon/ceb/1f3/ceb1f3c... https://img.utdstc.com/icon/ceb/1f3/ceb1f3c4a40ea89bf37ea59fa90765fa452686712ca4a8042033899da94bbc21:210 — 200 — 7.0 KiB — 451 ms — h3https://img.utdstc.com/icon/ceb/1f3/ceb1f3c4a40ea89bf37ea59fa90765fa452686712ca4a8042033899da94bbc21:200img.utdstc.com/icon/ceb/1f3/ceb1f3c... https://img.utdstc.com/icon/ceb/1f3/ceb1f3c4a40ea89bf37ea59fa90765fa452686712ca4a8042033899da94bbc21:200 — 200 — 6.8 KiB — 436 ms — h3https://img.utdstc.com/screen/c56/be1/c56be106207f7d0c6e004129ea8f69b8020fbff6d5006a49e809473358f32b3b:210img.utdstc.com/screen/c56/be1/c56be... https://img.utdstc.com/screen/c56/be1/c56be106207f7d0c6e004129ea8f69b8020fbff6d5006a49e809473358f32b3b:210 — 200 — 5.6 KiB — 430 ms — h3https://img.utdstc.com/icon/46d/5d4/46d5d484cff5d1ab9bea57946d1e85cc2e7ad899fbe31c8e09c4833b5a4865c4:80img.utdstc.com/icon/46d/5d4/46d5d48... https://img.utdstc.com/icon/46d/5d4/46d5d484cff5d1ab9bea57946d1e85cc2e7ad899fbe31c8e09c4833b5a4865c4:80 — 200 — 1.4 KiB — 310 ms — h3https://img.utdstc.com/screen/7b2/8a9/7b28a9f4d40549de0b0c6590607d103574190cefe6f19251951983b6800fd5ca:210img.utdstc.com/screen/7b2/8a9/7b28a... https://img.utdstc.com/screen/7b2/8a9/7b28a9f4d40549de0b0c6590607d103574190cefe6f19251951983b6800fd5ca:210 — 200 — 7.7 KiB — 439 ms — h3https://img.utdstc.com/icon/8a1/d91/8a1d912b1b5dc27cfc5a9b078095e320da70136550c853d8322ea1ed13e337f5:80img.utdstc.com/icon/8a1/d91/8a1d912... https://img.utdstc.com/icon/8a1/d91/8a1d912b1b5dc27cfc5a9b078095e320da70136550c853d8322ea1ed13e337f5:80 — 200 — 2.2 KiB — 310 ms — h3https://img.utdstc.com/screen/242/0cc/2420cc97ba72dd44504d141168c2d3117530c9c5bc7f638193949964560c723b:210img.utdstc.com/screen/242/0cc/2420c... https://img.utdstc.com/screen/242/0cc/2420cc97ba72dd44504d141168c2d3117530c9c5bc7f638193949964560c723b:210 — 200 — 2.2 KiB — 399 ms — h3https://img.utdstc.com/icon/b97/269/b97269be95847e7cc5480cfc835cbda9de6fb98d1a43c0dc06aaea5dcc869821:80img.utdstc.com/icon/b97/269/b97269b... https://img.utdstc.com/icon/b97/269/b97269be95847e7cc5480cfc835cbda9de6fb98d1a43c0dc06aaea5dcc869821:80 — 200 — 981 B — 312 ms — h3https://img.utdstc.com/icon/fa8/7e7/fa87e7195edbf66e28f35635ec48d2e34e6199877b6f25e0e8e17cca963b43f7:210img.utdstc.com/icon/fa8/7e7/fa87e71... https://img.utdstc.com/icon/fa8/7e7/fa87e7195edbf66e28f35635ec48d2e34e6199877b6f25e0e8e17cca963b43f7:210 — 200 — 3.2 KiB — 399 ms — h3https://img.utdstc.com/icon/fa8/7e7/fa87e7195edbf66e28f35635ec48d2e34e6199877b6f25e0e8e17cca963b43f7:200img.utdstc.com/icon/fa8/7e7/fa87e71... https://img.utdstc.com/icon/fa8/7e7/fa87e7195edbf66e28f35635ec48d2e34e6199877b6f25e0e8e17cca963b43f7:200 — 200 — 3.1 KiB — 395 ms — h3https://img.utdstc.com/screen/c26/b7f/c26b7f60236d1f3a23055d57d51a3fcd325045093ce61a99a785f428d3dbaf7f:210img.utdstc.com/screen/c26/b7f/c26b7... https://img.utdstc.com/screen/c26/b7f/c26b7f60236d1f3a23055d57d51a3fcd325045093ce61a99a785f428d3dbaf7f:210 — 200 — 18.3 KiB — 461 ms — h3https://img.utdstc.com/icon/8e2/f5a/8e2f5ad6bff38690aa0079964e5708ddf390a730957c9f0c535e219cb6cc83e7:80img.utdstc.com/icon/8e2/f5a/8e2f5ad... https://img.utdstc.com/icon/8e2/f5a/8e2f5ad6bff38690aa0079964e5708ddf390a730957c9f0c535e219cb6cc83e7:80 — 200 — 2.0 KiB — 317 ms — h3https://img.utdstc.com/screen/6c0/44f/6c044f7e3d968cde01f664551d77af8b507cef6d437636b4ab88a4b6091c3a90:466img.utdstc.com/screen/6c0/44f/6c044... https://img.utdstc.com/screen/6c0/44f/6c044f7e3d968cde01f664551d77af8b507cef6d437636b4ab88a4b6091c3a90:466 — 200 — 48.6 KiB — 470 ms — h3https://img.utdstc.com/icon/2d4/3a0/2d43a06d57a44b38d6a3c29611b664ddb2311e552260de59bc9f0891d310c1a7:200img.utdstc.com/icon/2d4/3a0/2d43a06... https://img.utdstc.com/icon/2d4/3a0/2d43a06d57a44b38d6a3c29611b664ddb2311e552260de59bc9f0891d310c1a7:200 — 200 — 3.4 KiB — 343 ms — h3https://img.utdstc.com/icon/ae1/12a/ae112a2a5bdd9cf7a6fd50b88855b5330bdccf2c552b13ab4d9b59d9369a01cc:200img.utdstc.com/icon/ae1/12a/ae112a2... https://img.utdstc.com/icon/ae1/12a/ae112a2a5bdd9cf7a6fd50b88855b5330bdccf2c552b13ab4d9b59d9369a01cc:200 — 200 — 7.1 KiB — 407 ms — h3https://img.utdstc.com/icon/28d/aea/28daea3ff2e293ad6275ff85256ff13a82144f3348ec886f4954755940cf6104:200img.utdstc.com/icon/28d/aea/28daea3... https://img.utdstc.com/icon/28d/aea/28daea3ff2e293ad6275ff85256ff13a82144f3348ec886f4954755940cf6104:200 — 200 — 2.3 KiB — 304 ms — h3https://img.utdstc.com/icon/efd/a40/efda404ef9b6e8705607338c934cd1a6f939f16636f89cf1b245ecbca8e51269:200img.utdstc.com/icon/efd/a40/efda404... https://img.utdstc.com/icon/efd/a40/efda404ef9b6e8705607338c934cd1a6f939f16636f89cf1b245ecbca8e51269:200 — 200 — 4.4 KiB — 342 ms — h3https://img.utdstc.com/icon/17e/e3e/17ee3ef31d3f3426bc1543b6b340ed0e1c1c7f436d70f7f65912cd1e52b6f75f:200img.utdstc.com/icon/17e/e3e/17ee3ef... https://img.utdstc.com/icon/17e/e3e/17ee3ef31d3f3426bc1543b6b340ed0e1c1c7f436d70f7f65912cd1e52b6f75f:200 — 200 — 5.1 KiB — 417 ms — h3https://img.utdstc.com/icon/a06/774/a06774e68c86f7bce9552921552efda75b37e2bcc4eb06e8ee4112168b8d827e:200img.utdstc.com/icon/a06/774/a06774e... https://img.utdstc.com/icon/a06/774/a06774e68c86f7bce9552921552efda75b37e2bcc4eb06e8ee4112168b8d827e:200 — 200 — 3.8 KiB — 318 ms — h3https://img.utdstc.com/icon/214/6a9/2146a9129bd9efb14667937bc7f8dc216c095c2a18214c8bb1031dd11e8dcce0:200img.utdstc.com/icon/214/6a9/2146a91... https://img.utdstc.com/icon/214/6a9/2146a9129bd9efb14667937bc7f8dc216c095c2a18214c8bb1031dd11e8dcce0:200 — 200 — 2.4 KiB — 311 ms — h3https://img.utdstc.com/icon/bdd/ed2/bdded28314d944e1842b4126ed851944f4e6520264ebf5c297a04bdd31ae73bf:200img.utdstc.com/icon/bdd/ed2/bdded28... https://img.utdstc.com/icon/bdd/ed2/bdded28314d944e1842b4126ed851944f4e6520264ebf5c297a04bdd31ae73bf:200 — 200 — 3.3 KiB — 341 ms — h3https://img.utdstc.com/icon/c49/23d/c4923da35e5989df5239d791ab53c062c1641d4c49b9819e86cfb51663d4944a:200img.utdstc.com/icon/c49/23d/c4923da... https://img.utdstc.com/icon/c49/23d/c4923da35e5989df5239d791ab53c062c1641d4c49b9819e86cfb51663d4944a:200 — 200 — 4.0 KiB — 341 ms — h3https://img.utdstc.com/icon/b88/5b9/b885b9234f79e8801817157b5a172280e96571232f4923e9b294607131cf0690:200img.utdstc.com/icon/b88/5b9/b885b92... https://img.utdstc.com/icon/b88/5b9/b885b9234f79e8801817157b5a172280e96571232f4923e9b294607131cf0690:200 — 200 — 9.5 KiB — 424 ms — h3https://img.utdstc.com/icon/440/1f0/4401f071dcd253870df923890b09ec92375ad67df2bcd1006c4b033777780d64:200img.utdstc.com/icon/440/1f0/4401f07... https://img.utdstc.com/icon/440/1f0/4401f071dcd253870df923890b09ec92375ad67df2bcd1006c4b033777780d64:200 — 200 — 3.1 KiB — 316 ms — h3https://img.utdstc.com/icon/f2b/cc1/f2bcc1aa078854219698046c57a47ced77385e3cc97c4bc3fdd8dd2f9e29635b:200img.utdstc.com/icon/f2b/cc1/f2bcc1a... https://img.utdstc.com/icon/f2b/cc1/f2bcc1aa078854219698046c57a47ced77385e3cc97c4bc3fdd8dd2f9e29635b:200 — 200 — 7.6 KiB — 417 ms — h3https://img.utdstc.com/icon/ef6/afd/ef6afd9db9ee581ade4fdb4d0547b169e30427d4853364de3570bce25f84907d:200img.utdstc.com/icon/ef6/afd/ef6afd9... https://img.utdstc.com/icon/ef6/afd/ef6afd9db9ee581ade4fdb4d0547b169e30427d4853364de3570bce25f84907d:200 — 200 — 3.6 KiB — 348 ms — h3https://img.utdstc.com/icon/197/b40/197b40959984df37a42343ebda673d9835a6705b31b8198a75c988fa9264917b:200img.utdstc.com/icon/197/b40/197b409... https://img.utdstc.com/icon/197/b40/197b40959984df37a42343ebda673d9835a6705b31b8198a75c988fa9264917b:200 — 200 — 8.9 KiB — 434 ms — h3https://img.utdstc.com/icon/826/725/82672572ac96972a9e4e56717258c0651d296e707ae49309ce6bf81630ce3159:200img.utdstc.com/icon/826/725/8267257... https://img.utdstc.com/icon/826/725/82672572ac96972a9e4e56717258c0651d296e707ae49309ce6bf81630ce3159:200 — 200 — 4.4 KiB — 386 ms — h3https://img.utdstc.com/icon/f3a/444/f3a444f1a521bb791cea2de54c6a88fc23bde20e01c538351e65468d7bb5026e:200img.utdstc.com/icon/f3a/444/f3a444f... https://img.utdstc.com/icon/f3a/444/f3a444f1a521bb791cea2de54c6a88fc23bde20e01c538351e65468d7bb5026e:200 — 200 — 3.4 KiB — 316 ms — h3https://img.utdstc.com/icon/d4f/235/d4f235edc1d22eb7fe200dd5e8d28fa9f386e571eaaf0989926119cefdc88853:200img.utdstc.com/icon/d4f/235/d4f235e... https://img.utdstc.com/icon/d4f/235/d4f235edc1d22eb7fe200dd5e8d28fa9f386e571eaaf0989926119cefdc88853:200 — 200 — 2.2 KiB — 243 ms — h3https://img.utdstc.com/icon/819/429/819429aff28adfc2c9339036dbaa38edd340b3f59f6174f80826d64a27da8af9:200img.utdstc.com/icon/819/429/819429a... https://img.utdstc.com/icon/819/429/819429aff28adfc2c9339036dbaa38edd340b3f59f6174f80826d64a27da8af9:200 — 200 — 3.9 KiB — 330 ms — h3https://img.utdstc.com/icon/a4a/b49/a4ab496f40a8ce55db37ff4a42b42ac95aaf244c7279861bf6b4838038288d26:200img.utdstc.com/icon/a4a/b49/a4ab496... https://img.utdstc.com/icon/a4a/b49/a4ab496f40a8ce55db37ff4a42b42ac95aaf244c7279861bf6b4838038288d26:200 — 200 — 4.5 KiB — 314 ms — h3https://img.utdstc.com/icon/f4f/faa/f4ffaa4a62be4505f14ccb19dc90aac051a316aba952e30c47339f07c694df62:200img.utdstc.com/icon/f4f/faa/f4ffaa4... https://img.utdstc.com/icon/f4f/faa/f4ffaa4a62be4505f14ccb19dc90aac051a316aba952e30c47339f07c694df62:200 — 200 — 3.0 KiB — 314 ms — h3https://img.utdstc.com/icon/68d/64f/68d64f99521d2a57fc843c75521f7329d7ae38b3ea8c3f1a9ac6969e4a93e251:200img.utdstc.com/icon/68d/64f/68d64f9... https://img.utdstc.com/icon/68d/64f/68d64f99521d2a57fc843c75521f7329d7ae38b3ea8c3f1a9ac6969e4a93e251:200 — 200 — 4.6 KiB — 383 ms — h3https://img.utdstc.com/icon/641/de7/641de7963e91b73b19b8f4111c25b7de2c947851df53ff0e0971b7add0b7e4a0:200img.utdstc.com/icon/641/de7/641de79... https://img.utdstc.com/icon/641/de7/641de7963e91b73b19b8f4111c25b7de2c947851df53ff0e0971b7add0b7e4a0:200 — 200 — 3.1 KiB — 323 ms — h3https://img.utdstc.com/screen/beb/2f3/beb2f3ce2b5f36f43222f0ea833e83791cc3ce42008ef3503224c115dd859fc3:300img.utdstc.com/screen/beb/2f3/beb2f... https://img.utdstc.com/screen/beb/2f3/beb2f3ce2b5f36f43222f0ea833e83791cc3ce42008ef3503224c115dd859fc3:300 — 200 — 52.3 KiB — 461 ms — h3https://img.utdstc.com/icon/b71/c9b/b71c9bef9a9afab86001172feb9c6bdb1cdb207ab4e5d3ba60606635a672d5c4:80img.utdstc.com/icon/b71/c9b/b71c9be... https://img.utdstc.com/icon/b71/c9b/b71c9bef9a9afab86001172feb9c6bdb1cdb207ab4e5d3ba60606635a672d5c4:80 — 200 — 2.7 KiB — 277 ms — h3https://img.utdstc.com/screen/12c/65c/12c65c57b8a065c1a0dd8cd6245abfffa6af726151b0b771386a53a92a4d0d1d:300img.utdstc.com/screen/12c/65c/12c65... https://img.utdstc.com/screen/12c/65c/12c65c57b8a065c1a0dd8cd6245abfffa6af726151b0b771386a53a92a4d0d1d:300 — 200 — 75.8 KiB — 461 ms — h3https://stc.utdstc.com/img/svgs/icon-bar-close.svgstc.utdstc.com/img/svgs/icon-bar-cl... https://stc.utdstc.com/img/svgs/icon-bar-close.svg — 200 — 1.2 KiB — 249 ms — h3https://img.utdstc.com/icon/c07/497/c07497085b75c9fb39ebdfdfd0707a39c87a1eea487980d9f9e7c8ef4a084da3:80img.utdstc.com/icon/c07/497/c074970... https://img.utdstc.com/icon/c07/497/c07497085b75c9fb39ebdfdfd0707a39c87a1eea487980d9f9e7c8ef4a084da3:80 — 200 — 3.4 KiB — 278 ms — h3https://img.utdstc.com/screen/2a2/c70/2a2c70a5e32d85369a3b491c360f8ba0ee3dfff7cc4c57292f155352d698e167:300img.utdstc.com/screen/2a2/c70/2a2c7... https://img.utdstc.com/screen/2a2/c70/2a2c70a5e32d85369a3b491c360f8ba0ee3dfff7cc4c57292f155352d698e167:300 — 200 — 59.7 KiB — 460 ms — h3https://img.utdstc.com/icon/979/5c9/9795c9fad19eece1cf87d960861ae9d3803c6cce587820abf7d9ca2272173bac:80img.utdstc.com/icon/979/5c9/9795c9f... https://img.utdstc.com/icon/979/5c9/9795c9fad19eece1cf87d960861ae9d3803c6cce587820abf7d9ca2272173bac:80 — 200 — 2.6 KiB — 278 ms — h3https://img.utdstc.com/screen/251/da4/251da4f1c679cf9a221b4b487e2c7bb9394d262c6a1fa36d499bdaa50d061337:300img.utdstc.com/screen/251/da4/251da... https://img.utdstc.com/screen/251/da4/251da4f1c679cf9a221b4b487e2c7bb9394d262c6a1fa36d499bdaa50d061337:300 — 200 — 50.5 KiB — 460 ms — h3https://img.utdstc.com/icon/369/6f7/3696f74ea2c986961929022599e16787e01ed8801bde3820a182c184cdf6db10:80img.utdstc.com/icon/369/6f7/3696f74... https://img.utdstc.com/icon/369/6f7/3696f74ea2c986961929022599e16787e01ed8801bde3820a182c184cdf6db10:80 — 200 — 4.0 KiB — 322 ms — h3https://img.utdstc.com/screen/e08/60d/e0860df1bb5d1819e1814b75aa2af9283d7a3ee71c669ee71bc4682055a21afd:300img.utdstc.com/screen/e08/60d/e0860... https://img.utdstc.com/screen/e08/60d/e0860df1bb5d1819e1814b75aa2af9283d7a3ee71c669ee71bc4682055a21afd:300 — 200 — 60.2 KiB — 460 ms — h3https://img.utdstc.com/icon/d69/6b3/d696b38108ac5b936423aa09817c2e09705ab8a49122207ac2f85889a2cdb024:80img.utdstc.com/icon/d69/6b3/d696b38... https://img.utdstc.com/icon/d69/6b3/d696b38108ac5b936423aa09817c2e09705ab8a49122207ac2f85889a2cdb024:80 — 200 — 2.8 KiB — 278 ms — h3https://img.utdstc.com/screen/d96/7ba/d967ba9de495d7f362c3e982035b8b4459adbcf24c93336babb897013b09e041:300img.utdstc.com/screen/d96/7ba/d967b... https://img.utdstc.com/screen/d96/7ba/d967ba9de495d7f362c3e982035b8b4459adbcf24c93336babb897013b09e041:300 — 200 — 6.1 KiB — 404 ms — h3https://img.utdstc.com/icon/7e1/1ef/7e11ef9caa34f51a7c1f0f914edd6f41c97566821634811f8255e93efea51926:80img.utdstc.com/icon/7e1/1ef/7e11ef9... https://img.utdstc.com/icon/7e1/1ef/7e11ef9caa34f51a7c1f0f914edd6f41c97566821634811f8255e93efea51926:80 — 200 — 3.2 KiB — 280 ms — h3https://img.utdstc.com/screen/ac0/bb2/ac0bb2b96fdfaedcc9f266e8ee8afe70322abc31fb70117275aa72dc93e57bf5:300img.utdstc.com/screen/ac0/bb2/ac0bb... https://img.utdstc.com/screen/ac0/bb2/ac0bb2b96fdfaedcc9f266e8ee8afe70322abc31fb70117275aa72dc93e57bf5:300 — 200 — 45.7 KiB — 459 ms — h3https://img.utdstc.com/icon/ded/fa6/dedfa6dc16636ec064f45b475e2d76f2f6830319e43658d9c231c380c341980a:80img.utdstc.com/icon/ded/fa6/dedfa6d... https://img.utdstc.com/icon/ded/fa6/dedfa6dc16636ec064f45b475e2d76f2f6830319e43658d9c231c380c341980a:80 — 200 — 3.7 KiB — 302 ms — h3https://img.utdstc.com/screen/0ef/1c7/0ef1c777ef424e66ddfa0692972781f90c56da6ea2710082319bbf81f21735a6:300img.utdstc.com/screen/0ef/1c7/0ef1c... https://img.utdstc.com/screen/0ef/1c7/0ef1c777ef424e66ddfa0692972781f90c56da6ea2710082319bbf81f21735a6:300 — 200 — 14.4 KiB — 435 ms — h3https://img.utdstc.com/icon/499/a3d/499a3dd14d609ecc134f2784e3e9ef468583771ea7692c26ff79acf0f6957946:80img.utdstc.com/icon/499/a3d/499a3dd... https://img.utdstc.com/icon/499/a3d/499a3dd14d609ecc134f2784e3e9ef468583771ea7692c26ff79acf0f6957946:80 — 200 — 1.9 KiB — 277 ms — h3https://img.utdstc.com/screen/6c8/f39/6c8f39c87d4b3420cab02902ad60707d2aba94cf394b2c181ed5cac7c665e1f3:300img.utdstc.com/screen/6c8/f39/6c8f3... https://img.utdstc.com/screen/6c8/f39/6c8f39c87d4b3420cab02902ad60707d2aba94cf394b2c181ed5cac7c665e1f3:300 — 200 — 39.4 KiB — 456 ms — h3https://img.utdstc.com/icon/084/12e/08412e977b5c2465e9ff9027ff141154e7c33f7ec3fe8246752781988ec4077b:80img.utdstc.com/icon/084/12e/08412e9... https://img.utdstc.com/icon/084/12e/08412e977b5c2465e9ff9027ff141154e7c33f7ec3fe8246752781988ec4077b:80 — 200 — 3.8 KiB — 409 ms — h3https://img.utdstc.com/screen/190/1aa/1901aa49c61ad9030af657aae7db0a77155dc9b9ecfad7688bbd6fc0189ff05a:300img.utdstc.com/screen/190/1aa/1901a... https://img.utdstc.com/screen/190/1aa/1901aa49c61ad9030af657aae7db0a77155dc9b9ecfad7688bbd6fc0189ff05a:300 — 200 — 39.7 KiB — 455 ms — h3https://img.utdstc.com/icon/250/7d0/2507d09441962a388e004cff7ef745db47b43d9ff42a248327da95116bfcc381:80img.utdstc.com/icon/250/7d0/2507d09... https://img.utdstc.com/icon/250/7d0/2507d09441962a388e004cff7ef745db47b43d9ff42a248327da95116bfcc381:80 — 200 — 3.0 KiB — 298 ms — h3https://img.utdstc.com/screen/8ea/1d7/8ea1d7c4fdf6c90c4e26db1d93d35f778f553177b1f0f9715d02fc90dea64263:300img.utdstc.com/screen/8ea/1d7/8ea1d... https://img.utdstc.com/screen/8ea/1d7/8ea1d7c4fdf6c90c4e26db1d93d35f778f553177b1f0f9715d02fc90dea64263:300 — 200 — 6.8 KiB — 345 ms — h3https://img.utdstc.com/icon/011/254/011254c764c4e40e1e0389076f09d4d9b40ec0dff7e6addc470e3b6374665247:80img.utdstc.com/icon/011/254/011254c... https://img.utdstc.com/icon/011/254/011254c764c4e40e1e0389076f09d4d9b40ec0dff7e6addc470e3b6374665247:80 — 200 — 2.8 KiB — 275 ms — h3https://img.utdstc.com/screen/7d5/6b5/7d56b5377e6ea4b239c3bd84076d1b8f4947f01f0d3df30164d64dc8aa989822:300img.utdstc.com/screen/7d5/6b5/7d56b... https://img.utdstc.com/screen/7d5/6b5/7d56b5377e6ea4b239c3bd84076d1b8f4947f01f0d3df30164d64dc8aa989822:300 — 200 — 30.3 KiB — 446 ms — h3https://img.utdstc.com/icon/674/eff/674eff83560bb18aa21f6a01d365a671f6e64e58bc3a7e53e2fde2845143299e:80img.utdstc.com/icon/674/eff/674eff8... https://img.utdstc.com/icon/674/eff/674eff83560bb18aa21f6a01d365a671f6e64e58bc3a7e53e2fde2845143299e:80 — 200 — 3.1 KiB — 274 ms — h3https://img.utdstc.com/screen/324/178/324178d5979a68d63bc8a8407b03f206e649376da96b80966b487aee8882025f:300img.utdstc.com/screen/324/178/32417... https://img.utdstc.com/screen/324/178/324178d5979a68d63bc8a8407b03f206e649376da96b80966b487aee8882025f:300 — 200 — 41.5 KiB — 453 ms — h3https://img.utdstc.com/icon/6e5/f5f/6e5f5f2f425d73a6353ad4fba8c1a02f8341e7bab0285df4b735d5f8a84aaa97:80img.utdstc.com/icon/6e5/f5f/6e5f5f2... https://img.utdstc.com/icon/6e5/f5f/6e5f5f2f425d73a6353ad4fba8c1a02f8341e7bab0285df4b735d5f8a84aaa97:80 — 200 — 2.0 KiB — 297 ms — h3https://img.utdstc.com/screen/c95/8b7/c958b718d9248b4964010bbdc6c36b2cdd481ddf2a8e555e1c16887c1db867ac:300img.utdstc.com/screen/c95/8b7/c958b... https://img.utdstc.com/screen/c95/8b7/c958b718d9248b4964010bbdc6c36b2cdd481ddf2a8e555e1c16887c1db867ac:300 — 200 — 9.2 KiB — 418 ms — h3https://img.utdstc.com/icon/64d/aa7/64daa7c688ec6b2939a5f154a681e915bc691db850beb7b3119e671721611adc:80img.utdstc.com/icon/64d/aa7/64daa7c... https://img.utdstc.com/icon/64d/aa7/64daa7c688ec6b2939a5f154a681e915bc691db850beb7b3119e671721611adc:80 — 200 — 1.7 KiB — 300 ms — h3https://img.utdstc.com/screen/c5c/643/c5c64325e90fd3a38fe83664df38d543c684b28790291e318137b8f9f5458796:300img.utdstc.com/screen/c5c/643/c5c64... https://img.utdstc.com/screen/c5c/643/c5c64325e90fd3a38fe83664df38d543c684b28790291e318137b8f9f5458796:300 — 200 — 28.9 KiB — 445 ms — h3https://img.utdstc.com/icon/398/3aa/3983aa6b3ad0e1723ab331d6ef41c6ceb9bdd0d6c93acb57b4ce352c06ddc01b:80img.utdstc.com/icon/398/3aa/3983aa6... https://img.utdstc.com/icon/398/3aa/3983aa6b3ad0e1723ab331d6ef41c6ceb9bdd0d6c93acb57b4ce352c06ddc01b:80 — 200 — 3.5 KiB — 385 ms — h3https://img.utdstc.com/screen/684/d75/684d75308aa4501d0e1f520029302ba74a607e662528f6f78f4dab0ae5991888:300img.utdstc.com/screen/684/d75/684d7... https://img.utdstc.com/screen/684/d75/684d75308aa4501d0e1f520029302ba74a607e662528f6f78f4dab0ae5991888:300 — 200 — 13.4 KiB — 433 ms — h3https://img.utdstc.com/icon/673/865/673865025e6c0a0f30c7b334aaea2f491f2606bcbf10652871d7c64f8402d91d:80img.utdstc.com/icon/673/865/6738650... https://img.utdstc.com/icon/673/865/673865025e6c0a0f30c7b334aaea2f491f2606bcbf10652871d7c64f8402d91d:80 — 200 — 2.7 KiB — 403 ms — h3https://img.utdstc.com/icon/b11/7ce/b117ce7ff728bd1bf2883fdffdcb170f487a793a8f65db956649a846861e138c:200img.utdstc.com/icon/b11/7ce/b117ce7... https://img.utdstc.com/icon/b11/7ce/b117ce7ff728bd1bf2883fdffdcb170f487a793a8f65db956649a846861e138c:200 — 200 — 5.3 KiB — 386 ms — h3https://img.utdstc.com/icon/daf/6cf/daf6cfea9f1b93932ff120b4563de28454f987df345cde86a7bac4d23f0540a4:200img.utdstc.com/icon/daf/6cf/daf6cfe... https://img.utdstc.com/icon/daf/6cf/daf6cfea9f1b93932ff120b4563de28454f987df345cde86a7bac4d23f0540a4:200 — 200 — 3.3 KiB — 367 ms — h3https://img.utdstc.com/icon/5d7/835/5d7835a806b1cdc5d7427879634e5417a12f8c94e6dab633dcd7ff81be9115a1:200img.utdstc.com/icon/5d7/835/5d7835a... https://img.utdstc.com/icon/5d7/835/5d7835a806b1cdc5d7427879634e5417a12f8c94e6dab633dcd7ff81be9115a1:200 — 200 — 8.0 KiB — 412 ms — h3https://img.utdstc.com/icon/3e7/d49/3e7d49e1c93705996576bf7964b0ccae1bc7aa75cae041cfc2c7f8385a90ce98:200img.utdstc.com/icon/3e7/d49/3e7d49e... https://img.utdstc.com/icon/3e7/d49/3e7d49e1c93705996576bf7964b0ccae1bc7aa75cae041cfc2c7f8385a90ce98:200 — 200 — 7.1 KiB — 403 ms — h3https://img.utdstc.com/icon/86c/5bc/86c5bcfb67479bf0e9aa21b1d14208c3c425e831230cef4d4b33a4b3c2a51af3:200img.utdstc.com/icon/86c/5bc/86c5bcf... https://img.utdstc.com/icon/86c/5bc/86c5bcfb67479bf0e9aa21b1d14208c3c425e831230cef4d4b33a4b3c2a51af3:200 — 200 — 1.6 KiB — 345 ms — h3https://img.utdstc.com/icon/95d/84c/95d84c29c957b60f328f95586b49bc1833443172b4a242a52f000436d91d7891:200img.utdstc.com/icon/95d/84c/95d84c2... https://img.utdstc.com/icon/95d/84c/95d84c29c957b60f328f95586b49bc1833443172b4a242a52f000436d91d7891:200 — 200 — 5.1 KiB — 400 ms — h3https://img.utdstc.com/icon/f61/4fa/f614fafadf8ea9082be878e37488261e60047e2f6bce857962f3d4f4a1cf5feb:200img.utdstc.com/icon/f61/4fa/f614faf... https://img.utdstc.com/icon/f61/4fa/f614fafadf8ea9082be878e37488261e60047e2f6bce857962f3d4f4a1cf5feb:200 — 200 — 9.5 KiB — 424 ms — h3https://img.utdstc.com/icon/4cc/fb3/4ccfb30c2a036822c4f52865f7775b628d125df320b9ed2a873ef02b516bb721:200img.utdstc.com/icon/4cc/fb3/4ccfb30... https://img.utdstc.com/icon/4cc/fb3/4ccfb30c2a036822c4f52865f7775b628d125df320b9ed2a873ef02b516bb721:200 — 200 — 2.0 KiB — 345 ms — h3https://img.utdstc.com/icon/b9a/898/b9a8981007bb7615d0d84240fcc0606cf0b89610a9a407f3eb7170d8301a9a21:200img.utdstc.com/icon/b9a/898/b9a8981... https://img.utdstc.com/icon/b9a/898/b9a8981007bb7615d0d84240fcc0606cf0b89610a9a407f3eb7170d8301a9a21:200 — 200 — 8.2 KiB — 423 ms — h3https://img.utdstc.com/icon/3e6/b9c/3e6b9c96e133868a1c68eab2844be25f879446a99f96b44a4fc55c3e34d22e3f:200img.utdstc.com/icon/3e6/b9c/3e6b9c9... https://img.utdstc.com/icon/3e6/b9c/3e6b9c96e133868a1c68eab2844be25f879446a99f96b44a4fc55c3e34d22e3f:200 — 200 — 4.5 KiB — 373 ms — h3https://img.utdstc.com/icon/c54/a46/c54a46729a740ed89bba50e7217e2b8001723b6cb23655fd8fa8005627d37f4c:200img.utdstc.com/icon/c54/a46/c54a467... https://img.utdstc.com/icon/c54/a46/c54a46729a740ed89bba50e7217e2b8001723b6cb23655fd8fa8005627d37f4c:200 — 200 — 2.1 KiB — 374 ms — h3https://img.utdstc.com/icon/f4a/e32/f4ae32b1b3b5e093d004286244a4176132d69e364356dd45fe3a11111cdc744a:200img.utdstc.com/icon/f4a/e32/f4ae32b... https://img.utdstc.com/icon/f4a/e32/f4ae32b1b3b5e093d004286244a4176132d69e364356dd45fe3a11111cdc744a:200 — 200 — 4.8 KiB — 399 ms — h3https://img.utdstc.com/icon/cc6/39d/cc639d320374e26fc04484c072687a806ed41a87ec12f8189de7f80e2cef3ed0:200img.utdstc.com/icon/cc6/39d/cc639d3... https://img.utdstc.com/icon/cc6/39d/cc639d320374e26fc04484c072687a806ed41a87ec12f8189de7f80e2cef3ed0:200 — 200 — 4.5 KiB — 374 ms — h3https://img.utdstc.com/icon/6b2/62c/6b262c2cb2388a05782217087c2b79b7faff2a288d1d11e5fffccc43e8ab3234:200img.utdstc.com/icon/6b2/62c/6b262c2... https://img.utdstc.com/icon/6b2/62c/6b262c2cb2388a05782217087c2b79b7faff2a288d1d11e5fffccc43e8ab3234:200 — 200 — 3.3 KiB — 315 ms — h3https://img.utdstc.com/icon/2ef/2d7/2ef2d78b3c0459535e9efe8bc14bc0fb19c470de49b73975bd59229e48dbfcf0:200img.utdstc.com/icon/2ef/2d7/2ef2d78... https://img.utdstc.com/icon/2ef/2d7/2ef2d78b3c0459535e9efe8bc14bc0fb19c470de49b73975bd59229e48dbfcf0:200 — 200 — 4.8 KiB — 394 ms — h3https://img.utdstc.com/icon/408/d5a/408d5a69c561fb2567fc0325d1304122ac81509d6167b2c3080421e3d5a20f44:200img.utdstc.com/icon/408/d5a/408d5a6... https://img.utdstc.com/icon/408/d5a/408d5a69c561fb2567fc0325d1304122ac81509d6167b2c3080421e3d5a20f44:200 — 200 — 4.3 KiB — 377 ms — h3https://img.utdstc.com/icon/55c/e51/55ce51460c9c8d65dccdb5ff6c661ae665ec387cc756f3707cc9516ab8e4a771:200img.utdstc.com/icon/55c/e51/55ce514... https://img.utdstc.com/icon/55c/e51/55ce51460c9c8d65dccdb5ff6c661ae665ec387cc756f3707cc9516ab8e4a771:200 — 200 — 2.3 KiB — 363 ms — h3https://img.utdstc.com/icon/70e/85a/70e85a25788236ac0fc9440655b1238b9b1e2cb391331b719ea57a5f63d0d3d3:200img.utdstc.com/icon/70e/85a/70e85a2... https://img.utdstc.com/icon/70e/85a/70e85a25788236ac0fc9440655b1238b9b1e2cb391331b719ea57a5f63d0d3d3:200 — 200 — 4.7 KiB — 398 ms — h3https://img.utdstc.com/icon/217/7a4/2177a49125d4f4986c253c453123aae23e404d2b3c18a7a98b98267552a7c2d2:200img.utdstc.com/icon/217/7a4/2177a49... https://img.utdstc.com/icon/217/7a4/2177a49125d4f4986c253c453123aae23e404d2b3c18a7a98b98267552a7c2d2:200 — 200 — 8.1 KiB — 406 ms — h3https://img.utdstc.com/icon/46d/5d4/46d5d484cff5d1ab9bea57946d1e85cc2e7ad899fbe31c8e09c4833b5a4865c4:200img.utdstc.com/icon/46d/5d4/46d5d48... https://img.utdstc.com/icon/46d/5d4/46d5d484cff5d1ab9bea57946d1e85cc2e7ad899fbe31c8e09c4833b5a4865c4:200 — 200 — 2.9 KiB — 370 ms — h3https://img.utdstc.com/icon/048/0de/0480de0d0f5df4170e0ea3518934216c693a4b43c66732a2304f924d7ef7bd1c:200img.utdstc.com/icon/048/0de/0480de0... https://img.utdstc.com/icon/048/0de/0480de0d0f5df4170e0ea3518934216c693a4b43c66732a2304f924d7ef7bd1c:200 — 200 — 2.0 KiB — 359 ms — h3https://img.utdstc.com/icon/285/439/2854390d6f2d7b3005cfd0f8996c9e80b3480794a05f2f6253cdd0c8a60c1761:200img.utdstc.com/icon/285/439/2854390... https://img.utdstc.com/icon/285/439/2854390d6f2d7b3005cfd0f8996c9e80b3480794a05f2f6253cdd0c8a60c1761:200 — 200 — 2.9 KiB — 373 ms — h3https://img.utdstc.com/icon/5dc/2a0/5dc2a072267f948d6ef5ddb422d5fdc219af8ce92489ba122dec6d59e1fda89f:200img.utdstc.com/icon/5dc/2a0/5dc2a07... https://img.utdstc.com/icon/5dc/2a0/5dc2a072267f948d6ef5ddb422d5fdc219af8ce92489ba122dec6d59e1fda89f:200 — 200 — 2.3 KiB — 391 ms — h3https://img.utdstc.com/icon/7b3/1c0/7b31c0e9cd9123f867f7fad5968ccf324f4b61e8c1206c94c947abc007e8030b:200img.utdstc.com/icon/7b3/1c0/7b31c0e... https://img.utdstc.com/icon/7b3/1c0/7b31c0e9cd9123f867f7fad5968ccf324f4b61e8c1206c94c947abc007e8030b:200 — 200 — 3.2 KiB — 395 ms — h3https://img.utdstc.com/icon/bc1/f5e/bc1f5ed2117ca511efaf62d2b2e9e2c6538b074ea0b42fefd258d1c952808a74:200img.utdstc.com/icon/bc1/f5e/bc1f5ed... https://img.utdstc.com/icon/bc1/f5e/bc1f5ed2117ca511efaf62d2b2e9e2c6538b074ea0b42fefd258d1c952808a74:200 — 200 — 1.7 KiB — 359 ms — h3https://img.utdstc.com/icon/76e/190/76e19015dd01d85e5d94cdf303424416e0f4e95c0b1b62761127c4998c5dd4cc:200img.utdstc.com/icon/76e/190/76e1901... https://img.utdstc.com/icon/76e/190/76e19015dd01d85e5d94cdf303424416e0f4e95c0b1b62761127c4998c5dd4cc:200 — 200 — 3.5 KiB — 394 ms — h3https://img.utdstc.com/icon/6b0/f30/6b0f30c3c90a02bf73b37da28b0cbbc704ebe5341fdf1a44ddf6f6a7a91e475e:200img.utdstc.com/icon/6b0/f30/6b0f30c... https://img.utdstc.com/icon/6b0/f30/6b0f30c3c90a02bf73b37da28b0cbbc704ebe5341fdf1a44ddf6f6a7a91e475e:200 — 200 — 4.2 KiB — 375 ms — h3https://img.utdstc.com/icon/4dd/6a8/4dd6a89a6e4607154add4ba94145dc812b4d10dd1ee9c1d78c839dc27625c149:200img.utdstc.com/icon/4dd/6a8/4dd6a89... https://img.utdstc.com/icon/4dd/6a8/4dd6a89a6e4607154add4ba94145dc812b4d10dd1ee9c1d78c839dc27625c149:200 — 200 — 8.9 KiB — 416 ms — h3https://stc.utdstc.com/img/svgs/icon-20-user.svgstc.utdstc.com/img/svgs/icon-20-use... https://stc.utdstc.com/img/svgs/icon-20-user.svg — 200 — 1.3 KiB — 292 ms — h3https://stc.utdstc.com/img/svgs/icon-60-games.svgstc.utdstc.com/img/svgs/icon-60-gam... https://stc.utdstc.com/img/svgs/icon-60-games.svg — 200 — 939 B — 226 ms — h3https://stc.utdstc.com/img/svgs/icon-24-myapps.svgstc.utdstc.com/img/svgs/icon-24-mya... https://stc.utdstc.com/img/svgs/icon-24-myapps.svg — 200 — 1.3 KiB — 257 ms — h3https://stc.utdstc.com/img/icon-logo.svgstc.utdstc.com/img/icon-logo.svg https://stc.utdstc.com/img/icon-logo.svg — 200 — 859 B — 232 ms — h3https://stc.utdstc.com/img/svgs/icon-20-blog.svgstc.utdstc.com/img/svgs/icon-20-blo... https://stc.utdstc.com/img/svgs/icon-20-blog.svg — 200 — 1.2 KiB — 312 ms — h3https://stc.utdstc.com/img/svgs/icon-bar-info.svgstc.utdstc.com/img/svgs/icon-bar-in... https://stc.utdstc.com/img/svgs/icon-bar-info.svg — 200 — 1.5 KiB — 268 ms — h3https://img.utdstc.com/icon/277/dd3/277dd3a9fb3f492355261ce1ee09207d83731477ebac5d5e8151080891ba9997:200img.utdstc.com/icon/277/dd3/277dd3a... https://img.utdstc.com/icon/277/dd3/277dd3a9fb3f492355261ce1ee09207d83731477ebac5d5e8151080891ba9997:200 — 200 — 3.3 KiB — 299 ms — h3https://img.utdstc.com/icon/e29/fae/e29fae73284264397e0bef423e3b9e75fe46fa3642cbb90faeac88f62fd8c5cd:200img.utdstc.com/icon/e29/fae/e29fae7... https://img.utdstc.com/icon/e29/fae/e29fae73284264397e0bef423e3b9e75fe46fa3642cbb90faeac88f62fd8c5cd:200 — 200 — 2.8 KiB — 338 ms — h3https://img.utdstc.com/icon/90f/c00/90fc00568abda9510f6cc775b1f3658a4be0f9e630f53f98a528891d6ee9e66a:200img.utdstc.com/icon/90f/c00/90fc005... https://img.utdstc.com/icon/90f/c00/90fc00568abda9510f6cc775b1f3658a4be0f9e630f53f98a528891d6ee9e66a:200 — 200 — 3.2 KiB — 289 ms — h3https://img.utdstc.com/icon/c62/8e2/c628e2f46e4a7d773e42542d8b947bc324c4b92ca2fb6cb9b8251b107f4d3bbd:200img.utdstc.com/icon/c62/8e2/c628e2f... https://img.utdstc.com/icon/c62/8e2/c628e2f46e4a7d773e42542d8b947bc324c4b92ca2fb6cb9b8251b107f4d3bbd:200 — 200 — 3.9 KiB — 320 ms — h3https://img.utdstc.com/icon/3d1/08a/3d108a3cc5f7616713c3fcbca5a4fbf7c2dbfe6ba9612971542d60e124a3a405:200img.utdstc.com/icon/3d1/08a/3d108a3... https://img.utdstc.com/icon/3d1/08a/3d108a3cc5f7616713c3fcbca5a4fbf7c2dbfe6ba9612971542d60e124a3a405:200 — 200 — 3.0 KiB — 319 ms — h3https://img.utdstc.com/icon/431/c6b/431c6be8e8dbb358738980c75c35c56ee8e8c3238089ed9b6f04d295d4008970:200img.utdstc.com/icon/431/c6b/431c6be... https://img.utdstc.com/icon/431/c6b/431c6be8e8dbb358738980c75c35c56ee8e8c3238089ed9b6f04d295d4008970:200 — 200 — 4.3 KiB — 357 ms — h3https://img.utdstc.com/icon/28d/7a5/28d7a516455fca30979019367c69b43adab597a4e63c0b89b4dbe917706e7feb:200img.utdstc.com/icon/28d/7a5/28d7a51... https://img.utdstc.com/icon/28d/7a5/28d7a516455fca30979019367c69b43adab597a4e63c0b89b4dbe917706e7feb:200 — 200 — 5.0 KiB — 388 ms — h3https://img.utdstc.com/icon/d9a/b0a/d9ab0a95a94355ed565676efa5f5356c978bb50720951caeaa90e530412527d1:200img.utdstc.com/icon/d9a/b0a/d9ab0a9... https://img.utdstc.com/icon/d9a/b0a/d9ab0a95a94355ed565676efa5f5356c978bb50720951caeaa90e530412527d1:200 — 200 — 4.9 KiB — 357 ms — h3https://img.utdstc.com/icon/778/f20/778f203007a9862e375d787070dfd6c98821914fcb54530f7bfc7fd8e7c78b75:200img.utdstc.com/icon/778/f20/778f203... https://img.utdstc.com/icon/778/f20/778f203007a9862e375d787070dfd6c98821914fcb54530f7bfc7fd8e7c78b75:200 — 200 — 9.0 KiB — 414 ms — h3https://img.utdstc.com/icon/d43/fb7/d43fb7062cc2a3f460d021f4ce787a7385af271bcff5e771d11a60903a3e8249:200img.utdstc.com/icon/d43/fb7/d43fb70... https://img.utdstc.com/icon/d43/fb7/d43fb7062cc2a3f460d021f4ce787a7385af271bcff5e771d11a60903a3e8249:200 — 200 — 9.0 KiB — 414 ms — h3https://img.utdstc.com/icon/b33/b08/b33b08f7274ad04feb960f01fb676b25f170e527f979a5995585e018d9a139c6:200img.utdstc.com/icon/b33/b08/b33b08f... https://img.utdstc.com/icon/b33/b08/b33b08f7274ad04feb960f01fb676b25f170e527f979a5995585e018d9a139c6:200 — 200 — 2.8 KiB — 287 ms — h3https://img.utdstc.com/icon/4f5/573/4f5573ec8ceb178309388af68bd0f6f78692d08406be0f3d65cce025b827a38f:200img.utdstc.com/icon/4f5/573/4f5573e... https://img.utdstc.com/icon/4f5/573/4f5573ec8ceb178309388af68bd0f6f78692d08406be0f3d65cce025b827a38f:200 — 200 — 4.7 KiB — 376 ms — h3https://img.utdstc.com/icon/b97/269/b97269be95847e7cc5480cfc835cbda9de6fb98d1a43c0dc06aaea5dcc869821:200img.utdstc.com/icon/b97/269/b97269b... https://img.utdstc.com/icon/b97/269/b97269be95847e7cc5480cfc835cbda9de6fb98d1a43c0dc06aaea5dcc869821:200 — 200 — 1.5 KiB — 288 ms — h3https://img.utdstc.com/icon/043/450/043450ad55158144fd863553fa7fd389b0495c3a1eba305afba63105fffa39a0:200img.utdstc.com/icon/043/450/043450a... https://img.utdstc.com/icon/043/450/043450ad55158144fd863553fa7fd389b0495c3a1eba305afba63105fffa39a0:200 — 200 — 4.7 KiB — 377 ms — h3https://img.utdstc.com/icon/5ad/3b6/5ad3b6f1dbfa1b79ee71e74dcdf6ad05328cc4b57125def01a3a8cf84e155957:200img.utdstc.com/icon/5ad/3b6/5ad3b6f... https://img.utdstc.com/icon/5ad/3b6/5ad3b6f1dbfa1b79ee71e74dcdf6ad05328cc4b57125def01a3a8cf84e155957:200 — 200 — 2.5 KiB — 390 ms — h3https://stc.utdstc.com/img/svgs/logo-element.svgstc.utdstc.com/img/svgs/logo-elemen... https://stc.utdstc.com/img/svgs/logo-element.svg — 200 — 1013 B — 301 ms — h3https://cdn.cookie-script.com/iabtcf/2.3/sdk_cmp.jscdn.cookie-script.com/iabtcf/2.3/sd... https://cdn.cookie-script.com/iabtcf/2.3/sdk_cmp.js — 200 — 25.7 KiB — 260 ms — h2https://www.uptodown.com/ajax/suggest-change-languagewww.uptodown.com/ajax/suggest-chang... https://www.uptodown.com/ajax/suggest-change-language — 200 — 870 B — 139 ms — h3https://consent.cookie-script.com/analytics?action=firstshown&time=1776818126714&script=a52be48a31f50475bd697e1db8507f9d&category=consent.cookie-script.com/analytics... https://consent.cookie-script.com/analytics?action=firstshown&time=1776818126714&script=a52be48a31f50475bd697e1db8507f9d&category= — 200 — 293 B — 592 ms — h2https://www.uptodown.com/cookie-pixel.gifwww.uptodown.com/cookie-pixel.gif https://www.uptodown.com/cookie-pixel.gif — 200 — 432 B — 126 ms — h3https://ssm.codes/utd-dpyssm.codes/utd-dpy https://ssm.codes/utd-dpy — 200 — 1.4 KiB — 120 ms — h3https://region1.google-analytics.com/g/collect?v=2&tid=G-DW5XRK7GYT&gtm=45je64h1h1v888089788za200zd888089788&_p=1776818126344&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&tcfd=10001&gdid=dMmY1Mm&_eu=AAAAAGA&are=1&cid=1239947357.1776818127&frm=0&pscdl=denied&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512543&sid=1776818127&sct=1&seg=0&dl=https%3A%2F%2Fwww.uptodown.com%2F&dt=Descarga%20de%20apps%20para%20Android%20-%20Descarga%2C%20descubre%2C%20comparte%20en%20Uptodown&en=select_content&_fv=1&_nsi=1&_ss=1&_ee=1&ep.content_type=CookieScript%20firstshown&tfd=819region1.google-analytics.com/g/coll... https://region1.google-analytics.com/g/collect?v=2&tid=G-DW5XRK7GYT&gtm=45je64h1h1v888089788za200zd888089788&_p=1776818126344&gcs=G100&gcd=13p3pPp2p5l1&npa=1&dma_cps=-&dma=1&tcfd=10001&gdid=dMmY1Mm&_eu=AAAAAGA&are=1&cid=1239947357.1776818127&frm=0&pscdl=denied&rcb=3&sr=412x823&uaa=&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=moto%20g%20power%20(2022)&uamb=1&uap=Android&uapv=11.0&uaw=0&ul=en-us&_s=1&tag_exp=0~115938465~115938469~117266401~117512543&sid=1776818127&sct=1&seg=0&dl=https%3A%2F%2Fwww.uptodown.com%2F&dt=Descarga%20de%20apps%20para%20Android%20-%20Descarga%2C%20descubre%2C%20comparte%20en%20Uptodown&en=select_content&_fv=1&_nsi=1&_ss=1&_ee=1&ep.content_type=CookieScript%20firstshown&tfd=819 — 204 — 550 B — 87 ms — h2https://cdn.cookie-script.com/iabtcf/2.3/vendor-list.jsoncdn.cookie-script.com/iabtcf/2.3/ve... https://cdn.cookie-script.com/iabtcf/2.3/vendor-list.json — 200 — 107.2 KiB — 187 ms — h2https://cdn.cookie-script.com/iabtcf/2.3/google-vendors.jsoncdn.cookie-script.com/iabtcf/2.3/go... https://cdn.cookie-script.com/iabtcf/2.3/google-vendors.json — 200 — 40.9 KiB — 189 ms — h2https://uptodown.com/favicon.ico/favicon.ico https://uptodown.com/favicon.ico — 200 — 2.8 KiB — 22 ms — h2https://www.uptodown.com/img/uptodown-ico-192.pngwww.uptodown.com/img/uptodown-ico-1... https://www.uptodown.com/img/uptodown-ico-192.png — 200 — 4.4 KiB — 68 ms — h3https://www.cloudflare.com/cdn-cgi/tracewww.cloudflare.com/cdn-cgi/trace https://www.cloudflare.com/cdn-cgi/trace — 200 — 935 B — 79 ms — h3https://cdn.cookie-script.com/iabtcf/2.3/purposes-es.jsoncdn.cookie-script.com/iabtcf/2.3/pu... https://cdn.cookie-script.com/iabtcf/2.3/purposes-es.json — 200 — 9.5 KiB — 35 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 3004ms · 353KB · €37/mo
www.uptodown.com
Other
Costly
Execution 1090ms
Transfer 46 KB
Monthly Cost €13/mo
Unattributable
Other
Costly
Execution 1081ms
Transfer 0 KB
Monthly Cost €13/mo
geo.cookie-script.com
Other
Costly
Execution 462ms
Transfer 44 KB
Monthly Cost €6/mo
Google Tag Manager
Tag Manager
Costly
Execution 220ms
Transfer 160 KB
Unused 39%
Monthly Cost €3/mo
Cookie Script
Consent
Essential
Execution 99ms
Transfer 26 KB
Monthly Cost €1/mo
stc.utdstc.com
Other
Optional
Execution 52ms
Transfer 77 KB
Unused 80%
Monthly Cost €1/mo

These scripts may cost more than they're worth

  • www.uptodown.com adds 1090ms and costs ~€13/month
  • Unattributable adds 1081ms and costs ~€13/month
  • geo.cookie-script.com adds 462ms and costs ~€6/month
  • Google Tag Manager adds 220ms 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

www.uptodown.com takes 1090ms 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 1081ms 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

geo.cookie-script.com takes 462ms 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

Google Tag Manager takes 220ms 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 stc.utdstc.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