day23 of #CodingEveryday
I used PJAX for faster page load, and build a nodejs project about that.
PJAX allows pages to only request and refresh the part that needed to be changed. The bandwidth required to deliver only a portion of the original whole page is smaller, thus the page load time is faster.