Skip to content
https://titanicporn.com

Performance

· 23 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
80
GRADE
B
FIX
4
REVIEW
5
PASS
10
INFO
4

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

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

661 ms

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

1.05 s

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

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

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

2.10 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
23
10 PASS 5 REVIEW 4 FIX
F
Page Weight Budget
Action
4.3 MB transferred, 100 requests
FIX
4.3 MB transferred, 100 requests
Critical::
Page weighs 5.2 MB (4.3 MB transferred)
Warning::
Images are 1.8 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 1.8 MB
Info::
100 HTTP requests
Info::
Estimated 0.91 g CO2 per page load
4.3 MB / 2.4 MB budget
4.3 MB transferred
100 requests
0.91 g CO2 per page load
Other 2.0 MiB 46%
Images 1.8 MiB 42%
JavaScript 349.8 KiB 8%
Fonts 75.9 KiB 2%
CSS 46.8 KiB 1%
HTML 30.3 KiB 1%
Other 5.3 KiB 0%
Other 4.9 KiB 0%
Other 2.5 KiB 0%
Other 285 B 0%
0 2.4 MB 4.9 MB
Over budget

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

D
JS Execution Cost
Action
2096ms total JS execution
FIX
2096ms total JS execution
Warning::
Unattributable: 779ms CPU time
Warning::
https://c.adsco.re/: 387ms CPU time
Warning::
https://titanicporn.com/: 349ms CPU time
Warning::
https://titanicporn.com/cdn-cgi/challenge-platform...: 282ms CPU time
Info::
https://www.googletagmanager.com/gtag/js?id=G-DPJ9...: 104ms CPU time
Info::
Third-party scripts: 546ms (26% of total)

Main Thread Breakdown

Script Evaluation 64% Other 18% Style & Layout 9% Parse HTML & CSS 3%
ScriptTotalScriptingParse/CompileParty
Unattributable779ms478ms0ms1st
https://c.adsco.re/387ms331ms4ms3rd
https://titanicporn.com/349ms40ms3ms1st
https://titanicporn.com/cdn-cgi/challenge-platform/scripts/jsd/main.js282ms271ms3ms1st
https://www.googletagmanager.com/gtag/js?id=G-DPJ98LZ3SM104ms82ms21ms3rd
https://titanicporn.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.189ms68ms4ms1st
https://a.pemsrv.com/popunder1000.js56ms50ms5ms3rd
https://titanicporn.com/wp-content/uploads/ad-banners/mypervyfamily_300-250.html51ms23ms1ms1st
D
Page Weight Inventory
Action
100 resources · 4.3 MB · 69 KB savings available
FIX
100 resources · 4.3 MB · 69 KB savings available
Warning::
Page weight 4.3 MB exceeds 1 MB target by 3.3 MB
Got: 4.3 MB Expected: ≤ 1 MB
Info::
~69 KB of savings available
Warning::
44 third-party resources (56% of weight)
Info::
2 resources over 200KB
100 resources · 4.3 MiB · 44 third-party 3.3 MiB over 1MB target
Media 46% · 2.0 MiB
Image 42% · 1.8 MiB
JavaScript 8% · 350.1 KiB
Font 2% · 75.9 KiB
CSS 1% · 46.8 KiB
Document 1% · 30.4 KiB
Other 0% · 10.5 KiB

~69.0 KiB of savings available

Remove unused JavaScript: 69.0 KiB
F
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.

No Cache-Control header

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

B
Third-Party Impact
56% third-party, 0 ms blocking
REVIEW
56% third-party, 0 ms blocking
Warning::
Third-party code accounts for 56% of page weight (2.4 MiB of 4.3 MiB)
Info::
Third-party blocking time is low (0 ms)
44%
56%
First-party Third-party
C
Image Optimization
Action
35 images, 0 KB saveable
REVIEW
35 images, 0 KB saveable
Warning::
https://www.picthumbs.com/wp-content/uploads/ad-ba... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://titanicporn.com/wp-content/uploads/titanic... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://www.picthumbs.com/wp-content/uploads/ad-ba... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
35 images 1.8 MB
0 oversized -0 KB
35 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

B
JS Bundles
22 scripts, 69 KB unused
REVIEW
22 scripts, 69 KB unused
Warning::
https://www.googletagmanager.com/gtag/js?id=G-DPJ9...: 69 KB unused (42%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 69 KB
69 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://www.googletagmanager.com/gtag/js?id=G-DPJ98LZ3SM163 KB69 KB (42%)3rd
https://titanicporn.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.132 KB1st
https://titanicporn.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.16 KB1st
https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e178179150949611 KB3rd
https://titanicporn.com/wp-content/themes/kingtube/assets/js/navigation.js?ver=1.0.02 KB1st
https://titanicporn.com/wp-content/themes/kingtube/assets/js/main.js?ver=7.0.211 KB1st
https://titanicporn.com/wp-content/themes/kingtube/assets/js/skip-link-focus-fix.js?ver=1.0.01 KB1st
https://www.antiadblocksystems.com/udimple.latest.min.css12 KB3rd
https://a.pemsrv.com/popunder1000.js38 KB3rd
https://c.adsco.re/35 KB3rd

Consider code splitting or tree shaking to reduce unused code.

Why this matters

This bundle has high unused code — code-split or tree-shake to ship only what executes.

Source: web.dev / Lighthouse coverage

B
Main HTML Cache-Control
No Cache-Control header on main HTML response
REVIEW
No Cache-Control header on main HTML response
Info::
Main HTML response has no Cache-Control header
Without an explicit Cache-Control, browsers fall back to heuristic caching (~10% of Last-Modified age). Set `Cache-Control: no-cache` or `max-age=300` for HTML to control freshness explicitly -- prevents stale auth state and SPA shell drift.
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+
Font Loading
1 fonts (76 KB)
PASS
1 fonts (76 KB)
Info::
1 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

1

