WordPress JSON API for mobile app. Response time very slow

i am currently using the WordPress JSPON API plugin to feed my mobile iOS application with content from the blog.

However the response time to load some posts inside the app is very slow and i am now looking to find a way to optimize it.

Read More

I read about the transients API but not sure if this will be the right thing for it and also i don´t know how exactly to integrate this with the JSON API Plugin to get better response times?

Currently to fetch 10 Posts takes about 7-8 seconds (remote)

 strURl=[NSString stringWithFormat:@"%@get_recent_posts/?page=%i&dev=1",mainURL,page];

Locally this takes about less then a second.

Now can anyone tell me what to do here?

Related posts