Skip to content
https://pagesix.com

Performance

· 15 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
68
GRADE
D
FIX
4
REVIEW
3
PASS
6
INFO
2

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

79
Performance Overall performance score (0–100) based on Core Web Vitals and other metrics. 90+ is good.
87
Accessibility Measures how accessible the page is for users with disabilities. Checks color contrast, ARIA labels, and semantic HTML.
92
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.

780 ms

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

873 ms

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

107 ms

Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.

0.244

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

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

4.14 s

Page Load Progression

704 ms
1.4 s
2.1 s
2.8 s
3.5 s
4.2 s
4.9 s
5.6 s
Checks
15
6 PASS 3 REVIEW 4 FIX
F
Page Weight Budget
Action
4.9 MB transferred, 184 requests
FIX
4.9 MB transferred, 184 requests
Critical::
Page weighs 16.4 MB (4.9 MB transferred)
Warning::
JavaScript is 3.2 MB — consider code splitting or lazy loading
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
Got: 3.2 MB
Info::
CSS is 209 KB — consider purging unused styles
Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.
Got: 209 KB
Warning::
184 HTTP requests — consider bundling or reducing
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
Info::
Estimated 1.0 g CO2 per page load
4.9 MB / 2.4 MB budget
4.9 MB transferred
184 requests
1.0 g CO2 per page load
JavaScript 3.2 MiB 65%
Images 835.4 KiB 17%
HTML 443.7 KiB 9%
CSS 209.0 KiB 4%
Other 168.7 KiB 3%
Fonts 105.2 KiB 2%
Other 5.5 KiB 0%
Other 3.6 KiB 0%
Other 1.5 KiB 0%
Other 755 B 0%
Other 0 B 0%
0 2.4 MB 4.9 MB
Over budget

Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.

Why this matters

JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.

Source: web.dev

Remove unused CSS rules with tools like PurgeCSS to reduce stylesheet size.

Why this matters

CSS bundle is large — purge unused styles (PurgeCSS, Tailwind JIT) to reduce CSS payload.

Source: web.dev

Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.

Why this matters

High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.

Source: web.dev

D
Third-Party Impact
Action
86% third-party, 0 ms blocking
FIX
86% third-party, 0 ms blocking
Warning::
Third-party code accounts for 86% of page weight (4.3 MiB of 4.9 MiB)
Info::
Third-party blocking time is low (0 ms)
86%
First-party Third-party
F
JS Bundles
Action
67 scripts, 835 KB unused
FIX
67 scripts, 835 KB unused
Warning::
https://ads.pagesix.com/prebid.pagesix.min.js: 138 KB unused (83%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://ssl.p.jwpcdn.com/player/v/8.47.0/provider....: 118 KB unused (85%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://pagesix.com/wp-content/plugins/nyp-members...: 115 KB unused (58%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://imasdk.googleapis.com/js/sdkloader/ima3.js: 95 KB unused (65%)
Consider code splitting or tree shaking to reduce unused code.
Warning::
https://accounts.google.com/gsi/client: 68 KB unused (71%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 835 KB
835 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://ads.pagesix.com/prebid.pagesix.min.js167 KB138 KB (83%)3rd
https://ssl.p.jwpcdn.com/player/v/8.47.0/provider.hlsjs.js139 KB118 KB (85%)3rd
https://pagesix.com/wp-content/plugins/nyp-membership/build/main.bundle.min.js?ver=b5ce46fd2b1c0d4ee1a9199 KB115 KB (58%)1st
https://imasdk.googleapis.com/js/sdkloader/ima3.js148 KB95 KB (65%)3rd
https://accounts.google.com/gsi/client96 KB68 KB (71%)3rd
https://www.googletagmanager.com/gtag/js?id=G-0DZ7LHF5PZ&cx=c&gtm=4e64h1165 KB63 KB (38%)3rd
https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js129 KB62 KB (48%)3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TWX9Z9147 KB60 KB (41%)3rd
https://pagesix.com/wp-content/plugins/nyp-zephr/build/app.bundle.min.js?ver=6fc203db7aa35fa25afa86 KB43 KB (50%)1st
https://ads.pagesix.com/ads.pagesix.min.js57 KB26 KB (45%)3rd

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

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

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

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

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

F
Page Weight Inventory
Action
184 resources · 4.9 MB · 835 KB savings available
FIX
184 resources · 4.9 MB · 835 KB savings available
Warning::
Page weight 3.9 MB over 1MB target
Got: 4.9 MB Expected: ≤ 1 MB
Info::
~835 KB of savings available
Warning::
112 third-party resources (86% of weight)
Info::
3 resources over 200KB
184 resources · 4.9 MiB · 112 third-party 3.9 MiB over 1MB target
JavaScript 65% · 3.2 MiB
Image 17% · 837.4 KiB
Document 9% · 443.8 KiB
CSS 4% · 213.7 KiB
Other 3% · 173.3 KiB
Font 2% · 105.2 KiB

~834.5 KiB of savings available

Remove unused JavaScript: 834.5 KiB
B
Image Optimization
41 images, 0 KB saveable
REVIEW
41 images, 0 KB saveable
Info::
All images are well-optimized
41 images 835 KB
0 oversized -0 KB
24 legacy format
0 missing dimensions CLS risk
C
JS Execution Cost
Action
1692ms total JS execution
REVIEW
1692ms total JS execution
Warning::
https://pagesix.com/: 556ms CPU time
Info::
https://cdn.cookielaw.org/scripttemplates/202602.1...: 231ms CPU time
Info::
Unattributable: 227ms CPU time
Info::
https://cdn.cookielaw.org/scripttemplates/202602.1...: 140ms CPU time
Info::
https://cdn.p-n.io/pushly-sdk.min.js?domain_key=a0...: 77ms CPU time
Warning::
Third-party scripts: 1068ms (63% of total)

Main Thread Breakdown

Script Evaluation 51% Other 22% Style & Layout 13% Script Parsing & Compilation 7% Parse HTML & CSS 4% Rendering 3%
ScriptTotalScriptingParse/CompileParty
https://pagesix.com/556ms60ms10ms1st
https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js231ms189ms11ms3rd
Unattributable227ms17ms0ms3rd
https://cdn.cookielaw.org/scripttemplates/202602.1.0/otTCF.js140ms128ms2ms3rd
https://cdn.p-n.io/pushly-sdk.min.js?domain_key=a0FYMshbgyPCXv6MSSn5ZjVhcAHitAc6ZUCo77ms69ms3ms3rd
https://www.googletagmanager.com/gtag/js?id=G-0DZ7LHF5PZ&cx=c&gtm=4e64h175ms65ms10ms3rd
https://pagesix.com/wp-content/plugins/nyp-membership/build/main.bundle.min.js?ver=b5ce46fd2b1c0d4ee1a969ms53ms14ms1st
https://cdn.jwplayer.com/libraries/fn4bw7fw.js?ver=6.8.568ms35ms4ms3rd
https://www.googletagmanager.com/gtm.js?id=GTM-TWX9Z967ms57ms10ms3rd
https://ads.pagesix.com/prebid.pagesix.min.js65ms40ms10ms3rd

Showing top 10 of 12 scripts

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
4 fonts (105 KB)
PASS
4 fonts (105 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

105 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 1.5 s FCP 780 ms LCP 873 mshttps://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3l https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 25.4 KiB — 15 ms — font-display: swaphttps://pagesix.com/wp-content/plugins/nyp-common/build/fonts/YoungSerif-Regular.69bf8704.woff2YoungSerif-Regular.69bf... https://pagesix.com/wp-content/plugins/nyp-common/build/fonts/YoungSerif-Regular.69bf8704.woff2 — 18.4 KiB — 13 ms — font-display: swaphttps://use.typekit.net/af/fcc1c9/00000000000000007735bb6c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3l https://use.typekit.net/af/fcc1c9/00000000000000007735bb6c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 27.5 KiB — 7 ms — font-display: swaphttps://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2KFO7CnqEu92Fr1ME7kSn66a... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 33.9 KiB — 72 ms — font-display: swap
l woff2 swap
Size 25 KB
Load time 15 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
YoungSerif-Regular.69bf... woff2 swap
Size 18 KB
Load time 13 ms
Start 1.4 s
Risk FOUT — text flashes from fallback to web font
l woff2 swap
Size 27 KB
Load time 7 ms
Start 1.5 s
Risk FOUT — text flashes from fallback to web font
KFO7CnqEu92Fr1ME7kSn66a... woff2 swap
Size 34 KB
Load time 72 ms
Start 1.5 s
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 Caching
max-age=60 (1 minute)
PASS
max-age=60 (1 minute)
Info::
Cache-Control header is set
Got: private, max-age=60
Info::
Effective TTL: 1 minute (max-age=60)
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

private, max-age=60

DirectiveValueMeaning
privateOnly browser cache, not CDN/proxy
max-age60Cache for 1 minute
Effective TTL: 60 seconds
Network Waterfall
184 requests over 4841ms
INFO
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 780 ms LCP 873 mshttps://pagesix.com// https://pagesix.com/ — 200 — 109.7 KiB — 1.2 s — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 73 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.3 KiB — 97 ms — h3https://use.typekit.net/pyz4pvc.css?ver=6fc203db7aa35fa25afause.typekit.net/pyz4pvc.css?ver=6fc... https://use.typekit.net/pyz4pvc.css?ver=6fc203db7aa35fa25afa — 200 — 906 B — 38 ms — h2https://zephr-v4.pagesix.com/zephr/featureszephr-v4.pagesix.com/zephr/features https://zephr-v4.pagesix.com/zephr/features — 200 — 1.5 KiB — 351 ms — h2https://pagesix.com/wp-content/plugins/nyp-common/build/page-six-hollywood/index.css?ver=fe9b7a1c71e5f7721030/wp-content/plugins/nyp-common/buil... https://pagesix.com/wp-content/plugins/nyp-common/build/page-six-hollywood/index.css?ver=fe9b7a1c71e5f7721030 — 200 — 596 B — 7 ms — h2https://pagesix.com/wp-content/plugins/nyp-common/build/news-module/index.css?ver=81908760f27e41568c8d/wp-content/plugins/nyp-common/buil... https://pagesix.com/wp-content/plugins/nyp-common/build/news-module/index.css?ver=81908760f27e41568c8d — 200 — 519 B — 7 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/126123751.jpg?resize=744,496&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/126123751.jpg?resize=744,496&quality=75&strip=all — 200 — 32.5 KiB — 8 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/126122770.jpg?resize=234,156&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/126122770.jpg?resize=234,156&quality=75&strip=all — 200 — 7.6 KiB — 132 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/126118658.jpg?resize=234,156&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/126118658.jpg?resize=234,156&quality=75&strip=all — 200 — 7.2 KiB — 8 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2025/02/anne-hathaway-skincare.jpg?resize=234,156&quality=75&strip=all/wp-content/uploads/sites/3/2025/02... https://pagesix.com/wp-content/uploads/sites/3/2025/02/anne-hathaway-skincare.jpg?resize=234,156&quality=75&strip=all — 200 — 5.7 KiB — 3 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/Untitled-1-copy-11.jpg?resize=457,305&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/Untitled-1-copy-11.jpg?resize=457,305&quality=75&strip=all — 200 — 20.2 KiB — 3 ms — h2https://pagesix.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381/wp-includes/js/dist/dom-ready.min.... https://pagesix.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381 — 200 — 743 B — 3 ms — h2https://pagesix.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6/wp-includes/js/dist/hooks.min.js?v... https://pagesix.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6 — 200 — 1.9 KiB — 4 ms — h2https://pagesix.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6/wp-includes/js/dist/i18n.min.js?ve... https://pagesix.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6 — 200 — 3.9 KiB — 3 ms — h2https://pagesix.com/wp-content/plugins/nyp-trackonomics/build/collect-session-values/index.js?ver=32e62485f320c9047035/wp-content/plugins/nyp-trackonomic... https://pagesix.com/wp-content/plugins/nyp-trackonomics/build/collect-session-values/index.js?ver=32e62485f320c9047035 — 200 — 854 B — 2 ms — h2https://pagesix.com/wp-content/plugins/nyp-homepage-curation/build/seeMore.bundle.min.js?ver=1.0.0/wp-content/plugins/nyp-homepage-cu... https://pagesix.com/wp-content/plugins/nyp-homepage-curation/build/seeMore.bundle.min.js?ver=1.0.0 — 200 — 1.1 KiB — 2 ms — h2https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 5 ms — h2https://cdn.jwplayer.com/libraries/fn4bw7fw.js?ver=6.8.5cdn.jwplayer.com/libraries/fn4bw7fw... https://cdn.jwplayer.com/libraries/fn4bw7fw.js?ver=6.8.5 — 200 — 68.0 KiB — 89 ms — h2https://cdn.cookielaw.org/consent/9810c803-87b3-4d47-bcc8-307209971fb7/9810c803-87b3-4d47-bcc8-307209971fb7.jsoncdn.cookielaw.org/consent/9810c803-... https://cdn.cookielaw.org/consent/9810c803-87b3-4d47-bcc8-307209971fb7/9810c803-87b3-4d47-bcc8-307209971fb7.json — 200 — 2.7 KiB — 68 ms — h2blob:https://pagesix.com/480269f6-7bcc-446f-bf6b-644b6fdd8241pagesix.com/480269f6-7bcc-446f-bf6b... blob:https://pagesix.com/480269f6-7bcc-446f-bf6b-644b6fdd8241 — 200 — -1 B — 24 ms — blobhttps://p.typekit.net/p.css?s=1&k=pyz4pvc&ht=tk&f=39500.39501&a=738589&app=typekit&e=cssp.typekit.net/p.css?s=1&k=pyz4pvc&h... https://p.typekit.net/p.css?s=1&k=pyz4pvc&ht=tk&f=39500.39501&a=738589&app=typekit&e=css — 200 — 172 B — 46 ms — h2https://pagesix.com/wp-content/themes/pagesix/static/app.manifest?ver=6fc203db7aa35fa25afa/wp-content/themes/pagesix/static/a... https://pagesix.com/wp-content/themes/pagesix/static/app.manifest?ver=6fc203db7aa35fa25afa — 200 — 1.5 KiB — 7 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/js/global-assets.bundle.js?ver=6192a0cdffe252e0edfc/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/js/global-assets.bundle.js?ver=6192a0cdffe252e0edfc — 200 — 1.3 KiB — 18 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/js/header-footer.bundle.js?ver=268199a749d7405c5484/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/js/header-footer.bundle.js?ver=268199a749d7405c5484 — 200 — 5.2 KiB — 22 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/js/analytics.bundle.js?ver=76f9c38329ace16bda9d/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/js/analytics.bundle.js?ver=76f9c38329ace16bda9d — 200 — 3.1 KiB — 61 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/js/zephr.bundle.js?ver=5a471c04dbd7371bc584/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/js/zephr.bundle.js?ver=5a471c04dbd7371bc584 — 200 — 3.9 KiB — 82 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/126123574.jpg?resize=246,164&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/126123574.jpg?resize=246,164&quality=75&strip=all — 200 — 9.1 KiB — 31 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/126115704.jpg?resize=246,164&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/126115704.jpg?resize=246,164&quality=75&strip=all — 200 — 6.1 KiB — 32 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2023/07/pagesix-newsletter-widget-banner.jpg/wp-content/uploads/sites/3/2023/07... https://pagesix.com/wp-content/uploads/sites/3/2023/07/pagesix-newsletter-widget-banner.jpg — 200 — 30.3 KiB — 33 ms — h2
0 ms 1.0 s 2.0 s 3.0 s 4.0 s 5.0 s FCP 780 ms LCP 873 mshttps://pagesix.com// https://pagesix.com/ — 200 — 109.7 KiB — 1.2 s — h2https://cdn.cookielaw.org/scripttemplates/otSDKStub.jscdn.cookielaw.org/scripttemplates/o... https://cdn.cookielaw.org/scripttemplates/otSDKStub.js — 200 — 9.1 KiB — 73 ms — h2https://securepubads.g.doubleclick.net/tag/js/gpt.jssecurepubads.g.doubleclick.net/tag/... https://securepubads.g.doubleclick.net/tag/js/gpt.js — 200 — 34.3 KiB — 97 ms — h3https://use.typekit.net/pyz4pvc.css?ver=6fc203db7aa35fa25afause.typekit.net/pyz4pvc.css?ver=6fc... https://use.typekit.net/pyz4pvc.css?ver=6fc203db7aa35fa25afa — 200 — 906 B — 38 ms — h2https://zephr-v4.pagesix.com/zephr/featureszephr-v4.pagesix.com/zephr/features https://zephr-v4.pagesix.com/zephr/features — 200 — 1.5 KiB — 351 ms — h2https://pagesix.com/wp-content/plugins/nyp-common/build/page-six-hollywood/index.css?ver=fe9b7a1c71e5f7721030/wp-content/plugins/nyp-common/buil... https://pagesix.com/wp-content/plugins/nyp-common/build/page-six-hollywood/index.css?ver=fe9b7a1c71e5f7721030 — 200 — 596 B — 7 ms — h2https://pagesix.com/wp-content/plugins/nyp-common/build/news-module/index.css?ver=81908760f27e41568c8d/wp-content/plugins/nyp-common/buil... https://pagesix.com/wp-content/plugins/nyp-common/build/news-module/index.css?ver=81908760f27e41568c8d — 200 — 519 B — 7 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/126123751.jpg?resize=744,496&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/126123751.jpg?resize=744,496&quality=75&strip=all — 200 — 32.5 KiB — 8 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/126122770.jpg?resize=234,156&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/126122770.jpg?resize=234,156&quality=75&strip=all — 200 — 7.6 KiB — 132 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/126118658.jpg?resize=234,156&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/126118658.jpg?resize=234,156&quality=75&strip=all — 200 — 7.2 KiB — 8 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2025/02/anne-hathaway-skincare.jpg?resize=234,156&quality=75&strip=all/wp-content/uploads/sites/3/2025/02... https://pagesix.com/wp-content/uploads/sites/3/2025/02/anne-hathaway-skincare.jpg?resize=234,156&quality=75&strip=all — 200 — 5.7 KiB — 3 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/Untitled-1-copy-11.jpg?resize=457,305&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/Untitled-1-copy-11.jpg?resize=457,305&quality=75&strip=all — 200 — 20.2 KiB — 3 ms — h2https://pagesix.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381/wp-includes/js/dist/dom-ready.min.... https://pagesix.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381 — 200 — 743 B — 3 ms — h2https://pagesix.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6/wp-includes/js/dist/hooks.min.js?v... https://pagesix.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6 — 200 — 1.9 KiB — 4 ms — h2https://pagesix.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6/wp-includes/js/dist/i18n.min.js?ve... https://pagesix.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6 — 200 — 3.9 KiB — 3 ms — h2https://pagesix.com/wp-content/plugins/nyp-trackonomics/build/collect-session-values/index.js?ver=32e62485f320c9047035/wp-content/plugins/nyp-trackonomic... https://pagesix.com/wp-content/plugins/nyp-trackonomics/build/collect-session-values/index.js?ver=32e62485f320c9047035 — 200 — 854 B — 2 ms — h2https://pagesix.com/wp-content/plugins/nyp-homepage-curation/build/seeMore.bundle.min.js?ver=1.0.0/wp-content/plugins/nyp-homepage-cu... https://pagesix.com/wp-content/plugins/nyp-homepage-curation/build/seeMore.bundle.min.js?ver=1.0.0 — 200 — 1.1 KiB — 2 ms — h2https://stats.wp.com/e-202617.jsstats.wp.com/e-202617.js https://stats.wp.com/e-202617.js — 200 — 1.7 KiB — 5 ms — h2https://cdn.jwplayer.com/libraries/fn4bw7fw.js?ver=6.8.5cdn.jwplayer.com/libraries/fn4bw7fw... https://cdn.jwplayer.com/libraries/fn4bw7fw.js?ver=6.8.5 — 200 — 68.0 KiB — 89 ms — h2https://cdn.cookielaw.org/consent/9810c803-87b3-4d47-bcc8-307209971fb7/9810c803-87b3-4d47-bcc8-307209971fb7.jsoncdn.cookielaw.org/consent/9810c803-... https://cdn.cookielaw.org/consent/9810c803-87b3-4d47-bcc8-307209971fb7/9810c803-87b3-4d47-bcc8-307209971fb7.json — 200 — 2.7 KiB — 68 ms — h2blob:https://pagesix.com/480269f6-7bcc-446f-bf6b-644b6fdd8241pagesix.com/480269f6-7bcc-446f-bf6b... blob:https://pagesix.com/480269f6-7bcc-446f-bf6b-644b6fdd8241 — 200 — -1 B — 24 ms — blobhttps://p.typekit.net/p.css?s=1&k=pyz4pvc&ht=tk&f=39500.39501&a=738589&app=typekit&e=cssp.typekit.net/p.css?s=1&k=pyz4pvc&h... https://p.typekit.net/p.css?s=1&k=pyz4pvc&ht=tk&f=39500.39501&a=738589&app=typekit&e=css — 200 — 172 B — 46 ms — h2https://pagesix.com/wp-content/themes/pagesix/static/app.manifest?ver=6fc203db7aa35fa25afa/wp-content/themes/pagesix/static/a... https://pagesix.com/wp-content/themes/pagesix/static/app.manifest?ver=6fc203db7aa35fa25afa — 200 — 1.5 KiB — 7 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/js/global-assets.bundle.js?ver=6192a0cdffe252e0edfc/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/js/global-assets.bundle.js?ver=6192a0cdffe252e0edfc — 200 — 1.3 KiB — 18 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/js/header-footer.bundle.js?ver=268199a749d7405c5484/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/js/header-footer.bundle.js?ver=268199a749d7405c5484 — 200 — 5.2 KiB — 22 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/js/analytics.bundle.js?ver=76f9c38329ace16bda9d/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/js/analytics.bundle.js?ver=76f9c38329ace16bda9d — 200 — 3.1 KiB — 61 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/js/zephr.bundle.js?ver=5a471c04dbd7371bc584/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/js/zephr.bundle.js?ver=5a471c04dbd7371bc584 — 200 — 3.9 KiB — 82 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/126123574.jpg?resize=246,164&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/126123574.jpg?resize=246,164&quality=75&strip=all — 200 — 9.1 KiB — 31 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/126115704.jpg?resize=246,164&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/126115704.jpg?resize=246,164&quality=75&strip=all — 200 — 6.1 KiB — 32 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2023/07/pagesix-newsletter-widget-banner.jpg/wp-content/uploads/sites/3/2023/07... https://pagesix.com/wp-content/uploads/sites/3/2023/07/pagesix-newsletter-widget-banner.jpg — 200 — 30.3 KiB — 33 ms — h2https://nypost.com/wp-content/uploads/sites/3/2019/09/p6podcast402x.pngnypost.com/wp-content/uploads/sites... https://nypost.com/wp-content/uploads/sites/3/2019/09/p6podcast402x.png — 200 — 1.8 KiB — 44 ms — h2https://nypost.com/wp-content/uploads/sites/3/2019/09/apple-podcast-badge402x.pngnypost.com/wp-content/uploads/sites... https://nypost.com/wp-content/uploads/sites/3/2019/09/apple-podcast-badge402x.png — 200 — 4.3 KiB — 44 ms — h2https://ads.pagesix.com/prebid.pagesix.min.jsads.pagesix.com/prebid.pagesix.min.... https://ads.pagesix.com/prebid.pagesix.min.js — 200 — 167.4 KiB — 190 ms — h3https://ads.pagesix.com/ads.pagesix.min.jsads.pagesix.com/ads.pagesix.min.js https://ads.pagesix.com/ads.pagesix.min.js — 200 — 57.4 KiB — 175 ms — h3https://pagesix.com/wp-content/themes/gtf/client/build/js/dfp-api-lite.bundle.js/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/js/dfp-api-lite.bundle.js — 200 — 2.3 KiB — 33 ms — h2https://pagesix.com/wp-content/plugins/nyp-membership/build/main.bundle.min.js?ver=b5ce46fd2b1c0d4ee1a9/wp-content/plugins/nyp-membership/... https://pagesix.com/wp-content/plugins/nyp-membership/build/main.bundle.min.js?ver=b5ce46fd2b1c0d4ee1a9 — 200 — 199.3 KiB — 103 ms — h2https://accounts.google.com/gsi/clientaccounts.google.com/gsi/client https://accounts.google.com/gsi/client — 200 — 96.2 KiB — 146 ms — h2https://pagesix.com/wp-content/plugins/nyp-zephr/build/app.bundle.min.js?ver=6fc203db7aa35fa25afa/wp-content/plugins/nyp-zephr/build... https://pagesix.com/wp-content/plugins/nyp-zephr/build/app.bundle.min.js?ver=6fc203db7aa35fa25afa — 200 — 86.3 KiB — 94 ms — h2https://pagesix.com/wp-includes/css/dist/block-library/style.css?ver=6.8.5/wp-includes/css/dist/block-library... https://pagesix.com/wp-includes/css/dist/block-library/style.css?ver=6.8.5 — 200 — 16.2 KiB — 67 ms — h2https://pagesix.com/wp-content/plugins/nyp-common/build/shared-global-styles/index.css?ver=9fd401fdf096f214511c/wp-content/plugins/nyp-common/buil... https://pagesix.com/wp-content/plugins/nyp-common/build/shared-global-styles/index.css?ver=9fd401fdf096f214511c — 200 — 820 B — 56 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/global-assets.min.css?ver=214e5edda66708a03519/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/global-assets.min.css?ver=214e5edda66708a03519 — 200 — 10.1 KiB — 88 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/header-footer.min.css?ver=de73284837ac1b3c5ec5/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/header-footer.min.css?ver=de73284837ac1b3c5ec5 — 200 — 4.3 KiB — 58 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/blocks-core.min.css?ver=2547ad24595e7bea91e8/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/blocks-core.min.css?ver=2547ad24595e7bea91e8 — 200 — 1.3 KiB — 50 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/zephr.min.css?ver=cfdd8fded567d2743fe1/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/zephr.min.css?ver=cfdd8fded567d2743fe1 — 200 — 553 B — 53 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/templates-home.min.css?ver=c0e4cfaa94dfddbe6dfc/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/templates-home.min.css?ver=c0e4cfaa94dfddbe6dfc — 200 — 750 B — 68 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/templates-shared-curation.min.css?ver=fe0876cc4d323ad9678f/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/templates-shared-curation.min.css?ver=fe0876cc4d323ad9678f — 200 — 3.6 KiB — 53 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/templates-shared-interior-with-sidebar.min.css?ver=e4757baf78c90655695c/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/templates-shared-interior-with-sidebar.min.css?ver=e4757baf78c90655695c — 200 — 1.1 KiB — 71 ms — h2https://pagesix.com/wp-content/themes/pagesix/client/build/css/pagesix-global-assets.min.css?ver=a9c72433bf48d1ca5329/wp-content/themes/pagesix/client/b... https://pagesix.com/wp-content/themes/pagesix/client/build/css/pagesix-global-assets.min.css?ver=a9c72433bf48d1ca5329 — 200 — 666 B — 66 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/ads.min.css?ver=5c7a7ce230263b0e6155/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/ads.min.css?ver=5c7a7ce230263b0e6155 — 200 — 781 B — 54 ms — h2https://pagesix.com/wp-content/themes/pagesix/client/build/css/pagesix-header-footer.min.css?ver=a2b8db1b3a68c04ccfb7/wp-content/themes/pagesix/client/b... https://pagesix.com/wp-content/themes/pagesix/client/build/css/pagesix-header-footer.min.css?ver=a2b8db1b3a68c04ccfb7 — 200 — 759 B — 57 ms — h2https://pagesix.com/wp-content/themes/pagesix/client/build/css/pagesix-blocks-core.min.css?ver=b1fb8feed376d64b64c5/wp-content/themes/pagesix/client/b... https://pagesix.com/wp-content/themes/pagesix/client/build/css/pagesix-blocks-core.min.css?ver=b1fb8feed376d64b64c5 — 200 — 1.8 KiB — 61 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/membership-shared.min.css?ver=fbccd35976370ed2ec3c/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/membership-shared.min.css?ver=fbccd35976370ed2ec3c — 200 — 22.6 KiB — 85 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/membership-pagesix.min.css?ver=32c7dc6865c4aa7f6778/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/membership-pagesix.min.css?ver=32c7dc6865c4aa7f6778 — 200 — 642 B — 54 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/widgets-follow-us.min.css?ver=4cdbe118bde5c8a61b75/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/widgets-follow-us.min.css?ver=4cdbe118bde5c8a61b75 — 200 — 574 B — 67 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/widgets-morning-take.min.css?ver=02d5f58ceff93ee1ccb4/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/widgets-morning-take.min.css?ver=02d5f58ceff93ee1ccb4 — 200 — 1.4 KiB — 73 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' a…www.w3.org/2000/svg' width='23' hei... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' a… — 200 — 0 B — 0 ms — datahttps://pagesix.com/wp-content/themes/gtf/client/build/css/widgets-trending-now.min.css?ver=ba91bcab35af5ba78220/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/widgets-trending-now.min.css?ver=ba91bcab35af5ba78220 — 200 — 423 B — 72 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/widgets-rss.min.css?ver=8362de34219cc866aa5c/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/widgets-rss.min.css?ver=8362de34219cc866aa5c — 200 — 321 B — 70 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/widgets-now-on.min.css?ver=b94860be2a0ef5bb00ff/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/widgets-now-on.min.css?ver=b94860be2a0ef5bb00ff — 200 — 608 B — 68 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/media/email-solid-72c3f17b721401de646d.svg/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/media/email-solid-72c3f17b721401de646d.svg — 200 — 642 B — 49 ms — h2https://www.youtube.com/embed/1nmQXRaXgQc?si=nk7BO9HWN-fGWM5p&version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparentwww.youtube.com/embed/1nmQXRaXgQc?s... https://www.youtube.com/embed/1nmQXRaXgQc?si=nk7BO9HWN-fGWM5p&version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent — 200 — 57.4 KiB — 193 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/03/p6how-promo-tile3.jpg?resize=84,56&quality=75&strip=all/wp-content/uploads/sites/3/2026/03... https://pagesix.com/wp-content/uploads/sites/3/2026/03/p6how-promo-tile3.jpg?resize=84,56&quality=75&strip=all — 200 — 1.6 KiB — 19 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2024/02/p6-shopping-eg.jpg?resize=84,56&quality=75&strip=all/wp-content/uploads/sites/3/2024/02... https://pagesix.com/wp-content/uploads/sites/3/2024/02/p6-shopping-eg.jpg?resize=84,56&quality=75&strip=all — 200 — 1.2 KiB — 19 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/01/pagesix-merch-promo-tile.gif?resize=84,56/wp-content/uploads/sites/3/2026/01... https://pagesix.com/wp-content/uploads/sites/3/2026/01/pagesix-merch-promo-tile.gif?resize=84,56 — 200 — 7.8 KiB — 20 ms — h2https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3use.typekit.net/af/384d9b/000000000... https://use.typekit.net/af/384d9b/00000000000000007735bb6a/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3 — 200 — 25.4 KiB — 15 ms — h2https://pagesix.com/wp-content/plugins/nyp-common/build/fonts/YoungSerif-Regular.69bf8704.woff2/wp-content/plugins/nyp-common/buil... https://pagesix.com/wp-content/plugins/nyp-common/build/fonts/YoungSerif-Regular.69bf8704.woff2 — 200 — 18.4 KiB — 13 ms — h2https://geolocation.onetrust.com/cookieconsentpub/v1/geo/locationgeolocation.onetrust.com/cookiecons... https://geolocation.onetrust.com/cookieconsentpub/v1/geo/location — 200 — 303 B — 141 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/general-view-atmosphere-outside-comic-126053335.jpg?resize=234,156&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/general-view-atmosphere-outside-comic-126053335.jpg?resize=234,156&quality=75&strip=all — 200 — 7.3 KiB — 4 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/newspress-collage-ohggu1tfj-1776737150448.jpg?resize=234,156&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/newspress-collage-ohggu1tfj-1776737150448.jpg?resize=234,156&quality=75&strip=all — 200 — 9.0 KiB — 5 ms — h2https://pagesix.com/wp-content/uploads/sites/3/2026/04/crop-8883086.jpg?resize=234,156&quality=75&strip=all/wp-content/uploads/sites/3/2026/04... https://pagesix.com/wp-content/uploads/sites/3/2026/04/crop-8883086.jpg?resize=234,156&quality=75&strip=all — 200 — 8.1 KiB — 6 ms — h2https://embeds.nypost.com/protected-iframe/bc0339f69ff8d2927a480dcd7475fbbfembeds.nypost.com/protected-iframe/... https://embeds.nypost.com/protected-iframe/bc0339f69ff8d2927a480dcd7475fbbf — 200 — 816 B — 72 ms — h2data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' a…www.w3.org/2000/svg' width='23' hei... data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23' height='24' a… — 200 — 0 B — 0 ms — datahttps://pagesix.com/wp-content/themes/gtf/client/build/media/facebook-d17f7f249c252b6e3ff9.svg/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/media/facebook-d17f7f249c252b6e3ff9.svg — 200 — 701 B — 22 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/media/twitter-750a748a676456f6e9ef.svg/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/media/twitter-750a748a676456f6e9ef.svg — 200 — 668 B — 21 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/media/instagram-1afd51d7e1771289815e.svg/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/media/instagram-1afd51d7e1771289815e.svg — 200 — 1.4 KiB — 22 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/media/email-52cffa59b3f0f5e26a7a.svg/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/media/email-52cffa59b3f0f5e26a7a.svg — 200 — 700 B — 24 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/media/youtube-dbcb2b984561a703646c.svg/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/media/youtube-dbcb2b984561a703646c.svg — 200 — 622 B — 22 ms — h2https://www.youtube.com/s/player/218d9d92/www-player.csswww.youtube.com/s/player/218d9d92/w... https://www.youtube.com/s/player/218d9d92/www-player.css — 200 — 56.9 KiB — 50 ms — h2https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUwwww.youtube.com/s/_/ytembeds/_/ss/k... https://www.youtube.com/s/_/ytembeds/_/ss/k=ytembeds.base.Z3F5ov4G3v8.L.W.O/am=AAAABA/d=0/br=1/rs=AGKMywFC1GFUvUTMfxq9C5Vyf-b95XqJUw — 200 — 45.4 KiB — 60 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,basewww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=root,base — 200 — 193.0 KiB — 99 ms — h2https://use.typekit.net/af/fcc1c9/00000000000000007735bb6c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3use.typekit.net/af/fcc1c9/000000000... https://use.typekit.net/af/fcc1c9/00000000000000007735bb6c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3 — 200 — 27.5 KiB — 7 ms — h2https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.jswww.youtube.com/s/player/218d9d92/p... https://www.youtube.com/s/player/218d9d92/player_embed_es6.vflset/en_US/base.js — 200 — 435.8 KiB — 113 ms — h2https://www.googletagmanager.com/gtm.js?id=GTM-TWX9Z9www.googletagmanager.com/gtm.js?id=... https://www.googletagmanager.com/gtm.js?id=GTM-TWX9Z9 — 200 — 146.8 KiB — 174 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/css/nyp-video-player-styles.min.css?ver=c35e67d10acf9a2fbd12/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/css/nyp-video-player-styles.min.css?ver=c35e67d10acf9a2fbd12 — 200 — 846 B — 14 ms — h2https://pagesix.com/wp-content/plugins/nyp-video-player/build/css/jw-player-floatingPlayerDesktop.min.css?ver=116ab7db761d50067ed8/wp-content/plugins/nyp-video-playe... https://pagesix.com/wp-content/plugins/nyp-video-player/build/css/jw-player-floatingPlayerDesktop.min.css?ver=116ab7db761d50067ed8 — 200 — 410 B — 15 ms — h2https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2fonts.gstatic.com/s/roboto/v48/KFO7... https://fonts.gstatic.com/s/roboto/v48/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBHMdazQ.woff2 — 200 — 33.9 KiB — 72 ms — h3https://pagesix.com/wp-content/themes/gtf/client/build/media/tiktok-3316277217fa6e8bd3d9.svg/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/media/tiktok-3316277217fa6e8bd3d9.svg — 200 — 765 B — 7 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/media/snapchat-11ef12175e643e62d8dd.svg/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/media/snapchat-11ef12175e643e62d8dd.svg — 200 — 2.0 KiB — 6 ms — h2https://pixel.wp.com/g.gif?v=ext&blog=163456158&post=0&tz=-4&srv=pagesix.com&hp=vip&j=1%3A13.9.1&host=pagesix.com&ref=&fcp=1420&rand=0.5384777460881307pixel.wp.com/g.gif?v=ext&blog=16345... https://pixel.wp.com/g.gif?v=ext&blog=163456158&post=0&tz=-4&srv=pagesix.com&hp=vip&j=1%3A13.9.1&host=pagesix.com&ref=&fcp=1420&rand=0.5384777460881307 — 200 — 177 B — 16 ms — h2https://open.spotify.com/embed-podcast/show/3WECCX4SDoAJ5rmd0zr60lopen.spotify.com/embed-podcast/show... https://open.spotify.com/embed-podcast/show/3WECCX4SDoAJ5rmd0zr60l — 200 — 4.8 KiB — 360 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/otBannerSdk.js — 200 — 129.0 KiB — 64 ms — h2https://entitlements.jwplayer.com/0L7LiHLyEeyoHDr87lpD8Q.jsonentitlements.jwplayer.com/0L7LiHLyE... https://entitlements.jwplayer.com/0L7LiHLyEeyoHDr87lpD8Q.json — 200 — 439 B — 85 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/media/arrow-down-gray-128245070e2a5487ff5d.svg/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/media/arrow-down-gray-128245070e2a5487ff5d.svg — 200 — 595 B — 3 ms — h2https://config.aps.amazon-adsystem.com/configs/3105config.aps.amazon-adsystem.com/conf... https://config.aps.amazon-adsystem.com/configs/3105 — 200 — 1.6 KiB — 86 ms — h2https://client.aps.amazon-adsystem.com/publisher.jsclient.aps.amazon-adsystem.com/publ... https://client.aps.amazon-adsystem.com/publisher.js — 200 — 90.9 KiB — 103 ms — h2https://ads.pagesix.com/pagesix.v2.raw.jsonads.pagesix.com/pagesix.v2.raw.json https://ads.pagesix.com/pagesix.v2.raw.json — 200 — 879 B — 38 ms — h3https://pagesix.com/wp-content/plugins/nyp-video-player/build/jwadvertise.bundle.min.js/wp-content/plugins/nyp-video-playe... https://pagesix.com/wp-content/plugins/nyp-video-player/build/jwadvertise.bundle.min.js — 200 — 2.1 KiB — 8 ms — h2https://pagesix.com/wp-content/plugins/nyp-video-player/build/jwcomscore.bundle.min.js/wp-content/plugins/nyp-video-playe... https://pagesix.com/wp-content/plugins/nyp-video-player/build/jwcomscore.bundle.min.js — 200 — 949 B — 10 ms — h2https://pagesix.com/wp-content/plugins/nyp-video-player/build/jwpermutive.bundle.min.js/wp-content/plugins/nyp-video-playe... https://pagesix.com/wp-content/plugins/nyp-video-player/build/jwpermutive.bundle.min.js — 200 — 3.0 KiB — 17 ms — h2https://cdn.watchingthat.net/us.wtat.plugin-jw_ima.min.jscdn.watchingthat.net/us.wtat.plugin... https://cdn.watchingthat.net/us.wtat.plugin-jw_ima.min.js — 200 — 10.8 KiB — 181 ms — h2https://pagesix.com/wp-content/plugins/nyp-video-player/build/jwcustomizations.bundle.min.js/wp-content/plugins/nyp-video-playe... https://pagesix.com/wp-content/plugins/nyp-video-player/build/jwcustomizations.bundle.min.js — 200 — 764 B — 13 ms — h2https://pagesix.com/wp-content/plugins/nyp-video-player/build/jw-player-floatingPlayerDesktop.bundle.min.js/wp-content/plugins/nyp-video-playe... https://pagesix.com/wp-content/plugins/nyp-video-player/build/jw-player-floatingPlayerDesktop.bundle.min.js — 200 — 1.7 KiB — 15 ms — h2https://ssl.p.jwpcdn.com/player/v/8.47.0/googima.jsssl.p.jwpcdn.com/player/v/8.47.0/go... https://ssl.p.jwpcdn.com/player/v/8.47.0/googima.js — 200 — 24.1 KiB — 50 ms — h2https://ssl.p.jwpcdn.com/player/v/8.47.0/jwpsrv.jsssl.p.jwpcdn.com/player/v/8.47.0/jw... https://ssl.p.jwpcdn.com/player/v/8.47.0/jwpsrv.js — 200 — 18.1 KiB — 58 ms — h2https://ssl.p.jwpcdn.com/player/v/8.47.0/gapro.jsssl.p.jwpcdn.com/player/v/8.47.0/ga... https://ssl.p.jwpcdn.com/player/v/8.47.0/gapro.js — 200 — 1.7 KiB — 46 ms — h2https://ssl.p.jwpcdn.com/player/v/8.47.0/jwplayer.core.controls.jsssl.p.jwpcdn.com/player/v/8.47.0/jw... https://ssl.p.jwpcdn.com/player/v/8.47.0/jwplayer.core.controls.js — 200 — 98.6 KiB — 61 ms — h2https://pagesix.com/wp-content/plugins/nyp-video-player/build/css/jw-player-skin.min.css?1642e62892411dfdd801/wp-content/plugins/nyp-video-playe... https://pagesix.com/wp-content/plugins/nyp-video-player/build/css/jw-player-skin.min.css?1642e62892411dfdd801 — 200 — 774 B — 4 ms — h2https://ssl.p.jwpcdn.com/player/v/8.47.0/provider.hlsjs.jsssl.p.jwpcdn.com/player/v/8.47.0/pr... https://ssl.p.jwpcdn.com/player/v/8.47.0/provider.hlsjs.js — 200 — 139.3 KiB — 57 ms — h2https://pagesix.com/wp-content/plugins/nyp-membership/build/9528.30679ac07f28c0d97f57.bundle.min.js/wp-content/plugins/nyp-membership/... https://pagesix.com/wp-content/plugins/nyp-membership/build/9528.30679ac07f28c0d97f57.bundle.min.js — 200 — 687 B — 5 ms — h2https://pagesix.com/wp-content/themes/gtf/client/build/media/account-black-0d152828a4d17d6d5605.svg/wp-content/themes/gtf/client/build... https://pagesix.com/wp-content/themes/gtf/client/build/media/account-black-0d152828a4d17d6d5605.svg — 200 — 795 B — 19 ms — h2https://googleads.g.doubleclick.net/pagead/idgoogleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id — 302 — 23 B — 94 ms — h3https://static.doubleclick.net/instream/ad_status.jsstatic.doubleclick.net/instream/ad_... https://static.doubleclick.net/instream/ad_status.js — 200 — 495 B — 83 ms — h2https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drbwww.youtube.com/s/_/ytembeds/_/js/k... https://www.youtube.com/s/_/ytembeds/_/js/k=ytembeds.base.en_US.CYE28xQTWxU.2021.O/am=AAAABA/d=1/exm=base,root/ed=1/br=1/rs=AGKMywGc21Bc99sDrhbnjOkQlq7nTfp_WQ/m=r78Drb — 200 — 146.3 KiB — 85 ms — h3https://pagesix.com/wp-content/themes/pagesix/client/build/media/signal-white-db291ec7a68f704fc2e4.svg/wp-content/themes/pagesix/client/b... https://pagesix.com/wp-content/themes/pagesix/client/build/media/signal-white-db291ec7a68f704fc2e4.svg — 200 — 825 B — 7 ms — h2https://cdn.cookielaw.org/consent/9810c803-87b3-4d47-bcc8-307209971fb7/019a7df8-78ac-7c6b-a9a6-a329294301d9/en.jsoncdn.cookielaw.org/consent/9810c803-... https://cdn.cookielaw.org/consent/9810c803-87b3-4d47-bcc8-307209971fb7/019a7df8-78ac-7c6b-a9a6-a329294301d9/en.json — 200 — 57.9 KiB — 62 ms — h2https://cdn.cookielaw.org/vendorlist/iab2V2Data.jsoncdn.cookielaw.org/vendorlist/iab2V2... https://cdn.cookielaw.org/vendorlist/iab2V2Data.json — 200 — 86.9 KiB — 50 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/otTCF.jscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/otTCF.js — 200 — 17.7 KiB — 32 ms — h2https://googleads.g.doubleclick.net/pagead/id?slf_rd=1googleads.g.doubleclick.net/pagead/... https://googleads.g.doubleclick.net/pagead/id?slf_rd=1 — 200 — 146 B — 26 ms — h3https://embed-cdn.spotifycdn.com/_next/static/css/1da87d2646b9222b.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/1da87d2646b9222b.css — 200 — 20.3 KiB — 81 ms — h2https://embed-cdn.spotifycdn.com/_next/static/css/cc1613d282eaabe4.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/cc1613d282eaabe4.css — 200 — 6.1 KiB — 91 ms — h2https://embed-cdn.spotifycdn.com/_next/static/css/f864e9bcdee86a4e.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/f864e9bcdee86a4e.css — 200 — 3.1 KiB — 76 ms — h2https://embed-cdn.spotifycdn.com/_next/static/css/be2d090046836a36.cssembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/css/be2d090046836a36.css — 200 — 3.2 KiB — 71 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/webpack-3883cc2f9bfc1704.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/webpack-3883cc2f9bfc1704.js — 200 — 3.4 KiB — 68 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/framework-b89e49f4fe8bf920.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/framework-b89e49f4fe8bf920.js — 200 — 58.9 KiB — 109 ms — h2https://static.ads-twitter.com/uwt.jsstatic.ads-twitter.com/uwt.js https://static.ads-twitter.com/uwt.js — 200 — 13.4 KiB — 156 ms — h2https://www.googletagmanager.com/gtag/js?id=G-0DZ7LHF5PZ&cx=c&gtm=4e64h1www.googletagmanager.com/gtag/js?id... https://www.googletagmanager.com/gtag/js?id=G-0DZ7LHF5PZ&cx=c&gtm=4e64h1 — 200 — 164.6 KiB — 116 ms — h2https://imasdk.googleapis.com/js/sdkloader/ima3.jsimasdk.googleapis.com/js/sdkloader/... https://imasdk.googleapis.com/js/sdkloader/ima3.js — 200 — 147.8 KiB — 198 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/main-115996bccea47dc1.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/main-115996bccea47dc1.js — 200 — 39.7 KiB — 60 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/_app-d4fdb45390ac7651.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/_app-d4fdb45390ac7651.js — 200 — 142.5 KiB — 80 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/e6872b2a-91e768eeed597fc4.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/e6872b2a-91e768eeed597fc4.js — 200 — 98.9 KiB — 77 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/956ba4ca-2e2abba664776fd6.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/956ba4ca-2e2abba664776fd6.js — 200 — 1.7 KiB — 25 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/6949-49009f53ce1dcdbf.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/6949-49009f53ce1dcdbf.js — 200 — 4.9 KiB — 27 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/8476-c23665adc43729ab.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/8476-c23665adc43729ab.js — 200 — 112.3 KiB — 76 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/1391-7ff3f556500bfcdf.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/1391-7ff3f556500bfcdf.js — 200 — 36.0 KiB — 52 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/5206-1a4a32c9a412632c.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/5206-1a4a32c9a412632c.js — 200 — 5.5 KiB — 28 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/show/%5Bid%5D-ff3a303dc393e1b0.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/pages/show/%5Bid%5D-ff3a303dc393e1b0.js — 200 — 5.6 KiB — 29 ms — h2https://embed-cdn.spotifycdn.com/_next/static/b0ee9945-f588-4ea0-9141-bbbca6179b6c/_buildManifest.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/b0ee9945-f588-4ea0-9141-bbbca6179b6c/_buildManifest.js — 200 — 1.4 KiB — 29 ms — h2https://embed-cdn.spotifycdn.com/_next/static/b0ee9945-f588-4ea0-9141-bbbca6179b6c/_ssgManifest.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/b0ee9945-f588-4ea0-9141-bbbca6179b6c/_ssgManifest.js — 200 — 404 B — 17 ms — h2https://i.ytimg.com/vi/1nmQXRaXgQc/maxresdefault.jpgi.ytimg.com/vi/1nmQXRaXgQc/maxresde... https://i.ytimg.com/vi/1nmQXRaXgQc/maxresdefault.jpg — 200 — 185.1 KiB — 148 ms — h2https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0o22381.ingest.us.sentry.io/api/4505... https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0 — 200 — 300 B — 78 ms — h2blob:https://open.spotify.com/c0402d03-a699-4675-989d-37f9db9a114aopen.spotify.com/c0402d03-a699-4675... blob:https://open.spotify.com/c0402d03-a699-4675-989d-37f9db9a114a — 200 — -1 B — 147 ms — blobhttps://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otFlat.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otFlat.json — 200 — 3.4 KiB — 26 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/v2/otPcCenter.jsoncdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/v2/otPcCenter.json — 200 — 13.4 KiB — 30 ms — h2https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.csscdn.cookielaw.org/scripttemplates/2... https://cdn.cookielaw.org/scripttemplates/202602.1.0/assets/otCommonStyles.css — 200 — 4.7 KiB — 27 ms — h2https://cdn.jwplayer.com/strips/R4RI3qt2-120.vttcdn.jwplayer.com/strips/R4RI3qt2-12... https://cdn.jwplayer.com/strips/R4RI3qt2-120.vtt — 301 — 298 B — 266 ms — h2https://ssl.p.jwpcdn.com/player/v/8.47.0/related.jsssl.p.jwpcdn.com/player/v/8.47.0/re... https://ssl.p.jwpcdn.com/player/v/8.47.0/related.js — 200 — 29.0 KiB — 4 ms — h2https://cdn.jwplayer.com/v2/media/R4RI3qt2/poster.jpg?width=1280cdn.jwplayer.com/v2/media/R4RI3qt2/... https://cdn.jwplayer.com/v2/media/R4RI3qt2/poster.jpg?width=1280 — 302 — 442 B — 220 ms — h2https://cdn.p-n.io/pushly-sdk.min.js?domain_key=a0FYMshbgyPCXv6MSSn5ZjVhcAHitAc6ZUCocdn.p-n.io/pushly-sdk.min.js?domain... https://cdn.p-n.io/pushly-sdk.min.js?domain_key=a0FYMshbgyPCXv6MSSn5ZjVhcAHitAc6ZUCo — 200 — 45.7 KiB — 121 ms — h2https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0o22381.ingest.us.sentry.io/api/4505... https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0 — 200 — 56 B — 35 ms — h2https://www.google.com/js/th/Tsj2rE80jstpz6Q1k9XA1bynyWMKlWaB3UmUIkCsRnA.jswww.google.com/js/th/Tsj2rE80jstpz6... https://www.google.com/js/th/Tsj2rE80jstpz6Q1k9XA1bynyWMKlWaB3UmUIkCsRnA.js — 200 — 23.3 KiB — 68 ms — h3https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0o22381.ingest.us.sentry.io/api/4505... https://o22381.ingest.us.sentry.io/api/4505164808585216/envelope/?sentry_version=7&sentry_key=4cc707ab12ea4779b417479c0550a5cb&sentry_client=sentry.javascript.nextjs%2F10.45.0 — 200 — 56 B — 33 ms — h2https://apresolve.spotify.com/?type=dealer-g2&type=spclientapresolve.spotify.com/?type=dealer-... https://apresolve.spotify.com/?type=dealer-g2&type=spclient — 200 — 320 B — 76 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/3327.b77ca16d39519caf.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/3327.b77ca16d39519caf.js — 200 — 11.3 KiB — 38 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/3283.87864cc3ce214336.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/3283.87864cc3ce214336.js — 200 — 1.1 KiB — 13 ms — h2https://apresolve.spotify.com/?type=dealer-g2&type=spclientapresolve.spotify.com/?type=dealer-... https://apresolve.spotify.com/?type=dealer-g2&type=spclient — 200 — 172 B — 82 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/3632.de098ba89d9204c4.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/3632.de098ba89d9204c4.js — 200 — 89.6 KiB — 41 ms — h2https://embed-cdn.spotifycdn.com/_next/static/chunks/spotify_player_o.6fee2481f9a83896.jsembed-cdn.spotifycdn.com/_next/stat... https://embed-cdn.spotifycdn.com/_next/static/chunks/spotify_player_o.6fee2481f9a83896.js — 200 — 4.3 KiB — 11 ms — h2https://cdn.cookielaw.org/logos/static/ot_guard_logo.svgcdn.cookielaw.org/logos/static/ot_g... https://cdn.cookielaw.org/logos/static/ot_guard_logo.svg — 200 — 518 B — 28 ms — h2https://cdn.cookielaw.org/logos/8930e991-baac-4a05-89f0-fc400879fa8a/01924f0b-ab0c-7727-b00c-eaeb38e8d7b6/6c7d29c3-0285-4b98-be96-92798e3dfd08/logos.pngcdn.cookielaw.org/logos/8930e991-ba... https://cdn.cookielaw.org/logos/8930e991-baac-4a05-89f0-fc400879fa8a/01924f0b-ab0c-7727-b00c-eaeb38e8d7b6/6c7d29c3-0285-4b98-be96-92798e3dfd08/logos.png — 200 — 24.1 KiB — 32 ms — h2https://cdn.cookielaw.org/logos/static/powered_by_logo.svgcdn.cookielaw.org/logos/static/powe... https://cdn.cookielaw.org/logos/static/powered_by_logo.svg — 200 — 2.7 KiB — 29 ms — h2https://assets-jpcust.jwpsrv.com/thumbnails/L52mgZjn-1280.jpgassets-jpcust.jwpsrv.com/thumbnails... https://assets-jpcust.jwpsrv.com/thumbnails/L52mgZjn-1280.jpg — 200 — 175.3 KiB — 99 ms — h2https://assets-jpcust.jwpsrv.com/strips/R4RI3qt2-120.vttassets-jpcust.jwpsrv.com/strips/R4R... https://assets-jpcust.jwpsrv.com/strips/R4RI3qt2-120.vtt — 200 — 1.3 KiB — 13 ms — h2https://cdn.jwplayer.com/strips/R4RI3qt2-120.jpgcdn.jwplayer.com/strips/R4RI3qt2-12... https://cdn.jwplayer.com/strips/R4RI3qt2-120.jpg — 301 — 290 B — 167 ms — h2https://www.youtube.com/generate_204?i9bpnQwww.youtube.com/generate_204?i9bpnQ https://www.youtube.com/generate_204?i9bpnQ — 204 — 10 B — 24 ms — h3https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=b6987b29-8b77-4acf-a2aa-c799b1f6b099&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=93d41455-22bc-441b-9830-3aa0b36df89b&pt=Page%20Six%3A%20Latest%20Celebrity%20News%2C%20Entertainment%20News%20%26%20Gossip&tw_document_href=https%3A%2F%2Fpagesix.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776817135256.899381294740678742&txn_id=p7svg&type=javascript&version=2.3.53t.co/1/i/adsct?bci=4&dv=UTC%26en-US... https://t.co/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=b6987b29-8b77-4acf-a2aa-c799b1f6b099&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=93d41455-22bc-441b-9830-3aa0b36df89b&pt=Page%20Six%3A%20Latest%20Celebrity%20News%2C%20Entertainment%20News%20%26%20Gossip&tw_document_href=https%3A%2F%2Fpagesix.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776817135256.899381294740678742&txn_id=p7svg&type=javascript&version=2.3.53 — 200 — 656 B — 179 ms — h2https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=b6987b29-8b77-4acf-a2aa-c799b1f6b099&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=93d41455-22bc-441b-9830-3aa0b36df89b&pt=Page%20Six%3A%20Latest%20Celebrity%20News%2C%20Entertainment%20News%20%26%20Gossip&tw_document_href=https%3A%2F%2Fpagesix.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776817135256.899381294740678742&txn_id=p7svg&type=javascript&version=2.3.53analytics.twitter.com/1/i/adsct?bci... https://analytics.twitter.com/1/i/adsct?bci=4&dv=UTC%26en-US%2Cen%26Google%20Inc.%26Linux%20x86_64%26255%26800%26600%264%2624%26800%26600%260%26na&eci=3&event=%7B%7D&event_id=b6987b29-8b77-4acf-a2aa-c799b1f6b099&integration=gtm&p_id=Twitter&p_user_id=0&pl_id=93d41455-22bc-441b-9830-3aa0b36df89b&pt=Page%20Six%3A%20Latest%20Celebrity%20News%2C%20Entertainment%20News%20%26%20Gossip&tw_document_href=https%3A%2F%2Fpagesix.com%2F&tw_iframe_status=0&tw_pid_src=1&twpid=tw.1776817135256.899381294740678742&txn_id=p7svg&type=javascript&version=2.3.53 — 200 — 1003 B — 245 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 0 B — 77 ms — h2https://imasdk.googleapis.com/js/core/bridge3.758.1_en.html?gdpr=1imasdk.googleapis.com/js/core/bridg... https://imasdk.googleapis.com/js/core/bridge3.758.1_en.html?gdpr=1 — 200 — 270.9 KiB — 158 ms — h2https://s0.2mdn.net/instream/video/client.jss0.2mdn.net/instream/video/client.j... https://s0.2mdn.net/instream/video/client.js — 200 — 16.8 KiB — 85 ms — h2https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.jspagead2.googlesyndication.com/omsdk... https://pagead2.googlesyndication.com/omsdk/releases/live/omweb-v1.js — 200 — 15.4 KiB — 76 ms — h3https://assets-jpcust.jwpsrv.com/strips/R4RI3qt2-120.jpgassets-jpcust.jwpsrv.com/strips/R4R... https://assets-jpcust.jwpsrv.com/strips/R4RI3qt2-120.jpg — 200 — 268.2 KiB — 96 ms — h2https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateITjnn-pa.googleapis.com/$rpc/google.i... https://jnn-pa.googleapis.com/$rpc/google.internal.waa.v1.Waa/GenerateIT — 200 — 312 B — 30 ms — h2https://accounts.google.com/gsi/styleaccounts.google.com/gsi/style https://accounts.google.com/gsi/style — 200 — 665 B — 32 ms — h2https://accounts.google.com/gsi/log?client_id=732600297450-a8h6m4b81kg8eepldld57g4eshe6dod6.apps.googleusercontent.com&as=0GyfhcAwlYuXhBLdD29IMK6noBeIleKnMqH6FGfgnmk&bs=T97YQ7KBBhfnEIq3wibtDtdqT7Gg02fdqk3JNQBn988&event=onetap.card.prompt.apiCall&enable_itp_optimization=19accounts.google.com/gsi/log?client_... https://accounts.google.com/gsi/log?client_id=732600297450-a8h6m4b81kg8eepldld57g4eshe6dod6.apps.googleusercontent.com&as=0GyfhcAwlYuXhBLdD29IMK6noBeIleKnMqH6FGfgnmk&bs=T97YQ7KBBhfnEIq3wibtDtdqT7Gg02fdqk3JNQBn988&event=onetap.card.prompt.apiCall&enable_itp_optimization=19 — 200 — 23 B — 78 ms — h3https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=-140185934&e=e&n=6596651867476709&abc=0&abt=128_sendDomainToFeedsOn&aid=0L7LiHLyEeyoHDr87lpD8Q&amp=0&ask=D84kwWXy&at=1&c=1&ccp=0&cp=0&d=2&eb=0&ed=6&emi=1dwhermyepyv&i=0&id=R4RI3qt2&lid=1kfpfbq103oi&lsa=read&mt=1&pbd=1&pbr=1&pgi=th07iobim0tk&ph=1&pid=Fn4Bw7Fw&pii=0&pl=413&plc=11&pli=nbn2y51tsq0b&pp=hlsjs&ppm=VOD&prc=1&ps=4&pss=1&pt=Page%20Six%3A%20Latest%20Celebrity%20News%2C%20Entertainment%20News%20%26%20Gossip&pu=https%3A%2F%2Fpagesix.com%2F&pv=8.47.0&pyc=0&s=1&sdk=0&stc=1&stpe=0&t=%27RHORI%27%20Recap%3A%20VRT%20breaks%20down%20Alicia%2C%20Rosie%E2%80%99s%20explosive%20argument%20%26%20Kelsey%E2%80%99s%20relationship%20with%20Dino&tv=4.0.11&vb=0&vi=0&vl=90&wd=734&ab=1&cae=0&cb=0&cdid=jw-player-Fn4Bw7Fw-R4RI3qt2-lCznMLAz&cme=0&dd=0&flc=0&fv=&ga=1&lng=en-US&mk=hls&mu=https%3A%2F%2Fcdn.jwplayer.com%2Fmanifests%2FR4RI3qt2.m3u8&pbc=0&pd=2&pdr=&plng=en-US&plt=2300&pni=1&po=0&pogt=Page%20Six&sn=%7B%22name%22%3A%22nyp%22%2C%22url%22%3A%22https%3A%2F%2Fpagesix.com%2Fwp-content%2Fplugins%2Fnyp-video-player%2Fbuild%2Fcss%2Fjw-player-skin.min.css%3F1642e62892411dfdd801%22%7D&sp=0&st=690&sa=1776817134902prd.jwpltx.com/v1/jwplayer6/ping.gi... https://prd.jwpltx.com/v1/jwplayer6/ping.gif?h=-140185934&e=e&n=6596651867476709&abc=0&abt=128_sendDomainToFeedsOn&aid=0L7LiHLyEeyoHDr87lpD8Q&amp=0&ask=D84kwWXy&at=1&c=1&ccp=0&cp=0&d=2&eb=0&ed=6&emi=1dwhermyepyv&i=0&id=R4RI3qt2&lid=1kfpfbq103oi&lsa=read&mt=1&pbd=1&pbr=1&pgi=th07iobim0tk&ph=1&pid=Fn4Bw7Fw&pii=0&pl=413&plc=11&pli=nbn2y51tsq0b&pp=hlsjs&ppm=VOD&prc=1&ps=4&pss=1&pt=Page%20Six%3A%20Latest%20Celebrity%20News%2C%20Entertainment%20News%20%26%20Gossip&pu=https%3A%2F%2Fpagesix.com%2F&pv=8.47.0&pyc=0&s=1&sdk=0&stc=1&stpe=0&t=%27RHORI%27%20Recap%3A%20VRT%20breaks%20down%20Alicia%2C%20Rosie%E2%80%99s%20explosive%20argument%20%26%20Kelsey%E2%80%99s%20relationship%20with%20Dino&tv=4.0.11&vb=0&vi=0&vl=90&wd=734&ab=1&cae=0&cb=0&cdid=jw-player-Fn4Bw7Fw-R4RI3qt2-lCznMLAz&cme=0&dd=0&flc=0&fv=&ga=1&lng=en-US&mk=hls&mu=https%3A%2F%2Fcdn.jwplayer.com%2Fmanifests%2FR4RI3qt2.m3u8&pbc=0&pd=2&pdr=&plng=en-US&plt=2300&pni=1&po=0&pogt=Page%20Six&sn=%7B%22name%22%3A%22nyp%22%2C%22url%22%3A%22https%3A%2F%2Fpagesix.com%2Fwp-content%2Fplugins%2Fnyp-video-player%2Fbuild%2Fcss%2Fjw-player-skin.min.css%3F1642e62892411dfdd801%22%7D&sp=0&st=690&sa=1776817134902 — 204 — 203 B — 141 ms — h2https://www.googletagmanager.com/a?v=3&t=l&pid=699172292&rv=64h1&tag_exp=0~115616986~115938466~115938468~117266400~117384406~117512542&u=AAAAAAAAAAAAACAAAAAAEABA&ut=AgAAAQ&h=Ag&gtm=45je64h1v895130382za200zb71221804zd71221804&cl=3.5.1&ccid=95130382&cid=G-0DZ7LHF5PZ&l=L1228.S53.B43.E443.I1619.TC19.HTC0.F1420.C11~gtm.init_consent.S3.V2.E59.TS5ogtdma.TI13.TE1~gtm.init.S0.V0.E54.TS5ogtcrossdomain.TI10.TE1.TS5ogt1pdatav2.TI12.TE1.TS5ogtgasend.TI15.TE0.TS5ccdgafirst.TI29.TE0.TS5setproductsettings.TI28.TE0.TS5ogtgooglesignals.TI27.TE0.TS5ccdgaregscope.TI26.TE0.TS5ccdconversionmarking.TI25.TE0.TS5ogteventcreate.TI24.TE0.TS5ogteventcreate.TI23.TE0.TS5ogteventcreate.TI22.TE0.TS5ogteventcreate.TI21.TE0.TS5ogteventcreate.TI20.TE0.TS5ogteventcreate.TI19.TE0.TS5ccdautoredact.TI18.TE0.TS5ccdgaadslink.TI17.TE0.TS5ccdgalast.TI16.TE0~gtm.js.S0.V0.E41.TS5gct.TI8.TE1~*.S0.V0.E20~*.S0.V0.E20~gtm.dom.S0.V0.E19~*.S0.V0.E18~*.S0.V0.E17~*.S0.V0.E17~gtm.load.S0.V0.E5www.googletagmanager.com/a?v=3&t=l&... https://www.googletagmanager.com/a?v=3&t=l&pid=699172292&rv=64h1&tag_exp=0~115616986~115938466~115938468~117266400~117384406~117512542&u=AAAAAAAAAAAAACAAAAAAEABA&ut=AgAAAQ&h=Ag&gtm=45je64h1v895130382za200zb71221804zd71221804&cl=3.5.1&ccid=95130382&cid=G-0DZ7LHF5PZ&l=L1228.S53.B43.E443.I1619.TC19.HTC0.F1420.C11~gtm.init_consent.S3.V2.E59.TS5ogtdma.TI13.TE1~gtm.init.S0.V0.E54.TS5ogtcrossdomain.TI10.TE1.TS5ogt1pdatav2.TI12.TE1.TS5ogtgasend.TI15.TE0.TS5ccdgafirst.TI29.TE0.TS5setproductsettings.TI28.TE0.TS5ogtgooglesignals.TI27.TE0.TS5ccdgaregscope.TI26.TE0.TS5ccdconversionmarking.TI25.TE0.TS5ogteventcreate.TI24.TE0.TS5ogteventcreate.TI23.TE0.TS5ogteventcreate.TI22.TE0.TS5ogteventcreate.TI21.TE0.TS5ogteventcreate.TI20.TE0.TS5ogteventcreate.TI19.TE0.TS5ccdautoredact.TI18.TE0.TS5ccdgaadslink.TI17.TE0.TS5ccdgalast.TI16.TE0~gtm.js.S0.V0.E41.TS5gct.TI8.TE1~*.S0.V0.E20~*.S0.V0.E20~gtm.dom.S0.V0.E19~*.S0.V0.E18~*.S0.V0.E17~*.S0.V0.E17~gtm.load.S0.V0.E5 — 200 — 11 B — 25 ms — h3https://pagesix.com/wp-content/themes/pagesix/static/images/favicons/favicon.ico/wp-content/themes/pagesix/static/i... https://pagesix.com/wp-content/themes/pagesix/static/images/favicons/favicon.ico — 200 — 651 B — 4 ms — h2https://region1.analytics.google.com/g/collect?v=2&tid=G-0DZ7LHF5PZ&gtm=45je64h1v895130382za200zb71221804zd71221804&_p=1776817133812&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&_eu=AgAAAGA&are=1&cid=44113052.1776817136&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938468~117266400~117384406~117512542&sid=1776817135&sct=1&seg=0&dl=https%3A%2F%2Fpagesix.com%2F&dt=Page%20Six%3A%20Latest%20Celebrity%20News%2C%20Entertainment%20News%20%26%20Gossip&en=page_view&_fv=1&_nsi=1&_ss=2&_ee=1&ep.page_type=home&ep.section=home&ep.display_template=standard&ep.has_brightcove_player=no&ep.has_sendtonews_player=no&ep.photo_display_type=Null&ep.paid_user=not-paid&ep.signed_in=No&tfd=3245region1.analytics.google.com/g/coll... https://region1.analytics.google.com/g/collect?v=2&tid=G-0DZ7LHF5PZ&gtm=45je64h1v895130382za200zb71221804zd71221804&_p=1776817133812&_gaz=1&gcd=13l3lPl2l1l1&npa=1&dma_cps=a&dma=1&tcfd=10001&_eu=AgAAAGA&are=1&cid=44113052.1776817136&frm=0&pscdl=noapi&rcb=12&sr=800x600&uaa=x86&uab=64&uafvl=Chromium%3B147.0.7727.101%7CNot.A%252FBrand%3B8.0.0.0&uam=&uamb=0&uap=macOS&uapv=10.15.7&uaw=0&ul=en-us&gaf=2&_s=1&tag_exp=0~115616986~115938466~115938468~117266400~117384406~117512542&sid=1776817135&sct=1&seg=0&dl=https%3A%2F%2Fpagesix.com%2F&dt=Page%20Six%3A%20Latest%20Celebrity%20News%2C%20Entertainment%20News%20%26%20Gossip&en=page_view&_fv=1&_nsi=1&_ss=2&_ee=1&ep.page_type=home&ep.section=home&ep.display_template=standard&ep.has_brightcove_player=no&ep.has_sendtonews_player=no&ep.photo_display_type=Null&ep.paid_user=not-paid&ep.signed_in=No&tfd=3245 — 204 — 546 B — 71 ms — h2https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0DZ7LHF5PZ&cid=44113052.1776817136&gtm=45je64h1v895130382za200zb71221804zd71221804&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266400~117384406~117512542stats.g.doubleclick.net/g/collect?v... https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0DZ7LHF5PZ&cid=44113052.1776817136&gtm=45je64h1v895130382za200zb71221804zd71221804&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266400~117384406~117512542 — 204 — 546 B — 76 ms — h2https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0DZ7LHF5PZ&cid=44113052.1776817136&gtm=45je64h1v895130382za200zb71221804zd71221804&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266400~117384406~117512542&z=1582845067www.google.es/ads/ga-audiences?v=1&... https://www.google.es/ads/ga-audiences?v=1&t=sr&slf_rd=1&_r=4&tid=G-0DZ7LHF5PZ&cid=44113052.1776817136&gtm=45je64h1v895130382za200zb71221804zd71221804&rcb=12&aip=1&dma=1&dma_cps=a&gcd=13l3lPl2l1l1&npa=1&frm=0&tag_exp=0~115616986~115938466~115938468~117266400~117384406~117512542&z=1582845067 — 200 — 408 B — 82 ms — h2https://us.q2s15.com/v5/inus.q2s15.com/v5/in https://us.q2s15.com/v5/in — 200 — 209 B — 304 ms — h2https://cdn.jwplayer.com/v2/media/wsbxeLWE/poster.jpg?width=120cdn.jwplayer.com/v2/media/wsbxeLWE/... https://cdn.jwplayer.com/v2/media/wsbxeLWE/poster.jpg?width=120 — 302 — 446 B — 21 ms — h2https://assets-jpcust.jwpsrv.com/thumbnails/PAup8tZF-120.jpgassets-jpcust.jwpsrv.com/thumbnails... https://assets-jpcust.jwpsrv.com/thumbnails/PAup8tZF-120.jpg — 200 — 8.4 KiB — 2 ms — h2https://www.youtube.com/youtubei/v1/log_event?alt=jsonwww.youtube.com/youtubei/v1/log_eve... https://www.youtube.com/youtubei/v1/log_event?alt=json — 200 — 50 B — 28 ms — h3
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
63% of JavaScript execution is third-party
First-party Third-party 1068ms · 898KB · $14/mo
OneTrust
Consent
Essential
Execution 231ms
Transfer 129 KB
Unused 48%
Monthly Cost $3/mo
Unattributable
Other
Costly
Execution 227ms
Transfer 0 KB
Monthly Cost $3/mo
OneTrust
Consent
Essential
Execution 140ms
Transfer 18 KB
Monthly Cost $2/mo
cdn.p-n.io
Other
Optional
Execution 77ms
Transfer 46 KB
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 75ms
Transfer 165 KB
Unused 38%
Monthly Cost $1/mo
cdn.jwplayer.com
Other
Optional
Execution 68ms
Transfer 68 KB
Unused 33%
Monthly Cost $1/mo
Google Tag Manager
Tag Manager
Optional
Execution 67ms
Transfer 147 KB
Unused 41%
Monthly Cost $1/mo
ads.pagesix.com
Other
Optional
Execution 65ms
Transfer 167 KB
Unused 83%
Monthly Cost $1/mo
imasdk.googleapis.com
Other
Optional
Execution 61ms
Transfer 148 KB
Unused 65%
Monthly Cost $1/mo
cdn.watchingthat.net
Other
Optional
Execution 57ms
Transfer 11 KB
Monthly Cost $1/mo

These scripts may cost more than they're worth

  • Unattributable adds 227ms and costs ~$3/month

63% of JavaScript execution time comes from third-party scripts.

Why this matters

Third-party scripts (analytics, ads, social, A/B testing) often dominate execution time — every one is a perf-and-privacy tax.

Learn more

Each third-party script is a black box: you don't control when it loads, what it executes, or how much it grows. They often account for a major share of total blocking time on average sites (HTTP Archive's Web Almanac documents the trend). Audit which ones you actually need, defer the rest, and use facade patterns (lite-youtube, lite-vimeo) for embedded media.

Source: web.dev / HTTP Archive Web Almanac

Unattributable takes 227ms 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

83% of ads.pagesix.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

65% of imasdk.googleapis.com's code is unused. The script may be loading features you don't use.

Why this matters

Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.

Source: web.dev

How third-party costs are calculated

All checks on this page are automated. Results are estimates - run targeted manual reviews when the score affects a release decision.

Send Feedback