Skip to content
https://saldoxpres.com

Performance

· 17 checks — Lighthouse + waterfall + sustainability rolled into one auditable list.
SCORE
80
GRADE
B
FIX
3
REVIEW
3
PASS
9
INFO
2

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

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

3.21 s

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

17.70 s

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

115 ms

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

0.550

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

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

33.38 s

Page Load Progression

917 ms
1.8 s
2.8 s
3.7 s
4.6 s
5.5 s
6.4 s
7.3 s
Checks
17
9 PASS 3 REVIEW 3 FIX
F
Page Weight Budget
Action
12.6 MB transferred, 53 requests
FIX
12.6 MB transferred, 53 requests
Critical::
Page weighs 13.4 MB (12.6 MB transferred)
Warning::
Images are 12.3 MB — compress or use modern formats
Convert images to WebP/AVIF and resize to display dimensions to reduce transfer size.
Got: 12.3 MB
Info::
53 HTTP requests
Info::
Estimated 2.6 g CO2 per page load
12.6 MB / 2.4 MB budget
12.6 MB transferred
53 requests
2.6 g CO2 per page load
Images 12.3 MiB 98%
JavaScript 98.4 KiB 1%
Fonts 56.8 KiB 0%
CSS 34.5 KiB 0%
HTML 20.3 KiB 0%
Other 5.4 KiB 0%
Other 258 B 0%
Other 72 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

F
JS Execution Cost
Action
3787ms total JS execution
FIX
3787ms total JS execution
Warning::
https://saldoxpres.com/public/js/swiper.js: 1825ms CPU time
Warning::
https://saldoxpres.com/id-id: 1353ms CPU time
Warning::
Unattributable: 469ms CPU time
Info::
https://saldoxpres.com/public/js/jquery.js: 140ms CPU time
Info::
Third-party scripts: 469ms (12% of total)

Main Thread Breakdown

Other 44% Style & Layout 36% Script Evaluation 10% Rendering 8%
ScriptTotalScriptingParse/CompileParty
https://saldoxpres.com/public/js/swiper.js1825ms184ms10ms1st
https://saldoxpres.com/id-id1353ms75ms5ms1st
Unattributable469ms8ms0ms3rd
https://saldoxpres.com/public/js/jquery.js140ms98ms7ms1st
D
HTTP Caching
Action
no-store (uncacheable)
FIX
no-store (uncacheable)
Info::
Cache-Control: no-store prevents all caching
Intentional for dynamic content, but increases server load for every page view.
Got: no-cache, no-store, must-revalidate, max-age=0
Info::
No ETag or Last-Modified header
Conditional requests (304 Not Modified) are not possible without validators.
Cache-Control

no-cache, no-store, must-revalidate, max-age=0

DirectiveValueMeaning
no-cacheCache but always revalidate first
no-storeNever cache this response
must-revalidateMust recheck with server after expiry
max-age0Cache for 0 seconds
C
Image Optimization
Action
32 images, 0 KB saveable
REVIEW
32 images, 0 KB saveable
Warning::
https://saldoxpres.com/public/img/banner/120000201... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://saldoxpres.com/public/img/banner/file_0000... is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
Warning::
https://react-circle-flags.pages.dev/id.svg is missing width/height — may cause layout shift
Set explicit width and height to prevent CLS.
32 images 12.3 MB
0 oversized -0 KB
17 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

C
Page Weight Inventory
Action
53 resources · 12.6 MB · 23 KB savings available
REVIEW
53 resources · 12.6 MB · 23 KB savings available
Warning::
Page weight 11.6 MB over 1MB target
Got: 12.6 MB Expected: ≤ 1 MB
Info::
6 third-party resources (3% of weight)
Info::
9 resources over 200KB
53 resources · 12.6 MiB · 6 third-party 11.6 MiB over 1MB target
Image 98% · 12.3 MiB
JavaScript 1% · 98.4 KiB
Font 0% · 56.8 KiB
CSS 0% · 34.5 KiB
Document 0% · 20.5 KiB
Other 0% · 5.5 KiB

~23.4 KiB of savings available

Remove unused JavaScript: 23.4 KiB
C
Green Hosting
Action
Whether the site is served from green-energy infrastructure
REVIEW

Green Hosting

