yagnik2411 / Quiz-Genius

Introducing Quiz Genius: The ultimate Flutter quiz app with Firebase authentication, dynamic quizzes, real-time feedback, and personalized profiles. Join now to test your knowledge, track progress, and challenge friends. Clone, customize, and conquer quizzes. Start your intellectual adventure today!
https://play.google.com/store/apps/details?id=com.yagnik.quiz_genius
Mozilla Public License 2.0
15 stars 45 forks source link

Optimize_Images_for_Better_Performance #110

Open smog-root opened 2 weeks ago

smog-root commented 2 weeks 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!

@yagnik2411

KirolosMFahem commented 2 weeks ago

you'll be on it but unfortunately, it'll be level1

smog-root commented 2 weeks ago

@KirolosMFahem level1 is too less! i have contributed about the same issue! Everyone gave level3!!

Please add level3!

KirolosMFahem commented 2 weeks ago

I don't see it as a major update but in the PR if it's really worth it I'll upgrade it

KirolosMFahem commented 2 weeks ago

please note that we're using Flutter and there are some plugins that do that with a single line of code check out pub.dev for more information

KirolosMFahem commented 2 weeks ago

also note that we're using github and there is imgbot to do that