Skip to content
https://rcf-community.com

Performance

· 25 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
89
GRADE
B
FIX
1
REVIEW
8
PASS
14
INFO
2

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

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

2.88 s

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

4.39 s

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

8 ms

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

0.068

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

2.89 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.39 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
25
14 PASS 8 REVIEW 1 FIX
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-store, no-cache, must-revalidate
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-store, no-cache, must-revalidate

DirectiveValueMeaning
no-storeNever cache this response
no-cacheCache but always revalidate first
must-revalidateMust recheck with server after expiry
C
Page Weight Budget
Action
2.0 MB transferred, 32 requests
REVIEW
2.0 MB transferred, 32 requests
Info::
Page weighs 3.0 MB (2.0 MB transferred)
Warning::
Images are 1.6 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.6 MB
Info::
32 HTTP requests
Info::
Estimated 0.42 g CO2 per page load
2.0 MB / 2.4 MB budget
2.0 MB transferred
32 requests
0.42 g CO2 per page load
Images 1.6 MiB 80%
Fonts 168.0 KiB 8%
JavaScript 148.4 KiB 7%
CSS 54.1 KiB 3%
Other 23.0 KiB 1%
HTML 14.8 KiB 1%
Other 412 B 0%
0 2.4 MB 4.9 MB
Approaching limit

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

B
Image Optimization
6 images, 0 KB saveable
REVIEW
6 images, 0 KB saveable
Warning::
https://rcf-community.com/images/RCF-anim-test1.gi... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
6 images 1.6 MB
0 oversized -0 KB
6 legacy format
1 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

B
JS Execution Cost
750ms total JS execution
REVIEW
750ms total JS execution
Warning::
https://rcf-community.com/: 386ms CPU time
Warning::
Unattributable: 300ms CPU time
Info::
https://rcf-community.com/js/jquery-3.6.0.min.js: 64ms CPU time

Main Thread Breakdown

Other 43% Style & Layout 28% Script Evaluation 15% Parse HTML & CSS 5% Script Parsing & Compilation 4% Rendering 4%
ScriptTotalScriptingParse/CompileParty
https://rcf-community.com/386ms33ms5ms1st
Unattributable300ms7ms0ms1st
https://rcf-community.com/js/jquery-3.6.0.min.js64ms45ms13ms1st
B
HTTP/3 (QUIC)
HTTP/3 not advertised
REVIEW
HTTP/3 not advertised
Info::
HTTP/3 (QUIC) is not advertised
HTTP/3 isn't advertised via Alt-Svc and the worker didn't negotiate h3. HTTP/3 reduces handshake latency (1-RTT instead of 2-3 RTTs) and is more resilient on lossy connections. Most modern CDNs (Cloudflare, Fastly, AWS CloudFront, Google Cloud CDN) support HTTP/3 with a single config switch -- consider enabling for mobile-heavy workloads.
B
Compression Algorithm
Main response uses gzip; brotli would be ~20% smaller
REVIEW
Main response uses gzip; brotli would be ~20% smaller
Info::
Main HTML response uses gzip (brotli would be ~20% smaller)
All current browsers support brotli. Most CDNs (Cloudflare, Fastly, AWS CloudFront, Vercel, Netlify) can switch from gzip to brotli with a single config flag. Origin servers (nginx, Apache) need a brotli module compiled in -- nginx-brotli or Apache mod_brotli.
B
Server-Timing Observability
No Server-Timing header found
REVIEW
No Server-Timing header found
Info::
No Server-Timing header found
Server-Timing exposes backend timing breakdowns to browser DevTools (e.g., `db: 45ms; render: 120ms; cache: 2ms`). Useful for diagnosing slow pages without backend log access. Most modern frameworks (Next.js, Cloudflare Workers, Fastly) emit it automatically; absence on a managed platform usually means telemetry headers are stripped at the edge.
C
Page Weight Inventory
Action
32 resources · 2.0 MB · 22 KB savings available
REVIEW
32 resources · 2.0 MB · 22 KB savings available
Warning::
Page weight 2.0 MB exceeds 1 MB target by 1.0 MB
Got: 2.0 MB Expected: ≤ 1 MB
Info::
12 third-party resources (10% of weight)
Info::
3 resources over 200KB
32 resources · 2.0 MiB · 12 third-party 1.0 MiB over 1MB target
Image 80% · 1.6 MiB
Font 8% · 168.0 KiB
JavaScript 7% · 148.4 KiB
CSS 3% · 54.1 KiB
Document 1% · 19.8 KiB
Other 1% · 18.4 KiB

