Skip to content
https://thepovgod.com

Performance

· 22 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
84
GRADE
B
FIX
3
REVIEW
6
PASS
10
INFO
3

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

96
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
82
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
96
Best Practices Checks for modern web development best practices including HTTPS, no console errors, and secure JavaScript.
92
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.

915 ms

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

1.21 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.002

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

1.15 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.

1.21 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
22
10 PASS 6 REVIEW 3 FIX
D
Third-Party Impact
Action
98% third-party, 0 ms blocking
FIX
98% third-party, 0 ms blocking
Warning::
Third-party code accounts for 98% of page weight (1.6 MiB of 1.6 MiB)
Info::
Third-party blocking time is low (0 ms)
98%
First-party Third-party
D
Page Weight Inventory
Action
49 resources · 1.6 MB · 0 KB savings available
FIX
49 resources · 1.6 MB · 0 KB savings available
Warning::
Page weight 1.6 MB exceeds 1 MB target by 611 KB
Got: 1.6 MB Expected: ≤ 1 MB
Warning::
47 third-party resources (98% of weight)
Info::
3 resources over 200KB
49 resources · 1.6 MiB · 47 third-party 611.3 KiB over 1MB target
Image 81% · 1.3 MiB
JavaScript 7% · 109.6 KiB
Font 5% · 86.8 KiB
CSS 5% · 84.7 KiB
Document 1% · 21.4 KiB
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
1.6 MB transferred, 49 requests
REVIEW
1.6 MB transferred, 49 requests
Info::
Page weighs 2.3 MB (1.6 MB transferred)
Warning::
Images are 1.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.3 MB
Info::
49 HTTP requests
Info::
Estimated 0.33 g CO2 per page load
1.6 MB / 2.4 MB budget
1.6 MB transferred
49 requests
0.33 g CO2 per page load
Images 1.3 MiB 80%
JavaScript 109.6 KiB 7%
Fonts 86.8 KiB 5%
CSS 84.7 KiB 5%
HTML 21.4 KiB 1%
Other 16.8 KiB 1%
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

C
Image Optimization
Action
21 images, 0 KB saveable
REVIEW
21 images, 0 KB saveable
Warning::
https://images.thepovgod.com/assets/common/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.thepovgod.com/assets/common/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.thepovgod.com/assets/common/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.thepovgod.com/assets/common/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.thepovgod.com/assets/common/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.thepovgod.com/assets/common/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://static.thepovgod.com/assets/lightTheme/ima... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.thepovgod.com/assets/common/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.thepovgod.com/assets/common/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.thepovgod.com/assets/common/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://images.thepovgod.com/assets/common/images/... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
21 images 1.3 MB
0 oversized -0 KB
16 legacy format
12 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

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

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

Set explicit width and height to prevent CLS.

Why this matters

Performance issues directly impact user engagement and conversion rates.

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

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
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

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
447ms total JS execution
PASS
447ms total JS execution
Warning::
https://thepovgod.com/: 270ms CPU time
Info::
Unattributable: 176ms CPU time

Main Thread Breakdown

Other 38% Script Evaluation 30% Style & Layout 17% Rendering 7% Parse HTML & CSS 6%
ScriptTotalScriptingParse/CompileParty
https://thepovgod.com/270ms10ms1ms1st
Unattributable176ms76ms0ms1st
A+
Font Loading
4 fonts (87 KB)
PASS
4 fonts (87 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

87 KB total

Render-blocking

0

of 4

Dominant font-display

swap

Most common across fonts

Font loading timeline
Transfer FOIT (block) FOUT (swap)
0 ms 500 ms 1.0 s FCP 915 ms LCP 1.2 shttps://static.thepovgod.com/assets/bootstrapBase/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1fontawesome-webfont.woff https://static.thepovgod.com/assets/bootstrapBase/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1 — 42.8 KiB — 137 ms — font-display: swaphttps://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff2open-sans-v18-latin-reg... https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff2 — 14.3 KiB — 128 ms — font-display: swaphttps://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff2open-sans-v18-latin-700... https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff2 — 14.9 KiB — 136 ms — font-display: swaphttps://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-300.woff2open-sans-v18-latin-300... https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-300.woff2 — 14.8 KiB — 140 ms — font-display: swap
fontawesome-webfont.woff woff swap
Size 43 KB
Load time 137 ms
Start 342 ms
Risk FOUT — text flashes from fallback to web font
  • Convert to woff2 for ~30% smaller file size
open-sans-v18-latin-reg... woff2 swap
Size 14 KB
Load time 128 ms
Start 343 ms
Risk FOUT — text flashes from fallback to web font
open-sans-v18-latin-700... woff2 swap
Size 15 KB
Load time 136 ms
Start 343 ms
Risk FOUT — text flashes from fallback to web font
open-sans-v18-latin-300... woff2 swap
Size 15 KB
Load time 140 ms
Start 344 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)

