All I want to know, is there any difference in the speed of a mechanism that returns the whole HTML as the response of an ajax request and a mechanism that returns a array as json and makes the HTML via JS coeds ?
Currently my website makes the whole HTML once on the server side. And use it both for http and ajax requests. It works as well, but since I like perfection things, I want to know, if I change my current algorithm and make the HTML on the client side for ajax requests, then the speed will be better?