i want to ask did html structure effect the performance of page loading?
But im not asking about the request of external js/css, but html layout structure
For example using div or table…something like that
Did html structure effect the performance of page loading?
Yes, though it’s negligible relatively to the CSS and JavaScript performance issues caused by bad HTML structure.