~22.0 KiB of savings available

Remove unused JavaScript: 22.0 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
10% third-party, 0 ms blocking
PASS
10% third-party, 0 ms blocking
Info::
Third-party code accounts for 10% of page weight (214.3 KiB of 2.0 MiB)
Info::
Third-party blocking time is low (0 ms)
90%
First-party Third-party
A+
Text Compression
All text resources are compressed
PASS
All text resources are compressed
Info::
All text resources are compressed
All text resources are properly compressed.
A+
Font Loading
6 fonts (168 KB)
PASS
6 fonts (168 KB)
Info::
6 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

6

168 KB total

Render-blocking

0

of 6

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.9 s LCP 4.4 shttps://rcf-community.com/fonts/EdgeOfTheGalaxyPoster.ttfEdgeOfTheGalaxyPoster.ttf https://rcf-community.com/fonts/EdgeOfTheGalaxyPoster.ttf — 5.6 KiB — 489 ms — font-display: swaphttps://rcf-community.com/fonts/AGENCYR.TTFAGENCYR.TTF https://rcf-community.com/fonts/AGENCYR.TTF — 36.2 KiB — 500 ms — font-display: swaphttps://rcf-community.com/fonts/AGENCYB.TTFAGENCYB.TTF https://rcf-community.com/fonts/AGENCYB.TTF — 37.1 KiB — 499 ms — font-display: swaphttps://rcf-community.com/fonts/LemonMilkRegular-X3XE2.otfLemonMilkRegular-X3XE2.otf https://rcf-community.com/fonts/LemonMilkRegular-X3XE2.otf — 23.8 KiB — 490 ms — font-display: swaphttps://rcf-community.com/fonts/Trekbats.ttfTrekbats.ttf https://rcf-community.com/fonts/Trekbats.ttf — 27.4 KiB — 498 ms — font-display: swaphttps://discord.com/assets/66d715454104d24e.woff266d715454104d24e.woff2 https://discord.com/assets/66d715454104d24e.woff2 — 37.9 KiB — 15 ms — font-display: swap
EdgeOfTheGalaxyPoster.ttf ttf swap
Size 6 KB
Load time 489 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
AGENCYR.TTF ttf swap
Size 36 KB
Load time 500 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
AGENCYB.TTF ttf swap
Size 37 KB
Load time 499 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
LemonMilkRegular-X3XE2.otf otf swap
Size 24 KB
Load time 490 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
Trekbats.ttf ttf swap
Size 27 KB
Load time 498 ms
Start 2.8 s
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
66d715454104d24e.woff2 woff2 swap
Size 38 KB
Load time 15 ms
Start 3.0 s
Risk FOUT — text flashes from fallback to web font
Optimization checklist
  • Preload critical fonts (priority=high)
  • Use woff2 format for all fonts
  • Set font-display to swap, optional, or fallback
  • Subset large fonts (≤100 KB each)

Fixing the unchecked items could save ~39 KB and ~78 ms

A+
JS Bundles
6 scripts, 22 KB unused
PASS
6 scripts, 22 KB unused
Warning::
https://rcf-community.com/js/jquery-3.6.0.min.js: 22 KB unused (73%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 22 KB
22 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://rcf-community.com/js/jquery-3.6.0.min.js30 KB22 KB (73%)1st
https://www.gstatic.com/charts/loader.js19 KB3rd
https://rcf-community.com/js/shadowbox.js19 KB1st
https://rcf-community.com/js/html.js0 KB1st
https://discord.com/assets/c114e7c6ec68f068.js71 KB3rd
https://discord.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/e694063b5082/main.js?10 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

