Performance
· 26 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.
5.36 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
9.66 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
272 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.
6.34 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.
9.66 s
Page Load Progression
DPage Weight BudgetAction2.1 MB transferred, 46 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Subset fonts to include only used characters, or switch to system font stacks.
Font payload is large — subset to used glyphs only, or fall back to system fonts (zero load time).
Source: web.dev font loading
DHTTP CachingActionno-store (uncacheable)FIX
max-age=0, no-cache, no-store, must-revalidate
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
| no-cache | — | Cache but always revalidate first |
| no-store | — | Never cache this response |
| must-revalidate | — | Must recheck with server after expiry |
BImage Optimization12 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
CJS Execution CostAction1573ms total JS executionREVIEW
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://pornoscars.com/ | 461ms | 109ms | 6ms | 1st |
| https://pornoscars.com/wp-content/themes/yugen/assets/front-end/js/custom.min.js?ver=1.2.8 | 419ms | 52ms | 0ms | 1st |
| Unattributable | 367ms | 6ms | 0ms | 1st |
| https://www.googletagmanager.com/gtag/js?id=G-NSHWJVKST8 | 206ms | 173ms | 31ms | 3rd |
| https://pornoscars.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 121ms | 63ms | 8ms | 1st |
BJS Bundles10 scripts, 95 KB unusedREVIEW
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://www.googletagmanager.com/gtag/js?id=G-NSHWJVKST8 | 151 KB | 67 KB (45%) | ✓ | 3rd |
| https://pornoscars.com/wp-content/plugins/easy-video-player/lib/plyr.js?ver=7.0.3 | 30 KB | 27 KB (91%) | ✓ | 1st |
| https://pornoscars.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 | 29 KB | — | ✓ | 1st |
| https://pornoscars.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 | 5 KB | — | ✓ | 1st |
| https://images.dmca.com/Badges/DMCABadgeHelper.min.js | 1 KB | — | ✓ | 3rd |
| https://pornoscars.com/wp-content/plugins/content-views-query-and-display-post-page/public/assets/js/cv.js?ver=3.6.4 | 6 KB | — | ✓ | 1st |
| https://pornoscars.com/wp-content/plugins/rate-my-post/public/js/rate-my-post.min.js?ver=4.0.1 | 4 KB | — | ✓ | 1st |
| https://pornoscars.com/wp-content/themes/yugen/assets/front-end/js/custom.min.js?ver=1.2.8 | 1 KB | — | ✓ | 1st |
| blob:https://pornoscars.com/98bca4c0-dce2-44ac-a1b2-606231140752 | -0 KB | — | ✓ | 3rd |
| https://pornoscars.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.3 | 5 KB | — | ✓ | 1st |
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
BServer-Timing ObservabilityNo Server-Timing header foundREVIEW
CPage Weight InventoryAction46 resources · 2.1 MB · 95 KB savings availableREVIEW
~94.5 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 46 resources | 2.1 MiB | ||||||
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
AThird-Party Impact21% third-party, 0 ms blockingPASS
A+Text CompressionAll text resources are compressedPASS
A+Font Loading8 fonts (310 KB)PASS
Web fonts
8
310 KB total
Render-blocking
0
of 8
Dominant font-display
swap
Most common across fonts
Font loading timeline
- Convert to woff2 for ~30% smaller file size
- Subset this font — over 100 KB suggests Latin Extended or full glyph coverage that most pages don't need
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
- Convert to woff2 for ~30% smaller file size
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 ~94 KB and ~188 ms
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints3 hints, 0 missing preconnectsPASS
Current Resource Hints
3 resource hints configured
A+HTTP/3 (QUIC)HTTP/3 advertised via Alt-SvcPASS
A+Compression AlgorithmMain response uses brotliPASS
A+LCP Image PreloadLCP preload audit not availablePASS
A+Main HTML Cache-ControlMain HTML uses no-store -- correct for sensitive/dynamic contentPASS
A+Server Response Intelligence2 server-response signal(s) detectedPASS
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
AJavaScript Blocking1 JS blocking issue(s) detectedPASS
ACSS Performance Depth1 CSS depth issue(s) detectedPASS
Network Waterfall46 requests over 1894msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
Google Tag Manager www.googletagmanager.com | Tag Manager | 206ms | 151 KB | 45% | CA$3/mo | Costly |
These scripts may cost more than they're worth
- Google Tag Manager adds 206ms and costs ~CA$3/month
Google Tag Manager takes 206ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Image Optimization30 images, 923 KB total, 0 KB wastedINFO
Image Optimization Audit
Total Images
30
Total Size
923 KB