I am using wordpress rest api to fetch data and i am only fetching 10 posts at a time using volley.
When i request api in browser it gives me result under 6-7 seconds...
But my app takes more than 15 sec to show that 10 posts.
I set a connection timeout in 30 seconds..and asks to retry.
Sometimes, i have to retry 1-2 times. Which Means sometimes it takes more than 1 minute to show data.
...