A+
Resource Caching
All resources properly cached
PASS
All resources properly cached
Info::
No caching issues found
All static resources have appropriate caching headers.
A+
Critical Rendering Path
No render-blocking resources
PASS
No render-blocking resources
Info::
No render-blocking resources detected
A+
Resource Hints
No optimization needed
PASS
No optimization needed
Info::
No resource hint issues
A+
LCP Image Preload
LCP preload audit not available
PASS
LCP preload audit not available
Info::
LCP image preload audit not available for this scan
A+
Main HTML Cache-Control
Main HTML uses no-store -- correct for sensitive/dynamic content
PASS
Main HTML uses no-store -- correct for sensitive/dynamic content
Info::
Main HTML uses no-store -- correct for sensitive/dynamic content
Got: no-store, no-cache, must-revalidate
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding,User-Agent
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
Info::
No `ETag` or `Last-Modified` -- conditional GET not supported
Without either header, browsers can't issue conditional GETs and refresh always re-downloads the full response body even when nothing changed. Add `ETag: "<hash>"` (or `Last-Modified: <date>`) on cacheable responses; the server returns 304 Not Modified when the client's cached copy is still valid, saving bandwidth.
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
JavaScript Blocking
1 JS blocking issue(s) detected
PASS
1 JS blocking issue(s) detected
Warning::
4 render-blocking <script src> tag(s) without async/defer
Each `<script src=...>` without `async`, `defer`, or `type="module"` blocks HTML parsing while the browser fetches and executes it. The block lasts the entire round-trip + execution time -- on slow networks this translates directly into LCP delay. Add `defer` (executes after parse, in source order) for scripts that interact with the DOM, or `async` (executes whenever ready) for analytics / independent scripts. Module scripts (`type="module"`) are deferred by default.
A+
CSS Performance Depth
No CSS performance depth issues detected
PASS
No CSS performance depth issues detected
Info::
No CSS performance depth issues detected
Network Waterfall
32 requests over 3343ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.9 s LCP 4.4 shttps://rcf-community.com// https://rcf-community.com/ — 200 — 7.1 KiB — 616 ms — h2https://rcf-community.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=10274456&pdata=https%253A%252F%252Frcf-community.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1787434314&cttl=0/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3c... https://rcf-community.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=10274456&pdata=https%253A%252F%252Frcf-community.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1787434314&cttl=0 — 302 — 191 B — 170 ms — h2https://rcf-community.com// https://rcf-community.com/ — 200 — 4.0 KiB — 195 ms — h2https://rcf-community.com/css/global.css/css/global.css https://rcf-community.com/css/global.css — 200 — 3.3 KiB — 689 ms — h2https://rcf-community.com/js/jquery-3.6.0.min.js/js/jquery-3.6.0.min.js https://rcf-community.com/js/jquery-3.6.0.min.js — 200 — 30.3 KiB — 693 ms — h2https://www.gstatic.com/charts/loader.jswww.gstatic.com/charts/loader.js https://www.gstatic.com/charts/loader.js — 200 — 18.6 KiB — 71 ms — h2https://rcf-community.com/css/shadowbox.css/css/shadowbox.css https://rcf-community.com/css/shadowbox.css — 200 — 1.7 KiB — 676 ms — h2https://rcf-community.com/js/shadowbox.js/js/shadowbox.js https://rcf-community.com/js/shadowbox.js — 200 — 19.2 KiB — 683 ms — h2https://rcf-community.com/js/html.js/js/html.js https://rcf-community.com/js/html.js — 200 — 330 B — 677 ms — h2https://rcf-community.com/css/balloon.css/css/balloon.css https://rcf-community.com/css/balloon.css — 200 — 1.2 KiB — 675 ms — h2https://rcf-community.com/images/RCF-anim-test1.gif/images/RCF-anim-test1.gif https://rcf-community.com/images/RCF-anim-test1.gif — 200 — 226.6 KiB — 671 ms — h2https://rcf-community.com/images/discord_invite.jpg/images/discord_invite.jpg https://rcf-community.com/images/discord_invite.jpg — 200 — 32.9 KiB — 682 ms — h2https://rcf-community.com/images/discord-button-small-off.png/images/discord-button-small-off.pn... https://rcf-community.com/images/discord-button-small-off.png — 200 — 5.2 KiB — 183 ms — h2https://rcf-community.com/images/renegade1.jpg/images/renegade1.jpg https://rcf-community.com/images/renegade1.jpg — 200 — 678.8 KiB — 543 ms — h2https://rcf-community.com/images/222.jpg/images/222.jpg https://rcf-community.com/images/222.jpg — 200 — 703.7 KiB — 362 ms — h2https://discord.com/widget?id=880867229711892510&theme=darkdiscord.com/widget?id=8808672297118... https://discord.com/widget?id=880867229711892510&theme=dark — 200 — 1.7 KiB — 41 ms — h3https://free.timeanddate.com/clock/i8lbei3g/n224/fn14/fs16/tct/pct/tt0/tw1/tm1/td1/th2/ta1/tb4free.timeanddate.com/clock/i8lbei3g... https://free.timeanddate.com/clock/i8lbei3g/n224/fn14/fs16/tct/pct/tt0/tw1/tm1/td1/th2/ta1/tb4 — 200 — 2.1 KiB — 208 ms — h2https://rcf-community.com/fonts/EdgeOfTheGalaxyPoster.ttf/fonts/EdgeOfTheGalaxyPoster.ttf https://rcf-community.com/fonts/EdgeOfTheGalaxyPoster.ttf — 200 — 5.6 KiB — 489 ms — h2https://rcf-community.com/fonts/AGENCYR.TTF/fonts/AGENCYR.TTF https://rcf-community.com/fonts/AGENCYR.TTF — 200 — 36.2 KiB — 500 ms — h2https://rcf-community.com/fonts/AGENCYB.TTF/fonts/AGENCYB.TTF https://rcf-community.com/fonts/AGENCYB.TTF — 200 — 37.1 KiB — 499 ms — h2https://rcf-community.com/fonts/LemonMilkRegular-X3XE2.otf/fonts/LemonMilkRegular-X3XE2.otf https://rcf-community.com/fonts/LemonMilkRegular-X3XE2.otf — 200 — 23.8 KiB — 490 ms — h2https://rcf-community.com/fonts/Trekbats.ttf/fonts/Trekbats.ttf https://rcf-community.com/fonts/Trekbats.ttf — 200 — 27.4 KiB — 498 ms — h2https://discord.com/assets/fdf2a99770058b1f.cssdiscord.com/assets/fdf2a99770058b1f... https://discord.com/assets/fdf2a99770058b1f.css — 200 — 47.8 KiB — 31 ms — h3https://discord.com/assets/c114e7c6ec68f068.jsdiscord.com/assets/c114e7c6ec68f068... https://discord.com/assets/c114e7c6ec68f068.js — 200 — 70.5 KiB — 31 ms — h3https://discord.com/cdn-cgi/challenge-platform/scripts/jsd/main.jsdiscord.com/cdn-cgi/challenge-platf... https://discord.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 221 B — 19 ms — h3https://discord.com/api/guilds/880867229711892510/widget.jsondiscord.com/api/guilds/880867229711... https://discord.com/api/guilds/880867229711892510/widget.json — 200 — 17.0 KiB — 369 ms — h3https://discord.com/assets/a5af6861e57f98e3.svgdiscord.com/assets/a5af6861e57f98e3... https://discord.com/assets/a5af6861e57f98e3.svg — 200 — 2.9 KiB — 13 ms — h3https://discord.com/assets/66d715454104d24e.woff2discord.com/assets/66d715454104d24e... https://discord.com/assets/66d715454104d24e.woff2 — 200 — 37.9 KiB — 15 ms — h3https://discord.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/e694063b5082/main.js?discord.com/cdn-cgi/challenge-platf... https://discord.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/e694063b5082/main.js? — 200 — 9.5 KiB — 10 ms — h3https://free.timeanddate.com/ts.php?t=1787434316744free.timeanddate.com/ts.php?t=17874... https://free.timeanddate.com/ts.php?t=1787434316744 — 403 — 4.8 KiB — 14 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s FCP 2.9 s LCP 4.4 shttps://rcf-community.com// https://rcf-community.com/ — 200 — 7.1 KiB — 616 ms — h2https://rcf-community.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=10274456&pdata=https%253A%252F%252Frcf-community.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1787434314&cttl=0/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3c... https://rcf-community.com/z0f76a1d14fd21a8fb5fd0d03e0fdc3d3cedae52f?wsidchk=10274456&pdata=https%253A%252F%252Frcf-community.com&id=7fa3b767c460b54a2be4d49030b349c7&ts=1787434314&cttl=0 — 302 — 191 B — 170 ms — h2https://rcf-community.com// https://rcf-community.com/ — 200 — 4.0 KiB — 195 ms — h2https://rcf-community.com/css/global.css/css/global.css https://rcf-community.com/css/global.css — 200 — 3.3 KiB — 689 ms — h2https://rcf-community.com/js/jquery-3.6.0.min.js/js/jquery-3.6.0.min.js https://rcf-community.com/js/jquery-3.6.0.min.js — 200 — 30.3 KiB — 693 ms — h2https://www.gstatic.com/charts/loader.jswww.gstatic.com/charts/loader.js https://www.gstatic.com/charts/loader.js — 200 — 18.6 KiB — 71 ms — h2https://rcf-community.com/css/shadowbox.css/css/shadowbox.css https://rcf-community.com/css/shadowbox.css — 200 — 1.7 KiB — 676 ms — h2https://rcf-community.com/js/shadowbox.js/js/shadowbox.js https://rcf-community.com/js/shadowbox.js — 200 — 19.2 KiB — 683 ms — h2https://rcf-community.com/js/html.js/js/html.js https://rcf-community.com/js/html.js — 200 — 330 B — 677 ms — h2https://rcf-community.com/css/balloon.css/css/balloon.css https://rcf-community.com/css/balloon.css — 200 — 1.2 KiB — 675 ms — h2https://rcf-community.com/images/RCF-anim-test1.gif/images/RCF-anim-test1.gif https://rcf-community.com/images/RCF-anim-test1.gif — 200 — 226.6 KiB — 671 ms — h2https://rcf-community.com/images/discord_invite.jpg/images/discord_invite.jpg https://rcf-community.com/images/discord_invite.jpg — 200 — 32.9 KiB — 682 ms — h2https://rcf-community.com/images/discord-button-small-off.png/images/discord-button-small-off.pn... https://rcf-community.com/images/discord-button-small-off.png — 200 — 5.2 KiB — 183 ms — h2https://rcf-community.com/images/renegade1.jpg/images/renegade1.jpg https://rcf-community.com/images/renegade1.jpg — 200 — 678.8 KiB — 543 ms — h2https://rcf-community.com/images/222.jpg/images/222.jpg https://rcf-community.com/images/222.jpg — 200 — 703.7 KiB — 362 ms — h2https://discord.com/widget?id=880867229711892510&theme=darkdiscord.com/widget?id=8808672297118... https://discord.com/widget?id=880867229711892510&theme=dark — 200 — 1.7 KiB — 41 ms — h3https://free.timeanddate.com/clock/i8lbei3g/n224/fn14/fs16/tct/pct/tt0/tw1/tm1/td1/th2/ta1/tb4free.timeanddate.com/clock/i8lbei3g... https://free.timeanddate.com/clock/i8lbei3g/n224/fn14/fs16/tct/pct/tt0/tw1/tm1/td1/th2/ta1/tb4 — 200 — 2.1 KiB — 208 ms — h2https://rcf-community.com/fonts/EdgeOfTheGalaxyPoster.ttf/fonts/EdgeOfTheGalaxyPoster.ttf https://rcf-community.com/fonts/EdgeOfTheGalaxyPoster.ttf — 200 — 5.6 KiB — 489 ms — h2https://rcf-community.com/fonts/AGENCYR.TTF/fonts/AGENCYR.TTF https://rcf-community.com/fonts/AGENCYR.TTF — 200 — 36.2 KiB — 500 ms — h2https://rcf-community.com/fonts/AGENCYB.TTF/fonts/AGENCYB.TTF https://rcf-community.com/fonts/AGENCYB.TTF — 200 — 37.1 KiB — 499 ms — h2https://rcf-community.com/fonts/LemonMilkRegular-X3XE2.otf/fonts/LemonMilkRegular-X3XE2.otf https://rcf-community.com/fonts/LemonMilkRegular-X3XE2.otf — 200 — 23.8 KiB — 490 ms — h2https://rcf-community.com/fonts/Trekbats.ttf/fonts/Trekbats.ttf https://rcf-community.com/fonts/Trekbats.ttf — 200 — 27.4 KiB — 498 ms — h2https://discord.com/assets/fdf2a99770058b1f.cssdiscord.com/assets/fdf2a99770058b1f... https://discord.com/assets/fdf2a99770058b1f.css — 200 — 47.8 KiB — 31 ms — h3https://discord.com/assets/c114e7c6ec68f068.jsdiscord.com/assets/c114e7c6ec68f068... https://discord.com/assets/c114e7c6ec68f068.js — 200 — 70.5 KiB — 31 ms — h3https://discord.com/cdn-cgi/challenge-platform/scripts/jsd/main.jsdiscord.com/cdn-cgi/challenge-platf... https://discord.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 221 B — 19 ms — h3https://discord.com/api/guilds/880867229711892510/widget.jsondiscord.com/api/guilds/880867229711... https://discord.com/api/guilds/880867229711892510/widget.json — 200 — 17.0 KiB — 369 ms — h3https://discord.com/assets/a5af6861e57f98e3.svgdiscord.com/assets/a5af6861e57f98e3... https://discord.com/assets/a5af6861e57f98e3.svg — 200 — 2.9 KiB — 13 ms — h3https://discord.com/assets/66d715454104d24e.woff2discord.com/assets/66d715454104d24e... https://discord.com/assets/66d715454104d24e.woff2 — 200 — 37.9 KiB — 15 ms — h3https://discord.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/e694063b5082/main.js?discord.com/cdn-cgi/challenge-platf... https://discord.com/cdn-cgi/challenge-platform/h/b/scripts/jsd/e694063b5082/main.js? — 200 — 9.5 KiB — 10 ms — h3https://free.timeanddate.com/ts.php?t=1787434316744free.timeanddate.com/ts.php?t=17874... https://free.timeanddate.com/ts.php?t=1787434316744 — 403 — 4.8 KiB — 14 ms — h2https://discord.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/e694063b5082/0.7657932466340189:1787432411:YhS1Y8lId2RqpF9Lrw7hvYUrMt1yUAV0jsK7vKhU3cg/a2f4fcbe3bcf4931discord.com/cdn-cgi/challenge-platf... https://discord.com/cdn-cgi/challenge-platform/h/b/jsd/oneshot/e694063b5082/0.7657932466340189:1787432411:YhS1Y8lId2RqpF9Lrw7hvYUrMt1yUAV0jsK7vKhU3cg/a2f4fcbe3bcf4931 — 200 — 1.2 KiB — 20 ms — h3https://rcf-community.com/favicon.ico/favicon.ico https://rcf-community.com/favicon.ico — -1 — 0 B — 0 ms —
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Image Optimization
2 images, 259 KB total, 192 KB wasted
INFO

Image Optimization Audit

Total Images

2

Total Size

259 KB

Oversized

1

Wasted

192 KB

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

Send Feedback