What would happen if I have a lot of ajax request, let say 10 jquery ajax request on the
$(window).load(function ())
when the website opens??
I am planing to do a lot of ajax request I am just wondering what would happen and would it make my website lagging?