Performance
· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
551 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
766 ms
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.079
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
686 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.
766 ms
Page Load Progression
DThird-Party ImpactAction88% third-party, 0 ms blockingFIX
DHTTP CachingActionno-store (uncacheable)FIX
no-store, no-cache, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| no-store | — | Never cache this response |
| no-cache | — | Cache but always revalidate first |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization32 images, 0 KB saveableREVIEW
CJS BundlesAction18 scripts, 164 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://imasdk.googleapis.com/js/sdkloader/ima3.js | 146 KB | 108 KB (74%) | ✓ | 3rd |
| https://resources.infolinks.com/js/2033.011-4.011/ice.js | 69 KB | 35 KB (51%) | ✓ | 3rd |
| https://static.addtoany.com/menu/modules/core.ydpp7jcu.js | 26 KB | 21 KB (82%) | ✓ | 3rd |
| https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/1.0.9/cookieconsent.min.js | 2 KB | — | ✓ | 3rd |
| https://tiny.cc/tiny/js/share_link_widget.js | 0 KB | — | ✓ | 1st |
| https://tiny.cc/tiny/js/lib/clipboard.min.js | 4 KB | — | ✓ | 1st |
| https://tiny.cc/tiny/js/tinycc/recent.js | 1 KB | — | ✓ | 1st |
| https://tiny.cc/tiny/js/tinycc/shortener.js | 1 KB | — | ✓ | 1st |
| https://resources.infolinks.com/js/infolinks_main.js | 3 KB | — | ✓ | 3rd |
| https://static.addtoany.com/menu/page.js | 2 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
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.
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.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Page Weight Budget370 KB transferred, 90 requestsPASS
A+Text CompressionAll text resources are compressedPASS
A+JS Execution Cost252ms total JS executionPASS
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://tiny.cc/ | 99ms | 2ms | 1ms | 1st |
| https://resources.infolinks.com/js/2033.011-4.011/ice.js | 79ms | 59ms | 9ms | 3rd |
| Unattributable | 75ms | 3ms | 0ms | 3rd |
A+Font Loading1 fonts (11 KB)PASS
Web fonts
1
11 KB total
Render-blocking
0
of 1
Dominant font-display
swap
Most common across fonts
Font loading timeline
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 CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource HintsNo optimization neededPASS
APage Weight Inventory90 resources · 370 KB · 164 KB savings availablePASS
~164.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 90 resources | 370.0 KiB | ||||||
Network Waterfall90 requests over 2745msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
resources.infolinks.com resources.infolinks.com | Other | 79ms | 69 KB | 51% | $1/mo | Optional |
Unattributable Unattributable | Other | 75ms | 0 KB | — | $1/mo | Optional |
61% of JavaScript execution time comes from third-party scripts.
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
51% of resources.infolinks.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev