Ashley.gallery Site Title

Ashley Kujan - Official Website

Ashley.gallery Meta Description

This is the website of Ashley Kujan. Shop for canvas prints, framed prints, posters, greeting cards, and more. All of Ashley's creative work is informed by spiritual, philosophical, and psychological influences such as Shamanism, Buddhism, Jungian theory, Astrology, Alchemy, Quantum Physics, Oracl...

Ashley.gallery Test Results

Ashley.gallery Mobile Performance: 68/100
Quick overview:
Opportunities
These suggestions can help your page load faster. They don't directly affect the Performance score.
Eliminate render-blocking resources. Potential savings of 1,430 ms
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. Learn more.
Remove unused JavaScript. Potential savings of 73 KiB
Remove unused JavaScript to reduce bytes consumed by network activity. Learn more.
Serve images in next-gen formats. Potential savings of 111 KiB
Image formats like JPEG 2000, JPEG XR, and WebP often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. Learn more.
Properly size images. Potential savings of 64 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn more.
Minify JavaScript. Potential savings of 4 KiB
Minifying JavaScript files can reduce payload sizes and script parse time. Learn more.
Minify CSS. Potential savings of 2 KiB
Minifying CSS files can reduce network payload sizes. Learn more.
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
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.
Serve static assets with an efficient cache policy
14 resources found
A long cache lifetime can speed up repeat visits to your page. Learn more.
Minimize main-thread work
2.1 s
Consider reducing the time spent parsing, compiling and executing JS. You may find delivering smaller JS payloads helps with this. Learn more
Avoids an excessive DOM size
818 elements
A large DOM will increase memory usage, cause longer style calculations, and produce costly layout reflows. Learn more.
Avoid chaining critical requests
11 chains found
The Critical Request Chains below show you what resources are loaded with a high priority. Consider reducing the length of chains, reducing the download size of resources, or deferring the download of unnecessary resources to improve page load. Learn more.
Avoid long main-thread tasks
8 long tasks found
Lists the longest tasks on the main thread, useful for identifying worst contributors to input delay. Learn more
Largest Contentful Paint element
1 element found
This is the largest contentful element painted within the viewport. Learn More
Keep request counts low and transfer sizes small
42 requests • 1,242 KiB
To set budgets for the quantity and size of page resources, add a budget.json file. Learn more.
Avoid large layout shifts
5 elements found
These DOM elements contribute most to the CLS of the page.

Ashley.gallery Mobile SEO: 89/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.
Mobile Friendly
Make sure your pages are mobile friendly so users don’t have to pinch or zoom in order to read the content pages. Learn more.
Tap targets are not sized appropriately
62% appropriately sized tap targets
Interactive elements like buttons and links should be large enough (48x48px), and have enough space around them, to be easy enough to tap without overlapping onto other elements. Learn more.

