Wills.hk Site Title

WILLS JEWELLERY - 專屬您的香港彩色寶石專家

Wills.hk Meta Description

屹立於香港中環蘭桂坊核心地段,WILLS JEWELLERY定位為香港高級彩色寶石珠寶首飾專門店,致力為客人提供一站式的珠寶設計服務。店鋪常備色彩斑瀾、產自世界各地的珍貴彩色寶石,並由擁有二十多年珠寶製作經驗的團隊主理,希望為您帶來親切、窩心及專業的珠寶購物服務體驗。

Wills.hk Test Results

Wills.hk Mobile Performance: 36/100
Quick overview:
Diagnostics
More information about the performance of your application. These numbers don't directly affect the Performance score.
Largest Contentful Paint element
6,090 ms
This is the largest contentful element painted within the viewport. Learn more about the Largest Contentful Paint element
Reduce JavaScript execution time
5.3 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.
Minimize main-thread work
10.6 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
Reduce the impact of third-party code
Third-party code blocked the main thread for 1,160 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.
Eliminate render-blocking resources
Est savings of 450 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.
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 serving legacy JavaScript to modern browsers
Est savings of 38 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 images in next-gen formats
Est savings of 139 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 unused JavaScript
Est savings of 636 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.
Minify CSS
Est savings of 3 KiB
Minifying CSS files can reduce network payload sizes. Learn how to minify 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`.
Reduce unused CSS
Est savings of 20 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.
Serve static assets with an efficient cache policy
36 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 1,623 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.
Avoid enormous network payloads
Total size was 107,691 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,737 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.
Properly size images
Est savings of 2,413 KiB
Serve images that are appropriately-sized to save cellular data and improve load time. Learn how to size images.
Minify JavaScript
Est savings of 46 KiB
Minifying JavaScript files can reduce payload sizes and script parse time. Learn how to minify 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.
Remove duplicate modules in JavaScript bundles
Est savings of 25 KiB
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
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.
Document request latency
Est savings of 1,450 ms
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Improve image delivery
Est savings of 2,897 KiB
Reducing the download time of images can improve the perceived load time of the page and LCP. Learn more about optimizing image size
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 980 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.
Render blocking requests
Est savings of 150 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.
Time to Interactive
534.6 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.
LCP request discovery
Optimize LCP by making the LCP image discoverable from the HTML immediately, and avoiding lazy-loading
Max Potential First Input Delay
510 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.
Use efficient cache lifetimes
Est savings of 843 KiB
A long cache lifetime can speed up repeat visits to your page. Learn more.
Duplicated JavaScript
Est savings of 12 KiB
Remove large, duplicate JavaScript modules from bundles to reduce unnecessary bytes consumed by network activity.
Legacy JavaScript
Est savings of 38 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

Wills.hk 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.

Wills.hk Mobile Best Practices: 76/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.
Requests the notification permission on page load
Users are mistrustful of or confused by sites that request to send notifications without context. Consider tying the request to user gestures instead. Learn more about responsibly getting permission for notifications.
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
Wills.hk Mobile Accessibility: 83/100
Quick overview:
Best practices
These items highlight common accessibility best practices.
`[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.
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.
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.
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.
Similar tests
www.wills.com
www.wills.net
www.wills.org
www.wills.info
www.wills.biz
www.wills.us
www.wills.mobi
www.ills.hk
www.wills.hk
www.qills.hk
www.wqills.hk
www.qwills.hk
www.aills.hk
www.waills.hk
www.awills.hk
www.sills.hk
www.wsills.hk
www.swills.hk
www.eills.hk
www.weills.hk
www.ewills.hk
www.wlls.hk
www.wulls.hk
www.wiulls.hk
www.wuills.hk
www.wjlls.hk
www.wijlls.hk
www.wjills.hk
www.wklls.hk
www.wiklls.hk
www.wkills.hk
www.wolls.hk
www.wiolls.hk
www.woills.hk
www.wils.hk
www.wipls.hk
www.wilpls.hk
www.wiplls.hk
www.wiols.hk
www.wilols.hk
www.wikls.hk
www.wilkls.hk
www.wilps.hk
www.willps.hk
www.wilos.hk
www.willos.hk
www.wilks.hk
www.willks.hk
www.will.hk
www.willw.hk
www.willsw.hk
www.willws.hk
www.wille.hk
www.willse.hk
www.willes.hk
www.willd.hk
www.willsd.hk
www.willds.hk
www.willz.hk
www.willsz.hk
www.willzs.hk
www.willx.hk
www.willsx.hk
www.willxs.hk
www.willa.hk
www.willsa.hk
www.willas.hk
Last Tested: