javascript - Render HTML page before Head loads -


i have <head> tag lot of scripts, converted website 7 pages 1 , 1 page doing work of 7. there 2 - 30 second load time , in no way going make optimized mobile.

writing raw html doesn't seem show until page loaded, writing 'loading, please wait...' doesn't appear until after fact.

how 1 display loading comment before head tag finishes loading?

off bat have 3 simple options. move scripts out of head, or defer scripts, or async scripts.


Comments

Popular posts from this blog

html - Difficulties with background-image property -

visual studio code - What does the isShellCommand property actually do and how should you use it? -

ios - Segue not passing data between ViewControllers -