Desicity.com Site Title

Desi City

Desicity.com Meta Description

DesiCity is a marketplace for desi goods. We want to make it easier for the millions of desi’s in the UK find their perfect desi gift, your next party outfit, the ingredients to your next dish and so much more through our ever-growing list of products and sellers and have them delivered to your door

Desicity.com Test Results

Desicity.com Mobile Performance: 37/100
Quick overview:
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.
Font display
Est savings of 1,080 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.
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.
LCP request discovery
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Document request latency
Est savings of 8,620 ms
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
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.
Render blocking requests
Est savings of 4,400 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.
Use efficient cache lifetimes
Est savings of 2,727 KiB
A long cache lifetime can speed up repeat visits to your page. Learn more.
Time to Interactive
16.8 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 1,889 KiB
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Legacy JavaScript
Est savings of 40 KiB
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
Max Potential First Input Delay
180 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.
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Largest Contentful Paint element
12,000 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Reduce the impact of third-party code
Third-party code blocked the main thread for 450 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.
Avoid large layout shifts
4 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
Eliminate render-blocking resources
Est savings of 4,030 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.
Avoid multiple page redirects
Est savings of 630 ms
Redirects introduce additional delays before the page can be loaded. Learn how to avoid page redirects.
Reduce unused JavaScript
Est savings of 635 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.
Minimize main-thread work
2.5 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
Properly size images
Est savings of 1,891 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
Defer offscreen images
Est savings of 105 KiB
Consider lazy-loading offscreen and hidden images after all critical resources have finished loading to lower time to interactive. Learn how to defer offscreen images.
Serve images in next-gen formats
Est savings of 1,485 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.
Reduce initial server response time
Root document took 8,610 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.
Reduce unused CSS
Est savings of 86 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.
Ensure text remains visible during webfont load
Leverage the `font-display` CSS feature to ensure text is user-visible while webfonts are loading. Learn more about `font-display`.
Minify CSS
Est savings of 6 KiB
Minifying CSS files can reduce network payload sizes. Learn how to minify CSS.
Efficiently encode images
Est savings of 279 KiB
Optimized images load faster and consume less cellular data. Learn how to efficiently encode images.
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
Avoid enormous network payloads
Total size was 4,246 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Avoid an excessive DOM size
1,405 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.
Avoid serving legacy JavaScript to modern browsers
Est savings of 42 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
Serve static assets with an efficient cache policy
93 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
Minify JavaScript
Est savings of 5 KiB
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify JavaScript.

Desicity.com Mobile SEO: 85/100
Quick overview:
Crawling and Indexing
To appear in search results, crawlers need access to your app.
robots.txt is not valid
14 errors found
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.
Content Best Practices
Format your HTML in a way that enables crawlers to better understand your app’s content.
Image elements do not have `[alt]` attributes
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.

Desicity.com Mobile Best Practices: 79/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
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
Desicity.com Mobile Accessibility: 69/100
Quick overview:
Contrast
These are opportunities to improve the legibility of your content.
Background and foreground colors do not have a sufficient contrast ratio.
Low-contrast text is difficult or impossible for many users to read. Learn how to provide sufficient color contrast.
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.
Select elements do not have associated label elements.
Form elements without effective labels can create frustrating experiences for screen reader users. Learn more about the `select` element.
Image elements do not have `[alt]` attributes
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.
Image elements have `[alt]` attributes that are redundant text.
Informative elements should aim for short, descriptive alternative text. Alternative text that is exactly the same as the text adjacent to the link or image is potentially confusing for screen reader users, because the text will be read twice. Learn more about the `alt` attribute.
Links do not have a discernible name
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.
Buttons do not have an accessible name
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.
Navigation
These are opportunities to improve keyboard navigation in your application.
Heading elements are not in a sequentially-descending order
Properly ordered headings that do not skip levels convey the semantic structure of the page, making it easier to navigate and understand when using assistive technologies. Learn more about heading order.
Best practices
These items highlight common accessibility best practices.
Touch targets do not have sufficient size or spacing.
Touch targets with sufficient size and spacing help users who may have difficulty targeting small controls to activate the targets. Learn more about touch targets.
`[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 tests
www.desicity.com
www.desicity.net
www.desicity.org
www.desicity.info
www.desicity.biz
www.desicity.us
www.desicity.mobi
www.esicity.com
www.desicity.com
www.xesicity.com
www.dxesicity.com
www.xdesicity.com
www.sesicity.com
www.dsesicity.com
www.sdesicity.com
www.eesicity.com
www.deesicity.com
www.edesicity.com
www.resicity.com
www.dresicity.com
www.rdesicity.com
www.fesicity.com
www.dfesicity.com
www.fdesicity.com
www.cesicity.com
www.dcesicity.com
www.cdesicity.com
www.dsicity.com
www.dwsicity.com
www.dewsicity.com
www.dwesicity.com
www.dssicity.com
www.dessicity.com
www.ddsicity.com
www.dedsicity.com
www.ddesicity.com
www.drsicity.com
www.dersicity.com
www.deicity.com
www.dewicity.com
www.deswicity.com
www.deeicity.com
www.deseicity.com
www.dedicity.com
www.desdicity.com
www.dezicity.com
www.deszicity.com
www.dezsicity.com
www.dexicity.com
www.desxicity.com
www.dexsicity.com
www.deaicity.com
www.desaicity.com
www.deasicity.com
www.descity.com
www.desucity.com
www.desiucity.com
www.desuicity.com
www.desjcity.com
www.desijcity.com
www.desjicity.com
www.deskcity.com
www.desikcity.com
www.deskicity.com
www.desocity.com
www.desiocity.com
www.desoicity.com
www.desiity.com
www.desixity.com
www.desicxity.com
www.desixcity.com
www.desidity.com
www.desicdity.com
www.desidcity.com
www.desifity.com
www.desicfity.com
www.desifcity.com
www.desivity.com
www.desicvity.com
www.desivcity.com
www.desicty.com
www.desicuty.com
www.desiciuty.com
www.desicuity.com
www.desicjty.com
www.desicijty.com
www.desicjity.com
www.desickty.com
www.desicikty.com
www.desickity.com
www.desicoty.com
www.desicioty.com
www.desicoity.com
www.desiciy.com
www.desiciry.com
www.desicitry.com
www.desicirty.com
www.desicify.com
www.desicitfy.com
www.desicifty.com
www.desicigy.com
www.desicitgy.com
www.desicigty.com
www.desiciyy.com
www.desicityy.com
www.desiciyty.com
www.desicit.com
www.desicitt.com
www.desicityt.com
www.desicitty.com
www.desicitg.com
www.desicityg.com
www.desicith.com
www.desicityh.com
www.desicithy.com
www.desicitu.com
www.desicityu.com
www.desicituy.com
www.desicity.con
Last Tested: