jcanker Posted February 15, 2011 Share Posted February 15, 2011 Which is more efficient or preferable (read: accepted better practice)? I am building an AJAX app to work with my customer account info. I will not need all the info all the time, for instance, billing contact info, technical contact info, the trouble ticket info, etc. Everything's going to be stored in an object literal. Is it better to grab this information all at once and just display it as needed, or is it better to make a bunch of AJAX requests to get the info as needed? Quote Link to comment https://forums.phpfreaks.com/topic/227757-one-big-ajax-request-vs-many-little-ones/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.