+ 15
Performance, do you care about it?
A slow website is always bad, it hurts the performance specially on mobile… users just leave the site if they see a blank page for 3 seconds or more. How can we make the web better? there are some courses, which one one do you recommend? I have to say that I would like to have some courses of this on www.sololearn.com When I create a site I really care about performance, My goal is based on https://developers.google.com/speed/pagespeed/insights/ How can I get better scores? I want to learn more about this and get a 100% on my sites! I really appreciate any help you can provide.
9 Respostas
+ 5
while developing a website / webpage
I follow these rules
1> creating css , js file not inside the style tag / script tag
2> less annoying advertisement
3> responsive page.
(good font in both pc and any device)
4> not to use to much animation.
5> not to use to much comments.
speed of loading a site depends upon how much text inside the html document has.
+ 5
thank dear @joanna you completed your promised.... thanks& love you lot my friend....
+ 4
@joanna hii dear
can you try to accept my challenge??
+ 4
@Hi Bhavin, I promise I will challenge you later!
+ 4
sure why not!!!!!
dear @joanna
l like to accept....
& I did to challenged you also...
+ 4
are you busy nowadays??🙌🙌😎
+ 3
everything like tge guy above me said, plus
-use some kind of caching,
-optimize images (reduce size)
-use cdn for website and for libraries (jQuery, bootstrap...)
-buy good hosting
+ 1
helo
+ 1
It's good to take a look for web site performance guidelines
https://developers.google.com/speed/docs/insights/rules
… unless you already did. ;-)