No green hosting detected

A+
Third-Party Impact
3% third-party, 0 ms blocking
PASS
3% third-party, 0 ms blocking
Info::
Third-party code accounts for 3% of page weight (344.0 KiB of 12.6 MiB)
Info::
Third-party blocking time is low (0 ms)
97%
First-party Third-party
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 (57 KB)
PASS
4 fonts (57 KB)
Info::
4 font(s) use font-display: swap (FOUT risk but functional)

Web fonts

4

57 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 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s FCP 3.2 s LCP 17.7 shttps://saldoxpres.com/public/media/8936b6d02fa555ef-s.p.woff28936b6d02fa555ef-s.p.woff2 https://saldoxpres.com/public/media/8936b6d02fa555ef-s.p.woff2 — 14.3 KiB — 925 ms — font-display: swaphttps://saldoxpres.com/public/media/b11c0a0df6cb7c16-s.p.woff2b11c0a0df6cb7c16-s.p.woff2 https://saldoxpres.com/public/media/b11c0a0df6cb7c16-s.p.woff2 — 14.5 KiB — 927 ms — font-display: swaphttps://saldoxpres.com/public/media/9566c4bc819b17de-s.p.woff29566c4bc819b17de-s.p.woff2 https://saldoxpres.com/public/media/9566c4bc819b17de-s.p.woff2 — 13.7 KiB — 933 ms — font-display: swaphttps://saldoxpres.com/public/media/cf6043f6f9e378b1-s.p.woff2cf6043f6f9e378b1-s.p.woff2 https://saldoxpres.com/public/media/cf6043f6f9e378b1-s.p.woff2 — 14.4 KiB — 932 ms — font-display: swap
8936b6d02fa555ef-s.p.woff2 woff2 swap
Size 14 KB
Load time 925 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
b11c0a0df6cb7c16-s.p.woff2 woff2 swap
Size 14 KB
Load time 927 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
9566c4bc819b17de-s.p.woff2 woff2 swap
Size 14 KB
Load time 933 ms
Start 2.0 s
Risk FOUT — text flashes from fallback to web font
cf6043f6f9e378b1-s.p.woff2 woff2 swap
Size 14 KB
Load time 932 ms
Start 2.0 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+
JS Bundles
6 scripts, 23 KB unused
PASS
6 scripts, 23 KB unused
Warning::
https://saldoxpres.com/public/js/swiper.js: 23 KB unused (59%)
Consider code splitting or tree shaking to reduce unused code.
Info::
Total unused JavaScript: 23 KB
23 KB unused JavaScript

Downloaded but never executed on this page.

