Mobile 375 × 812

Desktop 1440 × 900

Score: 68 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Major barriers for users with disabilities — up to 15% of your audience.
Solid SEO basics — a few optimizations could boost rankings.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Missing metadata means poor previews on social media and search.
Heavier than average — reducing page weight saves energy and bandwidth.
The overall score is a weighted average of individual category scores. Categories with more impact on user experience and security carry more weight.
Weights reflect general web best practices. Individual needs may differ.
Content-Security-Policy header is missing
Security gaps expose your site and users to attacks, eroding trust.
HSTS header is missing
Security gaps expose your site and users to attacks, eroding trust.
No Content-Security-Policy header found
Security gaps expose your site and users to attacks, eroding trust.
Page weighs 8.9 MB (8.0 MB transferred)
Performance issues directly impact user engagement and conversion rates.
1 link(s) with no accessible text
Accessibility issues exclude users with disabilities — up to 15% of your potential audience.
High impact, low effort — start here.
High impact, requires investment.
Small gains, minimal effort.
Nothing in this quadrant — good news.
Low impact, high effort — do last.
Nothing in this quadrant — good news.
[](https://beavercheck.com/results/01491b00-3c85-4dc2-b3f7-befb2209e1f1)<a href="https://beavercheck.com/results/01491b00-3c85-4dc2-b3f7-befb2209e1f1"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fsaldoxpres.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fsaldoxpres.comThis badge auto-updates with your latest scan result.
Your site has several issues that may be affecting user experience and business outcomes. Your LCP of 15.0s exceeds Google's 2.5s 'Good' threshold and the 1 performance issue below directly contributes to it. Accessibility issues exclude users who rely on assistive technology — an estimated 15% of your potential audience. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~31%.
Page takes 15.0s to load
+12% bounceUsers abandon at ~3s — you're 12.5s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
No HSTS header
+1% bounceReturning visitors are briefly exposed to downgrade attacks on first request
Fix: Set Strict-Transport-Security: max-age=31536000; includeSubDomains
No Content-Security-Policy header
+1% bounceHigher XSS blast radius — one compromised script can exfiltrate the checkout form
Fix: Ship a reporting-only CSP first, then enforce once violations are clean
Layout shifts during page load
+3% bounceContent movement causes mis-clicks on CTAs and form fields
Fix: Add width/height to images; reserve space for late-loading embeds
No Open Graph tags
+2% bounceLinks shared on LinkedIn / Slack / Facebook show bare URLs — referral clicks drop
Fix: Add og:title, og:description, og:image, og:url to the page head
No structured data
+2% bounceNo rich-result eligibility in Google — lower SERP CTR vs competitors with stars and prices
Fix: Add JSON-LD for your page type (Product, Article, FAQPage, LocalBusiness, …)
Thin content
+3% bounceUnder 300 words — visitors bounce looking for substance, search engines rank competitors first
Fix: Add a substantive FAQ, product detail, or case-study section
Content is hard to read
+2% bounceGraduate-level reading difficulty — limits the addressable audience for product or blog pages
Fix: Shorten sentences; replace jargon with plain language; target Flesch ease ≥60
No skip-to-content link
+1% bounceKeyboard and screen-reader users must tab through the entire header on every page
Fix: Add a visible-on-focus <a href="#main">Skip to content</a> as the first focusable element
1 broken link(s) on the page
+2% bounceClicks land on 404s — trust drops and the session often ends
Fix: Fix or remove the broken destinations surfaced on the Content tab
Preliminary CRO audit — each barrier links to the tab with detailed analysis.
IDR 2,500,000 investment → IDR 32,566/month returns + IDR 60,000,000,000 risk avoided
IDR 2,500,000
5h · 5 findings
IDR 32,566 /mo
~IDR 390,791 / year
IDR 60,000,000,000
if kept compliant
IDR 750,000 — in quick wins — start here for the fastest payback
Figures combine localized regulatory fine ceilings, search/conversion value priced against local CPC, and bandwidth waste estimates. Results depend on implementation quality and audience composition. Not legal or financial advice.
5.0 developer hours at Rp500000/hr
Based on Indonesia rates (Rp500000/hr)
Start here for the best return on investment
IDR 5,000,032,566 / month at risk
~IDR 60,000,390,791 / year if left unfixed
IDR 60,000,000,000
IDR 32,566 /mo
25238.6 MB/mo × 1290.323 IDR/GB
Compliance figures represent the statutory maximum fine for the most severe triggered category, capped per regulation — not the sum of per-finding penalties. Based on published regulatory fine ranges. This is not legal advice.
Unique monthly visitors from your analytics
Purchases, signups, or key actions
Optional — for revenue estimation
more engaged visitors from reduced bounce
Fix 5 critical issues to capture this value
Based on Google/Deloitte research ("Milliseconds Make Millions") showing a ~7% bounce rate increase per additional second of LCP above the 2.5s "Good" threshold.
Your site's LCP: → estimated after fixes.
These are estimates based on industry research — actual results vary
Your data stays in your browser — nothing is sent to our servers
Thanks for your feedback!
We'll use a cached audit if available, or offer to scan.
Industry-standard audits powered by Google Lighthouse.
Key metrics that affect user experience.
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
2.67 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
14.97 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
144 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.211
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
6.02 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.
19.89 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Layout shifts occur when elements move absent any user interaction. Investigate the causes of layout shifts, such as elements being added, removed, or their fonts changing as the page loads.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl | saldoxpres.com/public/img/banner/file_00000000be4471faa97d10b4c9a19369.png | 1.9 MiB | 1.9 MiB |
Rilis Hero Baru Marcel & Skin Starlight Maret 2026: Siapkan Diamond-mu! div#berita-container > div.relative > a.group > img.absolute | saldoxpres.com//public/img/berita/1775502166-1775502166_c1611af3de912c2e1f52.png | 1.9 MiB | 1.9 MiB |
body.bg-background > div.content > div.mt-12 > img.object-cover body.bg-background > div.content > div.mt-12 > img.object-cover | saldoxpres.com/public/img/web/1000132669.png | 1.2 MiB | 1.2 MiB |
Logo div.container > div.xl:grid > div.space-y-8 > img.h-16 | saldoxpres.com/public/img/web/1002383754.png | 370.6 KiB | 365.8 KiB |
Mobile Legends
Moonton div.container > ul#popular-cards-container > li.relative > a.flex | flaxgames.my.id/public/img/web/popular-image2.png | 340.9 KiB | 195.6 KiB |
Point Blank div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775501532-1775501532_ed63f9a6aa30628dbd18.webp | 132.2 KiB | 130.3 KiB |
Mobile Legends div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775501002-1775501002_e8ce9977802a4bd511df.webp | 124.0 KiB | 122.2 KiB |
Blood Strike div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775501758-1775501758_84da41f8329fa510ef84.webp | 103.4 KiB | 96.7 KiB |
Free Fire div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775500878-1775500878_5347e33a597f01116e70.jpg | 53.7 KiB | 47.0 KiB |
Ace Racer div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775499955-1775499955_59af5036b70e6452425d.webp | 37.1 KiB | 33.4 KiB |
Genshin Impact div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775500525-1775500525_58324148881d245700dc.webp | 38.1 KiB | 31.8 KiB |
Arena of Valor div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775501650-1775501650_aad1f304968011b6f9b9.webp | 34.5 KiB | 28.8 KiB |
Valorant div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775501397-1775501397_9f9fbdcb51343831d664.webp | 25.0 KiB | 20.9 KiB |
Magic Chess : Go Go div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775500660-1775500660_c98ba5a62cabf120a724.webp | 23.1 KiB | 19.0 KiB |
PUBG Mobile div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775500780-1775500780_361873eabb291665e0ae.webp | 19.9 KiB | 16.6 KiB |
Call of Duty MOBILE div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775499740-1775499740_275b3f0c8ea218bf85fb.webp | 21.7 KiB | 16.1 KiB |
Ragnarok M Eternal Love div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775501173-1775501173_36fa17a5a656fd80e3e7.webp | 19.5 KiB | 11.2 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| saldoxpres.com/public/js/toastr.js | 2.0 KiB | |
| saldoxpres.com/public/js/swiper.js | 40.0 KiB | 310 ms |
| saldoxpres.com/public/js/jquery.js | 29.6 KiB | 310 ms |
| saldoxpres.com/public/js/bootstrap.js | 22.5 KiB | 310 ms |
| saldoxpres.com/public/css/toastr.css | 3.8 KiB | |
| saldoxpres.com/public/css/main.min.css | 24.9 KiB | 310 ms |
| saldoxpres.com/public/css/swiper.css | 4.4 KiB | |
| saldoxpres.com/public/css/offcanvas.css | 1.5 KiB | |
| cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.19.0/js/md5.min.js | 1.9 KiB | 753 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| saldoxpres.com/ | 1.0 s |
| saldoxpres.com/id-id | 0.0 ms |
These are the largest layout shifts observed on the page. Each table item represents a single layout shift, and shows the element that shifted the most. Below each item are possible root causes that led to the layout shift. Some of these layout shifts may not be included in the CLS metric value due to windowing. Learn how to improve CLS
Performance issues directly impact user engagement and conversion rates.
| Element | Layout shift score |
|---|---|
🔥 TRENDING
Berikut adalah beberapa produk yang paling populer saat ini.
Magic… div.content > div.jsx-3478627577 > div.relative > div.flex | 0.160 |
TOP UP GAME
Pilih game favorit dan top up dengan mudah.
Games
Emoney
Streamin… div.jsx-3478627577 > div.relative > div.flex > div.container | 0.037 |
TOP UP GAME
Pilih game favorit dan top up dengan mudah.
Games
Emoney
Streamin… div.jsx-3478627577 > div.relative > div.flex > div.container | 0.013 |
Streaming div > div.flex > div#tabScrollContainer > button.tab | 0.000 |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| saldoxpres.com/public/css/main.min.css | 24.7 KiB | 21.6 KiB |
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| saldoxpres.com/public/js/swiper.js | 40.0 KiB | 23.4 KiB |
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to minimize main-thread work
Performance issues directly impact user engagement and conversion rates.
| Category | Time Spent |
|---|---|
| Other | 2.3 s |
| Style & Layout | 1.8 s |
| Script Evaluation | 474 ms |
| Rendering | 390 ms |
| Parse HTML & CSS | 66 ms |
| Script Parsing & Compilation | 56 ms |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl | saldoxpres.com/public/img/banner/file_00000000be4471faa97d10b4c9a19369.png |
div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl | saldoxpres.com/public/img/banner/file_00000000be4471faa97d10b4c9a19369.png |
div.flex > button.inline-flex > div.size-5 > img div.flex > button.inline-flex > div.size-5 > img | react-circle-flags.pages.dev/id.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Games
Emoney
Streaming
Pulsa div.relative > div.flex > div.container > div |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
When a button doesn't have an accessible name, screen readers announce it as "button", making it unusable for users who rely on screen readers. Learn how to make buttons more accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.border-b > div.container > div.flex > button.inline-flex div.border-b > div.container > div.flex > button.inline-flex |
div.container > div.flex > div.block > button.inline-flex div.container > div.flex > div.block > button.inline-flex |
div > div.flex > div.block > button.inline-flex div > div.flex > div.block > button.inline-flex |
div > div.flex > div.block > button.inline-flex div > div.flex > div.block > button.inline-flex |
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl |
div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.my-8 > div.container > div#berita-container > a.group div.my-8 > div.container > div#berita-container > a.group |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Games div > div.flex > div#tabScrollContainer > button.tab |
These are opportunities to improve the legibility of your content.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Call of Duty MOBILE
Garena
Ace Racer
NetEase
Genshin Impact
HoYoverse
Mag… div.flex > div.container > div > ul.my-8 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.dark html.dark |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
SyntaxError: Unexpected token '<' |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!doctype html> | Syntax not understood |
| 2 | <html lang="en" class="dark"> | Syntax not understood |
| 4 | <head> | Syntax not understood |
| 5 | <meta charset="utf-8"> | Syntax not understood |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | Syntax not understood |
| 7 | <meta name="theme-color" content="rgba(30, 32, 34, 1)"> | Syntax not understood |
| 8 | <base href="https://saldoxpres.com/"> | Unknown directive |
| 9 | <title>SaldoXpres - No #1 supplier top up game & voucher terlaris, murah, aman legal 100% buka 24 Jam dengan payment terlengkap Indonesia</title> | Syntax not understood |
| 10 | <meta name="description" content="No #1 supplier top up game & voucher terlaris, murah, aman legal 100% buka 24 Jam dengan payment terlengkap Indonesia"> | Syntax not understood |
| 11 | <meta name="keywords" content="SaldoXpres, top up ml, topup mobile legends murah, diamon ml murah"> | Syntax not understood |
| 12 | <meta name="author" content="SaldoXpres - Top Up Games Termurah #1 Indonesia"> | Syntax not understood |
| 13 | <link rel="icon" type="image/x-icon" href="https://saldoxpres.com//public/img/web/1002383754.png"> | Unknown directive |
| 15 | <!-- NEW CSS --> | Syntax not understood |
| 16 | <link rel="stylesheet" href="https://saldoxpres.com/public/css/main.min.css"> | Unknown directive |
| 17 | <link rel="stylesheet" href="https://saldoxpres.com/public/css/offcanvas.css"> | Unknown directive |
| 18 | <link rel="stylesheet" href="https://saldoxpres.com/public/css/swiper.css"> | Unknown directive |
| 19 | <link rel="stylesheet" href="https://saldoxpres.com/public/css/toastr.css"> | Unknown directive |
| 21 | <!-- NEW JS --> | Syntax not understood |
| 22 | <script src="https://saldoxpres.com/public/js/bootstrap.js"></script> | Unknown directive |
| 23 | <script src="https://saldoxpres.com/public/js/jquery.js"></script> | Unknown directive |
| 24 | <script src="https://saldoxpres.com/public/js/swiper.js"></script> | Unknown directive |
| 25 | <script src="https://saldoxpres.com/public/js/toastr.js"></script> | Unknown directive |
| 27 | <style> | Syntax not understood |
| 28 | :root{--font-sans:'__IBM_Plex_Sans_Condensed_368570', '__IBM_Plex_Sans_Condensed_Fallback_368570';--font-bjcredits:'__Lexend_Deca_7fd41d', '__Lexend_Deca_Fallback_7fd41d';--font-chakra:'__Chakra_Petch_bde904', '__Chakra_Petch_Fallback_bde904';--flashsale-image: url('https://flaxgames.my.id/public/img/web/flashsale-image1.png'); | Unknown directive |
| 29 | --recommendation-background: 215.13 100% 37.84%; | Unknown directive |
| 30 | --popular-background: 215.56 21.6% 24.51%; | Unknown directive |
| 31 | --popular-image: url('https://flaxgames.my.id/public/img/web/popular-image2.png'); | Unknown directive |
| 32 | --product-background: 215.56 21.6% 24.51%; | Unknown directive |
| 34 | --order-header: 215.56 21.6% 24.51%; | Unknown directive |
| 35 | --order-variant: 215.56 21.6% 24.51%; | Unknown directive |
| 36 | --order-variant-foreground: 0 0% 100%; | Unknown directive |
| 37 | --order-variant-image: url(https://flaxgames.my.id/public/img/web/order-image3.png); | Unknown directive |
| 39 | --payment-card-background: 215.56 21.6% 24.51%; | Unknown directive |
| 41 | --auth-image: url(https://client-cdn.bangjeff.com/veinstore.id/meta/20250109_182520.webp); | Unknown directive |
| 43 | --background: 220 19.15% 9.22%; | Unknown directive |
| 44 | --foreground: 0 0% 96.08%; | Unknown directive |
| 45 | --card: 212 23.81% 12.35%; | Unknown directive |
| 46 | --card-foreground: 0 0% 96.08%; | Unknown directive |
| 47 | --popover: 192 9.8% 10%; | Unknown directive |
| 48 | --popover-foreground: 0 0% 96.08%; | Unknown directive |
| 49 | --primary: 36.61 100% 50.2%; | Unknown directive |
| 50 | --primary-foreground: 0 0% 96.08%; | Unknown directive |
| 51 | --secondary: 212 23.81% 12.35%; | Unknown directive |
| 52 | --secondary-foreground: 0 0% 96.08%; | Unknown directive |
| 53 | --muted: 210 23.26% 16.86%; | Unknown directive |
| 54 | --muted-foreground: 0 0% 96.08%; | Unknown directive |
| 55 | --accent: 0 2.04% 71.18%; | Unknown directive |
| 56 | --accent-foreground: 0 0% 96.08%; | Unknown directive |
| 57 | --success: 142.09 70.56% 45.29%; | Unknown directive |
| 58 | --success-foreground: 0 0% 96.08%; | Unknown directive |
| 59 | --warning: 45.4 93.39% 47.45%; | Unknown directive |
| 60 | --warning-foreground: 0 0% 96.08%; | Unknown directive |
| 61 | --info: 217.22 91.22% 59.8%; | Unknown directive |
| 62 | --info-foreground: 213.33 96.92% 87.25%; | Unknown directive |
| 63 | --destructive: 332 60% 44.12%; | Unknown directive |
| 64 | --destructive-foreground: 0 0% 96.08%; | Unknown directive |
| 65 | --border: 0 0% 7.06%; | Unknown directive |
| 66 | --input: 215.56 21.6% 24.51%; | Unknown directive |
| 67 | --ring: 215.13 100% 37.84%; | Unknown directive |
| 68 | --radius: 1rem; | Unknown directive |
| 71 | --button-gradient-active: true; | Unknown directive |
| 72 | --button-gradient-dir: to bottom; | Unknown directive |
| 73 | --button-gradient-from: #f5b247; | Unknown directive |
| 74 | --gradien-from-stop: 0%; | Unknown directive |
| 75 | --button-gradient-via: #ff9c01; | Unknown directive |
| 76 | --button-gradient-via-stop: 10%; | Unknown directive |
| 77 | --button-gradient-to: #000000; | Unknown directive |
| 78 | --button-gradient-to-stop: 100%; | Unknown directive |
| 79 | --button-gradient-theme: linear-gradient(to bottom, #f5b247 0%, #ff9c01 10%, #000000 100%); | Unknown directive |
| 80 | }.dark{--background: 220 19.15% 9.22%; | Unknown directive |
| 81 | --foreground: 0 0% 96.08%; | Unknown directive |
| 82 | --card: 212 23.81% 12.35%; | Unknown directive |
| 83 | --card-foreground: 0 0% 96.08%; | Unknown directive |
| 84 | --popover: 192 9.8% 10%; | Unknown directive |
| 85 | --popover-foreground: 0 0% 96.08%; | Unknown directive |
| 86 | --primary: 36.61 100% 50.2%; | Unknown directive |
| 87 | --primary-foreground: 0 0% 96.08%; | Unknown directive |
| 88 | --secondary: 212 23.81% 12.35%; | Unknown directive |
| 89 | --secondary-foreground: 0 0% 96.08%; | Unknown directive |
| 90 | --muted: 210 23.26% 16.86%; | Unknown directive |
| 91 | --muted-foreground: 0 0% 96.08%; | Unknown directive |
| 92 | --accent: 0 2.04% 71.18%; | Unknown directive |
| 93 | --accent-foreground: 0 0% 96.08%; | Unknown directive |
| 94 | --success: 142.09 70.56% 45.29%; | Unknown directive |
| 95 | --success-foreground: 0 0% 96.08%; | Unknown directive |
| 96 | --warning: 45.4 93.39% 47.45%; | Unknown directive |
| 97 | --warning-foreground: 0 0% 96.08%; | Unknown directive |
| 98 | --info: 217.22 91.22% 59.8%; | Unknown directive |
| 99 | --info-foreground: 213.33 96.92% 87.25%; | Unknown directive |
| 100 | --destructive: 332 60% 44.12%; | Unknown directive |
| 101 | --destructive-foreground: 0 0% 96.08%; | Unknown directive |
| 102 | --border: 0 0% 7.06%; | Unknown directive |
| 103 | --input: 215.56 21.6% 24.51%; | Unknown directive |
| 104 | --ring: 215.13 100% 37.84%; | Unknown directive |
| 106 | } </style> | Syntax not understood |
| 107 | </head> | Syntax not understood |
| 109 | <body class="bg-background bg-gradient-theme text-foreground"> | Syntax not understood |
| 110 | <main class="relative"> | Syntax not understood |
| 111 | <div class="relative flex min-h-dvh flex-col items-center justify-center overflow-hidden bg-primary/80 text-primary-foreground md:flex-row"><svg width="1024" height="244" viewBox="0 0 1024 244" fill="none" xmlns="http://www.w3.org/2000/svg" class="absolute right-0 top-0 text-primary"> | Unknown directive |
| 112 | <path d="M61.5 65C33.1 55.4 8.66667 17.6667 0 0H1024V244C970.833 196.667 847.1 97 777.5 77C690.5 52 97 77 61.5 65Z" fill="currentColor"></path> | Syntax not understood |
| 113 | </svg><svg width="1024" height="244" viewBox="0 0 1024 244" fill="none" xmlns="http://www.w3.org/2000/svg" class="absolute bottom-0 left-0 text-primary"> | Unknown directive |
| 114 | <path d="M962.5 179C990.9 188.6 1015.33 226.333 1024 244H0V0C53.1667 47.3333 176.9 147 246.5 167C333.5 192 927 167 962.5 179Z" fill="currentColor"></path> | Syntax not understood |
| 115 | </svg><img alt="" loading="lazy" width="765" height="765" decoding="async" data-nimg="1" class="size-56 md:size-96" style="color:transparent" src="https://www.bangjeff.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fnotfound-image.9054fd48.png&w=1920&q=75"> | Unknown directive |
| 116 | <div class="relative z-20 flex flex-col items-center justify-center gap-3 px-4 text-center md:items-start md:text-left "> | Unknown directive |
| 117 | <h1 class="text-2xl/7 font-bold md:text-4xl/8">This page does not exist</h1> | Unknown directive |
| 118 | <p class="order-first text-base/6 font-semibold">404</p> | Syntax not understood |
| 119 | <p class="text-base/6 font-semibold">Sorry, we couldn’t find the page you’re looking for.</p> | Syntax not understood |
| 120 | <div class="flex gap-2 pt-2"><a class="inline-flex items-center justify-center whitespace-nowrap transition-all rounded-lg shadow-sm text-sm font-medium ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80 h-9 px-4 py-2" type="button" style="outline:none" href="https://saldoxpres.com/">Go back home</a></div> | Unknown directive |
| 121 | </div> | Syntax not understood |
| 122 | </div> | Syntax not understood |
| 123 | </main> | Syntax not understood |
| 124 | </body> | Syntax not understood |
| 126 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl |
div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-46a6df7bfcec10d310 > div.swiper-slide > img.rounded-3xl |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Industry-standard audits powered by Google Lighthouse. — Desktop
Key metrics that affect user experience. — Desktop
First Contentful Paint First Contentful Paint — how long until the browser renders the first piece of content. Under 1.8s is good.
782 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
3.10 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
0 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.004
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
2.32 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.
3.10 s
Audit breakdown by category with detailed findings.
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Performance issues directly impact user engagement and conversion rates.
Polyfills and transforms enable older browsers to use new JavaScript features. However, many aren't necessary for modern browsers. Consider modifying your JavaScript build process to not transpile Baseline features, unless you know you must support older browsers. Learn why most sites can deploy ES6+ code without transpiling
Shipping ES5 transpiled code to modern browsers wastes bytes — every user with an evergreen browser pays for compatibility you don't need.
Most users today run browsers that natively support ES6+, async/await, optional chaining, and the rest of modern JavaScript. Transpiling to ES5 'just in case' adds 20-40% to your bundle for no benefit. Configure your build to target a modern browserslist, or ship a differential bundle pair (modern + legacy) with the module/nomodule pattern.
Source: Google web.dev / Lighthouse
3rd party code can significantly impact load performance. Reduce and defer loading of 3rd party code to prioritize your page's content.
Performance issues directly impact user engagement and conversion rates.
A long cache lifetime can speed up repeat visits to your page. Learn more about caching.
Performance issues directly impact user engagement and conversion rates.
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Performance issues directly impact user engagement and conversion rates.
A forced reflow occurs when JavaScript queries geometric properties (such as offsetWidth) after styles have been invalidated by a change to the DOM state. This can result in poor performance. Learn more about forced reflows and possible mitigations.
Performance issues directly impact user engagement and conversion rates.
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Performance issues directly impact user engagement and conversion rates.
| URL | Resource Size | Est Savings | |
|---|---|---|---|
Rilis Hero Baru Marcel & Skin Starlight Maret 2026: Siapkan Diamond-mu! div#berita-container > div.relative > a.group > img.absolute | saldoxpres.com//public/img/berita/1775502166-1775502166_c1611af3de912c2e1f52.png | 1.9 MiB | 1.8 MiB |
div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl | saldoxpres.com/public/img/banner/file_00000000be4471faa97d10b4c9a19369.png | 1.9 MiB | 1.8 MiB |
body.bg-background > div.content > div.mt-12 > img.object-cover body.bg-background > div.content > div.mt-12 > img.object-cover | saldoxpres.com/public/img/web/1000132669.png | 1.2 MiB | 1.1 MiB |
Logo div.container > div.xl:grid > div.space-y-8 > img.h-16 | saldoxpres.com/public/img/web/1002383754.png | 370.6 KiB | 369.0 KiB |
PUBG Mobile
Tencent Games div.container > ul#popular-cards-container > li.relative > a.flex | flaxgames.my.id/public/img/web/popular-image2.png | 340.9 KiB | 195.6 KiB |
Point Blank div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775501532-1775501532_ed63f9a6aa30628dbd18.webp | 132.2 KiB | 130.6 KiB |
Mobile Legends div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775501002-1775501002_e8ce9977802a4bd511df.webp | 124.0 KiB | 122.4 KiB |
Blood Strike div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775501758-1775501758_84da41f8329fa510ef84.webp | 103.4 KiB | 97.6 KiB |
Free Fire div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775500878-1775500878_5347e33a597f01116e70.jpg | 53.7 KiB | 47.9 KiB |
Ace Racer div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775499955-1775499955_59af5036b70e6452425d.webp | 37.1 KiB | 33.9 KiB |
Genshin Impact div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775500525-1775500525_58324148881d245700dc.webp | 38.1 KiB | 32.7 KiB |
Arena of Valor div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775501650-1775501650_aad1f304968011b6f9b9.webp | 34.5 KiB | 29.6 KiB |
Valorant div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775501397-1775501397_9f9fbdcb51343831d664.webp | 25.0 KiB | 21.5 KiB |
Magic Chess : Go Go div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775500660-1775500660_c98ba5a62cabf120a724.webp | 23.1 KiB | 19.5 KiB |
PUBG Mobile div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775500780-1775500780_361873eabb291665e0ae.webp | 19.9 KiB | 17.1 KiB |
Call of Duty MOBILE div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775499740-1775499740_275b3f0c8ea218bf85fb.webp | 21.7 KiB | 16.9 KiB |
Ragnarok M Eternal Love div#cards-container > a.group > div.relative > img.aspect-square | saldoxpres.com/public/img/games/1775501173-1775501173_36fa17a5a656fd80e3e7.webp | 19.5 KiB | 12.4 KiB |
Each subpart has specific improvement strategies. Ideally, most of the LCP time should be spent on loading the resources, not within delays.
Performance issues directly impact user engagement and conversion rates.
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Performance issues directly impact user engagement and conversion rates.
Avoid chaining critical requests by reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load.
Performance issues directly impact user engagement and conversion rates.
Requests are blocking the page's initial render, which may delay LCP. Deferring or inlining can move these network requests out of the critical path.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Duration |
|---|---|---|
| saldoxpres.com/public/js/toastr.js | 2.0 KiB | |
| saldoxpres.com/public/js/swiper.js | 40.0 KiB | 94 ms |
| saldoxpres.com/public/js/jquery.js | 29.6 KiB | |
| saldoxpres.com/public/js/bootstrap.js | 22.5 KiB | |
| saldoxpres.com/public/css/toastr.css | 3.8 KiB | |
| saldoxpres.com/public/css/swiper.css | 4.4 KiB | |
| saldoxpres.com/public/css/offcanvas.css | 1.5 KiB | |
| saldoxpres.com/public/css/main.min.css | 24.9 KiB | |
| cdnjs.cloudflare.com/ajax/libs/blueimp-md5/2.19.0/js/md5.min.js | 1.9 KiB | 228 ms |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Performance issues directly impact user engagement and conversion rates.
| URL | Time Spent |
|---|---|
| saldoxpres.com/ | 463 ms |
| saldoxpres.com/id-id | 0.0 ms |
Time to Interactive is the amount of time it takes for the page to become fully interactive. Learn more about the Time to Interactive metric.
Performance issues directly impact user engagement and conversion rates.
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. Learn how to reduce unused JavaScript.
Multi-megabyte JavaScript bundles delay every interactive feature on the page.
This is the Lighthouse audit fired when too much JS is shipped relative to what executes. The fix isn't a config flag — it requires bundle analysis (webpack-bundle-analyzer, rollup-plugin-visualizer), splitting routes into chunks, lazy-loading off-screen components, and removing unused dependencies. Fundamentally different from minification: minifying reduces byte count, this reduces what's downloaded at all.
Source: Google web.dev / Lighthouse
| URL | Transfer Size | Est Savings |
|---|---|---|
| saldoxpres.com/public/js/swiper.js | 40.0 KiB | 23.4 KiB |
Many navigations are performed by going back to a previous page, or forwards again. The back/forward cache (bfcache) can speed up these return navigations. Learn more about the bfcache
Performance issues directly impact user engagement and conversion rates.
| Failure reason | Failure type |
|---|---|
| Pages with cache-control:no-store header cannot enter back/forward cache. | Actionable |
| Pages whose main resource has cache-control:no-store cannot enter back/forward cache. | Not actionable |
| Back/forward cache is disabled because some JavaScript network request received resource with Cache-Control: no-store header. | Not actionable |
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. Learn how to reduce unused CSS.
Performance issues directly impact user engagement and conversion rates.
| URL | Transfer Size | Est Savings |
|---|---|---|
| saldoxpres.com/public/css/main.min.css | 24.7 KiB | 21.0 KiB |
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Performance issues directly impact user engagement and conversion rates.
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Performance issues directly impact user engagement and conversion rates.
| URL | |
|---|---|
div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl | saldoxpres.com/public/img/banner/file_00000000be4471faa97d10b4c9a19369.png |
div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl | saldoxpres.com/public/img/banner/file_00000000be4471faa97d10b4c9a19369.png |
div.flex > button.inline-flex > div.size-5 > img div.flex > button.inline-flex > div.size-5 > img | react-circle-flags.pages.dev/id.svg |
More information about the performance of your application. These numbers don't directly affect the Performance score.
These checks highlight opportunities to improve the accessibility of your web app. Automatic detection can only detect a subset of issues and does not guarantee the accessibility of your web app, so manual testing is also encouraged.
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. Learn more about roles and required children elements.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Games
Emoney
Streaming
Pulsa div.relative > div.flex > div.container > div |
These are opportunities to improve the usage of ARIA in your application which may enhance the experience for users of assistive technology, like a screen reader.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Games div > div.flex > div#tabScrollContainer > button.tab |
These are opportunities to improve the legibility of your content.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl |
div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl |
Link text (and alternate text for images, when used as links) that is discernible, unique, and focusable improves the navigation experience for screen reader users. Learn how to make links accessible.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.my-8 > div.container > div#berita-container > a.group div.my-8 > div.container > div#berita-container > a.group |
These are opportunities to improve the semantics of the controls in your application. This may enhance the experience for users of assistive technology, like a screen reader.
Screen readers have a specific way of announcing lists. Ensuring proper list structure aids screen reader output. Learn more about proper list structure.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
Call of Duty MOBILE
Garena
Ace Racer
NetEase
Genshin Impact
HoYoverse
Mag… div.flex > div.container > div > ul.my-8 |
These are opportunities to improve the experience of reading tabular or list data using assistive technology, like a screen reader.
One main landmark helps screen reader users navigate a web page. Learn more about landmarks.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
html.dark html.dark |
These items highlight common accessibility best practices.
Errors logged to the console indicate unresolved problems. They can come from network request failures and other browser concerns. Learn more about this errors in console diagnostic audit
Performance issues directly impact user engagement and conversion rates.
| Source | Description |
|---|---|
SyntaxError: Unexpected token '<' |
These checks ensure that your page is following basic search engine optimization advice. There are many additional factors Lighthouse does not score here that may affect your search ranking, including performance on Core Web Vitals. Learn more about Google Search Essentials.
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. Learn more about robots.txt.
Performance issues directly impact user engagement and conversion rates.
| Line # | Content | Error |
|---|---|---|
| 1 | <!doctype html> | Syntax not understood |
| 2 | <html lang="en" class="dark"> | Syntax not understood |
| 4 | <head> | Syntax not understood |
| 5 | <meta charset="utf-8"> | Syntax not understood |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> | Syntax not understood |
| 7 | <meta name="theme-color" content="rgba(30, 32, 34, 1)"> | Syntax not understood |
| 8 | <base href="https://saldoxpres.com/"> | Unknown directive |
| 9 | <title>SaldoXpres - No #1 supplier top up game & voucher terlaris, murah, aman legal 100% buka 24 Jam dengan payment terlengkap Indonesia</title> | Syntax not understood |
| 10 | <meta name="description" content="No #1 supplier top up game & voucher terlaris, murah, aman legal 100% buka 24 Jam dengan payment terlengkap Indonesia"> | Syntax not understood |
| 11 | <meta name="keywords" content="SaldoXpres, top up ml, topup mobile legends murah, diamon ml murah"> | Syntax not understood |
| 12 | <meta name="author" content="SaldoXpres - Top Up Games Termurah #1 Indonesia"> | Syntax not understood |
| 13 | <link rel="icon" type="image/x-icon" href="https://saldoxpres.com//public/img/web/1002383754.png"> | Unknown directive |
| 15 | <!-- NEW CSS --> | Syntax not understood |
| 16 | <link rel="stylesheet" href="https://saldoxpres.com/public/css/main.min.css"> | Unknown directive |
| 17 | <link rel="stylesheet" href="https://saldoxpres.com/public/css/offcanvas.css"> | Unknown directive |
| 18 | <link rel="stylesheet" href="https://saldoxpres.com/public/css/swiper.css"> | Unknown directive |
| 19 | <link rel="stylesheet" href="https://saldoxpres.com/public/css/toastr.css"> | Unknown directive |
| 21 | <!-- NEW JS --> | Syntax not understood |
| 22 | <script src="https://saldoxpres.com/public/js/bootstrap.js"></script> | Unknown directive |
| 23 | <script src="https://saldoxpres.com/public/js/jquery.js"></script> | Unknown directive |
| 24 | <script src="https://saldoxpres.com/public/js/swiper.js"></script> | Unknown directive |
| 25 | <script src="https://saldoxpres.com/public/js/toastr.js"></script> | Unknown directive |
| 27 | <style> | Syntax not understood |
| 28 | :root{--font-sans:'__IBM_Plex_Sans_Condensed_368570', '__IBM_Plex_Sans_Condensed_Fallback_368570';--font-bjcredits:'__Lexend_Deca_7fd41d', '__Lexend_Deca_Fallback_7fd41d';--font-chakra:'__Chakra_Petch_bde904', '__Chakra_Petch_Fallback_bde904';--flashsale-image: url('https://flaxgames.my.id/public/img/web/flashsale-image1.png'); | Unknown directive |
| 29 | --recommendation-background: 215.13 100% 37.84%; | Unknown directive |
| 30 | --popular-background: 215.56 21.6% 24.51%; | Unknown directive |
| 31 | --popular-image: url('https://flaxgames.my.id/public/img/web/popular-image2.png'); | Unknown directive |
| 32 | --product-background: 215.56 21.6% 24.51%; | Unknown directive |
| 34 | --order-header: 215.56 21.6% 24.51%; | Unknown directive |
| 35 | --order-variant: 215.56 21.6% 24.51%; | Unknown directive |
| 36 | --order-variant-foreground: 0 0% 100%; | Unknown directive |
| 37 | --order-variant-image: url(https://flaxgames.my.id/public/img/web/order-image3.png); | Unknown directive |
| 39 | --payment-card-background: 215.56 21.6% 24.51%; | Unknown directive |
| 41 | --auth-image: url(https://client-cdn.bangjeff.com/veinstore.id/meta/20250109_182520.webp); | Unknown directive |
| 43 | --background: 220 19.15% 9.22%; | Unknown directive |
| 44 | --foreground: 0 0% 96.08%; | Unknown directive |
| 45 | --card: 212 23.81% 12.35%; | Unknown directive |
| 46 | --card-foreground: 0 0% 96.08%; | Unknown directive |
| 47 | --popover: 192 9.8% 10%; | Unknown directive |
| 48 | --popover-foreground: 0 0% 96.08%; | Unknown directive |
| 49 | --primary: 36.61 100% 50.2%; | Unknown directive |
| 50 | --primary-foreground: 0 0% 96.08%; | Unknown directive |
| 51 | --secondary: 212 23.81% 12.35%; | Unknown directive |
| 52 | --secondary-foreground: 0 0% 96.08%; | Unknown directive |
| 53 | --muted: 210 23.26% 16.86%; | Unknown directive |
| 54 | --muted-foreground: 0 0% 96.08%; | Unknown directive |
| 55 | --accent: 0 2.04% 71.18%; | Unknown directive |
| 56 | --accent-foreground: 0 0% 96.08%; | Unknown directive |
| 57 | --success: 142.09 70.56% 45.29%; | Unknown directive |
| 58 | --success-foreground: 0 0% 96.08%; | Unknown directive |
| 59 | --warning: 45.4 93.39% 47.45%; | Unknown directive |
| 60 | --warning-foreground: 0 0% 96.08%; | Unknown directive |
| 61 | --info: 217.22 91.22% 59.8%; | Unknown directive |
| 62 | --info-foreground: 213.33 96.92% 87.25%; | Unknown directive |
| 63 | --destructive: 332 60% 44.12%; | Unknown directive |
| 64 | --destructive-foreground: 0 0% 96.08%; | Unknown directive |
| 65 | --border: 0 0% 7.06%; | Unknown directive |
| 66 | --input: 215.56 21.6% 24.51%; | Unknown directive |
| 67 | --ring: 215.13 100% 37.84%; | Unknown directive |
| 68 | --radius: 1rem; | Unknown directive |
| 71 | --button-gradient-active: true; | Unknown directive |
| 72 | --button-gradient-dir: to bottom; | Unknown directive |
| 73 | --button-gradient-from: #f5b247; | Unknown directive |
| 74 | --gradien-from-stop: 0%; | Unknown directive |
| 75 | --button-gradient-via: #ff9c01; | Unknown directive |
| 76 | --button-gradient-via-stop: 10%; | Unknown directive |
| 77 | --button-gradient-to: #000000; | Unknown directive |
| 78 | --button-gradient-to-stop: 100%; | Unknown directive |
| 79 | --button-gradient-theme: linear-gradient(to bottom, #f5b247 0%, #ff9c01 10%, #000000 100%); | Unknown directive |
| 80 | }.dark{--background: 220 19.15% 9.22%; | Unknown directive |
| 81 | --foreground: 0 0% 96.08%; | Unknown directive |
| 82 | --card: 212 23.81% 12.35%; | Unknown directive |
| 83 | --card-foreground: 0 0% 96.08%; | Unknown directive |
| 84 | --popover: 192 9.8% 10%; | Unknown directive |
| 85 | --popover-foreground: 0 0% 96.08%; | Unknown directive |
| 86 | --primary: 36.61 100% 50.2%; | Unknown directive |
| 87 | --primary-foreground: 0 0% 96.08%; | Unknown directive |
| 88 | --secondary: 212 23.81% 12.35%; | Unknown directive |
| 89 | --secondary-foreground: 0 0% 96.08%; | Unknown directive |
| 90 | --muted: 210 23.26% 16.86%; | Unknown directive |
| 91 | --muted-foreground: 0 0% 96.08%; | Unknown directive |
| 92 | --accent: 0 2.04% 71.18%; | Unknown directive |
| 93 | --accent-foreground: 0 0% 96.08%; | Unknown directive |
| 94 | --success: 142.09 70.56% 45.29%; | Unknown directive |
| 95 | --success-foreground: 0 0% 96.08%; | Unknown directive |
| 96 | --warning: 45.4 93.39% 47.45%; | Unknown directive |
| 97 | --warning-foreground: 0 0% 96.08%; | Unknown directive |
| 98 | --info: 217.22 91.22% 59.8%; | Unknown directive |
| 99 | --info-foreground: 213.33 96.92% 87.25%; | Unknown directive |
| 100 | --destructive: 332 60% 44.12%; | Unknown directive |
| 101 | --destructive-foreground: 0 0% 96.08%; | Unknown directive |
| 102 | --border: 0 0% 7.06%; | Unknown directive |
| 103 | --input: 215.56 21.6% 24.51%; | Unknown directive |
| 104 | --ring: 215.13 100% 37.84%; | Unknown directive |
| 106 | } </style> | Syntax not understood |
| 107 | </head> | Syntax not understood |
| 109 | <body class="bg-background bg-gradient-theme text-foreground"> | Syntax not understood |
| 110 | <main class="relative"> | Syntax not understood |
| 111 | <div class="relative flex min-h-dvh flex-col items-center justify-center overflow-hidden bg-primary/80 text-primary-foreground md:flex-row"><svg width="1024" height="244" viewBox="0 0 1024 244" fill="none" xmlns="http://www.w3.org/2000/svg" class="absolute right-0 top-0 text-primary"> | Unknown directive |
| 112 | <path d="M61.5 65C33.1 55.4 8.66667 17.6667 0 0H1024V244C970.833 196.667 847.1 97 777.5 77C690.5 52 97 77 61.5 65Z" fill="currentColor"></path> | Syntax not understood |
| 113 | </svg><svg width="1024" height="244" viewBox="0 0 1024 244" fill="none" xmlns="http://www.w3.org/2000/svg" class="absolute bottom-0 left-0 text-primary"> | Unknown directive |
| 114 | <path d="M962.5 179C990.9 188.6 1015.33 226.333 1024 244H0V0C53.1667 47.3333 176.9 147 246.5 167C333.5 192 927 167 962.5 179Z" fill="currentColor"></path> | Syntax not understood |
| 115 | </svg><img alt="" loading="lazy" width="765" height="765" decoding="async" data-nimg="1" class="size-56 md:size-96" style="color:transparent" src="https://www.bangjeff.com/_next/image?url=%2F_next%2Fstatic%2Fmedia%2Fnotfound-image.9054fd48.png&w=1920&q=75"> | Unknown directive |
| 116 | <div class="relative z-20 flex flex-col items-center justify-center gap-3 px-4 text-center md:items-start md:text-left "> | Unknown directive |
| 117 | <h1 class="text-2xl/7 font-bold md:text-4xl/8">This page does not exist</h1> | Unknown directive |
| 118 | <p class="order-first text-base/6 font-semibold">404</p> | Syntax not understood |
| 119 | <p class="text-base/6 font-semibold">Sorry, we couldn’t find the page you’re looking for.</p> | Syntax not understood |
| 120 | <div class="flex gap-2 pt-2"><a class="inline-flex items-center justify-center whitespace-nowrap transition-all rounded-lg shadow-sm text-sm font-medium ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border border-transparent bg-secondary text-secondary-foreground hover:bg-secondary/80 h-9 px-4 py-2" type="button" style="outline:none" href="https://saldoxpres.com/">Go back home</a></div> | Unknown directive |
| 121 | </div> | Syntax not understood |
| 122 | </div> | Syntax not understood |
| 123 | </main> | Syntax not understood |
| 124 | </body> | Syntax not understood |
| 126 | </html> | Syntax not understood |
To appear in search results, crawlers need access to your app.
Informative elements should aim for short, descriptive alternate text. Decorative elements can be ignored with an empty alt attribute. Learn more about the `alt` attribute.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl |
div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl div.swiper > div#swiper-wrapper-5a20867037d1c8ed > div.swiper-slide > img.rounded-3xl |
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback