Webpage: https://www.philoptics.com
Device: Desktop Computer
Region: Ireland (Dublin)
Single Region Score
Speed Index shows how quickly the contents of a page are visibly populated. [Learn more about the Speed Index metric].
Descriptive link text helps search engines understand your content. [Learn how to make links more accessible].
Image display dimensions should match natural aspect ratio. [Learn more about image aspect ratio].
When an input field doesn't have an accessible name, screen readers announce it with a generic name, making it unusable for users who rely on screen readers. [Learn more about input field labels].
Some ARIA parent roles must contain specific child roles to perform their intended accessibility functions. [Learn more about roles and required children elements].
Reducing the download time of images can improve the perceived load time of the page and LCP. [Learn more about optimizing image size]
Your first network request is the most important. Reduce its latency by avoiding redirects, ensuring a fast server response, and enabling text compression.
Canonical links suggest which URL to show in search results. [Learn more about canonical links].
First Contentful Paint marks the time at which the first text or image is painted. [Learn more about the First Contentful Paint metric].
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.
Focusable descendents within an `[aria-hidden="true"]` element prevent those interactive elements from being available to users of assistive technologies like screen readers. [Learn how `aria-hidden` affects focusable elements].
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.
This is the largest contentful element painted within the viewport. [Learn more about the Largest Contentful Paint element]
Redirects introduce additional delays before the page can be loaded. [Learn how to avoid page redirects].
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].
Each ARIA `role` supports a specific subset of `aria-*` attributes. Mismatching these invalidates the `aria-*` attributes. [Learn how to match ARIA attributes to their roles].
Third party code can significantly impact load performance. [Reduce and defer loading of third party code] to prioritize your page's content.