0
Does the markup code has anything to do with the speed of loading the website?
In general a better code has better execution time so in web development not considering effect of JavaScript , does the markup code has any influence on loading the page? i mean better markup code better loading speed?
2 Antworten
+ 5
Compact markup means less memory required and hence better execution speed. For more information, refer to this link : https://webmasters.stackexchange.com/questions/57628/does-excessive-markup-affect-seo
+ 1
very helpful thank you