Enhancements and Optimizations in WebSite ✨ #1236
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR introduces very minor improvements, which include:
Adding the decoding async attribute to the image tag. The benefits of this improvement include faster loading of web pages and improved user experience, as it allows images to load asynchronously, reducing the impact on page rendering and potentially speeding up page rendering times.
Adding the defer attribute to the script tag. For more information on this improvement, please refer to the following link: https://web.dev/efficiently-load-third-party-javascript/#defer. The defer attribute helps improve page loading performance by delaying the execution of JavaScript until after the HTML content has been parsed. This can result in faster page rendering and a better user experience.
Adding the autocomplete attribute to the input tag. This improvement enhances usability by providing browser-based suggestions and autocomplete options for input fields, making it easier for users to fill in forms and enter data accurately.
Adding the scroll behavior smooth property in CSS. This addition enhances the user experience by adding smooth scrolling animations to anchor links or other scrollable elements on a webpage, creating a more visually appealing and user-friendly browsing experience.
Extremely sorry if I made any mistakes :(