Mygeeni.myshopify.com Site Title
Geeni Smarthome | Smart Home Security Cameras, LED Light Bulbs, & More
Mygeeni.myshopify.com Meta Description
Geeni offers a wide range of smart home products including security cameras, LED lights, strip lights, and more. Control your devices with our easy-to-use app, or join our growing community of over 8 million users.
Mygeeni.myshopify.com Test Results
Mygeeni.myshopify.com Mobile Performance: 32/100
Quick overview:
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Reduce JavaScript execution time
8.2 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.
Properly size images
Est savings of 571 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
Largest Contentful Paint element
7,560 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Reduce unused CSS
Est savings of 57 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.
Eliminate render-blocking resources
Est savings of 1,050 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 an excessive DOM size
6,213 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.
Minimize main-thread work
14.0 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
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 the impact of third-party code
Third-party code blocked the main thread for 2,360 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 serving legacy JavaScript to modern browsers
Est savings of 32 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
Reduce unused JavaScript
Est savings of 1,805 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.
Does not use passive listeners to improve scrolling performance
Consider marking your touch and wheel event listeners as `passive` to improve your page's scroll performance. Learn more about adopting passive event listeners.
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 5,422 KiB
Large network payloads cost users real money and are highly correlated with long load times. Learn how to reduce payload sizes.
Serve static assets with an efficient cache policy
22 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more about efficient cache policies.
Defer offscreen images
Est savings of 737 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.
Max Potential First Input Delay
830 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.
Improve image delivery
Est savings of 597 KiB
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
Use efficient cache lifetimes
Est savings of 3,115 KiB
A long cache lifetime can speed up repeat visits to your page. Learn more.
Legacy JavaScript
Est savings of 97 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
LCP request discovery
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Time to Interactive
33.9 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.
Optimize DOM size
A large DOM can increase the duration of style calculations and layout reflows, impacting page responsiveness. A large DOM will also increase memory usage. Learn how to avoid an excessive DOM size.
Document request latency
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Render blocking requests
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.
Forced reflow
Many APIs, typically reading layout geometry, force the rendering engine to pause script execution in order to calculate the style and layout. Learn more about forced reflow and its mitigations.
Mygeeni.myshopify.com Mobile SEO: 92/100
Quick overview:
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.
Mygeeni.myshopify.com Mobile Best Practices: 76/100
Quick overview:
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
User Experience
Displays images with incorrect aspect ratio
Image display dimensions should match natural aspect ratio. Learn more about image aspect ratio.
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.
Mygeeni.myshopify.com Mobile Accessibility: 0/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.
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.
Contrast
These are opportunities to improve the legibility of your content.
Background and foreground colors 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.
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.
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.
Navigation
These are opportunities to improve keyboard navigation in your application.
Some elements have a `[tabindex]` value greater than 0
A value greater than 0 implies an explicit navigation ordering. Although technically valid, this often creates frustrating experiences for users who rely on assistive technologies. Learn more about the `tabindex` attribute.
Similar tests
www.mygeeni.com
www.mygeeni.net
www.mygeeni.org
www.mygeeni.info
www.mygeeni.biz
www.mygeeni.us
www.mygeeni.mobi
www.ygeeni.myshopify.com
www.mygeeni.myshopify.com
www.nygeeni.myshopify.com
www.mnygeeni.myshopify.com
www.nmygeeni.myshopify.com
www.jygeeni.myshopify.com
www.mjygeeni.myshopify.com
www.jmygeeni.myshopify.com
www.kygeeni.myshopify.com
www.mkygeeni.myshopify.com
www.kmygeeni.myshopify.com
www.mgeeni.myshopify.com
www.mtgeeni.myshopify.com
www.mytgeeni.myshopify.com
www.mtygeeni.myshopify.com
www.mggeeni.myshopify.com
www.myggeeni.myshopify.com
www.mgygeeni.myshopify.com
www.mhgeeni.myshopify.com
www.myhgeeni.myshopify.com
www.mhygeeni.myshopify.com
www.mugeeni.myshopify.com
www.myugeeni.myshopify.com
www.muygeeni.myshopify.com
www.myeeni.myshopify.com
www.myfeeni.myshopify.com
www.mygfeeni.myshopify.com
www.myfgeeni.myshopify.com
www.myveeni.myshopify.com
www.mygveeni.myshopify.com
www.myvgeeni.myshopify.com
www.myteeni.myshopify.com
www.mygteeni.myshopify.com
www.mybeeni.myshopify.com
www.mygbeeni.myshopify.com
www.mybgeeni.myshopify.com
www.myyeeni.myshopify.com
www.mygyeeni.myshopify.com
www.myygeeni.myshopify.com
www.myheeni.myshopify.com
www.mygheeni.myshopify.com
www.mygeni.myshopify.com
www.mygweni.myshopify.com
www.mygeweni.myshopify.com
www.mygweeni.myshopify.com
www.mygseni.myshopify.com
www.mygeseni.myshopify.com
www.mygseeni.myshopify.com
www.mygdeni.myshopify.com
www.mygedeni.myshopify.com
www.mygdeeni.myshopify.com
www.mygreni.myshopify.com
www.mygereni.myshopify.com
www.mygreeni.myshopify.com
www.mygewni.myshopify.com
www.mygeewni.myshopify.com
www.mygesni.myshopify.com
www.mygeesni.myshopify.com
www.mygedni.myshopify.com
www.mygeedni.myshopify.com
www.mygerni.myshopify.com
www.mygeerni.myshopify.com
www.mygeei.myshopify.com
www.mygeebi.myshopify.com
www.mygeenbi.myshopify.com
www.mygeebni.myshopify.com
www.mygeehi.myshopify.com
www.mygeenhi.myshopify.com
www.mygeehni.myshopify.com
www.mygeeji.myshopify.com
www.mygeenji.myshopify.com
www.mygeejni.myshopify.com
www.mygeemi.myshopify.com
www.mygeenmi.myshopify.com
www.mygeemni.myshopify.com
www.mygeen.myshopify.com
www.mygeenu.myshopify.com
www.mygeeniu.myshopify.com
www.mygeenui.myshopify.com
www.mygeenj.myshopify.com
www.mygeenij.myshopify.com
www.mygeenk.myshopify.com
www.mygeenik.myshopify.com
www.mygeenki.myshopify.com
www.mygeeno.myshopify.com
www.mygeenio.myshopify.com
www.mygeenoi.myshopify.com
www.mygeeni.net
www.mygeeni.org
www.mygeeni.info
www.mygeeni.biz
www.mygeeni.us
www.mygeeni.mobi
www.ygeeni.myshopify.com
www.mygeeni.myshopify.com
www.nygeeni.myshopify.com
www.mnygeeni.myshopify.com
www.nmygeeni.myshopify.com
www.jygeeni.myshopify.com
www.mjygeeni.myshopify.com
www.jmygeeni.myshopify.com
www.kygeeni.myshopify.com
www.mkygeeni.myshopify.com
www.kmygeeni.myshopify.com
www.mgeeni.myshopify.com
www.mtgeeni.myshopify.com
www.mytgeeni.myshopify.com
www.mtygeeni.myshopify.com
www.mggeeni.myshopify.com
www.myggeeni.myshopify.com
www.mgygeeni.myshopify.com
www.mhgeeni.myshopify.com
www.myhgeeni.myshopify.com
www.mhygeeni.myshopify.com
www.mugeeni.myshopify.com
www.myugeeni.myshopify.com
www.muygeeni.myshopify.com
www.myeeni.myshopify.com
www.myfeeni.myshopify.com
www.mygfeeni.myshopify.com
www.myfgeeni.myshopify.com
www.myveeni.myshopify.com
www.mygveeni.myshopify.com
www.myvgeeni.myshopify.com
www.myteeni.myshopify.com
www.mygteeni.myshopify.com
www.mybeeni.myshopify.com
www.mygbeeni.myshopify.com
www.mybgeeni.myshopify.com
www.myyeeni.myshopify.com
www.mygyeeni.myshopify.com
www.myygeeni.myshopify.com
www.myheeni.myshopify.com
www.mygheeni.myshopify.com
www.mygeni.myshopify.com
www.mygweni.myshopify.com
www.mygeweni.myshopify.com
www.mygweeni.myshopify.com
www.mygseni.myshopify.com
www.mygeseni.myshopify.com
www.mygseeni.myshopify.com
www.mygdeni.myshopify.com
www.mygedeni.myshopify.com
www.mygdeeni.myshopify.com
www.mygreni.myshopify.com
www.mygereni.myshopify.com
www.mygreeni.myshopify.com
www.mygewni.myshopify.com
www.mygeewni.myshopify.com
www.mygesni.myshopify.com
www.mygeesni.myshopify.com
www.mygedni.myshopify.com
www.mygeedni.myshopify.com
www.mygerni.myshopify.com
www.mygeerni.myshopify.com
www.mygeei.myshopify.com
www.mygeebi.myshopify.com
www.mygeenbi.myshopify.com
www.mygeebni.myshopify.com
www.mygeehi.myshopify.com
www.mygeenhi.myshopify.com
www.mygeehni.myshopify.com
www.mygeeji.myshopify.com
www.mygeenji.myshopify.com
www.mygeejni.myshopify.com
www.mygeemi.myshopify.com
www.mygeenmi.myshopify.com
www.mygeemni.myshopify.com
www.mygeen.myshopify.com
www.mygeenu.myshopify.com
www.mygeeniu.myshopify.com
www.mygeenui.myshopify.com
www.mygeenj.myshopify.com
www.mygeenij.myshopify.com
www.mygeenk.myshopify.com
www.mygeenik.myshopify.com
www.mygeenki.myshopify.com
www.mygeeno.myshopify.com
www.mygeenio.myshopify.com
www.mygeenoi.myshopify.com