Mobile 375 × 812

Desktop 1440 × 900

Score: 71 / 100
Based on 8 categories, 0 sections
Decent speed, but optimizing further could improve engagement.
Several missing protections leave your users and data exposed.
Several issues make your site difficult for assistive technology users.
Well-optimized for search — your content is discoverable.
Good server performance with room for optimization.
Mostly compliant — a few items need attention.
Rich content metadata — your pages look great everywhere.
Reasonable footprint with room for optimization.
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.
106 HTTP requests — consider bundling or reducing
Performance issues directly impact user engagement and conversion rates.
81 third-party resources (88% of weight)
Performance issues directly impact user engagement and conversion rates.
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/1f2fcf94-9007-47d2-b4ae-54e7bdf86637)<a href="https://beavercheck.com/results/1f2fcf94-9007-47d2-b4ae-54e7bdf86637"><img src="https://beavercheck.com/badge?url=https%3A%2F%2Fpalmplaystore.com" alt="BeaverCheck Score"></a>https://beavercheck.com/badge?url=https%3A%2F%2Fpalmplaystore.comThis badge auto-updates with your latest scan result.
Your site performs reasonably well, but a few targeted fixes could meaningfully improve results. Your LCP of 11.3s exceeds Google's 2.5s 'Good' threshold and the 2 performance issues below directly contribute to it. The 3 security gaps leave your users exposed — modern browsers increasingly warn visitors about insecure sites. Addressing the critical issues below would have the most immediate impact on your user trust.
10 barrier(s) likely increasing bounce by ~34%.
Page takes 11.3s to load
+12% bounceUsers abandon at ~3s — you're 8.8s over the 2.5s threshold
Fix: Optimize render-blocking resources, preload the hero image, and compress images
Page feels frozen for 674ms
+5% bounceClicks on the primary CTA are ignored while JavaScript runs
Fix: Break up long tasks; defer non-critical JavaScript to post-hydration
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
Severe layout shift during page load
+6% bounceUsers mis-click when content jumps — converting intent into frustration
Fix: Reserve space for images, ads, and embeds with explicit width/height
Viewport disables user zoom
+2% bounceVisitors with low vision can't read the page — and some jurisdictions treat this as a legal risk
Fix: Remove user-scalable=no; drop maximum-scale if it's below 2
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
145 link(s) with generic text ("click here", "read more")
+1% bounceScreen-reader users navigating by link list see no context — and search engines can't infer relevance
Fix: Rewrite with descriptive phrases that identify the destination
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
2 broken link(s) on the page
+3% 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.
¥1,925 investment → ¥13,447/month returns + CNY 50,000,000 risk avoided
¥1,925
6h · 5 findings
¥13,447 /mo
~¥161,359 / year
CNY 50,000,000
if kept compliant
¥525 — 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.5 developer hours at ¥350/hr
Based on China rates (¥350/hr)
Start here for the best return on investment
¥4,166,670 / month at risk
~¥50,000,036 / year if left unfixed
¥50,000,000
+1 more
¥2.98 /mo
5212.7 MB/mo × 0.571 CNY/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 3 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.
1.28 s
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
11.30 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
674 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.924
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
3.10 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.
11.32 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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /pagead/managed/js/adsense/m202604150101/show_ads_impl_fy... | 1209600.0 s | 177.3 KiB |
| h5.eagllwin.com/bigdata-sdk/athena-etm.js?v=5921204 | 0.0 ms | 7.1 KiB |
| /pagead/managed/js/adsense/m202604150101/slotcar_library_... | 1209600.0 s | 36.4 KiB |
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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 | |
|---|---|---|---|
WhatsApp Messenger div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/805/15cd7dd8d7684c3b91a19e68d1ae83a5.webp?blurhas... | 289.3 KiB | 288.5 KiB |
Instagram div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/385/237e6cbb134840bc8ab41bdf4265025a.webp?blurhas... | 282.3 KiB | 281.6 KiB |
MP3 Box - Music Player & Share div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/13/cc8b30bc5ef74c13b63f4b0c2bba0327.png?blurhash=... | 58.4 KiB | 57.7 KiB |
Love Poems - Romantic Messages div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/151/4becea0540664e2283ad467322924e94-V02222_512~5... | 18.2 KiB | 17.8 KiB |
Luzia: Your AI Assistant div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/477/e678054149bc496590e1d4fa57287c5a-V02222_512~5... | 15.9 KiB | 15.6 KiB |
WhatsApp Business div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/472/00b4e50996c24bb09dbdd41499fb05f7.png?blurhash... | 15.1 KiB | 14.8 KiB |
Bigo Live–Live Stream, Go Live div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/532/07ab713a3748417c9c763725c362d90c.webp?blurhas... | 11.7 KiB | 11.5 KiB |
Litmatch: Friends. Match. FreeChat. Social. Party. div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/241/b667e2e54c014f39905bf2e75c10c2c7-V02003_512~5... | 9.7 KiB | 9.5 KiB |
AppLock div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/257/e5fbb46c92924aefad758b28e0c1eff1-V02222_512~5... | 9.6 KiB | 9.4 KiB |
SuperVPN Fast VPN Client div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/154/db1ec7c5ddf849b2b2d9715a617dedce-V02222_512~5... | 9.4 KiB | 9.3 KiB |
UC Browser-Safe, Fast, Private div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/665/ad31ed5feab94e829c05c1e47a4c97b7.webp?blurhas... | 8.1 KiB | 7.9 KiB |
Xender - Share Music Transfer div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/78/ef8160cca7d34168b1a4345c6d215325.webp?blurhash... | 8.1 KiB | 7.9 KiB |
imo HD - видеовызовы и чаты div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/621/bdb91751765d412e88b19910ae7a5a96-V02222_512~5... | 7.9 KiB | 7.7 KiB |
Status Saver - Download Status div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/585/16e6ed466da4427fb09529ddd3d3d5b2-V02222_512~5... | 7.8 KiB | 7.7 KiB |
imo beta -video calls and chat div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/633/159121d0338049f2a0c352c44d36e91c-V02222_512~5... | 7.6 KiB | 7.5 KiB |
Eyecon Caller ID & Spam Block div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/42/685f6c811c524320bbae62e659de1e89-V02222_512~51... | 7.0 KiB | 6.9 KiB |
Globoplay: Telenovelas, Series & + div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/372/87c01490cfdf466b8e4afa6ce1706923-V02222_512~5... | 6.8 KiB | 6.7 KiB |
All Video Downloader & Player div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/990/8e009b5a5dbd4bcdb2c4c9dee0b90d5b-V02222_512~5... | 6.8 KiB | 6.7 KiB |
Pou div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/924/c1478388a5c14b2bb0b05a4d56d030c5-V02222_512~5... | 6.7 KiB | 6.6 KiB |
Rakuten Viber Messenger div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/739/1a8e23ecc7ea4bdca33e5262dd6adeae-V02222_512~5... | 6.6 KiB | 6.5 KiB |
Market Data div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/608/4900a5e0052b4e2aacaa3a53ec2876d1-V02222_512~5... | 6.3 KiB | 6.2 KiB |
Status Saver div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/778/fc40b85a193c4172b6e4434a37125acf-V04003_512~5... | 6.2 KiB | 6.1 KiB |
Reddit div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/10/4a95525b273e45a49c16e91f4223feac-V02222_512~51... | 6.0 KiB | 5.9 KiB |
1.1.1.1 + WARP: Safer Internet div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/449/49b06533b5194d74b1fddf0305d91522-V02222_512~5... | 5.8 KiB | 5.7 KiB |
Phoenix-Video Download, Private & Fast div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/154/832c81bb838a4a169ad5aea51a9537db.webp?blurhas... | 5.7 KiB | 5.6 KiB |
Telegram div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/422/67dfa62bb5724156a885ca96ad4fa516-V02222_512~5... | 5.0 KiB | 4.9 KiB |
TikTok - Make Your Day div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/904/0a11cc71555f4e0e8d72c6c5726f80cf-V02222_512~5... | 5.0 KiB | 4.9 KiB |
SportyTV: Live Scores & News div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/294/4a10d7def7e844deb17f713b86cf9242-V02222_512~5... | 4.9 KiB | 4.8 KiB |
Boomplay: Music Downloader div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/856/0b078450cb8c4e4685de3566bcbf82f5.webp?blurhas... | 4.8 KiB | 4.7 KiB |
My Telenor div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/95/c26b706b1b61411ea127dd1a4b6b2524-V02222_512~51... | 4.6 KiB | 4.5 KiB |
Status, Sticker Saver div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/619/eb1c1890a82b4cfa9a31fcee3837a4b6-V02222_512~5... | 4.6 KiB | 4.5 KiB |
Likee - Short Video Community div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/233/79ecce4fe20b41cfbdfa66a30bd2aeef.webp?blurhas... | 4.4 KiB | 4.4 KiB |
CallApp: Caller ID & Block div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/996/9ec1d2e2556646feaf60bae62ba4e322-V02222_512~5... | 4.4 KiB | 4.3 KiB |
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 |
|---|---|
| palmplaystore.com/_nuxt/entry.Cl1uoEGi.css | 3.8 KiB |
| palmplaystore.com/_nuxt/Footer.DkIHoQSd.css | 790 B |
| palmplaystore.com/_nuxt/index.B8lwnyG8.css | 909 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
Tools
Status Saver
Help you easily save WhatsApp updates anytime and anywhere!
… section > div.home-page > main.content-wrapper > section.category | 0.781 |
Introduction of Palm Store
Terms of Use
Privacy Policy
Developer
Download Palm … section > div.home-page > main.content-wrapper > div.footer | 0.100 |
Welcome to palmplaystore.com
palmplaystore.com asks for your consent to use yo… body > div.fc-consent-root > div.fc-dialog-container | 0.026 |
Tools
Status Saver
Help you easily save WhatsApp updates anytime and anywhere!
… section > div.home-page > main.content-wrapper > section.category | 0.017 |
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.
The maximum potential First Input Delay that your users could experience is the duration of the longest task. Learn more about the Maximum Potential First Input Delay 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 |
|---|---|---|
| /pagead/managed/js/adsense/m202604150101/show_ads_impl_fy... | 177.3 KiB | 146.8 KiB |
| palmplaystore.com/_nuxt/DymviGUk.js | 108.5 KiB | 45.1 KiB |
| /i/ca-pub-9424884099432632?href=https%3A%2F%2Fpalmplaysto... | 68.8 KiB | 35.9 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-9424884099432632 | 54.4 KiB | 26.5 KiB |
| /pagead/managed/js/adsense/m202604150101/slotcar_library_... | 36.4 KiB | 26.1 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 |
|---|---|
| Script Evaluation | 1.2 s |
| Other | 662 ms |
| Style & Layout | 574 ms |
| Rendering | 172 ms |
| Parse HTML & CSS | 168 ms |
| Script Parsing & Compilation | 143 ms |
| Garbage Collection | 26 ms |
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 |
|---|---|---|
| @charset "UTF-8";:root{--el-color-white:#fff;--el-color-black:#000;--el-color-primary-rgb:64,158,25… | 50.8 KiB | 50.0 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
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.
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 |
|---|
Stay in touch with your friends and family. section.category > div.app-grid > div.app-card > div.app-desc |
Facebook: Keeping up with friends is faster and easier than ever. section.category > div.app-grid > div.app-card > div.app-desc |
Make Your Day section.category > div.app-grid > div.app-card > div.app-desc |
Get all the power of Facebook, using fewer resources. section.category > div.app-grid > div.app-card > div.app-desc |
Be together whenever with a simple way to text, video chat and rally the group section.category > div.app-grid > div.app-card > div.app-desc |
Help you easily save WhatsApp updates anytime and anywhere! section.category > div.app-grid > div.app-card > div.app-desc |
Protect privacy. section.category > div.app-grid > div.app-card > div.app-desc |
Secure VPN-Safer and lightning fast VPN section.category > div.app-grid > div.app-card > div.app-desc |
SuperVPN, Fast Secure VPN service. Easy to use, one click to connect, unlimited section.category > div.app-grid > div.app-card > div.app-desc |
The place where everything related to your Telenor number is at your fingertips. section.category > div.app-grid > div.app-card > div.app-desc |
Breaking News & Social Media section.category > div.app-grid > div.app-card > div.app-desc |
Watch fun live streams, chat with people from around the globe, and get rewards! section.category > div.app-grid > div.app-card > div.app-desc |
Create short videos, stream live, chat, and connect with friends on Likee! section.category > div.app-grid > div.app-card > div.app-desc |
Instant messaging — simple, fast, secure, and synced across all your devices. section.category > div.app-grid > div.app-card > div.app-desc |
Meet new people, find your local soulmate, build up friendship or relationship. section.category > div.app-grid > div.app-card > div.app-desc |
Enjoy millions of African and international music/videos! section.category > div.app-grid > div.app-card > div.app-desc |
Listen Music Offline, Play Music, Mp3 Player, Music Video, Share It, Playlist section.category > div.app-grid > div.app-card > div.app-desc |
Think you have what it takes to adopt a POU? section.category > div.app-grid > div.app-card > div.app-desc |
I am Luzia, your personal intelligent assistant here to help you with all your … section.category > div.app-grid > div.app-card > div.app-desc |
The DStv app is the home of DStv on the go for DStv customers section.category > div.app-grid > div.app-card > div.app-desc |
Telegram is a messaging app with a focus on speed and security. section.category > div.app-grid > div.app-card > div.app-desc |
Enjoy secure messaging & calling. Safe Messenger: group chats, calls, messages. section.category > div.app-grid > div.app-card > div.app-desc |
All Your Needs, Just one Tap Away! section.category > div.app-grid > div.app-card > div.app-desc |
Message and video call your family and friends for free! section.category > div.app-grid > div.app-card > div.app-desc |
Caller ID App! Add names & photos to unknown calls & Call Recording section.category > div.app-grid > div.app-card > div.app-desc |
Location: FR main.content-wrapper > div.footer > div.footer-row > span.location |
App div.home-page > footer.tab-bar > div.tab-item > span |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
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 |
|---|
main.content-wrapper > section.category > div.category-header > img.arrow-icon main.content-wrapper > section.category > div.category-header > img.arrow-icon |
main.content-wrapper > section.category > div.category-header > img.arrow-icon main.content-wrapper > section.category > div.category-header > img.arrow-icon |
main.content-wrapper > section.category > div.category-header > img.arrow-icon main.content-wrapper > section.category > div.category-header > img.arrow-icon |
main.content-wrapper > section.category > div.category-header > img.arrow-icon main.content-wrapper > section.category > div.category-header > img.arrow-icon |
main.content-wrapper > section.category > div.category-header > img.arrow-icon main.content-wrapper > section.category > div.category-header > img.arrow-icon |
div.home-page > footer.tab-bar > div.tab-item > img.tab-icon div.home-page > footer.tab-bar > div.tab-item > img.tab-icon |
div.home-page > footer.tab-bar > div.tab-item > img.tab-icon div.home-page > footer.tab-bar > div.tab-item > img.tab-icon |
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.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|---|
palmplaystore.com/_nuxt/DymviGUk.js line 13, col 6942 | Hydration completed but contains mismatches. |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
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 |
|---|
main.content-wrapper > section.category > div.category-header > img.arrow-icon main.content-wrapper > section.category > div.category-header > img.arrow-icon |
main.content-wrapper > section.category > div.category-header > img.arrow-icon main.content-wrapper > section.category > div.category-header > img.arrow-icon |
main.content-wrapper > section.category > div.category-header > img.arrow-icon main.content-wrapper > section.category > div.category-header > img.arrow-icon |
main.content-wrapper > section.category > div.category-header > img.arrow-icon main.content-wrapper > section.category > div.category-header > img.arrow-icon |
main.content-wrapper > section.category > div.category-header > img.arrow-icon main.content-wrapper > section.category > div.category-header > img.arrow-icon |
div.home-page > footer.tab-bar > div.tab-item > img.tab-icon div.home-page > footer.tab-bar > div.tab-item > img.tab-icon |
div.home-page > footer.tab-bar > div.tab-item > img.tab-icon div.home-page > footer.tab-bar > div.tab-item > img.tab-icon |
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.
555 ms
Largest Contentful Paint Largest Contentful Paint — how long until the largest visible element loads. Under 2.5s is good.
2.54 s
Total Blocking Time Total Blocking Time — total time the main thread was blocked, preventing user input. Under 200ms is good.
27 ms
Cumulative Layout Shift Cumulative Layout Shift — measures visual stability. How much the page layout shifts during loading. Under 0.1 is good.
0.933
Speed Index Speed Index — how quickly content is visually displayed during load. Under 3.4s is good.
1.25 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.
2.68 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.
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.
Consider setting font-display to swap or optional to ensure text is consistently visible. swap can be further optimized to mitigate layout shifts with font metric overrides.
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 | |
|---|---|---|---|
WhatsApp Messenger div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/805/15cd7dd8d7684c3b91a19e68d1ae83a5.webp?blurhas... | 289.3 KiB | 287.4 KiB |
Instagram div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/385/237e6cbb134840bc8ab41bdf4265025a.webp?blurhas... | 282.3 KiB | 239.7 KiB |
MP3 Box - Music Player & Share div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/13/cc8b30bc5ef74c13b63f4b0c2bba0327.png?blurhash=... | 58.4 KiB | 56.6 KiB |
Love Poems - Romantic Messages div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/151/4becea0540664e2283ad467322924e94-V02222_512~5... | 18.2 KiB | 17.4 KiB |
Luzia: Your AI Assistant div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/477/e678054149bc496590e1d4fa57287c5a-V02222_512~5... | 15.9 KiB | 15.2 KiB |
WhatsApp Business div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/472/00b4e50996c24bb09dbdd41499fb05f7.png?blurhash... | 15.1 KiB | 14.4 KiB |
Bigo Live–Live Stream, Go Live div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/532/07ab713a3748417c9c763725c362d90c.webp?blurhas... | 11.7 KiB | 11.2 KiB |
Litmatch: Friends. Match. FreeChat. Social. Party. div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/241/b667e2e54c014f39905bf2e75c10c2c7-V02003_512~5... | 9.7 KiB | 9.3 KiB |
AppLock div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/257/e5fbb46c92924aefad758b28e0c1eff1-V02222_512~5... | 9.6 KiB | 9.2 KiB |
SuperVPN Fast VPN Client div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/154/db1ec7c5ddf849b2b2d9715a617dedce-V02222_512~5... | 9.4 KiB | 9.0 KiB |
UC Browser-Safe, Fast, Private div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/665/ad31ed5feab94e829c05c1e47a4c97b7.webp?blurhas... | 8.1 KiB | 7.7 KiB |
Xender - Share Music Transfer div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/78/ef8160cca7d34168b1a4345c6d215325.webp?blurhash... | 8.1 KiB | 7.7 KiB |
imo HD - видеовызовы и чаты div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/621/bdb91751765d412e88b19910ae7a5a96-V02222_512~5... | 7.9 KiB | 7.5 KiB |
Status Saver - Download Status div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/585/16e6ed466da4427fb09529ddd3d3d5b2-V02222_512~5... | 7.8 KiB | 7.5 KiB |
imo beta -video calls and chat div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/633/159121d0338049f2a0c352c44d36e91c-V02222_512~5... | 7.6 KiB | 7.3 KiB |
Eyecon Caller ID & Spam Block div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/42/685f6c811c524320bbae62e659de1e89-V02222_512~51... | 7.0 KiB | 6.7 KiB |
Globoplay: Telenovelas, Series & + div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/372/87c01490cfdf466b8e4afa6ce1706923-V02222_512~5... | 6.8 KiB | 6.5 KiB |
All Video Downloader & Player div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/990/8e009b5a5dbd4bcdb2c4c9dee0b90d5b-V02222_512~5... | 6.8 KiB | 6.5 KiB |
Pou div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/924/c1478388a5c14b2bb0b05a4d56d030c5-V02222_512~5... | 6.7 KiB | 6.4 KiB |
Rakuten Viber Messenger div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/739/1a8e23ecc7ea4bdca33e5262dd6adeae-V02222_512~5... | 6.6 KiB | 6.3 KiB |
Market Data div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/608/4900a5e0052b4e2aacaa3a53ec2876d1-V02222_512~5... | 6.3 KiB | 6.0 KiB |
Status Saver div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/778/fc40b85a193c4172b6e4434a37125acf-V04003_512~5... | 6.2 KiB | 6.0 KiB |
Reddit div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/10/4a95525b273e45a49c16e91f4223feac-V02222_512~51... | 6.0 KiB | 5.8 KiB |
1.1.1.1 + WARP: Safer Internet div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/449/49b06533b5194d74b1fddf0305d91522-V02222_512~5... | 5.8 KiB | 5.5 KiB |
Phoenix-Video Download, Private & Fast div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/154/832c81bb838a4a169ad5aea51a9537db.webp?blurhas... | 5.7 KiB | 5.4 KiB |
Telegram div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/422/67dfa62bb5724156a885ca96ad4fa516-V02222_512~5... | 5.0 KiB | 4.8 KiB |
TikTok - Make Your Day div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/904/0a11cc71555f4e0e8d72c6c5726f80cf-V02222_512~5... | 5.0 KiB | 4.8 KiB |
SportyTV: Live Scores & News div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/294/4a10d7def7e844deb17f713b86cf9242-V02222_512~5... | 4.9 KiB | 4.7 KiB |
Boomplay: Music Downloader div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/856/0b078450cb8c4e4685de3566bcbf82f5.webp?blurhas... | 4.8 KiB | 4.6 KiB |
My Telenor div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/95/c26b706b1b61411ea127dd1a4b6b2524-V02222_512~51... | 4.6 KiB | 4.4 KiB |
Status, Sticker Saver div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/619/eb1c1890a82b4cfa9a31fcee3837a4b6-V02222_512~5... | 4.6 KiB | 4.4 KiB |
Likee - Short Video Community div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/233/79ecce4fe20b41cfbdfa66a30bd2aeef.webp?blurhas... | 4.4 KiB | 4.2 KiB |
CallApp: Caller ID & Block div.app-grid > div.app-card > div.app-icon > img.icon-img | /static/996/9ec1d2e2556646feaf60bae62ba4e322-V02222_512~5... | 4.4 KiB | 4.2 KiB |
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.
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.
| Request | Cache TTL | Transfer Size |
|---|---|---|
| /pagead/managed/js/adsense/m202604130101/show_ads_impl_fy... | 1209600.0 s | 177.6 KiB |
| h5.eagllwin.com/bigdata-sdk/athena-etm.js?v=5921204 | 0.0 ms | 7.1 KiB |
| /pagead/managed/js/adsense/m202604130101/slotcar_library_... | 1209600.0 s | 36.4 KiB |
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 |
|---|---|
| palmplaystore.com/_nuxt/index.B8lwnyG8.css | 909 B |
| palmplaystore.com/_nuxt/entry.Cl1uoEGi.css | 3.8 KiB |
| palmplaystore.com/_nuxt/Footer.DkIHoQSd.css | 790 B |
These insights are also available in the Chrome DevTools Performance Panel - record a trace to view more detailed information.
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 |
|---|---|
Instagram
Instagram (from Meta) brings you closer to the people and things you … section > div.container > div.app-grid > div.app-card | 0.731 |
Tools
See All
Status Saver
Help you easily save WhatsApp updates anytime and an… div.home-page > main.home-content-container > section > div.container | 0.167 |
Tools
See All
Status Saver
Help you easily save WhatsApp updates anytime and an… div.home-page > main.home-content-container > section > div.container | 0.011 |
Social
See All
X
Breaking News & Social Media
Bigo Live–Live Stream, Go Live
Wa… div.home-page > main.home-content-container > section > div.container | 0.010 |
Social
See All
X
Breaking News & Social Media
Bigo Live–Live Stream, Go Live
Wa… div.home-page > main.home-content-container > section > div.container | 0.008 |
body body | 0.007 |
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 |
|---|---|---|
| /pagead/managed/js/adsense/m202604130101/show_ads_impl_fy... | 177.6 KiB | 148.8 KiB |
| palmplaystore.com/_nuxt/DymviGUk.js | 108.4 KiB | 41.8 KiB |
| /i/ca-pub-9424884099432632?href=https%3A%2F%2Fpalmplaysto... | 68.7 KiB | 35.8 KiB |
| /pagead/js/adsbygoogle.js?client=ca-pub-9424884099432632 | 54.3 KiB | 27.0 KiB |
| /pagead/managed/js/adsense/m202604130101/slotcar_library_... | 36.4 KiB | 26.1 KiB |
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 |
|---|---|---|
| @charset "UTF-8";:root{--el-color-white:#fff;--el-color-black:#000;--el-color-primary-rgb:64,158,25… | 49.8 KiB | 48.6 KiB |
| .fc-consent-root .fc-dialog-container.fc-fullscreen { height: 100% !important; … } … | 16.3 KiB | 14.1 KiB |
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.
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 |
|---|
See All section > div.container > div.home-container-header > div.see-all |
Stay in touch with your friends and family. div.container > div.app-grid > div.app-card > div.app-desc |
Facebook: Keeping up with friends is faster and easier than ever. div.container > div.app-grid > div.app-card > div.app-desc |
Make Your Day div.container > div.app-grid > div.app-card > div.app-desc |
Get all the power of Facebook, using fewer resources. div.container > div.app-grid > div.app-card > div.app-desc |
Be together whenever with a simple way to text, video chat and rally the group div.container > div.app-grid > div.app-card > div.app-desc |
Instagram (from Meta) brings you closer to the people and things you love. div.container > div.app-grid > div.app-card > div.app-desc |
One billion users' choice! div.container > div.app-grid > div.app-card > div.app-desc |
WhatsApp Business enables you to have a business presence on WhatsApp div.container > div.app-grid > div.app-card > div.app-desc |
Xender - best sharing app fulfilling all your transfer needs div.container > div.app-grid > div.app-card > div.app-desc |
See All section > div.container > div.home-container-header > div.see-all |
Help you easily save WhatsApp updates anytime and anywhere! div.container > div.app-grid > div.app-card > div.app-desc |
Protect privacy. div.container > div.app-grid > div.app-card > div.app-desc |
Secure VPN-Safer and lightning fast VPN div.container > div.app-grid > div.app-card > div.app-desc |
SuperVPN, Fast Secure VPN service. Easy to use, one click to connect, unlimited div.container > div.app-grid > div.app-card > div.app-desc |
The place where everything related to your Telenor number is at your fingertips. div.container > div.app-grid > div.app-card > div.app-desc |
Keep Phone Safe and Hide Photos & Videos behind Calculator! APP locker & hider. div.container > div.app-grid > div.app-card > div.app-desc |
A More Private Internet div.container > div.app-grid > div.app-card > div.app-desc |
HD Video player and downloader for all formats, fast & smooth 4K video playback. div.container > div.app-grid > div.app-card > div.app-desc |
Simplicity and relevance through personalization from first point of contact. div.container > div.app-grid > div.app-card > div.app-desc |
See All section > div.container > div.home-container-header > div.see-all |
Breaking News & Social Media div.container > div.app-grid > div.app-card > div.app-desc |
Watch fun live streams, chat with people from around the globe, and get rewards! div.container > div.app-grid > div.app-card > div.app-desc |
Create short videos, stream live, chat, and connect with friends on Likee! div.container > div.app-grid > div.app-card > div.app-desc |
Instant messaging — simple, fast, secure, and synced across all your devices. div.container > div.app-grid > div.app-card > div.app-desc |
Meet new people, find your local soulmate, build up friendship or relationship. div.container > div.app-grid > div.app-card > div.app-desc |
Status Saver can Save Status Videos & Images. Downloader & Repost div.container > div.app-grid > div.app-card > div.app-desc |
Reddit is where you’ll find your people and feel at home in every conversation. div.container > div.app-grid > div.app-card > div.app-desc |
Tap, View & Save all the Statuses! div.container > div.app-grid > div.app-card > div.app-desc |
Download all videos from popular social webs. Fast video downloader. div.container > div.app-grid > div.app-card > div.app-desc |
See All section > div.container > div.home-container-header > div.see-all |
Enjoy millions of African and international music/videos! div.container > div.app-grid > div.app-card > div.app-desc |
Listen Music Offline, Play Music, Mp3 Player, Music Video, Share It, Playlist div.container > div.app-grid > div.app-card > div.app-desc |
Think you have what it takes to adopt a POU? div.container > div.app-grid > div.app-card > div.app-desc |
I am Luzia, your personal intelligent assistant here to help you with all your … div.container > div.app-grid > div.app-card > div.app-desc |
The DStv app is the home of DStv on the go for DStv customers div.container > div.app-grid > div.app-card > div.app-desc |
Live scores, sports news & exclusive videos – 100% free, no ads. div.container > div.app-grid > div.app-card > div.app-desc |
Empowering financial decisions and number analysis. div.container > div.app-grid > div.app-card > div.app-desc |
Largest Collection of Sweet, Heartbreak True Love Poems and Romantic Messages div.container > div.app-grid > div.app-card > div.app-desc |
Soap operas, movies, series, soccer and much more! div.container > div.app-grid > div.app-card > div.app-desc |
See All section > div.container > div.home-container-header > div.see-all |
Telegram is a messaging app with a focus on speed and security. div.container > div.app-grid > div.app-card > div.app-desc |
Enjoy secure messaging & calling. Safe Messenger: group chats, calls, messages. div.container > div.app-grid > div.app-card > div.app-desc |
All Your Needs, Just one Tap Away! div.container > div.app-grid > div.app-card > div.app-desc |
Message and video call your family and friends for free! div.container > div.app-grid > div.app-card > div.app-desc |
Caller ID App! Add names & photos to unknown calls & Call Recording div.container > div.app-grid > div.app-card > div.app-desc |
Caller ID & spam call blocker. Always know who calls!🇺🇸 div.container > div.app-grid > div.app-card > div.app-desc |
Group Chat That’s Fun & Games div.container > div.app-grid > div.app-card > div.app-desc |
Provides a smooth experience while surfing, downloading files or watching videos div.container > div.app-grid > div.app-card > div.app-desc |
Global call- Secure,simple,stable chat app & SMS messaging app div.container > div.app-grid > div.app-card > div.app-desc |
Location: FR div.pc-home > section > div.footer > span.location |
Learn more div.fc-dialog-content > div.fc-dialog-scrollable-content > button.fc-faq-header > span.fc-faq-label |
List of partners. div.fc-dialog-scrollable-content > div.fc-footer > p > a.fc-vendors-list-dialog |
These are opportunities to improve the legibility of your content.
Disabling zooming is problematic for users with low vision who rely on screen magnification to properly see the contents of a web page. Learn more about the viewport meta tag.
Performance issues directly impact user engagement and conversion rates.
| Failing Elements |
|---|
head > meta head > meta |
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 |
|---|---|
Failed to load resource: net::ERR_EMPTY_RESPONSE | |
palmplaystore.com/_nuxt/DymviGUk.js line 13, col 6942 | Hydration completed but contains mismatches. |
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.
Meta descriptions may be included in search results to concisely summarize page content. Learn more about the meta description.
Performance issues directly impact user engagement and conversion rates.
Format your HTML in a way that enables crawlers to better understand your app’s content.
Send Feedback