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.
1.14 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.39 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
28 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.020
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.19 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.
3.41 s
Page Load Progression
DPage Weight BudgetAction2.1 MB transferred, 91 requestsFIX
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS BundlesAction17 scripts, 619 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://pagead2.googlesyndication.com/pagead/managed/js/adsense/m202604160101/show_ads_impl_fy2021.js | 178 KB | 151 KB (85%) | ✓ | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945 | 188 KB | 131 KB (70%) | ✓ | 3rd |
| https://cdnssl.softpedia.com/_js/prebid9.53.5.js | 109 KB | 79 KB (73%) | ✓ | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-49KYDE8P1Z | 150 KB | 60 KB (40%) | ✓ | 3rd |
| https://cmp.inmobi.com/tcfv2/61/cmp2ui-en.js | 125 KB | 59 KB (47%) | ✓ | 3rd |
| https://cmp.inmobi.com/tcfv2/cmp2.js?referer=www.softpedia.com | 116 KB | 57 KB (49%) | ✓ | 3rd |
| https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-2364887827571271 | 54 KB | 32 KB (58%) | ✓ | 3rd |
| https://cdnssl.softpedia.com/_min/?g=jsbase&jv=4153 | 40 KB | 27 KB (66%) | ✓ | 3rd |
| https://tags.refinery89.com/softpediacom.js | 43 KB | 24 KB (57%) | ✓ | 3rd |
| https://www.softpedia.com/_min/jsstore.php?l=anNfc3Bzd2lwZSxlc3NlbnRpYWxkbCxzb3RkLGlzX2hvbWVwYWdl&f=bGFuZy9FTi5qcw==&jv=4015 | 8 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
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
FPage Weight InventoryAction91 resources · 2.1 MB · 619 KB savings availableFIX
~619.3 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 91 resources | 2.1 MiB | ||||||
FHTTP CachingActionNo cache headersFIX
No Cache-Control header
Adding a Cache-Control header can significantly improve repeat-visit performance.
CImage OptimizationAction51 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
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.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
BJS Execution Cost723ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://cmp.inmobi.com/tcfv2/cmp2.js?referer=www.softpedia.com | 198ms | 147ms | 18ms | 3rd |
| https://www.softpedia.com/ | 140ms | 37ms | 3ms | 3rd |
| Unattributable | 108ms | 2ms | 0ms | 3rd |
| https://www.googletagmanager.com/gtag/js?id=G-49KYDE8P1Z | 82ms | 59ms | 15ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js?cb=31097945 | 73ms | 50ms | 14ms | 3rd |
| https://www.softpedia.com/cdn-cgi/challenge-platform/scripts/jsd/main.js | 68ms | 64ms | 2ms | 3rd |
| https://cdnssl.softpedia.com/_js/prebid9.53.5.js | 54ms | 46ms | 7ms | 3rd |
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
A+Text CompressionAll text resources are compressedPASS
A+Font Loading3 fonts (83 KB)PASS
Web fonts
3
83 KB total
Render-blocking
0
of 3
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
Network Waterfall91 requests over 2498msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
cmp.inmobi.com cmp.inmobi.com | Other | 198ms | 116 KB | 49% | CA$2/mo | Optional |
www.softpedia.com www.softpedia.com | Other | 140ms | 22 KB | — | CA$1/mo | Optional |
Unattributable Unattributable | Other | 108ms | 0 KB | — | CA$1/mo | Optional |
Google Tag Manager www.googletagmanager.com | Tag Manager | 82ms | 150 KB | 40% | CA$1/mo | Optional |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 73ms | 188 KB | 70% | CA$1/mo | Optional |
www.softpedia.com www.softpedia.com | Other | 68ms | 0 KB | — | CA$1/mo | Optional |
cdnssl.softpedia.com cdnssl.softpedia.com | Other | 54ms | 109 KB | 73% | CA$0/mo | Optional |
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
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
70% of securepubads.g.doubleclick.net'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
73% of cdnssl.softpedia.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