Skip to content

feat: performance optimisation #613

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

amaan-bhati
Copy link
Member

What has changed?

Perfroamance imporvement-->
The images that were in svg/jpg/png format and were big in size are converted into webp format after high compression to improve the performance score

  • high compress the images in the project
  • convert jpgs/svgs/pngs to webp
  • fix layout shift in a ci-cd/github page
  • break down functions/tasks into smaller faster executable functions for the ci-cd/github page
    Please include a summary of the change.

This PR Resolves #(issue)

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).
  • Documentation update (if none of the other choices apply).

How Has This Been Tested?

Please run npm run build and npm run serve to check if the changes are working as expected. Please include screenshots of the output of both the commands. Add screenshots/gif of the changes if possible.
Screenshot 2025-07-16 at 1 25 00 PM

Checklist:

  • My code follows the style guidelines of this project.
  • I have performed a self-review of my own code.

Copy link

keploy bot commented Jul 16, 2025

To generate Unit Tests for this PR, please click here.

@amaan-bhati amaan-bhati changed the title feat: high compress images and convert to webp feat: performance optimisation Jul 16, 2025
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.

1 participant