Technical Audit: zakarpatska.com.ua (2025-03-18)

Technical Audit Report for zakarpatska.com.ua

URL Analyzed: https://zakarpatska.com.ua/

Audit Date: March 18, 2025, 11:08 am

Download CSV Report





Website Audit Report


Website Audit Report

Critical Issues

  • Audit ID 1: There are layout shifts occurring. The layout should be stable and not move without user interaction. We recommend investigating the causes of layout shifts such as elements being added, removed, or their fonts changing as the page loads.
  • Audit ID 13: The largest contentful element painted within the viewport is too slow. It’s painting at 1,840 ms, which is a clear indicator that the element needs optimization.
  • Audit ID 14: You need to optimize LCP by making the LCP image discoverable from the HTML immediately, and avoid lazy-loading.
  • Audit ID 17: Use next-gen formats like WebP and AVIF for images that often provide better compression than PNG or JPEG, leading to faster downloads and less data consumption.
  • Audit ID 20: It’s crucial to eliminate render-blocking resources. Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles.
  • Audit ID 23: Third party code is significantly impacting the load performance. Prioritize your page’s content by reducing and deferring the load of third-party code.
  • Audit ID 27: Reduce the amount of unused CSS rules and defer CSS that is not used for above-the-fold content. This will decrease the network activity.
  • Audit ID 28: Unused JavaScript is present and loads extra, which is unnecessary. Therefore, reduce unused JavaScript code and defer loading scripts until they are required.

Moderate Issues

  • Audit ID 2: Reduce your first network request’s latency. Consider avoiding redirects, ensuring a fast server response, and enabling text compression.
  • Audit ID 4, 12: Improve your ‘First Contentful Paint’ and ‘Largest Contentful Paint’ times. These metrics are important for perceiving load speed. Aim for a score of 0.9 or better.
  • Audit ID 6: Leverage the `font-display` CSS feature to ensure text is user-visible while web fonts are loading.
  • Audit ID 15: To reduce the amount of code shipped to modern browsers, utilize the module/nomodule feature detection to serve different bundles to modern and legacy browsers.
  • Audit ID 19: Reduce or inline render blocking requests to move these network requests out of the critical path.
  • Audit ID 25, 26: Minify both CSS and JavaScript files. This saves on the network payload size, improving load times.
  • Audit ID 29: Increase the cache lifetime for static assets. This can speed up repeat visitors to your page.

Minor Issues

  • Audit ID 3: Optimize the size of your DOM. This can sometimes improve the page responsiveness.
  • Audit ID 9: Try to improve image delivery to enhance percieved load time.
  • Audit ID 11: ‘Time to Interactive’ is fairly good, continue to monitor this metric as the website continues to change and grow.
  • Audit ID 22: Current Speed Index is acceptable, however any improvements will only better the overall user experience.