Now, the application API is really fastened.
Initially the page wasn't loading until whole data comes which also included large strings of image data in it.
I shifted the images to another api and didn't send it from fetchPost api's.
Now, the page loads within few seconds and also the data comes early. The images come from back one by one.
Here are some screenshots which explains that the posts reach early. The image doesn't restricts it to come. The one by one images are coming from back.
Issue: #241
Now, the application API is really fastened. Initially the page wasn't loading until whole data comes which also included large strings of image data in it. I shifted the images to another api and didn't send it from fetchPost api's. Now, the page loads within few seconds and also the data comes early. The images come from back one by one.
Here are some screenshots which explains that the posts reach early. The image doesn't restricts it to come. The one by one images are coming from back.