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.
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