frontend dev
Budget: $50 – $100 USD
https://trendybazar.nilbox.net/ bug fix
● Properly size images
● Serve images in next-gen formats
● Defer offscreen images
● Enable text compression
● Eliminate render-blocking resources
● Reduce initial server response time
● Reduce unused JavaScript
● Reduce unused CSS
● Minifying JavaScript files can reduce payload sizes and script parse time
● Efficiently encode images
● Avoid serving legacy JavaScript to modern browsers
● Avoid enormous network payloads
● Avoid an excessive DOM size
● Minimize main-thread work
● Does not use passive listeners to improve scrolling performance
● Serve static assets with an efficient cache policy
● Reduce JavaScript execution time
● ARIA IDs are not unique
● [aria-hidden="true"] elements contain focusable descendents
● Image elements do not have [alt] attributes
● Links do not have a discernible name
● Background and foreground colors do not have a sufficient contrast ratio.
● Displays images with incorrect aspect ratio
● Browser errors were logged to the console
● Missing source maps for large first-party JavaScript
● Document does not have a meta description
● Links are not crawlable
● Properly size images
● Serve images in next-gen formats
● Defer offscreen images
● Enable text compression
● Eliminate render-blocking resources
● Reduce initial server response time
● Reduce unused JavaScript
● Reduce unused CSS
● Minifying JavaScript files can reduce payload sizes and script parse time
● Efficiently encode images
● Avoid serving legacy JavaScript to modern browsers
● Avoid enormous network payloads
● Avoid an excessive DOM size
● Minimize main-thread work
● Does not use passive listeners to improve scrolling performance
● Serve static assets with an efficient cache policy
● Reduce JavaScript execution time
● ARIA IDs are not unique
● [aria-hidden="true"] elements contain focusable descendents
● Image elements do not have [alt] attributes
● Links do not have a discernible name
● Background and foreground colors do not have a sufficient contrast ratio.
● Displays images with incorrect aspect ratio
● Browser errors were logged to the console
● Missing source maps for large first-party JavaScript
● Document does not have a meta description
● Links are not crawlable