Wile I was reading This article I came to a point called Defer Rendering
.
What I understood from this is that I can comment the part of the html page that is at first not visible to the user, and load it after 5 second using a script
.
I have a page that loads a list of related adds from the database. I wanted to increase the speed of loading in the mobile.
So my question is : Can someone give me some working example on how I can go forward with it ?
Or are there other ways to do Defer Rendering
?
Thanks