Webpage: https://tunghing.com.hk
Device: Desktop Computer
Region: Germany (Frankfurt)
Single Region Score
This is the largest contentful element painted within the viewport. [Learn more about the Largest Contentful Paint element]
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].
Optimized images load faster and consume less cellular data. [Learn how to efficiently encode images].
Serve images that are appropriately-sized to save cellular data and improve load time. [Learn how to size images].
Keep the server response time for the main document short because all other requests depend on it. [Learn more about the Time to First Byte metric].
Minifying JavaScript files can reduce payload sizes and script parse time. [Learn how to minify JavaScript].
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs].
Minifying CSS files can reduce network payload sizes. [Learn how to minify CSS].
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].
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].
If your robots.txt file is malformed, crawlers may not be able to understand how you want your website to be crawled or indexed. [Learn more about robots.txt].
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].
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].
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript].
Low-contrast text is difficult or impossible for many users to read. [Learn how to provide sufficient color contrast].
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].