Design page with static HTML or static DOM Javascript? -
today i've question. faster load web page designed static html example:
<html> <head> <title>web page</title> </head> <body> <p>hi community</p> </body> </html>
or static javascript dom? example document.createelement("...")
serving html directly faster approach, browser have render elements, , not manipulate dom :)
Comments
Post a Comment