php - slow loading content via AJAX -
i have modal box in add content box via ajax ( data database ), here problem. content loaded slowly. happened open modal , after 4 or 5 sec appears content.
i set content :
$("#someidinmodal").html(""+datafromdatabase);
so how think problem ? need buy better server? xd or there faster method this?
Comments
Post a Comment