hiteshchoudhary / chai-aur-react

chai aur react series on youtube
7.44k stars 960 forks source link

Those facing issues in last Mega blog project #173

Open parthvyas7 opened 1 month ago

parthvyas7 commented 1 month ago

I have tried to tweak and somehow able to make it working, do check it out and provide any feedback

StoryStream

vahidhusyn commented 1 month ago

Its great.

One suggestion though. The postcard preview pics take time to load. Any ideas for optimization?

parthvyas7 commented 1 month ago

@vahidhusyn there are several things that can be optimised for faster loading like image caching in some sort of client storage, run some functions at backend which converts/optimises any image uploaded by client to webp file format (much faster delivery), although not fully feasible but using CDN/AWS S3 to deliver static assets like images, etc.