I have created a reserver using the Slim Framework (PHP), connecting to a MySQL DB. You are on a dedicated server with moderate performance, ie the response is very fast.
But I did a test app in IOS where I consult this api and mount a table view with the result. In wifi it goes fast, however in the "3g" it takes 15 to 30 seconds to load!
I'm using Restkit with AFNetworking. The api link is: link (can access to see the result / speed) Is it normal to take all this time to mount the UITableView on a small json of these?
Does anyone know how to solve this?