Ashley.gallery Mobile Best Practices: 64/100
Quick overview:
General
Registers an `unload` listener
The `unload` event does not fire reliably and listening for it can prevent browser optimizations like the Back-Forward Cache. Consider using the `pagehide` or `visibilitychange` events instead. Learn More
User Experience
Serves images with low resolution
Image natural dimensions should be proportional to the display size and the pixel ratio to maximize image clarity. Learn more.
Trust and Safety
Does not use HTTPS
28 insecure requests 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 servedover 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.
Links to cross-origin destinations are unsafe
Add `rel="noopener"` or `rel="noreferrer"` to any external links to improve performance and prevent security vulnerabilities. Learn more.
Includes front-end JavaScript libraries with known security vulnerabilities
4 vulnerabilities detected
Some third-party scripts may contain known security vulnerabilities that are easily identified and exploited by attackers. Learn more.
Ashley.gallery Mobile Progressive Web App: 39/100
Quick overview:
Fast and reliable
`start_url` does not respond with a 200 when offline
A service worker enables your web app to be reliable in unpredictable network conditions. Learn more. No usable web app manifest found on page.
Current page does not respond with a 200 when offline
If you're building a Progressive Web App, consider using a service worker so that your app can work offline. Learn more.
PWA Optimized
Is not configured for a custom splash screen
A themed splash screen ensures a high-quality experience when users launch your app from their homescreens. Learn more. Failures: No manifest was fetched.
Does not redirect HTTP traffic to HTTPS
If you've already set up HTTPS, make sure that you redirect all HTTP traffic to HTTPS in order to enable secure web features for all your users. Learn more.
Does not provide a valid `apple-touch-icon`
For ideal appearance on iOS when users add a progressive web app to the home screen, define an `apple-touch-icon`. It must point to a non-transparent 192px (or 180px) square PNG. Learn More.
Manifest doesn't have a maskable icon
A maskable icon ensures that the image fills the entire shape without being letterboxed when installing the app on a device. Learn more. No manifest was fetched
Does not set a theme color for the address bar.
The browser address bar can be themed to match your site. Learn more. Failures: No manifest was fetched, No `<meta name="theme-color">` tag found.
Installable
Does not use HTTPS
28 insecure requests 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 servedover 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.
Does not register a service worker that controls page and `start_url`
The service worker is the technology that enables your app to use many Progressive Web App features, such as offline, add to homescreen, and push notifications. Learn more.
Web app manifest does not meet the installability requirements
Browsers can proactively prompt users to add your app to their homescreen, which can lead to higher engagement. Learn more. Failures: No manifest was fetched.
Ashley.gallery Mobile Accessibility: 68/100
Quick overview:
Internationalization and localization
These are opportunities to improve the interpretation of your content by users in different locales.
`<html>` element does not have a `[lang]` attribute
If a page doesn't specify a lang attribute, a screen reader assumes that the page is in the default language that the user chose when setting up the screen reader. If the page isn't actually in the default language, then the screen reader might not announce the page's text correctly. Learn more.
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.
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 more.
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.
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 more.
Similar tests
www.ashley.com
www.ashley.net
www.ashley.org
www.ashley.info
www.ashley.biz
www.ashley.us
www.ashley.mobi
www.shley.gallery
www.ashley.gallery
www.qshley.gallery
www.aqshley.gallery
www.qashley.gallery
www.wshley.gallery
www.awshley.gallery
www.washley.gallery
www.sshley.gallery
www.asshley.gallery
www.sashley.gallery
www.zshley.gallery
www.azshley.gallery
www.zashley.gallery
www.ahley.gallery
www.awhley.gallery
www.aswhley.gallery
www.aehley.gallery
www.asehley.gallery
www.aeshley.gallery
www.adhley.gallery
www.asdhley.gallery
www.adshley.gallery
www.azhley.gallery
www.aszhley.gallery
www.axhley.gallery
www.asxhley.gallery
www.axshley.gallery
www.aahley.gallery
www.asahley.gallery
www.aashley.gallery
www.asley.gallery
www.asbley.gallery
www.ashbley.gallery
www.asbhley.gallery
www.asgley.gallery
www.ashgley.gallery
www.asghley.gallery
www.asyley.gallery
www.ashyley.gallery
www.asyhley.gallery
www.asuley.gallery
www.ashuley.gallery
www.asuhley.gallery
www.asjley.gallery
www.ashjley.gallery
www.asjhley.gallery
www.asnley.gallery
www.ashnley.gallery
www.asnhley.gallery
www.ashey.gallery
www.ashpey.gallery
www.ashlpey.gallery
www.ashpley.gallery
www.ashoey.gallery
www.ashloey.gallery
www.asholey.gallery
www.ashkey.gallery
www.ashlkey.gallery
www.ashkley.gallery
www.ashly.gallery
www.ashlwy.gallery
www.ashlewy.gallery
www.ashlwey.gallery
www.ashlsy.gallery
www.ashlesy.gallery
www.ashlsey.gallery
www.ashldy.gallery
www.ashledy.gallery
www.ashldey.gallery
www.ashlry.gallery
www.ashlery.gallery
www.ashlrey.gallery
www.ashle.gallery
www.ashlet.gallery
www.ashleyt.gallery
www.ashlety.gallery
www.ashleg.gallery
www.ashleyg.gallery
www.ashlegy.gallery
www.ashleh.gallery
www.ashleyh.gallery
www.ashlehy.gallery
www.ashleu.gallery
www.ashleyu.gallery
www.ashleuy.gallery
Last Tested: