i have created web-service in corephp pgsql database. first have created category listing webservice query
"select * category_mst active='y'"
, return json object total 10 records. when directly run web-service browser complete execution in 5 second when call form android application takes 1.5minute , much. can suggest me how can improve response time application ? in advance
Comments
Post a Comment