Fixing the unchecked items could save ~13 KB and ~26 ms

A+
JS Bundles
21 scripts, 0 KB unused
PASS
21 scripts, 0 KB unused
0 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://static.thepovgod.com/assets/bootstrapBase/js/htmx/htmx.min.js16 KB3rd
https://static.thepovgod.com/assets/bootstrapBase/js/js.cookie.min.js1 KB3rd
https://static.thepovgod.com/assets/bootstrapBase/js/jquery/jquery-3.6.0.js30 KB3rd
https://static.thepovgod.com/assets/bootstrapBase/js/popper/popper.js?cacheBust=22726 KB3rd
https://static.thepovgod.com/assets/bootstrapBase/js/bootstrap/bootstrap.js?cacheBust=227223 KB3rd
https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/18-plus-modal.js?cacheBust=22721 KB3rd
https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?cacheBust=22722 KB3rd
https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/age-verify-device-id.js?cacheBust=22722 KB3rd
https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/front-page-slider.js?cacheBust=22722 KB3rd
https://static.thepovgod.com/assets/bootstrapBase/js/lazyload.min.js?cacheBust=22722 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+
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
Warning::
Compressed response missing `Vary` header
The page is served with `Content-Encoding: gzip` but has no `Vary` header. Without `Vary: Accept-Encoding`, intermediary caches (corporate proxies, ISP caches) may serve the compressed variant to clients that didn't send the matching `Accept-Encoding` -- the client sees garbled bytes. Add `Vary: Accept-Encoding` whenever the response is conditionally compressed.
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.
Network Waterfall
49 requests over 1024ms
INFO
0 ms 500 ms 1.0 s FCP 915 ms LCP 1.2 shttps://thepovgod.com// https://thepovgod.com/ — 200 — 21.4 KiB — 333 ms — h2https://static.thepovgod.com/assets/bootstrapBase/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1 — 200 — 42.8 KiB — 137 ms — h2https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff2static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff2 — 200 — 14.3 KiB — 128 ms — h2https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff2static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff2 — 200 — 14.9 KiB — 136 ms — h2https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-300.woff2static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-300.woff2 — 200 — 14.8 KiB — 140 ms — h2https://static.thepovgod.com/assets/lightTheme/css/styles.css?cacheBust=2272static.thepovgod.com/assets/lightTh... https://static.thepovgod.com/assets/lightTheme/css/styles.css?cacheBust=2272 — 200 — 84.7 KiB — 151 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/htmx/htmx.min.jsstatic.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/htmx/htmx.min.js — 200 — 15.6 KiB — 146 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/js.cookie.min.jsstatic.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/js.cookie.min.js — 200 — 1.0 KiB — 155 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/jquery/jquery-3.6.0.jsstatic.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/jquery/jquery-3.6.0.js — 200 — 30.5 KiB — 154 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/popper/popper.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/popper/popper.js?cacheBust=2272 — 200 — 6.5 KiB — 146 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/bootstrap/bootstrap.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/bootstrap/bootstrap.js?cacheBust=2272 — 200 — 23.3 KiB — 162 ms — h2https://images.thepovgod.com/videos/i_may_look_sweet_but_im_a_dirty_dirty_slut/samples/slideshow1920_700.jpg?st=wuI0dNlAsBVhTi96MYv7gw&e=1784718000images.thepovgod.com/videos/i_may_l... https://images.thepovgod.com/videos/i_may_look_sweet_but_im_a_dirty_dirty_slut/samples/slideshow1920_700.jpg?st=wuI0dNlAsBVhTi96MYv7gw&e=1784718000 — 200 — 201.0 KiB — 172 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/18-plus-modal.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/18-plus-modal.js?cacheBust=2272 — 200 — 585 B — 152 ms — h2https://static.thepovgod.com/assets/lightTheme/images/logos/tpg_logo.svgstatic.thepovgod.com/assets/lightTh... https://static.thepovgod.com/assets/lightTheme/images/logos/tpg_logo.svg — 200 — 28.5 KiB — 31 ms — h2https://static.thepovgod.com/assets/lightTheme/images/logos/tpg_logo_stacked.svgstatic.thepovgod.com/assets/lightTh... https://static.thepovgod.com/assets/lightTheme/images/logos/tpg_logo_stacked.svg — 200 — 9.1 KiB — 36 ms — h2https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?cacheBust=2272www.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?cacheBust=2272 — 200 — 2.5 KiB — 28 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/age-verify-device-id.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/age-verify-device-id.js?cacheBust=2272 — 200 — 1.9 KiB — 24 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/front-page-slider.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/front-page-slider.js?cacheBust=2272 — 200 — 2.0 KiB — 46 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/lazyload.min.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/lazyload.min.js?cacheBust=2272 — 200 — 2.0 KiB — 46 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/fallback.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/fallback.js?cacheBust=2272 — 200 — 697 B — 47 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/content-grid.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/content-grid.js?cacheBust=2272 — 200 — 862 B — 47 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/tube-grid.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/tube-grid.js?cacheBust=2272 — 200 — 1.5 KiB — 47 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/hover-thumb-preview.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/hover-thumb-preview.js?cacheBust=2272 — 200 — 1018 B — 48 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/join-form-prompt.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/join-form-prompt.js?cacheBust=2272 — 200 — 2.0 KiB — 54 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/scroll-hover-join-form.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/scroll-hover-join-form.js?cacheBust=2272 — 200 — 968 B — 54 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/dropdown-search.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/dropdown-search.js?cacheBust=2272 — 200 — 1.1 KiB — 53 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/notifications.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/notifications.js?cacheBust=2272 — 200 — 1.0 KiB — 53 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/viewport-user-settings.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/viewport-user-settings.js?cacheBust=2272 — 200 — 971 B — 53 ms — h2https://ads.thepovgod.com/ad/view/video_hover_overlay.javascript?ads.thepovgod.com/ad/view/video_hov... https://ads.thepovgod.com/ad/view/video_hover_overlay.javascript? — 404 — 417 B — 318 ms — h2https://static.thepovgod.com/assets/lightTheme/images/icons/tpg_icon.svgstatic.thepovgod.com/assets/lightTh... https://static.thepovgod.com/assets/lightTheme/images/icons/tpg_icon.svg — 200 — 9.7 KiB — 54 ms — h2
0 ms 500 ms 1.0 s FCP 915 ms LCP 1.2 shttps://thepovgod.com// https://thepovgod.com/ — 200 — 21.4 KiB — 333 ms — h2https://static.thepovgod.com/assets/bootstrapBase/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/fonts/font-awesome/fontawesome-webfont.woff?v=3.2.1 — 200 — 42.8 KiB — 137 ms — h2https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff2static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-regular.woff2 — 200 — 14.3 KiB — 128 ms — h2https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff2static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-700.woff2 — 200 — 14.9 KiB — 136 ms — h2https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-300.woff2static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/fonts/open-sans-v18-latin/open-sans-v18-latin-300.woff2 — 200 — 14.8 KiB — 140 ms — h2https://static.thepovgod.com/assets/lightTheme/css/styles.css?cacheBust=2272static.thepovgod.com/assets/lightTh... https://static.thepovgod.com/assets/lightTheme/css/styles.css?cacheBust=2272 — 200 — 84.7 KiB — 151 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/htmx/htmx.min.jsstatic.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/htmx/htmx.min.js — 200 — 15.6 KiB — 146 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/js.cookie.min.jsstatic.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/js.cookie.min.js — 200 — 1.0 KiB — 155 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/jquery/jquery-3.6.0.jsstatic.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/jquery/jquery-3.6.0.js — 200 — 30.5 KiB — 154 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/popper/popper.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/popper/popper.js?cacheBust=2272 — 200 — 6.5 KiB — 146 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/bootstrap/bootstrap.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/bootstrap/bootstrap.js?cacheBust=2272 — 200 — 23.3 KiB — 162 ms — h2https://images.thepovgod.com/videos/i_may_look_sweet_but_im_a_dirty_dirty_slut/samples/slideshow1920_700.jpg?st=wuI0dNlAsBVhTi96MYv7gw&e=1784718000images.thepovgod.com/videos/i_may_l... https://images.thepovgod.com/videos/i_may_look_sweet_but_im_a_dirty_dirty_slut/samples/slideshow1920_700.jpg?st=wuI0dNlAsBVhTi96MYv7gw&e=1784718000 — 200 — 201.0 KiB — 172 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/18-plus-modal.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/18-plus-modal.js?cacheBust=2272 — 200 — 585 B — 152 ms — h2https://static.thepovgod.com/assets/lightTheme/images/logos/tpg_logo.svgstatic.thepovgod.com/assets/lightTh... https://static.thepovgod.com/assets/lightTheme/images/logos/tpg_logo.svg — 200 — 28.5 KiB — 31 ms — h2https://static.thepovgod.com/assets/lightTheme/images/logos/tpg_logo_stacked.svgstatic.thepovgod.com/assets/lightTh... https://static.thepovgod.com/assets/lightTheme/images/logos/tpg_logo_stacked.svg — 200 — 9.1 KiB — 36 ms — h2https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?cacheBust=2272www.gstatic.com/cv/js/sender/v1/cas... https://www.gstatic.com/cv/js/sender/v1/cast_sender.js?cacheBust=2272 — 200 — 2.5 KiB — 28 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/age-verify-device-id.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/age-verify-device-id.js?cacheBust=2272 — 200 — 1.9 KiB — 24 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/front-page-slider.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/front-page-slider.js?cacheBust=2272 — 200 — 2.0 KiB — 46 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/lazyload.min.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/lazyload.min.js?cacheBust=2272 — 200 — 2.0 KiB — 46 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/fallback.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/fallback.js?cacheBust=2272 — 200 — 697 B — 47 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/content-grid.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/content-grid.js?cacheBust=2272 — 200 — 862 B — 47 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/tube-grid.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/tube-grid.js?cacheBust=2272 — 200 — 1.5 KiB — 47 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/hover-thumb-preview.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/hover-thumb-preview.js?cacheBust=2272 — 200 — 1018 B — 48 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/join-form-prompt.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/join-form-prompt.js?cacheBust=2272 — 200 — 2.0 KiB — 54 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/scroll-hover-join-form.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/scroll-hover-join-form.js?cacheBust=2272 — 200 — 968 B — 54 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/dropdown-search.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/dropdown-search.js?cacheBust=2272 — 200 — 1.1 KiB — 53 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/notifications.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/notifications.js?cacheBust=2272 — 200 — 1.0 KiB — 53 ms — h2https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/viewport-user-settings.js?cacheBust=2272static.thepovgod.com/assets/bootstr... https://static.thepovgod.com/assets/bootstrapBase/js/edge-cms/viewport-user-settings.js?cacheBust=2272 — 200 — 971 B — 53 ms — h2https://ads.thepovgod.com/ad/view/video_hover_overlay.javascript?ads.thepovgod.com/ad/view/video_hov... https://ads.thepovgod.com/ad/view/video_hover_overlay.javascript? — 404 — 417 B — 318 ms — h2https://static.thepovgod.com/assets/lightTheme/images/icons/tpg_icon.svgstatic.thepovgod.com/assets/lightTh... https://static.thepovgod.com/assets/lightTheme/images/icons/tpg_icon.svg — 200 — 9.7 KiB — 54 ms — h2data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20360'%3E%3C/…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20640%20360'%3E%3C/… — 200 — 0 B — 0 ms — datadata:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%…data:image/svg+xml;charset=utf-8,%3... data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20308%20462'%3E%3C/…www.w3.org/2000/svg'%20viewBox='0%2... data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20308%20462'%3E%3C/… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3… — 200 — 0 B — 0 ms — datadata:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3…www.w3.org/2000/svg' viewBox='0 0 1... data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3… — 200 — 0 B — 0 ms — datahttps://www.gstatic.com/eureka/clank/146/cast_sender.jswww.gstatic.com/eureka/clank/146/ca... https://www.gstatic.com/eureka/clank/146/cast_sender.js — 200 — 13.4 KiB — 7 ms — h2https://images.thepovgod.com/videos/pink_pleasure_with_cj_miles/samples/slideshow1920_700.jpg?st=coHuzI4a4TNhgMuX4giO6A&e=1784718000images.thepovgod.com/videos/pink_pl... https://images.thepovgod.com/videos/pink_pleasure_with_cj_miles/samples/slideshow1920_700.jpg?st=coHuzI4a4TNhgMuX4giO6A&e=1784718000 — 200 — 364.2 KiB — 97 ms — h2https://images.thepovgod.com/videos/big_titty_bubble_butt_squirting_cutie/samples/slideshow1920_700.jpg?st=NPk2YpqcUP9dtbqRjPCjcQ&e=1784718000images.thepovgod.com/videos/big_tit... https://images.thepovgod.com/videos/big_titty_bubble_butt_squirting_cutie/samples/slideshow1920_700.jpg?st=NPk2YpqcUP9dtbqRjPCjcQ&e=1784718000 — 200 — 303.0 KiB — 92 ms — h2https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/488/885488/thumbCropped_885488.jpg?st=a5gn6gOKgWzci-HnhpHqjA&e=1784718000images.thepovgod.com/assets/common/... https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/488/885488/thumbCropped_885488.jpg?st=a5gn6gOKgWzci-HnhpHqjA&e=1784718000 — 200 — 21.7 KiB — 25 ms — h2https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/842/885842/thumbCropped_885842.jpg?st=iBFAstdAJK78v0xY2yjyVg&e=1784718000images.thepovgod.com/assets/common/... https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/842/885842/thumbCropped_885842.jpg?st=iBFAstdAJK78v0xY2yjyVg&e=1784718000 — 200 — 36.3 KiB — 38 ms — h2https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/794/885794/thumbCropped_885794.jpg?st=So9EpbuD4YaxgPVnVqeEfg&e=1784718000images.thepovgod.com/assets/common/... https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/794/885794/thumbCropped_885794.jpg?st=So9EpbuD4YaxgPVnVqeEfg&e=1784718000 — 200 — 23.6 KiB — 47 ms — h2https://images.thepovgod.com/assets/common/images/tubeTourThumbs/1013/42/1013042/thumbCropped_1013042.jpg?st=oY8v3LRMPu84B2SqjeKhmw&e=1784718000images.thepovgod.com/assets/common/... https://images.thepovgod.com/assets/common/images/tubeTourThumbs/1013/42/1013042/thumbCropped_1013042.jpg?st=oY8v3LRMPu84B2SqjeKhmw&e=1784718000 — 200 — 56.9 KiB — 57 ms — h2https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/758/885758/thumbCropped_885758.jpg?st=MVUHrYbtJIBSx3qU-S7XNQ&e=1784718000images.thepovgod.com/assets/common/... https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/758/885758/thumbCropped_885758.jpg?st=MVUHrYbtJIBSx3qU-S7XNQ&e=1784718000 — 200 — 27.7 KiB — 49 ms — h2https://images.thepovgod.com/assets/common/images/tubeTourThumbs/967/262/967262/thumbCropped_967262.jpg?st=zCiGWIKOvYyBKXe02Gcxww&e=1784718000images.thepovgod.com/assets/common/... https://images.thepovgod.com/assets/common/images/tubeTourThumbs/967/262/967262/thumbCropped_967262.jpg?st=zCiGWIKOvYyBKXe02Gcxww&e=1784718000 — 200 — 34.5 KiB — 51 ms — h2https://images.thepovgod.com/assets/common/images/tubeTourThumbs/952/748/952748/thumbCropped_952748.jpg?st=6Sr9-djUCGR6SLxt5-07Rg&e=1784718000images.thepovgod.com/assets/common/... https://images.thepovgod.com/assets/common/images/tubeTourThumbs/952/748/952748/thumbCropped_952748.jpg?st=6Sr9-djUCGR6SLxt5-07Rg&e=1784718000 — 200 — 47.5 KiB — 58 ms — h2https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/248/885248/thumbCropped_885248.jpg?st=27YTIm6QmrFkkic7gjNi3w&e=1784718000images.thepovgod.com/assets/common/... https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/248/885248/thumbCropped_885248.jpg?st=27YTIm6QmrFkkic7gjNi3w&e=1784718000 — 200 — 70.2 KiB — 60 ms — h2https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/830/885830/thumbCropped_885830.jpg?st=ffS-I0r9xE0C7grNiAUmvg&e=1784718000images.thepovgod.com/assets/common/... https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/830/885830/thumbCropped_885830.jpg?st=ffS-I0r9xE0C7grNiAUmvg&e=1784718000 — 200 — 41.0 KiB — 58 ms — h2https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/656/885656/thumbCropped_885656.jpg?st=SToiPY-wDfbTGgOOgrN65w&e=1784718000images.thepovgod.com/assets/common/... https://images.thepovgod.com/assets/common/images/tubeTourThumbs/885/656/885656/thumbCropped_885656.jpg?st=SToiPY-wDfbTGgOOgrN65w&e=1784718000 — 200 — 41.2 KiB — 60 ms — h2https://thepovgod.com/favicon.ico/favicon.ico https://thepovgod.com/favicon.ico — 200 — 16.8 KiB — 83 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Real-User Performance (CrUX)
Field metrics from the Chrome User Experience Report
INFO

Chrome User Experience (CrUX)

Real-user metrics from the Chrome UX Report (2026-06-23 — 2026-07-20)

LCP (p75)

3558 ms

60% good

INP (p75)

104 ms

92% good

CLS (p75)

0.040

94% good

FCP (p75)

2445 ms

TTFB (p75)

1376 ms

Image Optimization
62 images, 0 KB total, 0 KB wasted
INFO

Image Optimization Audit

Total Images

62

Total Size

0 KB

10 missing alt text 18 missing dimensions 58 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