Website loading performance optimization | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Website loading performance optimization

Hello dear people. I have a question about this case: When I refresh my website, for 0.5 seconds it shows html skeleton of the webpage and after those 0,5 seconds(my assumption as it is very short period of time) all the styles load. I hope this makes sense. I am using Bootstrap 4 if it makes any difference. So basically website HTML skeleton appears for few seconds and then the css styles load. I want to fix this and load my websites without any problem.

9th Jul 2019, 8:36 PM
Inl Happy
Inl Happy - avatar
1 Answer
+ 1
Try clearing your browser cache and make sure you're not using @import for your CSS styles.
9th Jul 2019, 9:21 PM
Chris Coder
Chris Coder - avatar