Skip to content
https://confex.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
94
GRADE
A
FIX
1
REVIEW
2
PASS
10
INFO
2

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

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

558 ms

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

1.65 s

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

0 ms

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

0.639

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

879 ms

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

1.65 s

Page Load Progression

375 ms
750 ms
1.1 s
1.5 s
1.9 s
2.2 s
2.6 s
3.0 s
Checks
15
10 PASS 2 REVIEW 1 FIX
D
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.
Info::
ETag present — enables conditional (304) responses
Info::
Last-Modified header present

No Cache-Control header

Adding a Cache-Control header can significantly improve repeat-visit performance.

C
Image Optimization
Action
17 images, 0 KB saveable
REVIEW
17 images, 0 KB saveable
Warning::
https://confex.com/images/confex-mevents.png is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://confex.com/images/SVG/Leaf.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://confex.com/images/m-events-logo-2024-white... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
17 images 403 KB
0 oversized -0 KB
17 legacy format
3 missing dimensions CLS risk

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

Set explicit width and height to prevent CLS.

Why this matters

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

Source: web.dev / Core Web Vitals

C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Page Weight Budget
646 KB transferred, 28 requests
PASS
646 KB transferred, 28 requests
Info::
Page weighs 1.3 MB (646 KB transferred)
Info::
28 HTTP requests
Info::
Estimated 0.13 g CO2 per page load
646 KB / 2.4 MB budget
646 KB transferred
28 requests
0.13 g CO2 per page load
Images 402.8 KiB 62%
CSS 148.3 KiB 23%
Fonts 42.1 KiB 7%
JavaScript 32.1 KiB 5%
Other 15.0 KiB 2%
HTML 5.8 KiB 1%
0 2.4 MB 4.9 MB
Under budget
A+
Third-Party Impact
11% third-party, 0 ms blocking
PASS
11% third-party, 0 ms blocking
Info::
Third-party code accounts for 11% of page weight (72.7 KiB of 646.1 KiB)
Info::
Third-party blocking time is low (0 ms)
89%
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+
JS Execution Cost
187ms total JS execution
PASS
187ms total JS execution
Info::
https://confex.com/: 107ms CPU time
Info::
Unattributable: 80ms CPU time
Info::
Third-party scripts: 80ms (43% of total)

Main Thread Breakdown

