Performance, do you care about it? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

25th May 2017, 6:46 PM
Joanna Avalos
Joanna Avalos - avatar
10 Answers
+ 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.
25th May 2017, 7:05 PM
MR Programmer
MR Programmer - avatar
+ 5
thank dear @joanna you completed your promised.... thanks& love you lot my friend....
6th Jun 2017, 6:00 PM
Bhavin Kanzariya
Bhavin Kanzariya - avatar
+ 4
@joanna hii dear can you try to accept my challenge??
30th May 2017, 7:53 PM
Bhavin Kanzariya
Bhavin Kanzariya - avatar
+ 4
@Hi Bhavin, I promise I will challenge you later!
2nd Jun 2017, 10:33 PM
Joanna Avalos
Joanna Avalos - avatar
+ 4
sure why not!!!!! dear @joanna l like to accept.... & I did to challenged you also...
3rd Jun 2017, 4:07 AM
Bhavin Kanzariya
Bhavin Kanzariya - avatar
+ 4
are you busy nowadays??🙌🙌😎
3rd Jun 2017, 4:09 AM
Bhavin Kanzariya
Bhavin Kanzariya - avatar
+ 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
25th May 2017, 9:03 PM
Amar
Amar - avatar
+ 1
helo
30th May 2017, 9:44 AM
apa bae
apa bae - avatar
+ 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. ;-)
1st Aug 2017, 10:17 AM
Hy You
0
the most important things I care when it comes to performance: - good and clean javascript code (once I accidentlly selected element that didnt exist on page, my page loaded 15 second just because of that) -optimizing images -be careful how many third parties (on other servers: advertisment, videos...) are loading on your page, thats slowing down website loading dramatically -good hosting is also big thing, especially if your website is used all over the world -use plugins that are useful and try not to have too much there are also good websites where you put your url and they load your website from different locations around the world and give you great report in average webpage is about 2MB, now there is also question about internet speed od users not just server
12th Aug 2017, 7:46 AM
Šimun Ivanac
Šimun Ivanac - avatar