Webpage: https://instylejewel.com
Device: Desktop Computer
Region: Australia (Sydney)
Single Region Score
Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript].
Screen reader users rely on frame titles to describe the contents of frames. [Learn more about frame titles].
Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast].
Including a skip link can help users skip to the main content to save time. [Learn more about skip links].
Optimized images load faster and consume less cellular data. [Learn how to efficiently encode images].
This is the largest contentful element painted within the viewport. [Learn more about the Largest Contentful Paint element]
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].
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].
Third party code can significantly impact load performance. [Reduce and defer loading of third party code] to prioritize your page's content.
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.
Meta descriptions may be included in search results to concisely summarize page content. [Learn more about the meta description].
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].
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].
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].
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].
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]