Performance
· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.Performance-focused optimization plan with CWV assessment, top offenders, and time estimates
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
5.16 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
21.88 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
10.30 s
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.109
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
9.86 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.
23.38 s
Page Load Progression
FPage Weight BudgetAction4.3 MB transferred, 181 requestsFIX
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Image bandwidth is high — modern formats (WebP/AVIF) and resizing typically cut it 50%+.
Source: web.dev
Large JavaScript bundles delay interactivity. Split code by route or defer non-critical scripts.
JavaScript bundle is large — code-split routes and lazy-load off-screen components to defer.
Source: web.dev
Each request adds latency. Bundle small files, use sprites, or eliminate unnecessary requests.
High HTTP request count — bundling, sprite-ing, and HTTP/2 server push can reduce per-request overhead.
Source: web.dev
DThird-Party ImpactAction100% third-party, 0 ms blockingFIX
FJS Execution CostAction26539ms total JS executionFIX
Main Thread Breakdown
| Script | Total | Scripting | Parse/Compile | Party |
|---|---|---|---|---|
| https://www.rottentomatoes.com/rt-common.js?seed=AADSoLGdAQAA5F9XMOrUvLmuQzMI-JfOiDG4oFS_moBV5rFz5Edt6nJsHMPX&HgdtNmCjYr--z=q | 5535ms | 4438ms | 85ms | 3rd |
| https://www.rottentomatoes.com/ | 5084ms | 116ms | 55ms | 3rd |
| https://www.rottentomatoes.com/assets/pizza-pie/javascripts/roma/bundles/home.3ba6bd86655.js | 3440ms | 2102ms | 38ms | 3rd |
| Unattributable | 2709ms | 517ms | 4ms | 3rd |
| https://www.rottentomatoes.com/assets/pizza-pie/javascripts/bundles/roma/default.abb548dc1cb.js | 2461ms | 1614ms | 124ms | 3rd |
| https://assets.adobedtm.com/launch-EN549327edc13e414a9beb5d61bfd9aac6.min.js | 1831ms | 1629ms | 92ms | 3rd |
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 1240ms | 1051ms | 102ms | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 1204ms | 410ms | 83ms | 3rd |
| https://app.mps.vsnt.net/fetch/ext/load-rottentomatoes-web.js?nowrite=2 | 689ms | 271ms | 82ms | 3rd |
| https://c.amazon-adsystem.com/aax2/apstag.js | 517ms | 441ms | 63ms | 3rd |
Showing top 10 of 21 scripts
DJS BundlesAction33 scripts, 491 KB unusedFIX
Downloaded but never executed on this page.
| Script | Size | Unused | Minified | Party |
|---|---|---|---|---|
| https://securepubads.g.doubleclick.net/pagead/managed/js/gpt/m202604160201/pubads_impl.js | 188 KB | 130 KB (69%) | ✓ | 3rd |
| https://micro.rubiconproject.com/prebid/dynamic/27850.js | 112 KB | 63 KB (56%) | ✓ | 3rd |
| https://assets.adobedtm.com/launch-EN549327edc13e414a9beb5d61bfd9aac6.min.js | 133 KB | 62 KB (47%) | ✓ | 3rd |
| https://cdn.cookielaw.org/scripttemplates/202601.2.0/otBannerSdk.js | 128 KB | 61 KB (48%) | ✓ | 3rd |
| https://cdn.jwplayer.com/libraries/U8MHzHHR.js | 66 KB | 43 KB (66%) | ✓ | 3rd |
| https://c.amazon-adsystem.com/aax2/apstag.js | 91 KB | 39 KB (43%) | ✓ | 3rd |
| https://www.rottentomatoes.com/assets/pizza-pie/javascripts/bundles/roma/default.abb548dc1cb.js | 206 KB | 38 KB (18%) | ✓ | 3rd |
| https://www.rottentomatoes.com/assets/pizza-pie/javascripts/bundles/roma/vendors.a4cc402b78a.js | 39 KB | 28 KB (73%) | ✓ | 3rd |
| https://app.mps.vsnt.net/fetch/ext/load-rottentomatoes-web.js?nowrite=2 | 58 KB | 27 KB (46%) | ✗ | 3rd |
| blob:https://www.rottentomatoes.com/33b78b5c-dc11-42eb-ac53-c4189dc420fc | -0 KB | — | ✓ | 3rd |
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
Consider code splitting or tree shaking to reduce unused code.
This bundle has high unused code — code-split or tree-shake to ship only what executes.
Source: web.dev / Lighthouse coverage
FPage Weight InventoryAction181 resources · 4.3 MB · 491 KB savings availableFIX
~490.6 KiB of savings available
| # | Resource | Type | Size | Cache | Unused | 3rd party | Issues |
|---|---|---|---|---|---|---|---|
| — | — | ||||||
| 181 resources | 4.3 MiB | ||||||
CImage OptimizationAction114 images, 0 KB saveableREVIEW
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Performance issues directly impact user engagement and conversion rates.
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
Set explicit width and height to prevent CLS.
Image without explicit width/height — browser can't reserve space; CLS jumps when image loads.
Source: web.dev / Core Web Vitals
CGreen HostingActionWhether the site is served from green-energy infrastructureREVIEW
Green Hosting
No green hosting detected
BHTTP Cachingmax-age=0REVIEW
max-age=0
| Directive | Value | Meaning |
|---|---|---|
| max-age | 0 | Cache for 0 seconds |
A+Text CompressionAll text resources are compressedPASS
A+Font Loading4 fonts (92 KB)PASS
Web fonts
4
92 KB total
Render-blocking
0
of 4
Dominant font-display
swap
Most common across fonts
Font loading timeline
Optimization checklist
- Preload critical fonts (priority=high)
- Use woff2 format for all fonts
- Set font-display to swap, optional, or fallback
- Subset large fonts (≤100 KB each)
A+Resource CachingAll resources properly cachedPASS
A+Critical Rendering PathNo render-blocking resourcesPASS
A+Resource Hints2 hints, 0 missing preconnectsPASS
Current Resource Hints
2 resource hints configured
A+Render-Blocking ResourcesNo render-blocking resources detectedPASS
A+Third-Party ResourcesNo third-party resources detectedPASS
Network Waterfall181 requests over 6349msINFO
Third-Party Script CostPer-script blocking time, transfer cost, and cache headersINFO
| Script | Category | Execution | Transfer | Unused | Monthly Cost | Verdict |
|---|---|---|---|---|---|---|
www.rottentomatoes.com www.rottentomatoes.com | Other | 5535ms | 189 KB | — | $73/mo | Costly |
www.rottentomatoes.com www.rottentomatoes.com | Other | 5084ms | 62 KB | — | $68/mo | Costly |
www.rottentomatoes.com www.rottentomatoes.com | Other | 3440ms | 82 KB | — | $46/mo | Costly |
Unattributable Unattributable | Other | 2709ms | 0 KB | — | $36/mo | Costly |
www.rottentomatoes.com www.rottentomatoes.com | Other | 2461ms | 206 KB | 18% | $33/mo | Costly |
assets.adobedtm.com assets.adobedtm.com | Other | 1831ms | 133 KB | 47% | $24/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 1240ms | 188 KB | 69% | $16/mo | Costly |
OneTrust cdn.cookielaw.org | Consent | 1204ms | 128 KB | 48% | $16/mo | Essential |
app.mps.vsnt.net app.mps.vsnt.net | Other | 689ms | 58 KB | 46% | $9/mo | Costly |
c.amazon-adsystem.com c.amazon-adsystem.com | Other | 517ms | 91 KB | 43% | $7/mo | Costly |
micro.rubiconproject.com micro.rubiconproject.com | Other | 380ms | 112 KB | 56% | $5/mo | Costly |
securepubads.g.doubleclick.net securepubads.g.doubleclick.net | Other | 331ms | 34 KB | — | $4/mo | Costly |
pub.doubleverify.com pub.doubleverify.com | Other | 233ms | 34 KB | — | $3/mo | Costly |
www.rottentomatoes.com www.rottentomatoes.com | Other | 187ms | 10 KB | — | $2/mo | Optional |
cdn.jwplayer.com cdn.jwplayer.com | Other | 163ms | 66 KB | 66% | $2/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 135ms | 13 KB | — | $2/mo | Essential |
www.rottentomatoes.com www.rottentomatoes.com | Other | 107ms | 39 KB | 73% | $1/mo | Optional |
www.rottentomatoes.com www.rottentomatoes.com | Other | 91ms | 9 KB | — | $1/mo | Optional |
OneTrust cdn.cookielaw.org | Consent | 76ms | 6 KB | — | $1/mo | Essential |
static.chartbeat.com static.chartbeat.com | Other | 64ms | 10 KB | — | $1/mo | Optional |
assets.adobedtm.com assets.adobedtm.com | Other | 62ms | 2 KB | — | $1/mo | Optional |
These scripts may cost more than they're worth
- www.rottentomatoes.com adds 5535ms and costs ~$73/month
- www.rottentomatoes.com adds 5084ms and costs ~$68/month
- www.rottentomatoes.com adds 3440ms and costs ~$46/month
- Unattributable adds 2709ms and costs ~$36/month
- www.rottentomatoes.com adds 2461ms and costs ~$33/month
- assets.adobedtm.com adds 1831ms and costs ~$24/month
- securepubads.g.doubleclick.net adds 1240ms and costs ~$16/month
- app.mps.vsnt.net adds 689ms and costs ~$9/month
- c.amazon-adsystem.com adds 517ms and costs ~$7/month
- micro.rubiconproject.com adds 380ms and costs ~$5/month
- securepubads.g.doubleclick.net adds 331ms and costs ~$4/month
- pub.doubleverify.com adds 233ms and costs ~$3/month
100% of JavaScript execution time is spent on third-party scripts. Consider auditing which scripts are essential.
When third-party JS execution time exceeds your own, performance gains from frontend work are capped by code you don't own.
Learn more ▾ ▴
Every millisecond of third-party JS competes with your own for main-thread time. If their share is bigger than yours, optimization on your code base barely moves the needle. Audit, defer, or remove third-parties before further frontend optimization. Use Lighthouse's third-party audit to identify the worst offenders.
Source: web.dev
www.rottentomatoes.com takes 5535ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.rottentomatoes.com takes 5084ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.rottentomatoes.com takes 3440ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
Unattributable takes 2709ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
www.rottentomatoes.com takes 2461ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
assets.adobedtm.com takes 1831ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
securepubads.g.doubleclick.net takes 1240ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
69% of securepubads.g.doubleclick.net's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
app.mps.vsnt.net takes 689ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
c.amazon-adsystem.com takes 517ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
micro.rubiconproject.com takes 380ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
56% of micro.rubiconproject.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
securepubads.g.doubleclick.net takes 331ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
pub.doubleverify.com takes 233ms of CPU time. Consider loading it asynchronously or replacing it with a lighter alternative.
This script has high main-thread execution time — optimize hot paths or defer.
Source: web.dev
66% of cdn.jwplayer.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev
73% of www.rottentomatoes.com's code is unused. The script may be loading features you don't use.
Bundle has high unused-code ratio — tree-shaking and route-splitting recover the wasted bytes.
Source: web.dev