ayush-that / FinVeda

A dynamic financial literacy app with Arthsathi AI chatbot, finance blogs, market trends, SIP calculator, and a quiz for effortless finance learning.
https://fin-veda.vercel.app/
Other
141 stars 330 forks source link

Optimize_Images_for_Better_Performance #1589

Open smog-root opened 4 hours ago

smog-root commented 4 hours ago

We need to optimize images on our website to improve loading speed and overall performance. This includes compressing existing images and converting them to more efficient formats like WebP.

Compress Images:

Use tools like TinyPNG or ImageOptim to reduce the file size of current images without sacrificing quality.

Convert to WebP Format:

Change image formats from JPEG/PNG to WebP where appropriate to enhance performance.

Enable Lazy Loading:

Implement lazy loading for images to defer loading off-screen images until they are needed.

<img src="image.jpg" alt="Description" loading="lazy">

Note: Assign me and add gssoc-ext with level3 and hacktober-accepted labels!

@ayush-that @Sampadatiwari

smog-root commented 4 hours ago

@sampadatiwari30 there are lot of file to convert and edit!

It deserves level3!

please add level3!