Espos.id Test Results
Espos.id Mobile Performance: 28/100
Quick overview:
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Avoid multiple page redirects
Est savings of 1,380 ms
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Reduce initial server response time
Root document took 1,050 ms
Keep the server response time for the main document short because all other requests depend on it. Learn more about the Time to First Byte metric.
Eliminate render-blocking resources
Est savings of 2,370 ms
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn how to eliminate render-blocking resources.
Minimize main-thread work
4.9 s
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
Largest Contentful Paint element
6,360 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Reduce unused JavaScript
Est savings of 763 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.
Reduce the impact of third-party code
Third-party code blocked the main thread for 500 ms
Third-party code can significantly impact load performance. Limit the number of redundant third-party providers and try to load third-party code after your page has primarily finished loading. Learn how to minimize third-party impact.
Largest Contentful Paint image was lazily loaded
Above-the-fold images that are lazily loaded render later in the page lifecycle, which can delay the largest contentful paint. Learn more about optimal lazy loading.
Reduce unused CSS
Est savings of 89 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.
Avoid large layout shifts
9 layout shifts found
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
Avoid an excessive DOM size
1,758 elements
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn how to avoid an excessive DOM size.
Reduce JavaScript execution time
2.4 s
Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this. Learn how to reduce Javascript execution time.
Minify CSS
Est savings of 7 KiB
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Avoid serving legacy JavaScript to modern browsers
Est savings of 4 KiB
Polyfills and transforms enable legacy 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 legacy browsers. Learn why most sites can deploy ES6+ code without transpiling
Properly size images
Est savings of 988 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
Avoid enormous network payloads
Total size was 4,495 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Efficiently encode images
Est savings of 156 KiB
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.
Minify JavaScript
Est savings of 21 KiB
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.
Enable text compression
Est savings of 240 KiB
Text-based resources should be served with compression (gzip, deflate or brotli) to minimize total network bytes. Learn more about text compression.
Avoid `document.write()`
For users on slow connections, external scripts dynamically injected via `document.write()` can delay page load by tens of seconds. Learn how to avoid document.write().
Image elements do not have explicit `width` and `height`
Set an explicit width and height on image elements to reduce layout shifts and improve CLS. Learn how to set image dimensions
Serve static assets with an efficient cache policy
44 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
Serve images in next-gen formats
Est savings of 734 KiB
Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more about modern image formats.
Network dependency tree
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.
Render blocking requests
Est savings of 3,000 ms
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.
LCP request discovery
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Forced reflow
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.
Use efficient cache lifetimes
Est savings of 1,943 KiB
A long cache lifetime can speed up repeat visits to your page. Learn more.
Layout shift culprits
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.
Font display
Est savings of 890 ms
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.
Document request latency
Est savings of 3,390 ms
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Time to Interactive
23.7 s
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.
Improve image delivery
Est savings of 784 KiB
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Max Potential First Input Delay
230 ms
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.
Espos.id Mobile SEO: 92/100
Quick overview:
Crawling and Indexing
To appear in search results, crawlers need access to your app.
Links are not crawlable
Search engines may use `href` attributes on links to crawl websites. Ensure that the `href` attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn how to make links crawlable
Espos.id Mobile Best Practices: 59/100
Quick overview:
Trust and Safety
Does not use HTTPS
1 insecure request found
All sites should be protected with HTTPS, even ones that don't handle sensitive data. This includes avoiding mixed content, where some resources are loaded over HTTP despite the initial request being served over HTTPS. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. Learn more about HTTPS.
General
Issues were logged in the `Issues` panel in Chrome Devtools
Issues logged to the `Issues` panel in Chrome Devtools indicate unresolved problems. They can come from network request failures, insufficient security controls, and other browser concerns. Open up the Issues panel in Chrome DevTools for more details on each issue.
Uses third-party cookies
2 cookies found
Third-party cookies may be blocked in some contexts. Learn more about preparing for third-party cookie restrictions.
Browser errors were logged to the console
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
Espos.id Mobile Accessibility: 77/100
Quick overview:
ARIA
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.
`[aria-*]` attributes do not match their roles
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. Learn how to match ARIA attributes to their roles.
Elements use prohibited ARIA attributes
Using ARIA attributes in roles where they are prohibited can mean that important information is not communicated to users of assistive technologies. Learn more about prohibited ARIA roles.
Names and labels
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.
`<frame>` or `<iframe>` elements do not have a title
Screen reader users rely on frame titles to describe the contents of frames. Learn more about frame titles.
Best practices
These items highlight common accessibility best practices.
The document uses `<meta http-equiv="refresh">`
Users do not expect a page to refresh automatically, and doing so will move focus back to the top of the page. This may create a frustrating or confusing experience. Learn more about the refresh meta tag.
`[user-scalable="no"]` is used in the `<meta name="viewport">` element or the `[maximum-scale]` attribute is less than 5.
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.
Similar sites
Similar tests
www.espos.com
www.espos.net
www.espos.org
www.espos.info
www.espos.biz
www.espos.us
www.espos.mobi
www.spos.id
www.espos.id
www.wspos.id
www.ewspos.id
www.wespos.id
www.sspos.id
www.esspos.id
www.sespos.id
www.dspos.id
www.edspos.id
www.despos.id
www.rspos.id
www.erspos.id
www.respos.id
www.epos.id
www.ewpos.id
www.eswpos.id
www.eepos.id
www.esepos.id
www.eespos.id
www.edpos.id
www.esdpos.id
www.ezpos.id
www.eszpos.id
www.ezspos.id
www.expos.id
www.esxpos.id
www.exspos.id
www.eapos.id
www.esapos.id
www.easpos.id
www.esos.id
www.esoos.id
www.espoos.id
www.esopos.id
www.eslos.id
www.esplos.id
www.eslpos.id
www.esps.id
www.espis.id
www.espois.id
www.espios.id
www.espks.id
www.espoks.id
www.espkos.id
www.espls.id
www.espols.id
www.espps.id
www.espops.id
www.esppos.id
www.espo.id
www.espow.id
www.esposw.id
www.espows.id
www.espoe.id
www.espose.id
www.espoes.id
www.espod.id
www.esposd.id
www.espods.id
www.espoz.id
www.esposz.id
www.espozs.id
www.espox.id
www.esposx.id
www.espoxs.id
www.espoa.id
www.esposa.id
www.espoas.id
www.espos.net
www.espos.org
www.espos.info
www.espos.biz
www.espos.us
www.espos.mobi
www.spos.id
www.espos.id
www.wspos.id
www.ewspos.id
www.wespos.id
www.sspos.id
www.esspos.id
www.sespos.id
www.dspos.id
www.edspos.id
www.despos.id
www.rspos.id
www.erspos.id
www.respos.id
www.epos.id
www.ewpos.id
www.eswpos.id
www.eepos.id
www.esepos.id
www.eespos.id
www.edpos.id
www.esdpos.id
www.ezpos.id
www.eszpos.id
www.ezspos.id
www.expos.id
www.esxpos.id
www.exspos.id
www.eapos.id
www.esapos.id
www.easpos.id
www.esos.id
www.esoos.id
www.espoos.id
www.esopos.id
www.eslos.id
www.esplos.id
www.eslpos.id
www.esps.id
www.espis.id
www.espois.id
www.espios.id
www.espks.id
www.espoks.id
www.espkos.id
www.espls.id
www.espols.id
www.espps.id
www.espops.id
www.esppos.id
www.espo.id
www.espow.id
www.esposw.id
www.espows.id
www.espoe.id
www.espose.id
www.espoes.id
www.espod.id
www.esposd.id
www.espods.id
www.espoz.id
www.esposz.id
www.espozs.id
www.espox.id
www.esposx.id
www.espoxs.id
www.espoa.id
www.esposa.id
www.espoas.id