Other 39% Style & Layout 37% Parse HTML & CSS 10% Rendering 7% Script Evaluation 6%
ScriptTotalScriptingParse/CompileParty
https://confex.com/107ms2ms1ms1st
Unattributable80ms1ms0ms3rd
A+
Font Loading
1 fonts (42 KB)
PASS
1 fonts (42 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

42 KB total

Render-blocking

0

of 1

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s 1.5 s FCP 558 ms LCP 1.7 shttps://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff21Ptug8zYS_SKggPNyC0IT4t... https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2 — 42.1 KiB — 47 ms — font-display: swap
1Ptug8zYS_SKggPNyC0IT4t... woff2 swap
Size 42 KB
Load time 47 ms
Start 943 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
JS Bundles
3 scripts, 0 KB unused
PASS
3 scripts, 0 KB unused
Warning::
https://confex.com/js/highlight.js: unminified — 5 KB could be saved
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://code.jquery.com/jquery-3.4.1.slim.min.js24 KB3rd
https://confex.com/js/highlight.js8 KB1st
https://secure.keep0push.com/js/183673.js0 KB3rd
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+
Page Weight Inventory
28 resources · 646 KB · 0 KB savings available
PASS
28 resources · 646 KB · 0 KB savings available
Info::
Within 1MB page-weight target
Got: 646 KB
Info::
7 third-party resources (11% of weight)
28 resources · 646.1 KiB · 7 third-party Within 1MB page-weight target
Image 65% · 417.7 KiB
CSS 23% · 148.3 KiB
Font 7% · 42.1 KiB
JavaScript 5% · 32.1 KiB
Document 1% · 5.8 KiB
Network Waterfall
28 requests over 1647ms
INFO
0 ms 500 ms 1.0 s 1.5 s FCP 558 ms LCP 1.7 shttps://confex.com// https://confex.com/ — 200 — 5.8 KiB — 356 ms — http/1.1https://confex.com/images/m-events-logo-2024-white.png/images/m-events-logo-2024-white.pn... https://confex.com/images/m-events-logo-2024-white.png — 200 — 2.6 KiB — 121 ms — http/1.1https://fonts.googleapis.com/css?family=Raleway:300italic,400italic,500italic,700italic,300,400,500,700fonts.googleapis.com/css?family=Ral... https://fonts.googleapis.com/css?family=Raleway:300italic,400italic,500italic,700italic,300,400,500,700 — 200 — 896 B — 89 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700fonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700 — 200 — 2.3 KiB — 79 ms — h2https://confex.com/stylesheets/confex.css/stylesheets/confex.css https://confex.com/stylesheets/confex.css — 200 — 142.2 KiB — 493 ms — http/1.1https://code.jquery.com/jquery-3.4.1.slim.min.jscode.jquery.com/jquery-3.4.1.slim.m... https://code.jquery.com/jquery-3.4.1.slim.min.js — 200 — 24.1 KiB — 45 ms — h2https://confex.com/js/highlight.js/js/highlight.js https://confex.com/js/highlight.js — 200 — 7.7 KiB — 233 ms — http/1.1https://secure.keep0push.com/js/183673.jssecure.keep0push.com/js/183673.js https://secure.keep0push.com/js/183673.js — 200 — 321 B — 129 ms — http/1.1https://confex.com/images/confex-mevents.png/images/confex-mevents.png https://confex.com/images/confex-mevents.png — 200 — 129.1 KiB — 695 ms — http/1.1https://confex.com/images/SVG/Leaf.svg/images/SVG/Leaf.svg https://confex.com/images/SVG/Leaf.svg — 200 — 1.1 KiB — 353 ms — http/1.1https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-extfonts.googleapis.com/css?family=Ral... https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext — 200 — 975 B — 34 ms — h2https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamesefonts.googleapis.com/css?family=Ope... https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese — 200 — 2.0 KiB — 35 ms — h2https://confex.com/images/bkg-loop-right.png/images/bkg-loop-right.png https://confex.com/images/bkg-loop-right.png — 200 — 45.3 KiB — 124 ms — http/1.1https://confex.com/images/SVG/Search.svg/images/SVG/Search.svg https://confex.com/images/SVG/Search.svg — 200 — 1.3 KiB — 121 ms — http/1.1https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2fonts.gstatic.com/s/raleway/v37/1Pt... https://fonts.gstatic.com/s/raleway/v37/1Ptug8zYS_SKggPNyC0IT4ttDfA.woff2 — 200 — 42.1 KiB — 47 ms — h3https://confex.com/images/APSRegDesk2.jpg/images/APSRegDesk2.jpg https://confex.com/images/APSRegDesk2.jpg — 200 — 101.9 KiB — 495 ms — http/1.1https://confex.com/images/SVG/Support.svg/images/SVG/Support.svg https://confex.com/images/SVG/Support.svg — 200 — 2.2 KiB — 131 ms — http/1.1https://confex.com/images/SVG/Collect.svg/images/SVG/Collect.svg https://confex.com/images/SVG/Collect.svg — 200 — 1.6 KiB — 220 ms — http/1.1https://confex.com/images/SVG/Schedule.svg/images/SVG/Schedule.svg https://confex.com/images/SVG/Schedule.svg — 200 — 2.0 KiB — 127 ms — http/1.1https://confex.com/images/SVG/Output.svg/images/SVG/Output.svg https://confex.com/images/SVG/Output.svg — 200 — 2.0 KiB — 140 ms — http/1.1https://confex.com/images/SVG/Apps.svg/images/SVG/Apps.svg https://confex.com/images/SVG/Apps.svg — 200 — 2.4 KiB — 138 ms — http/1.1https://confex.com/images/CSTEPanel.jpg/images/CSTEPanel.jpg https://confex.com/images/CSTEPanel.jpg — 200 — 102.6 KiB — 445 ms — http/1.1https://confex.com/images/SVG/Registration.svg/images/SVG/Registration.svg https://confex.com/images/SVG/Registration.svg — 200 — 1.6 KiB — 136 ms — http/1.1https://confex.com/images/SVG/CE.svg/images/SVG/CE.svg https://confex.com/images/SVG/CE.svg — 200 — 2.0 KiB — 132 ms — http/1.1https://confex.com/images/SVG/Exhibits.svg/images/SVG/Exhibits.svg https://confex.com/images/SVG/Exhibits.svg — 200 — 1.7 KiB — 118 ms — http/1.1https://confex.com/images/SVG/Events.svg/images/SVG/Events.svg https://confex.com/images/SVG/Events.svg — 200 — 1.7 KiB — 130 ms — http/1.1https://confex.com/images/SVG/Mail.svg/images/SVG/Mail.svg https://confex.com/images/SVG/Mail.svg — 200 — 1.7 KiB — 124 ms — http/1.1https://confex.com/favicon.ico/favicon.ico https://confex.com/favicon.ico — 200 — 15.0 KiB — 121 ms — http/1.1
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
43% of JavaScript execution is third-party
First-party Third-party 80ms · 0KB · $1/mo
Unattributable
Other
Optional
Execution 80ms
Transfer 0 KB
Monthly Cost $1/mo

43% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

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