ScriptSizeUnusedMinifiedParty
https://saldoxpres.com/public/js/swiper.js40 KB23 KB (59%)1st
https://saldoxpres.com/public/js/bootstrap.js22 KB1st
https://saldoxpres.com/public/js/jquery.js30 KB1st
https://saldoxpres.com/public/js/toastr.js2 KB1st
https://cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.19.0/js/md5.min.js2 KB3rd
https://saldoxpres.com/livechat/livechat-widget.js2 KB1st

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

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+
Render-Blocking Resources
No render-blocking resources detected
PASS
No render-blocking resources detected
Info::
No render-blocking resources detected in <head>
A+
Third-Party Resources
No third-party resources detected
PASS
No third-party resources detected
Network Waterfall
53 requests over 5005ms
INFO
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s FCP 3.2 s LCP 17.7 shttps://saldoxpres.com// https://saldoxpres.com/ — 302 — 258 B — 652 ms — h2https://saldoxpres.com/id-id/id-id https://saldoxpres.com/id-id — 200 — 20.3 KiB — 455 ms — h2https://saldoxpres.com/public/css/main.min.css/public/css/main.min.css https://saldoxpres.com/public/css/main.min.css — 200 — 24.8 KiB — 219 ms — h2https://saldoxpres.com/public/css/offcanvas.css/public/css/offcanvas.css https://saldoxpres.com/public/css/offcanvas.css — 200 — 1.5 KiB — 626 ms — h2https://saldoxpres.com/public/css/swiper.css/public/css/swiper.css https://saldoxpres.com/public/css/swiper.css — 200 — 4.4 KiB — 626 ms — h2https://www.bangjeff.com/_next/image?url=https%3A%2F%2Fcdn.bangjeff.com%2F8f4f6f16-4763-4733-a595-c37c9aae94f1.webp&w=48&q=75www.bangjeff.com/_next/image?url=ht... https://www.bangjeff.com/_next/image?url=https%3A%2F%2Fcdn.bangjeff.com%2F8f4f6f16-4763-4733-a595-c37c9aae94f1.webp&w=48&q=75 — -1 — 0 B — 101 ms — https://www.bangjeff.com/_next/image?url=https%3A%2F%2Fcdn.bangjeff.com%2F509573ad-c36d-467e-884a-72a984a95330.webp&w=48&q=75www.bangjeff.com/_next/image?url=ht... https://www.bangjeff.com/_next/image?url=https%3A%2F%2Fcdn.bangjeff.com%2F509573ad-c36d-467e-884a-72a984a95330.webp&w=48&q=75 — -1 — 0 B — 103 ms — https://saldoxpres.com/public/css/toastr.css/public/css/toastr.css https://saldoxpres.com/public/css/toastr.css — 200 — 3.8 KiB — 625 ms — h2https://www.bangjeff.com/_next/image?url=https%3A%2F%2Fcdn.bangjeff.com%2Ff233c760-d50d-40f6-a425-800559888c18.webp&w=48&q=75www.bangjeff.com/_next/image?url=ht... https://www.bangjeff.com/_next/image?url=https%3A%2F%2Fcdn.bangjeff.com%2Ff233c760-d50d-40f6-a425-800559888c18.webp&w=48&q=75 — -1 — 0 B — 100 ms — https://saldoxpres.com/public/js/bootstrap.js/public/js/bootstrap.js https://saldoxpres.com/public/js/bootstrap.js — 200 — 22.4 KiB — 818 ms — h2https://saldoxpres.com/public/js/jquery.js/public/js/jquery.js https://saldoxpres.com/public/js/jquery.js — 200 — 29.6 KiB — 625 ms — h2https://saldoxpres.com/public/js/swiper.js/public/js/swiper.js https://saldoxpres.com/public/js/swiper.js — 200 — 39.9 KiB — 819 ms — h2https://saldoxpres.com/public/js/toastr.js/public/js/toastr.js https://saldoxpres.com/public/js/toastr.js — 200 — 2.0 KiB — 215 ms — h2https://cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.19.0/js/md5.min.jscdnjs.cloudflare.com/ajax/libs/blue... https://cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.19.0/js/md5.min.js — 200 — 1.9 KiB — 93 ms — h3https://saldoxpres.com/public/img/web/1002383754.png/public/img/web/1002383754.png https://saldoxpres.com/public/img/web/1002383754.png — 200 — 370.8 KiB — 1.2 s — h2https://react-circle-flags.pages.dev/id.svgreact-circle-flags.pages.dev/id.svg https://react-circle-flags.pages.dev/id.svg — 200 — 748 B — 111 ms — h3https://saldoxpres.com/public/img/banner/file_0000000003607208b785095bc86f1ddb.png/public/img/banner/file_00000000036... https://saldoxpres.com/public/img/banner/file_0000000003607208b785095bc86f1ddb.png — 200 — 1.9 MiB — 2.3 s — h2https://saldoxpres.com/public/img/banner/file_0000000096f471faa5daf9fb4e74708c.png/public/img/banner/file_0000000096f... https://saldoxpres.com/public/img/banner/file_0000000096f471faa5daf9fb4e74708c.png — 200 — 2.3 MiB — 2.1 s — h2https://saldoxpres.com/public/img/banner/1200002013_1.png/public/img/banner/1200002013_1.png https://saldoxpres.com/public/img/banner/1200002013_1.png — 200 — 2.2 MiB — 2.2 s — h2https://saldoxpres.com/livechat/livechat-widget.js/livechat/livechat-widget.js https://saldoxpres.com/livechat/livechat-widget.js — 200 — 2.4 KiB — 861 ms — h2https://saldoxpres.com/public/img/web/1000132669.png/public/img/web/1000132669.png https://saldoxpres.com/public/img/web/1000132669.png — 200 — 1.2 MiB — 1.6 s — h2https://saldoxpres.com/public/media/8936b6d02fa555ef-s.p.woff2/public/media/8936b6d02fa555ef-s.p.... https://saldoxpres.com/public/media/8936b6d02fa555ef-s.p.woff2 — 200 — 14.3 KiB — 925 ms — h2https://saldoxpres.com/public/media/b11c0a0df6cb7c16-s.p.woff2/public/media/b11c0a0df6cb7c16-s.p.... https://saldoxpres.com/public/media/b11c0a0df6cb7c16-s.p.woff2 — 200 — 14.5 KiB — 927 ms — h2https://saldoxpres.com/public/media/9566c4bc819b17de-s.p.woff2/public/media/9566c4bc819b17de-s.p.... https://saldoxpres.com/public/media/9566c4bc819b17de-s.p.woff2 — 200 — 13.7 KiB — 933 ms — h2https://saldoxpres.com/public/media/cf6043f6f9e378b1-s.p.woff2/public/media/cf6043f6f9e378b1-s.p.... https://saldoxpres.com/public/media/cf6043f6f9e378b1-s.p.woff2 — 200 — 14.4 KiB — 932 ms — h2https://saldoxpres.com/id-id/FlashSaleGet/id-id/FlashSaleGet https://saldoxpres.com/id-id/FlashSaleGet — 200 — 72 B — 405 ms — h2https://saldoxpres.com/id-id/GamesGet/id-id/GamesGet https://saldoxpres.com/id-id/GamesGet — 200 — 3.8 KiB — 401 ms — h2https://saldoxpres.com/id-id/PopularGamesGet/id-id/PopularGamesGet https://saldoxpres.com/id-id/PopularGamesGet — 200 — 943 B — 401 ms — h2https://saldoxpres.com//id-id/NewsGet//id-id/NewsGet https://saldoxpres.com//id-id/NewsGet — 200 — 701 B — 402 ms — h2https://saldoxpres.com/public/img/games/1775499740-1775499740_275b3f0c8ea218bf85fb.webp/public/img/games/1775499740-177549... https://saldoxpres.com/public/img/games/1775499740-1775499740_275b3f0c8ea218bf85fb.webp — 200 — 21.7 KiB — 326 ms — h2
0 ms 2.0 s 4.0 s 6.0 s 8.0 s 10.0 s 12.0 s 14.0 s 16.0 s 18.0 s FCP 3.2 s LCP 17.7 shttps://saldoxpres.com// https://saldoxpres.com/ — 302 — 258 B — 652 ms — h2https://saldoxpres.com/id-id/id-id https://saldoxpres.com/id-id — 200 — 20.3 KiB — 455 ms — h2https://saldoxpres.com/public/css/main.min.css/public/css/main.min.css https://saldoxpres.com/public/css/main.min.css — 200 — 24.8 KiB — 219 ms — h2https://saldoxpres.com/public/css/offcanvas.css/public/css/offcanvas.css https://saldoxpres.com/public/css/offcanvas.css — 200 — 1.5 KiB — 626 ms — h2https://saldoxpres.com/public/css/swiper.css/public/css/swiper.css https://saldoxpres.com/public/css/swiper.css — 200 — 4.4 KiB — 626 ms — h2https://www.bangjeff.com/_next/image?url=https%3A%2F%2Fcdn.bangjeff.com%2F8f4f6f16-4763-4733-a595-c37c9aae94f1.webp&w=48&q=75www.bangjeff.com/_next/image?url=ht... https://www.bangjeff.com/_next/image?url=https%3A%2F%2Fcdn.bangjeff.com%2F8f4f6f16-4763-4733-a595-c37c9aae94f1.webp&w=48&q=75 — -1 — 0 B — 101 ms — https://www.bangjeff.com/_next/image?url=https%3A%2F%2Fcdn.bangjeff.com%2F509573ad-c36d-467e-884a-72a984a95330.webp&w=48&q=75www.bangjeff.com/_next/image?url=ht... https://www.bangjeff.com/_next/image?url=https%3A%2F%2Fcdn.bangjeff.com%2F509573ad-c36d-467e-884a-72a984a95330.webp&w=48&q=75 — -1 — 0 B — 103 ms — https://saldoxpres.com/public/css/toastr.css/public/css/toastr.css https://saldoxpres.com/public/css/toastr.css — 200 — 3.8 KiB — 625 ms — h2https://www.bangjeff.com/_next/image?url=https%3A%2F%2Fcdn.bangjeff.com%2Ff233c760-d50d-40f6-a425-800559888c18.webp&w=48&q=75www.bangjeff.com/_next/image?url=ht... https://www.bangjeff.com/_next/image?url=https%3A%2F%2Fcdn.bangjeff.com%2Ff233c760-d50d-40f6-a425-800559888c18.webp&w=48&q=75 — -1 — 0 B — 100 ms — https://saldoxpres.com/public/js/bootstrap.js/public/js/bootstrap.js https://saldoxpres.com/public/js/bootstrap.js — 200 — 22.4 KiB — 818 ms — h2https://saldoxpres.com/public/js/jquery.js/public/js/jquery.js https://saldoxpres.com/public/js/jquery.js — 200 — 29.6 KiB — 625 ms — h2https://saldoxpres.com/public/js/swiper.js/public/js/swiper.js https://saldoxpres.com/public/js/swiper.js — 200 — 39.9 KiB — 819 ms — h2https://saldoxpres.com/public/js/toastr.js/public/js/toastr.js https://saldoxpres.com/public/js/toastr.js — 200 — 2.0 KiB — 215 ms — h2https://cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.19.0/js/md5.min.jscdnjs.cloudflare.com/ajax/libs/blue... https://cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.19.0/js/md5.min.js — 200 — 1.9 KiB — 93 ms — h3https://saldoxpres.com/public/img/web/1002383754.png/public/img/web/1002383754.png https://saldoxpres.com/public/img/web/1002383754.png — 200 — 370.8 KiB — 1.2 s — h2https://react-circle-flags.pages.dev/id.svgreact-circle-flags.pages.dev/id.svg https://react-circle-flags.pages.dev/id.svg — 200 — 748 B — 111 ms — h3https://saldoxpres.com/public/img/banner/file_0000000003607208b785095bc86f1ddb.png/public/img/banner/file_00000000036... https://saldoxpres.com/public/img/banner/file_0000000003607208b785095bc86f1ddb.png — 200 — 1.9 MiB — 2.3 s — h2https://saldoxpres.com/public/img/banner/file_0000000096f471faa5daf9fb4e74708c.png/public/img/banner/file_0000000096f... https://saldoxpres.com/public/img/banner/file_0000000096f471faa5daf9fb4e74708c.png — 200 — 2.3 MiB — 2.1 s — h2https://saldoxpres.com/public/img/banner/1200002013_1.png/public/img/banner/1200002013_1.png https://saldoxpres.com/public/img/banner/1200002013_1.png — 200 — 2.2 MiB — 2.2 s — h2https://saldoxpres.com/livechat/livechat-widget.js/livechat/livechat-widget.js https://saldoxpres.com/livechat/livechat-widget.js — 200 — 2.4 KiB — 861 ms — h2https://saldoxpres.com/public/img/web/1000132669.png/public/img/web/1000132669.png https://saldoxpres.com/public/img/web/1000132669.png — 200 — 1.2 MiB — 1.6 s — h2https://saldoxpres.com/public/media/8936b6d02fa555ef-s.p.woff2/public/media/8936b6d02fa555ef-s.p.... https://saldoxpres.com/public/media/8936b6d02fa555ef-s.p.woff2 — 200 — 14.3 KiB — 925 ms — h2https://saldoxpres.com/public/media/b11c0a0df6cb7c16-s.p.woff2/public/media/b11c0a0df6cb7c16-s.p.... https://saldoxpres.com/public/media/b11c0a0df6cb7c16-s.p.woff2 — 200 — 14.5 KiB — 927 ms — h2https://saldoxpres.com/public/media/9566c4bc819b17de-s.p.woff2/public/media/9566c4bc819b17de-s.p.... https://saldoxpres.com/public/media/9566c4bc819b17de-s.p.woff2 — 200 — 13.7 KiB — 933 ms — h2https://saldoxpres.com/public/media/cf6043f6f9e378b1-s.p.woff2/public/media/cf6043f6f9e378b1-s.p.... https://saldoxpres.com/public/media/cf6043f6f9e378b1-s.p.woff2 — 200 — 14.4 KiB — 932 ms — h2https://saldoxpres.com/id-id/FlashSaleGet/id-id/FlashSaleGet https://saldoxpres.com/id-id/FlashSaleGet — 200 — 72 B — 405 ms — h2https://saldoxpres.com/id-id/GamesGet/id-id/GamesGet https://saldoxpres.com/id-id/GamesGet — 200 — 3.8 KiB — 401 ms — h2https://saldoxpres.com/id-id/PopularGamesGet/id-id/PopularGamesGet https://saldoxpres.com/id-id/PopularGamesGet — 200 — 943 B — 401 ms — h2https://saldoxpres.com//id-id/NewsGet//id-id/NewsGet https://saldoxpres.com//id-id/NewsGet — 200 — 701 B — 402 ms — h2https://saldoxpres.com/public/img/games/1775499740-1775499740_275b3f0c8ea218bf85fb.webp/public/img/games/1775499740-177549... https://saldoxpres.com/public/img/games/1775499740-1775499740_275b3f0c8ea218bf85fb.webp — 200 — 21.7 KiB — 326 ms — h2https://saldoxpres.com/public/img/games/1775499955-1775499955_59af5036b70e6452425d.webp/public/img/games/1775499955-177549... https://saldoxpres.com/public/img/games/1775499955-1775499955_59af5036b70e6452425d.webp — 200 — 37.2 KiB — 314 ms — h2https://saldoxpres.com/public/img/games/1775500525-1775500525_58324148881d245700dc.webp/public/img/games/1775500525-177550... https://saldoxpres.com/public/img/games/1775500525-1775500525_58324148881d245700dc.webp — 200 — 38.1 KiB — 311 ms — h2https://saldoxpres.com/public/img/games/1775500660-1775500660_c98ba5a62cabf120a724.webp/public/img/games/1775500660-177550... https://saldoxpres.com/public/img/games/1775500660-1775500660_c98ba5a62cabf120a724.webp — 200 — 23.1 KiB — 326 ms — h2https://saldoxpres.com/public/img/games/1775500780-1775500780_361873eabb291665e0ae.webp/public/img/games/1775500780-177550... https://saldoxpres.com/public/img/games/1775500780-1775500780_361873eabb291665e0ae.webp — 200 — 19.9 KiB — 329 ms — h2https://saldoxpres.com/public/img/games/1775500878-1775500878_5347e33a597f01116e70.jpg/public/img/games/1775500878-177550... https://saldoxpres.com/public/img/games/1775500878-1775500878_5347e33a597f01116e70.jpg — 200 — 53.7 KiB — 326 ms — h2https://saldoxpres.com/public/img/games/1775501002-1775501002_e8ce9977802a4bd511df.webp/public/img/games/1775501002-177550... https://saldoxpres.com/public/img/games/1775501002-1775501002_e8ce9977802a4bd511df.webp — 200 — 124.1 KiB — 330 ms — h2https://saldoxpres.com/public/img/games/1775501173-1775501173_36fa17a5a656fd80e3e7.webp/public/img/games/1775501173-177550... https://saldoxpres.com/public/img/games/1775501173-1775501173_36fa17a5a656fd80e3e7.webp — 200 — 19.5 KiB — 325 ms — h2https://saldoxpres.com/public/img/games/1775501397-1775501397_9f9fbdcb51343831d664.webp/public/img/games/1775501397-177550... https://saldoxpres.com/public/img/games/1775501397-1775501397_9f9fbdcb51343831d664.webp — 200 — 25.1 KiB — 329 ms — h2https://saldoxpres.com/public/img/games/1775501532-1775501532_ed63f9a6aa30628dbd18.webp/public/img/games/1775501532-177550... https://saldoxpres.com/public/img/games/1775501532-1775501532_ed63f9a6aa30628dbd18.webp — 200 — 132.3 KiB — 334 ms — h2https://saldoxpres.com/public/img/games/1775501650-1775501650_aad1f304968011b6f9b9.webp/public/img/games/1775501650-177550... https://saldoxpres.com/public/img/games/1775501650-1775501650_aad1f304968011b6f9b9.webp — 200 — 34.5 KiB — 325 ms — h2https://saldoxpres.com/public/img/games/1775501758-1775501758_84da41f8329fa510ef84.webp/public/img/games/1775501758-177550... https://saldoxpres.com/public/img/games/1775501758-1775501758_84da41f8329fa510ef84.webp — 200 — 103.5 KiB — 375 ms — h2https://saldoxpres.com/public/img/games/1775501895-1775501895_e0553ba16112230416da.png/public/img/games/1775501895-177550... https://saldoxpres.com/public/img/games/1775501895-1775501895_e0553ba16112230416da.png — 200 — 1.1 MiB — 515 ms — h2https://saldoxpres.com/public/img/games/1775517466-1775517466_fef3e0d04ac78abd53e1.webp/public/img/games/1775517466-177551... https://saldoxpres.com/public/img/games/1775517466-1775517466_fef3e0d04ac78abd53e1.webp — 200 — 29.1 KiB — 378 ms — h2https://saldoxpres.com/public/img/games/1775517782-1775517782_79df591020e09fcb5b8a.jpg/public/img/games/1775517782-177551... https://saldoxpres.com/public/img/games/1775517782-1775517782_79df591020e09fcb5b8a.jpg — 200 — 18.4 KiB — 330 ms — h2https://saldoxpres.com/public/img/games/1775517874-1775517874_7c712de28e9b46a63c28.jpg/public/img/games/1775517874-177551... https://saldoxpres.com/public/img/games/1775517874-1775517874_7c712de28e9b46a63c28.jpg — 200 — 20.5 KiB — 374 ms — h2https://saldoxpres.com/public/img/games/1775517971-1775517971_c9eb2a351a342aabb98f.jpg/public/img/games/1775517971-177551... https://saldoxpres.com/public/img/games/1775517971-1775517971_c9eb2a351a342aabb98f.jpg — 200 — 8.1 KiB — 520 ms — h2https://saldoxpres.com/public/img/games/1775518061-1775518061_ae502a1abd17914de97b.png/public/img/games/1775518061-177551... https://saldoxpres.com/public/img/games/1775518061-1775518061_ae502a1abd17914de97b.png — 200 — 208.3 KiB — 575 ms — h2https://saldoxpres.com/public/img/games/1775518179-1775518179_b8e77ebabc6d2b749727.jpg/public/img/games/1775518179-177551... https://saldoxpres.com/public/img/games/1775518179-1775518179_b8e77ebabc6d2b749727.jpg — 200 — 30.7 KiB — 525 ms — h2https://saldoxpres.com/public/img/games/1775518298-1775518298_09db510ec8d93c6bbbf6.jpg/public/img/games/1775518298-177551... https://saldoxpres.com/public/img/games/1775518298-1775518298_09db510ec8d93c6bbbf6.jpg — 200 — 17.0 KiB — 517 ms — h2https://saldoxpres.com/public/img/games/1776880574-1776880574_981230994bb162c8cbca.jpg/public/img/games/1776880574-177688... https://saldoxpres.com/public/img/games/1776880574-1776880574_981230994bb162c8cbca.jpg — 200 — 175.8 KiB — 574 ms — h2https://flaxgames.my.id/public/img/web/popular-image2.pngflaxgames.my.id/public/img/web/popu... https://flaxgames.my.id/public/img/web/popular-image2.png — 200 — 341.3 KiB — 1.7 s — h2https://saldoxpres.com//public/img/berita/1775502166-1775502166_c1611af3de912c2e1f52.png//public/img/berita/1775502166-1775... https://saldoxpres.com//public/img/berita/1775502166-1775502166_c1611af3de912c2e1f52.png — 200 — 1.9 MiB — 762 ms — h2https://saldoxpres.com/public/img/web/1002383754.png/public/img/web/1002383754.png https://saldoxpres.com/public/img/web/1002383754.png — 200 — 0 B — 2 ms — h2
HTML JavaScript CSS Images Fonts XHR/Fetch Other
Third-Party Script Cost
Per-script blocking time, transfer cost, and cache headers
INFO
12% of JavaScript execution is third-party
First-party Third-party 469ms · 0KB · Rp11580/mo
Unattributable
Other
Costly
Execution 469ms
Transfer 0 KB
Monthly Cost Rp11580/mo

These scripts may cost more than they're worth

  • Unattributable adds 469ms and costs ~Rp11580/month

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

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

Send Feedback