Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancements and Optimizations in WebSite ✨ #1236

Open
wants to merge 1 commit into
base: gh-pages
Choose a base branch
from

Conversation

sanjaiyan-dev
Copy link

@sanjaiyan-dev sanjaiyan-dev commented Sep 4, 2023

This PR introduces very minor improvements, which include:

  1. 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.

  2. 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.

  3. 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.

  4. 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 :(

Copy link
Contributor

@WebSnke WebSnke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Well done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants