Tejas1510 / Athavani

😻 Athavani/Memories is a full-stack MERN Tool built in order to save all your memories in a single place and rejoice them through the years.
https://athavani.vercel.app
MIT License
37 stars 113 forks source link

Image Loading issue #241

Closed AmeyaJain-25 closed 3 years ago

AmeyaJain-25 commented 3 years ago

In the home page, the image is taking time to lead because it is passed as a Buffer data and hence it is taking time. My suggestion is to pass the rest of the data as json directly without image so that the data can be loaded and the image can be sent through another controller so that it can load independently and not restrict the other data to wait for it.

When we load the home page, all the post images can come from different api from backend and data will come from it's own api. This can help the home page data to get loaded faster.

Please assign me this issuee