Increase Website Page Speed
Steffan Jensen
Posted on February 5, 2019
Many websites takes around 2-5 minutes to load, in this tutorial we will take a look on how to increase your website page speed within your own code and some other frameworks.
There are two things you should think about when you want to increase your pagespeed, how to avoid memory leaks and how to avoid the same requests over and over again.
When looking at frameworks a thing which is heavy is Wordpress. Frameworks are a wheel to avoid slow load time, the reason is you install more code(Plugins) to increase page speed, this will work sometimes but it will not increase the speed 95%.
It is possible to increase pages peed on every website, also by 95%. If you are coding the website yourself stop using JQuery, if you are only using it for two functions. Stop using a package for one single command and stop loading this package on every site or every request.
I have build a website creator which use 0 packages in python and 0 packages in html/css.
Github: https://github.com/reliefs/websitecreator
The website creator creates a website from your user input within 20 seconds, you can see a demo here: https://fiverrdiscountcode.com
As you can see the speed is 99% on mobiles and 100% on computers. This is two scripts inside one and I was still able to keep the speed 100% on google page speed.
So think about how you code your website, remember many times 80-90% is just junk or memory leaks. Happy Coding.
My Instagram Scraper Website:
https://instascraper.github.io
Download My Instagram Bot:
https://github.com/instagrambot/Instagram-scraper-with-autopost
Follow me:
https://www.linkedin.com/in/steffan-jensen/
https://github.com/reliefs/
https://dev.to/reliefs/
https://fiverrdiscountcode.com
Posted on February 5, 2019
Join Our Newsletter. No Spam, Only the good stuff.
Sign up to receive the latest update from our blog.