76 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 FCP 661 ms LCP 1.0 shttps://titanicporn.com/wp-content/themes/kingtube/assets/stylesheets/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0fontawesome-webfont.woff2 https://titanicporn.com/wp-content/themes/kingtube/assets/stylesheets/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 — 75.9 KiB — 329 ms — font-display: swap
fontawesome-webfont.woff2 woff2 swap
Size 76 KB
Load time 329 ms
Start 447 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+
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+
HTTP/3 (QUIC)
HTTP/3 advertised via Alt-Svc
PASS
HTTP/3 advertised via Alt-Svc
Info::
HTTP/3 (QUIC) is supported
First-load mobile users on cellular networks see meaningful latency improvements with HTTP/3. The QUIC transport collapses TLS + TCP handshakes into one and recovers faster from packet loss.
A+
Compression Algorithm
Main response uses brotli
PASS
Main response uses brotli
Info::
Main HTML response uses brotli (Content-Encoding: br)
Brotli is the best text-compression algorithm for general use, ~20% smaller than gzip on average (40% on smaller files). Modern browsers all support it.
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+
Server-Timing Observability
3 Server-Timing entries advertised
PASS
3 Server-Timing entries advertised
Info::
Server-Timing header advertises 3 timing entries
A+
Server Response Intelligence
2 server-response signal(s) detected
PASS
2 server-response signal(s) detected
Info::
`Vary` header declared: Accept-Encoding
The page declares a `Vary` header, telling downstream caches which request headers the response varies on. Critical for content-negotiated responses (compression, language, cookies, device class).
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
100 requests over 2713ms
INFO
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 661 ms LCP 1.0 shttps://titanicporn.com// https://titanicporn.com/ — 200 — 25.7 KiB — 287 ms — h3https://www.googletagmanager.com/gtag/js?id=G-DPJ98LZ3SMwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-DPJ98LZ3SM — 200 — 162.9 KiB — 212 ms — h2https://titanicporn.com/wp-content/themes/kingtube/style.css?ver=1.9.0/wp-content/themes/kingtube/style.c... https://titanicporn.com/wp-content/themes/kingtube/style.css?ver=1.9.0 — 200 — 13.9 KiB — 53 ms — h3https://titanicporn.com/wp-content/themes/kingtube-child/style.css?ver=7.0.2/wp-content/themes/kingtube-child/s... https://titanicporn.com/wp-content/themes/kingtube-child/style.css?ver=7.0.2 — 200 — 5.3 KiB — 32 ms — h3https://titanicporn.com/wp-content/themes/kingtube/assets/stylesheets/font-awesome/css/font-awesome.min.css?ver=4.7.0/wp-content/themes/kingtube/assets/... https://titanicporn.com/wp-content/themes/kingtube/assets/stylesheets/font-awesome/css/font-awesome.min.css?ver=4.7.0 — 200 — 7.7 KiB — 35 ms — h3https://titanicporn.com/wp-content/themes/kingtube-child/style.css?ver=.1772571606/wp-content/themes/kingtube-child/s... https://titanicporn.com/wp-content/themes/kingtube-child/style.css?ver=.1772571606 — 200 — 5.3 KiB — 39 ms — h3https://titanicporn.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://titanicporn.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 32.4 KiB — 64 ms — h3https://titanicporn.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://titanicporn.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.6 KiB — 25 ms — h3https://titanicporn.com/wp-content/uploads/titanicporn-website-logo.png/wp-content/uploads/titanicporn-web... https://titanicporn.com/wp-content/uploads/titanicporn-website-logo.png — 200 — 69.9 KiB — 33 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-01_asian-babe-jade-luv-craves-a-bbc-to-give-her-a-big-load-creampie-04.jpg/wp-content/uploads/2024-06-01_asia... https://titanicporn.com/wp-content/uploads/2024-06-01_asian-babe-jade-luv-craves-a-bbc-to-give-her-a-big-load-creampie-04.jpg — 200 — 43.5 KiB — 49 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 63 ms — h2https://titanicporn.com/wp-content/themes/plugins/clean-tube-player/public/assets/css/ctpl-player.css/wp-content/themes/plugins/clean-tu... https://titanicporn.com/wp-content/themes/plugins/clean-tube-player/public/assets/css/ctpl-player.css — 404 — 449 B — 21 ms — h3https://titanicporn.com/wp-content/themes/kingtube/style.css/wp-content/themes/kingtube/style.c... https://titanicporn.com/wp-content/themes/kingtube/style.css — 200 — 13.8 KiB — 25 ms — h3https://titanicporn.com/wp-content/themes/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.min.css/wp-content/themes/plugins/wpforms-... https://titanicporn.com/wp-content/themes/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.min.css — 404 — 450 B — 30 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-02_sexy-latina-esperanza-gomez-gets-it-on-with-her-boyfriends-son-12.jpg/wp-content/uploads/2024-06-02_sexy... https://titanicporn.com/wp-content/uploads/2024-06-02_sexy-latina-esperanza-gomez-gets-it-on-with-her-boyfriends-son-12.jpg — 200 — 65.4 KiB — 22 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-03_perky-blonde-jazmin-luv-wants-a-big-load-on-her-face-so-she-can-show-her-boyfriend-she-can-cheat-too-03.jpg/wp-content/uploads/2024-06-03_perk... https://titanicporn.com/wp-content/uploads/2024-06-03_perky-blonde-jazmin-luv-wants-a-big-load-on-her-face-so-she-can-show-her-boyfriend-she-can-cheat-too-03.jpg — 200 — 51.4 KiB — 17 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-04_sweet-ari-alectra-wants-to-thank-her-friends-dad-by-wrapping-her-lips-around-his-cock-08.jpg/wp-content/uploads/2024-06-04_swee... https://titanicporn.com/wp-content/uploads/2024-06-04_sweet-ari-alectra-wants-to-thank-her-friends-dad-by-wrapping-her-lips-around-his-cock-08.jpg — 200 — 53.4 KiB — 54 ms — h3https://titanicporn.com/wp-content/themes/kingtube/assets/js/navigation.js?ver=1.0.0/wp-content/themes/kingtube/assets/... https://titanicporn.com/wp-content/themes/kingtube/assets/js/navigation.js?ver=1.0.0 — 200 — 2.1 KiB — 42 ms — h3https://titanicporn.com/wp-content/themes/kingtube/assets/js/main.js?ver=7.0.2/wp-content/themes/kingtube/assets/... https://titanicporn.com/wp-content/themes/kingtube/assets/js/main.js?ver=7.0.2 — 200 — 11.1 KiB — 87 ms — h3https://titanicporn.com/wp-content/themes/kingtube/assets/js/skip-link-focus-fix.js?ver=1.0.0/wp-content/themes/kingtube/assets/... https://titanicporn.com/wp-content/themes/kingtube/assets/js/skip-link-focus-fix.js?ver=1.0.0 — 200 — 937 B — 47 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-05_busty-babe-mona-azar-catches-her-boyfriends-son-whacking-it-and-lends-a-hand-09.jpg/wp-content/uploads/2024-06-05_bust... https://titanicporn.com/wp-content/uploads/2024-06-05_busty-babe-mona-azar-catches-her-boyfriends-son-whacking-it-and-lends-a-hand-09.jpg — 200 — 61.1 KiB — 371 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-06_essie-got-back-wants-her-friends-husbands-cock-pounding-her-tight-pussy-10.jpg/wp-content/uploads/2024-06-06_essi... https://titanicporn.com/wp-content/uploads/2024-06-06_essie-got-back-wants-her-friends-husbands-cock-pounding-her-tight-pussy-10.jpg — 200 — 29.8 KiB — 99 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-07_sexy-milf-molly-manning-loves-to-get-filled-up-with-hot-cream-11.jpg/wp-content/uploads/2024-06-07_sexy... https://titanicporn.com/wp-content/uploads/2024-06-07_sexy-milf-molly-manning-loves-to-get-filled-up-with-hot-cream-11.jpg — 200 — 75.5 KiB — 380 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-08_busty-brunette-savanah-storm-convinces-married-landlord-to-pound-her-pussy-13.jpg/wp-content/uploads/2024-06-08_bust... https://titanicporn.com/wp-content/uploads/2024-06-08_busty-brunette-savanah-storm-convinces-married-landlord-to-pound-her-pussy-13.jpg — 200 — 74.2 KiB — 365 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-09_cute-blonde-mia-malkova-loves-to-get-fucked-nice-and-hard-12.jpg/wp-content/uploads/2024-06-09_cute... https://titanicporn.com/wp-content/uploads/2024-06-09_cute-blonde-mia-malkova-loves-to-get-fucked-nice-and-hard-12.jpg — 200 — 40.3 KiB — 278 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-10_black-queen-ebony-mystique-loves-to-educate-her-sons-friends-on-how-to-fuck-a-woman-09.jpg/wp-content/uploads/2024-06-10_blac... https://titanicporn.com/wp-content/uploads/2024-06-10_black-queen-ebony-mystique-loves-to-educate-her-sons-friends-on-how-to-fuck-a-woman-09.jpg — 200 — 47.8 KiB — 290 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-11_sexy-school-girl-kitty-lynn-surprises-professor-with-a-birthday-fuck-12.jpg/wp-content/uploads/2024-06-11_sexy... https://titanicporn.com/wp-content/uploads/2024-06-11_sexy-school-girl-kitty-lynn-surprises-professor-with-a-birthday-fuck-12.jpg — 200 — 52.6 KiB — 280 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-12_fun-sized-ember-snow-hooks-up-with-a-stranger-and-has-a-cock-filled-time-02.jpg/wp-content/uploads/2024-06-12_fun-... https://titanicporn.com/wp-content/uploads/2024-06-12_fun-sized-ember-snow-hooks-up-with-a-stranger-and-has-a-cock-filled-time-02.jpg — 200 — 44.9 KiB — 354 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-13_sexy-co-ed-violet-gems-learns-how-big-her-friends-dad-dick-is-07.jpg/wp-content/uploads/2024-06-13_sexy... https://titanicporn.com/wp-content/uploads/2024-06-13_sexy-co-ed-violet-gems-learns-how-big-her-friends-dad-dick-is-07.jpg — 200 — 45.4 KiB — 313 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-14_sexy-blonde-milf-addyson-james-finds-her-sons-friends-hard-cock-under-the-covers-01.jpg/wp-content/uploads/2024-06-14_sexy... https://titanicporn.com/wp-content/uploads/2024-06-14_sexy-blonde-milf-addyson-james-finds-her-sons-friends-hard-cock-under-the-covers-01.jpg — 200 — 40.6 KiB — 315 ms — h3
0 ms 500 ms 1.0 s 1.5 s 2.0 s 2.5 s FCP 661 ms LCP 1.0 shttps://titanicporn.com// https://titanicporn.com/ — 200 — 25.7 KiB — 287 ms — h3https://www.googletagmanager.com/gtag/js?id=G-DPJ98LZ3SMwww.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-DPJ98LZ3SM — 200 — 162.9 KiB — 212 ms — h2https://titanicporn.com/wp-content/themes/kingtube/style.css?ver=1.9.0/wp-content/themes/kingtube/style.c... https://titanicporn.com/wp-content/themes/kingtube/style.css?ver=1.9.0 — 200 — 13.9 KiB — 53 ms — h3https://titanicporn.com/wp-content/themes/kingtube-child/style.css?ver=7.0.2/wp-content/themes/kingtube-child/s... https://titanicporn.com/wp-content/themes/kingtube-child/style.css?ver=7.0.2 — 200 — 5.3 KiB — 32 ms — h3https://titanicporn.com/wp-content/themes/kingtube/assets/stylesheets/font-awesome/css/font-awesome.min.css?ver=4.7.0/wp-content/themes/kingtube/assets/... https://titanicporn.com/wp-content/themes/kingtube/assets/stylesheets/font-awesome/css/font-awesome.min.css?ver=4.7.0 — 200 — 7.7 KiB — 35 ms — h3https://titanicporn.com/wp-content/themes/kingtube-child/style.css?ver=.1772571606/wp-content/themes/kingtube-child/s... https://titanicporn.com/wp-content/themes/kingtube-child/style.css?ver=.1772571606 — 200 — 5.3 KiB — 39 ms — h3https://titanicporn.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1/wp-includes/js/jquery/jquery.min.j... https://titanicporn.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1 — 200 — 32.4 KiB — 64 ms — h3https://titanicporn.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1/wp-includes/js/jquery/jquery-migra... https://titanicporn.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1 — 200 — 5.6 KiB — 25 ms — h3https://titanicporn.com/wp-content/uploads/titanicporn-website-logo.png/wp-content/uploads/titanicporn-web... https://titanicporn.com/wp-content/uploads/titanicporn-website-logo.png — 200 — 69.9 KiB — 33 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-01_asian-babe-jade-luv-craves-a-bbc-to-give-her-a-big-load-creampie-04.jpg/wp-content/uploads/2024-06-01_asia... https://titanicporn.com/wp-content/uploads/2024-06-01_asian-babe-jade-luv-craves-a-bbc-to-give-her-a-big-load-creampie-04.jpg — 200 — 43.5 KiB — 49 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 63 ms — h2https://titanicporn.com/wp-content/themes/plugins/clean-tube-player/public/assets/css/ctpl-player.css/wp-content/themes/plugins/clean-tu... https://titanicporn.com/wp-content/themes/plugins/clean-tube-player/public/assets/css/ctpl-player.css — 404 — 449 B — 21 ms — h3https://titanicporn.com/wp-content/themes/kingtube/style.css/wp-content/themes/kingtube/style.c... https://titanicporn.com/wp-content/themes/kingtube/style.css — 200 — 13.8 KiB — 25 ms — h3https://titanicporn.com/wp-content/themes/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.min.css/wp-content/themes/plugins/wpforms-... https://titanicporn.com/wp-content/themes/plugins/wpforms-lite/assets/css/frontend/modern/wpforms-full.min.css — 404 — 450 B — 30 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-02_sexy-latina-esperanza-gomez-gets-it-on-with-her-boyfriends-son-12.jpg/wp-content/uploads/2024-06-02_sexy... https://titanicporn.com/wp-content/uploads/2024-06-02_sexy-latina-esperanza-gomez-gets-it-on-with-her-boyfriends-son-12.jpg — 200 — 65.4 KiB — 22 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-03_perky-blonde-jazmin-luv-wants-a-big-load-on-her-face-so-she-can-show-her-boyfriend-she-can-cheat-too-03.jpg/wp-content/uploads/2024-06-03_perk... https://titanicporn.com/wp-content/uploads/2024-06-03_perky-blonde-jazmin-luv-wants-a-big-load-on-her-face-so-she-can-show-her-boyfriend-she-can-cheat-too-03.jpg — 200 — 51.4 KiB — 17 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-04_sweet-ari-alectra-wants-to-thank-her-friends-dad-by-wrapping-her-lips-around-his-cock-08.jpg/wp-content/uploads/2024-06-04_swee... https://titanicporn.com/wp-content/uploads/2024-06-04_sweet-ari-alectra-wants-to-thank-her-friends-dad-by-wrapping-her-lips-around-his-cock-08.jpg — 200 — 53.4 KiB — 54 ms — h3https://titanicporn.com/wp-content/themes/kingtube/assets/js/navigation.js?ver=1.0.0/wp-content/themes/kingtube/assets/... https://titanicporn.com/wp-content/themes/kingtube/assets/js/navigation.js?ver=1.0.0 — 200 — 2.1 KiB — 42 ms — h3https://titanicporn.com/wp-content/themes/kingtube/assets/js/main.js?ver=7.0.2/wp-content/themes/kingtube/assets/... https://titanicporn.com/wp-content/themes/kingtube/assets/js/main.js?ver=7.0.2 — 200 — 11.1 KiB — 87 ms — h3https://titanicporn.com/wp-content/themes/kingtube/assets/js/skip-link-focus-fix.js?ver=1.0.0/wp-content/themes/kingtube/assets/... https://titanicporn.com/wp-content/themes/kingtube/assets/js/skip-link-focus-fix.js?ver=1.0.0 — 200 — 937 B — 47 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-05_busty-babe-mona-azar-catches-her-boyfriends-son-whacking-it-and-lends-a-hand-09.jpg/wp-content/uploads/2024-06-05_bust... https://titanicporn.com/wp-content/uploads/2024-06-05_busty-babe-mona-azar-catches-her-boyfriends-son-whacking-it-and-lends-a-hand-09.jpg — 200 — 61.1 KiB — 371 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-06_essie-got-back-wants-her-friends-husbands-cock-pounding-her-tight-pussy-10.jpg/wp-content/uploads/2024-06-06_essi... https://titanicporn.com/wp-content/uploads/2024-06-06_essie-got-back-wants-her-friends-husbands-cock-pounding-her-tight-pussy-10.jpg — 200 — 29.8 KiB — 99 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-07_sexy-milf-molly-manning-loves-to-get-filled-up-with-hot-cream-11.jpg/wp-content/uploads/2024-06-07_sexy... https://titanicporn.com/wp-content/uploads/2024-06-07_sexy-milf-molly-manning-loves-to-get-filled-up-with-hot-cream-11.jpg — 200 — 75.5 KiB — 380 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-08_busty-brunette-savanah-storm-convinces-married-landlord-to-pound-her-pussy-13.jpg/wp-content/uploads/2024-06-08_bust... https://titanicporn.com/wp-content/uploads/2024-06-08_busty-brunette-savanah-storm-convinces-married-landlord-to-pound-her-pussy-13.jpg — 200 — 74.2 KiB — 365 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-09_cute-blonde-mia-malkova-loves-to-get-fucked-nice-and-hard-12.jpg/wp-content/uploads/2024-06-09_cute... https://titanicporn.com/wp-content/uploads/2024-06-09_cute-blonde-mia-malkova-loves-to-get-fucked-nice-and-hard-12.jpg — 200 — 40.3 KiB — 278 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-10_black-queen-ebony-mystique-loves-to-educate-her-sons-friends-on-how-to-fuck-a-woman-09.jpg/wp-content/uploads/2024-06-10_blac... https://titanicporn.com/wp-content/uploads/2024-06-10_black-queen-ebony-mystique-loves-to-educate-her-sons-friends-on-how-to-fuck-a-woman-09.jpg — 200 — 47.8 KiB — 290 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-11_sexy-school-girl-kitty-lynn-surprises-professor-with-a-birthday-fuck-12.jpg/wp-content/uploads/2024-06-11_sexy... https://titanicporn.com/wp-content/uploads/2024-06-11_sexy-school-girl-kitty-lynn-surprises-professor-with-a-birthday-fuck-12.jpg — 200 — 52.6 KiB — 280 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-12_fun-sized-ember-snow-hooks-up-with-a-stranger-and-has-a-cock-filled-time-02.jpg/wp-content/uploads/2024-06-12_fun-... https://titanicporn.com/wp-content/uploads/2024-06-12_fun-sized-ember-snow-hooks-up-with-a-stranger-and-has-a-cock-filled-time-02.jpg — 200 — 44.9 KiB — 354 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-13_sexy-co-ed-violet-gems-learns-how-big-her-friends-dad-dick-is-07.jpg/wp-content/uploads/2024-06-13_sexy... https://titanicporn.com/wp-content/uploads/2024-06-13_sexy-co-ed-violet-gems-learns-how-big-her-friends-dad-dick-is-07.jpg — 200 — 45.4 KiB — 313 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-14_sexy-blonde-milf-addyson-james-finds-her-sons-friends-hard-cock-under-the-covers-01.jpg/wp-content/uploads/2024-06-14_sexy... https://titanicporn.com/wp-content/uploads/2024-06-14_sexy-blonde-milf-addyson-james-finds-her-sons-friends-hard-cock-under-the-covers-01.jpg — 200 — 40.6 KiB — 315 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-15_gia-ohmy-gives-her-friends-dad-a-sexy-daddys-day-surprise-11.jpg/wp-content/uploads/2024-06-15_gia-... https://titanicporn.com/wp-content/uploads/2024-06-15_gia-ohmy-gives-her-friends-dad-a-sexy-daddys-day-surprise-11.jpg — 200 — 52.5 KiB — 355 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-16_sexy-brunette-ava-addams-wants-that-big-married-cock-08.jpg/wp-content/uploads/2024-06-16_sexy... https://titanicporn.com/wp-content/uploads/2024-06-16_sexy-brunette-ava-addams-wants-that-big-married-cock-08.jpg — 200 — 53.3 KiB — 352 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-17_sexy-stranger-summer-vixen-loves-to-say-sorry-on-a-big-black-cock-13.jpg/wp-content/uploads/2024-06-17_sexy... https://titanicporn.com/wp-content/uploads/2024-06-17_sexy-stranger-summer-vixen-loves-to-say-sorry-on-a-big-black-cock-13.jpg — 200 — 48.8 KiB — 343 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-18_latina-neighbor-penelope-woods-has-a-special-welcome-gift-for-her-new-neighbor-07.jpg/wp-content/uploads/2024-06-18_lati... https://titanicporn.com/wp-content/uploads/2024-06-18_latina-neighbor-penelope-woods-has-a-special-welcome-gift-for-her-new-neighbor-07.jpg — 200 — 52.2 KiB — 363 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-19_sexy-blonde-sydney-paige-wants-that-married-cock-buried-deep-inside-her-13.jpg/wp-content/uploads/2024-06-19_sexy... https://titanicporn.com/wp-content/uploads/2024-06-19_sexy-blonde-sydney-paige-wants-that-married-cock-buried-deep-inside-her-13.jpg — 200 — 147.4 KiB — 382 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-20_sexy-milf-taylor-vixxen-loves-helping-guys-with-big-cocks-08.jpg/wp-content/uploads/2024-06-20_sexy... https://titanicporn.com/wp-content/uploads/2024-06-20_sexy-milf-taylor-vixxen-loves-helping-guys-with-big-cocks-08.jpg — 200 — 52.4 KiB — 348 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-21_sexy-neighbor-raven-lane-wants-rebound-dick-after-bumping-into-stranger-10.jpg/wp-content/uploads/2024-06-21_sexy... https://titanicporn.com/wp-content/uploads/2024-06-21_sexy-neighbor-raven-lane-wants-rebound-dick-after-bumping-into-stranger-10.jpg — 200 — 65.4 KiB — 373 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-22_blake-blossom-gets-her-pussy-worked-out-at-the-gym-08.jpg/wp-content/uploads/2024-06-22_blak... https://titanicporn.com/wp-content/uploads/2024-06-22_blake-blossom-gets-her-pussy-worked-out-at-the-gym-08.jpg — 200 — 43.4 KiB — 329 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-23_sexy-brunette-dani-daniels-gets-her-pussy-serviced-by-a-hard-cock-13.jpg/wp-content/uploads/2024-06-23_sexy... https://titanicporn.com/wp-content/uploads/2024-06-23_sexy-brunette-dani-daniels-gets-her-pussy-serviced-by-a-hard-cock-13.jpg — 200 — 58.1 KiB — 372 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-24_busty-brunette-dirty-danii-doesnt-get-dick-from-her-husband-so-she-gets-it-from-her-neighbor-dickdealer-don-11.jpg/wp-content/uploads/2024-06-24_bust... https://titanicporn.com/wp-content/uploads/2024-06-24_busty-brunette-dirty-danii-doesnt-get-dick-from-her-husband-so-she-gets-it-from-her-neighbor-dickdealer-don-11.jpg — 200 — 59.3 KiB — 372 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-25_tattooed-babe-charlotte-sins-cheats-on-boyfriend-with-a-bbc-stud-10.jpg/wp-content/uploads/2024-06-25_tatt... https://titanicporn.com/wp-content/uploads/2024-06-25_tattooed-babe-charlotte-sins-cheats-on-boyfriend-with-a-bbc-stud-10.jpg — 200 — 96.5 KiB — 376 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-26_busty-milf-london-river-collects-on-a-debt-by-sucking-and-fucking-her-sons-friends-big-cock-13.jpg/wp-content/uploads/2024-06-26_bust... https://titanicporn.com/wp-content/uploads/2024-06-26_busty-milf-london-river-collects-on-a-debt-by-sucking-and-fucking-her-sons-friends-big-cock-13.jpg — 200 — 34.6 KiB — 369 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-27_ashlyn-peaks-smothers-her-friends-long-lizard-with-her-big-huge-tits-10.jpg/wp-content/uploads/2024-06-27_ashl... https://titanicporn.com/wp-content/uploads/2024-06-27_ashlyn-peaks-smothers-her-friends-long-lizard-with-her-big-huge-tits-10.jpg — 200 — 55.3 KiB — 370 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-28_sexy-wife-katie-kush-takes-a-big-cock-in-her-tight-pussy-from-her-husbands-boss-so-he-can-get-a-promotion-12.jpg/wp-content/uploads/2024-06-28_sexy... https://titanicporn.com/wp-content/uploads/2024-06-28_sexy-wife-katie-kush-takes-a-big-cock-in-her-tight-pussy-from-her-husbands-boss-so-he-can-get-a-promotion-12.jpg — 200 — 42.4 KiB — 371 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-29_emily-norman-dresses-in-sexy-lingerie-for-friends-dad-08.jpg/wp-content/uploads/2024-06-29_emil... https://titanicporn.com/wp-content/uploads/2024-06-29_emily-norman-dresses-in-sexy-lingerie-for-friends-dad-08.jpg — 200 — 34.5 KiB — 377 ms — h3https://titanicporn.com/wp-content/uploads/2024-06-30_busty-blonde-alanah-rae-gets-fucked-real-good-by-her-boyfriends-son-09.jpg/wp-content/uploads/2024-06-30_bust... https://titanicporn.com/wp-content/uploads/2024-06-30_busty-blonde-alanah-rae-gets-fucked-real-good-by-her-boyfriends-son-09.jpg — 200 — 47.0 KiB — 378 ms — h3https://www.picthumbs.com/wp-content/uploads/ad-banners/nubilesporn-4th-july_300-250.jpgwww.picthumbs.com/wp-content/upload... https://www.picthumbs.com/wp-content/uploads/ad-banners/nubilesporn-4th-july_300-250.jpg — 200 — 38.8 KiB — 137 ms — h3https://www.picthumbs.com/wp-content/uploads/ad-banners/girlsway_300-250.jpgwww.picthumbs.com/wp-content/upload... https://www.picthumbs.com/wp-content/uploads/ad-banners/girlsway_300-250.jpg — 200 — 61.6 KiB — 137 ms — h3https://www.antiadblocksystems.com/udimple.latest.min.csswww.antiadblocksystems.com/udimple.... https://www.antiadblocksystems.com/udimple.latest.min.css — 200 — 12.3 KiB — 118 ms — h2https://a.pemsrv.com/popunder1000.jsa.pemsrv.com/popunder1000.js https://a.pemsrv.com/popunder1000.js — 200 — 38.4 KiB — 149 ms — h2https://titanicporn.com/wp-content/themes/kingtube/assets/stylesheets/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0/wp-content/themes/kingtube/assets/... https://titanicporn.com/wp-content/themes/kingtube/assets/stylesheets/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0 — 200 — 75.9 KiB — 329 ms — h3https://titanicporn.com/wp-content/uploads/ad-banners/mypervyfamily_300-250.html/wp-content/uploads/ad-banners/mype... https://titanicporn.com/wp-content/uploads/ad-banners/mypervyfamily_300-250.html — 200 — 2.0 KiB — 94 ms — h3https://c.adsco.re/c.adsco.re/ https://c.adsco.re/ — 200 — 35.2 KiB — 130 ms — h2https://adsco.re/padsco.re/p https://adsco.re/p — 200 — 670 B — 103 ms — http/1.1https://4.adsco.re/4.adsco.re/ https://4.adsco.re/ — 200 — 770 B — 118 ms — http/1.1https://6.adsco.re/6.adsco.re/ https://6.adsco.re/ — 200 — 336 B — 99 ms — h2https://4.adsco.re:2087/4.adsco.re:2087/ https://4.adsco.re:2087/ — 200 — 770 B — 111 ms — http/1.1https://6.adsco.re:2087/6.adsco.re:2087/ https://6.adsco.re:2087/ — 200 — 336 B — 92 ms — h2https://www.picthumbs.com/wp-content/uploads/ad-banners/evilangel-sheena-shaw_300-250.htmlwww.picthumbs.com/wp-content/upload... https://www.picthumbs.com/wp-content/uploads/ad-banners/evilangel-sheena-shaw_300-250.html — 200 — 1.9 KiB — 70 ms — h3https://www.titanicporn.com/wp-content/uploads/ad-banners/mypervyfamily_300-250.pngwww.titanicporn.com/wp-content/uplo... https://www.titanicporn.com/wp-content/uploads/ad-banners/mypervyfamily_300-250.png — 200 — 29.2 KiB — 60 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 0 B — 25 ms — h2https://www.picthumbs.com/wp-content/uploads/ad-banners/evilangel-sheena-shaw_300-250.pngwww.picthumbs.com/wp-content/upload... https://www.picthumbs.com/wp-content/uploads/ad-banners/evilangel-sheena-shaw_300-250.png — 200 — 5.8 KiB — 15 ms — h3https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496static.cloudflareinsights.com/beaco... https://static.cloudflareinsights.com/beacon.min.js/v4513226cdae34746b4dedf0b4dfa099e1781791509496 — 200 — 11.3 KiB — 38 ms — h2https://www.picthumbs.com/wp-content/uploads/ad-banners/evilangel-sheena-shaw_300-250.mp4www.picthumbs.com/wp-content/upload... https://www.picthumbs.com/wp-content/uploads/ad-banners/evilangel-sheena-shaw_300-250.mp4 — 206 — 913.3 KiB — 88 ms — h3blob:https://titanicporn.com/eaf91b4e-177b-4cca-bd55-82d05787f9e9titanicporn.com/eaf91b4e-177b-4cca-... blob:https://titanicporn.com/eaf91b4e-177b-4cca-bd55-82d05787f9e9 — 200 — -1 B — 187 ms — blobhttps://hilabs.info/id2gohilabs.info/id2go https://hilabs.info/id2go — 200 — 229 B — 278 ms — http/1.1https://titanicporn.com/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://titanicporn.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 223 B — 72 ms — h3https://www.titanicporn.com/wp-content/uploads/ad-banners/mypervyfamily_300-250.mp4www.titanicporn.com/wp-content/uplo... https://www.titanicporn.com/wp-content/uploads/ad-banners/mypervyfamily_300-250.mp4 — 206 — 1.1 MiB — 101 ms — h3https://titanicporn.com/cdn-cgi/challenge-platform/scripts/jsd/main.js/cdn-cgi/challenge-platform/scripts... https://titanicporn.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 0 B — 71 ms — h3https://www.picthumbs.com/cdn-cgi/challenge-platform/scripts/jsd/main.jswww.picthumbs.com/cdn-cgi/challenge... https://www.picthumbs.com/cdn-cgi/challenge-platform/scripts/jsd/main.js — 302 — 223 B — 23 ms — h3https://www.picthumbs.com/wp-content/uploads/ad-banners/evilangel-sheena-shaw_300-250.mp4www.picthumbs.com/wp-content/upload... https://www.picthumbs.com/wp-content/uploads/ad-banners/evilangel-sheena-shaw_300-250.mp4 — 206 — 16.0 KiB — 34 ms — h3https://www.picthumbs.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0da9f4911ba/main.js?www.picthumbs.com/cdn-cgi/challenge... https://www.picthumbs.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0da9f4911ba/main.js? — 200 — 10.4 KiB — 9 ms — h3https://titanicporn.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0da9f4911ba/main.js?/cdn-cgi/challenge-platform/h/g/scr... https://titanicporn.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0da9f4911ba/main.js? — 200 — 9.5 KiB — 20 ms — h3https://titanicporn.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0da9f4911ba/main.js?/cdn-cgi/challenge-platform/h/g/scr... https://titanicporn.com/cdn-cgi/challenge-platform/h/g/scripts/jsd/b0da9f4911ba/main.js? — 200 — 0 B — 3 ms — h3https://www.picthumbs.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0da9f4911ba/0.37128900427003675:1785092427:ABCC78LVdoqBONjUJOtoqEjNd6guu9m9IEjXCzEnz9g/a215efe86e1cf2aawww.picthumbs.com/cdn-cgi/challenge... https://www.picthumbs.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0da9f4911ba/0.37128900427003675:1785092427:ABCC78LVdoqBONjUJOtoqEjNd6guu9m9IEjXCzEnz9g/a215efe86e1cf2aa — 200 — 1.2 KiB — 24 ms — h3https://www.picthumbs.com/cdn-cgi/rum?www.picthumbs.com/cdn-cgi/rum? https://www.picthumbs.com/cdn-cgi/rum? — 204 — 474 B — 9 ms — h3https://titanicporn.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0da9f4911ba/0.37128900427003675:1785092427:ABCC78LVdoqBONjUJOtoqEjNd6guu9m9IEjXCzEnz9g/a215efe49cf0f7ee/cdn-cgi/challenge-platform/h/g/jsd... https://titanicporn.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0da9f4911ba/0.37128900427003675:1785092427:ABCC78LVdoqBONjUJOtoqEjNd6guu9m9IEjXCzEnz9g/a215efe49cf0f7ee — 200 — 1.1 KiB — 8 ms — h3https://titanicporn.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0da9f4911ba/0.37128900427003675:1785092427:ABCC78LVdoqBONjUJOtoqEjNd6guu9m9IEjXCzEnz9g/a215efe82d69f7ee/cdn-cgi/challenge-platform/h/g/jsd... https://titanicporn.com/cdn-cgi/challenge-platform/h/g/jsd/oneshot/b0da9f4911ba/0.37128900427003675:1785092427:ABCC78LVdoqBONjUJOtoqEjNd6guu9m9IEjXCzEnz9g/a215efe82d69f7ee — 200 — 1.0 KiB — 22 ms — h3https://titanicporn.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.2/wp-includes/js/wp-emoji-release.mi... https://titanicporn.com/wp-includes/js/wp-emoji-release.min.js?ver=7.0.2 — 200 — 6.0 KiB — 29 ms — h3https://titanicporn.com/cdn-cgi/rum?/cdn-cgi/rum? https://titanicporn.com/cdn-cgi/rum? — 204 — 465 B — 7 ms — h3https://www.google-analytics.com/g/collect?v=2&tid=G-DPJ98LZ3SM&gtm=45je67m1h2v9133275615za200zd9133275615&_p=1785095465981&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1258476375.1785095467&frm=0&ngs=1&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938466~115938469~118395333~118897920~118897930~119896803&sid=1785095467&sct=1&seg=0&dl=https%3A%2F%2Ftitanicporn.com%2F&dt=Welcome%20To%20Titanic%20Porn!%20Only%20FREE%20HQ%20high%20quality%20sex%20movie%20clips%20%26%20full%20length%20HQ%20XXX%20movies%20for%20FREE!!!%20New%20HQ%20movies%20added%20daily.%20Be%20sure%20To%20Bookmark%20us.&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1451www.google-analytics.com/g/collect?... https://www.google-analytics.com/g/collect?v=2&tid=G-DPJ98LZ3SM&gtm=45je67m1h2v9133275615za200zd9133275615&_p=1785095465981&gcd=13l3l3l3l1l1&npa=0&dma=0&are=1&cid=1258476375.1785095467&frm=0&ngs=1&pscdl=noapi&rcb=19&sr=800x600&uaa=x86&uab=64&uafvl=Not-A.Brand%3B24.0.0.0%7CChromium%3B146.0.7680.164&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&_s=1&tag_exp=115616986~115938466~115938469~118395333~118897920~118897930~119896803&sid=1785095467&sct=1&seg=0&dl=https%3A%2F%2Ftitanicporn.com%2F&dt=Welcome%20To%20Titanic%20Porn!%20Only%20FREE%20HQ%20high%20quality%20sex%20movie%20clips%20%26%20full%20length%20HQ%20XXX%20movies%20for%20FREE!!!%20New%20HQ%20movies%20added%20daily.%20Be%20sure%20To%20Bookmark%20us.&en=page_view&_fv=1&_nsi=1&_ss=1&_ee=1&tfd=1451 — 204 — 548 B — 756 ms — h2https://c.adsco.re/c.adsco.re/ https://c.adsco.re/ — 200 — 0 B — 4 ms — h2blob:https://titanicporn.com/db804f4f-78ba-4e18-ab98-1b2f11c402d2titanicporn.com/db804f4f-78ba-4e18-... blob:https://titanicporn.com/db804f4f-78ba-4e18-ab98-1b2f11c402d2 — 200 — -1 B — 545 ms — blobblob:https://titanicporn.com/f6f71fc7-4ed9-495f-8296-bb2f6951640etitanicporn.com/f6f71fc7-4ed9-495f-... blob:https://titanicporn.com/f6f71fc7-4ed9-495f-8296-bb2f6951640e — 200 — -1 B — 553 ms — blobdata:text/html;charset=utf8,%3Chtml%3E%3Chead%3E%3Cscript%3Efunction%20success(data)%7Bwindow.paren…data:text/html;charset=utf8,%3Chtml... data:text/html;charset=utf8,%3Chtml%3E%3Chead%3E%3Cscript%3Efunction%20success(data)%7Bwindow.paren… — 200 — 332 B — 13 ms — datadata:text/html;charset=utf8,%3Chtml%3E%3Chead%3E%3Cscript%3Efunction%20success(data)%7Bwindow.paren…data:text/html;charset=utf8,%3Chtml... data:text/html;charset=utf8,%3Chtml%3E%3Chead%3E%3Cscript%3Efunction%20success(data)%7Bwindow.paren… — 200 — 325 B — 8 ms — datahttps://g2qselcb9cg8.l4.adsco.re/g2qselcb9cg8.l4.adsco.re/ https://g2qselcb9cg8.l4.adsco.re/ — 204 — 95 B — 303 ms — h2https://g2qselcb9cg8.n4.adsco.re/g2qselcb9cg8.n4.adsco.re/ https://g2qselcb9cg8.n4.adsco.re/ — 204 — 95 B — 50 ms — h2https://g2qselcb9cg8.s4.adsco.re/g2qselcb9cg8.s4.adsco.re/ https://g2qselcb9cg8.s4.adsco.re/ — 204 — 95 B — 938 ms — h2https://s.pemsrv.com/venor.phps.pemsrv.com/venor.php https://s.pemsrv.com/venor.php — 200 — 177 B — 22 ms — h2https://adsco.re/padsco.re/p https://adsco.re/p — 200 — 0 B — 13 ms — http/1.1chrome-extension://ghbmnnjooekpmoecnnnilnnbdlolhkhi/page_embed_script.jsghbmnnjooekpmoecnnnilnnbdlolhkhi/pa... chrome-extension://ghbmnnjooekpmoecnnnilnnbdlolhkhi/page_embed_script.js — -1 — 0 B — 17 ms — https://4.adsco.re/4.adsco.re/ https://4.adsco.re/ — 200 — 0 B — 9 ms — http/1.1https://4.adsco.re:2087/4.adsco.re:2087/ https://4.adsco.re:2087/ — 200 — 0 B — 8 ms — http/1.1https://6.adsco.re/6.adsco.re/ https://6.adsco.re/ — 200 — 0 B — 15 ms — h2https://6.adsco.re:2087/6.adsco.re:2087/ https://6.adsco.re:2087/ — 200 — 0 B — 15 ms — h2https://titanicporn.com/cdn-cgi/rum?/cdn-cgi/rum? https://titanicporn.com/cdn-cgi/rum? — 204 — 464 B — 9 ms — h3https://titanicporn.com/wp-content/uploads/titanicporn-favicon.png/wp-content/uploads/titanicporn-fav... https://titanicporn.com/wp-content/uploads/titanicporn-favicon.png — 200 — 2.1 KiB — 11 ms — h3https://adsco.re/padsco.re/p https://adsco.re/p — 200 — 1.7 KiB — 54 ms — http/1.1https://antiadblocksystems.com/bheejmsksmugyftzdkn?hYXOyBls=BQQiAAAAAAAACZUAAhFlaCwtO5lpmsB5kNsLA0faKKT88YIi2mpFQAbwuENt48NIZZqudH5BzKY7X41FEiS47eWF0ruMWffNwZTwgxhjL2AVCfqNljw21hyskqcuUTmmNOwHgc66q0yMQvvQdHeDUygBQSECLp9E0l1z8d09qrWGRbw4sq-yMRXQU2Iyf_uoi619pONOwLt2de4kNrMcgQ913hjiYmaLKZ_10oc0fTadpIRrMUUONw5Eg828xL2z-YSJibA72WtOzVz6eA9-X6EwVrb2cuP62zqrNY5CAInYY_S5JrOBhwoacWV8tOy15GKW7L6k-OAIZO1x7BpBB4IpEI3UZWUVN-OT5WupQKlVEn5KU6HXnjyBTmA9B8u15UmuPLyS3Q5xTDPzNZRtpTJPXzU11Q0FtOOetfhCUX45KdFJAg2vHM8e2H8syZZgJL9fWmuB4Dl5QqbZ9_WAyK8TEGcwqj06KDpRcax1elC69ub4MPzcmqFR7w9_fAZGG9zgZ2sMuSDxwZfBuNGQcGhxpGXH8LfTEkQcNbof0hnY_a2UtARx4yzeCpe1rEvklCNQGfN0zo-7NZ2ZGrJ6cU_1uyeWxQShvAOW2CBz6Y5lTf78Ib7Wg7myMkduwc66vkdTLUWlfUyhE7gXmDfvAaeMqIo4FPEerMI2J-y4Y9jFnCasEvLU47kvlu1wXooTaa0mdNWg5qva_PQEhgiHYMBrXlt9_u-EVsRVhMw0v17DnB7Q0NFMR_5zIFngfWT8XJbmHV-mhqnxkUEdV8KRqy_stnPLmjfqWYYseyLRgfZPxX6D86U9fh9-v9Qvt1A7qaJTPEJ5TkldjE8qHJGcJ047q7IlKe5y5vHQjMSjuyCIDHBVPcwFeEPX6X7ZY5OOQGpHxHzQQ1XHEyqu5zcO-wTLqfxi3roCTR1opYJOYx4GYmYSesYq4DUFX69but5icttGmVaBo1flCR2UqpX9Obf2rYM6as37P9mz3tC9nvtgJaK9s8xaRKmlGLt8qbpv9T6dhC8OjIP42-fon5F_Q3ZizL2MKSNnyWoPMEDdMIsqDyr7fFRbuJcQBXcke75dmGYmDfha_f2ub9BuOZ8wcamHh_d-jXDczpSPOrHQpEyy2_8xQELBP_nqApbdywbM6jmPB0pkk8fZxCJirgAtSXzYDOVqb-Jv1_eZs3uerqmxGwNY8gOCHcqyJBY2QKMWhuIYmAHZJ9cjcHWytDty-EUQfzjut1kCrKhZ_WYKzjsjKSvjat1Hut4gzcaWJn7MrbjNFwjXCnw45h1jlGjs4vnDgpYFMS94gD9fHAq22qRGAEeSpc0bmbC8upuol2uIRT9EEwYJSIj072MSe7jopKLbN9POZDGO_av0dZmu-1txU6Mdg2aROiNVvUet4-1UxzfzXYTuXKTTmpfjIg&GMRtiFcO=4&gHYVwLyJ=5041520&GmUnZMgL=0.001&XNdwPpoR=2,0&rVPcxEjL=&hDkwQeUG=&kyaznsPS=800,600,0.58,463.99999999999994,348,0antiadblocksystems.com/bheejmsksmug... https://antiadblocksystems.com/bheejmsksmugyftzdkn?hYXOyBls=BQQiAAAAAAAACZUAAhFlaCwtO5lpmsB5kNsLA0faKKT88YIi2mpFQAbwuENt48NIZZqudH5BzKY7X41FEiS47eWF0ruMWffNwZTwgxhjL2AVCfqNljw21hyskqcuUTmmNOwHgc66q0yMQvvQdHeDUygBQSECLp9E0l1z8d09qrWGRbw4sq-yMRXQU2Iyf_uoi619pONOwLt2de4kNrMcgQ913hjiYmaLKZ_10oc0fTadpIRrMUUONw5Eg828xL2z-YSJibA72WtOzVz6eA9-X6EwVrb2cuP62zqrNY5CAInYY_S5JrOBhwoacWV8tOy15GKW7L6k-OAIZO1x7BpBB4IpEI3UZWUVN-OT5WupQKlVEn5KU6HXnjyBTmA9B8u15UmuPLyS3Q5xTDPzNZRtpTJPXzU11Q0FtOOetfhCUX45KdFJAg2vHM8e2H8syZZgJL9fWmuB4Dl5QqbZ9_WAyK8TEGcwqj06KDpRcax1elC69ub4MPzcmqFR7w9_fAZGG9zgZ2sMuSDxwZfBuNGQcGhxpGXH8LfTEkQcNbof0hnY_a2UtARx4yzeCpe1rEvklCNQGfN0zo-7NZ2ZGrJ6cU_1uyeWxQShvAOW2CBz6Y5lTf78Ib7Wg7myMkduwc66vkdTLUWlfUyhE7gXmDfvAaeMqIo4FPEerMI2J-y4Y9jFnCasEvLU47kvlu1wXooTaa0mdNWg5qva_PQEhgiHYMBrXlt9_u-EVsRVhMw0v17DnB7Q0NFMR_5zIFngfWT8XJbmHV-mhqnxkUEdV8KRqy_stnPLmjfqWYYseyLRgfZPxX6D86U9fh9-v9Qvt1A7qaJTPEJ5TkldjE8qHJGcJ047q7IlKe5y5vHQjMSjuyCIDHBVPcwFeEPX6X7ZY5OOQGpHxHzQQ1XHEyqu5zcO-wTLqfxi3roCTR1opYJOYx4GYmYSesYq4DUFX69but5icttGmVaBo1flCR2UqpX9Obf2rYM6as37P9mz3tC9nvtgJaK9s8xaRKmlGLt8qbpv9T6dhC8OjIP42-fon5F_Q3ZizL2MKSNnyWoPMEDdMIsqDyr7fFRbuJcQBXcke75dmGYmDfha_f2ub9BuOZ8wcamHh_d-jXDczpSPOrHQpEyy2_8xQELBP_nqApbdywbM6jmPB0pkk8fZxCJirgAtSXzYDOVqb-Jv1_eZs3uerqmxGwNY8gOCHcqyJBY2QKMWhuIYmAHZJ9cjcHWytDty-EUQfzjut1kCrKhZ_WYKzjsjKSvjat1Hut4gzcaWJn7MrbjNFwjXCnw45h1jlGjs4vnDgpYFMS94gD9fHAq22qRGAEeSpc0bmbC8upuol2uIRT9EEwYJSIj072MSe7jopKLbN9POZDGO_av0dZmu-1txU6Mdg2aROiNVvUet4-1UxzfzXYTuXKTTmpfjIg&GMRtiFcO=4&gHYVwLyJ=5041520&GmUnZMgL=0.001&XNdwPpoR=2,0&rVPcxEjL=&hDkwQeUG=&kyaznsPS=800,600,0.58,463.99999999999994,348,0 — 200 — 182 B — 55 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
26% of JavaScript execution is third-party
First-party Third-party 546ms · 201KB · $7/mo
c.adsco.re
Other
Costly
Execution 387ms
Transfer 0 KB
Monthly Cost $5/mo
Google Tag Manager
Tag Manager
Optional
Execution 104ms
Transfer 163 KB
Unused 42%
Monthly Cost $1/mo
a.pemsrv.com
Other
Optional
Execution 56ms
Transfer 38 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • c.adsco.re adds 387ms and costs ~$5/month

c.adsco.re takes 387ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.

Why this matters

This script has high main-thread execution time — optimize hot paths or defer.

Source: web.dev

How third-party costs are calculated

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-27 — 2026-07-24)

LCP (p75)

2562 ms

74% good

INP (p75)

160 ms

82% good

CLS (p75)

0.100

66% good

FCP (p75)

2048 ms

TTFB (p75)

1095 ms

Image Optimization
34 images, 1792 KB total, 1655 KB wasted
INFO

Image Optimization Audit

Total Images

34

Total Size

1792 KB

Oversized

31

Wasted

1655 KB

2 missing alt text 4 missing dimensions 33 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