Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,150,484 members, 7,808,760 topics. Date: Thursday, 25 April 2024 at 04:29 PM

14 Simple Tricks To Speed Up Your Website - Webmasters - Nairaland

Nairaland Forum / Science/Technology / Webmasters / 14 Simple Tricks To Speed Up Your Website (2846 Views)

How To Speed Up Wordpress Websites In 2022 / MMO Simple Tricks For Newbies / How Do Facebook Accounts Get Hacked; See The Simple Tricks Hackers Use (2) (3) (4)

(1) (Reply) (Go Down)

14 Simple Tricks To Speed Up Your Website by akeentech(m): 5:33am On Apr 20, 2018
We've likewise learnt precisely what's happening behind the scenes to cause site slowdown here: https://www.nairaland.com/4437842/10-major-reasons-slow-website.
It takes us to our natural conclusion: how precisely would you be able to speed up your website ? We're covering everything from server speed, to optimization and a couple of extra additional items in the middle.

READ ALSO: 12 HABITS OF SUCCESSFUL BLOGGERS

#1. Upgrade to a better web host

Majority of us tend to purchase the least expensive plot of land we find. In any case, that is not really a wise solution.
Cheap web hosts rent servers that are small, and crowded. Keep in mind, you need your server to respond rapidly to requests, and send your site down the tunnel to the browser speedily to speed up your website .


#2. Switch from shared hosting to a VPS

Cheap website hosts will put your site on a server alongside huge amounts of other sites. It's called shared hosting, and it implies you need to battle it out for resources.
In the event that one site all of a sudden gets loads of traffic, it will slow down your site, while they eat up the bandwidth.
By changing to a VPS (a virtual private server), your web host will fence off a corner of the shared server only for you. It implies you don't need to stress over other sites taking your resources and that will speed up your website.

#3. Move the server closer to your audience

Each time somebody clicks on your site, your server needs to physically send the information over the planet to their PC screen.
On the off chance that the server is on the other side of the world, that will take quite a while. If you know where majority of your traffic is originating from, you can ask that your website host put your site on a server nearest to your main readers or audience and that will speed up your website.

#4. Make use of a content delivery network

The issue with moving your server nearer to a specific group of audience is that somebody will miss out. In the event that you move your server to California, your visitors from Australian will get a slow loading time. So also your European visitors and so on.
A CDN or content delivery system puts your information on servers all over the world. So when somebody clicks on your site, the server nearest to them sends the data.


#5. Activate the ‘keep alive’ setting

At the point when your server sends your site files down the tunnel, each part travels independently. Your logo, your CSS style sheets every one of your images, and so on.
Clearly, the most effective way to do this is sending them all down the same huge tunnel.
That is the place where the 'keep alive' setting comes in. At the point when it's activated, the main tunnel remains on, and everything comes down the same connection. (This is superbly fast).
However, when the setting is off, a new tunnel must be made for each component. (This is superbly slow).
Most web hosts keep this setting on (which is great), yet at times shared hosts close the connections all of a sudden without warning.
Since we've made your server as efficient and fast as possible, how would we optimize the site parts themselves?

#6. Reduce round trip time

Your browser as of now needs to ask the server for every element, each one at a time. Your logo, every one of the images, then your CSS stylesheet. The time it takes to get (receive) it is one round trip.
The more round trips you need to make, the more it takes the whole site to load. It resembles packing up your car with boxes, and moving them to another house.
The more boxes you have, the more round trips you must make. The solution? Cut down the boxes amount you're taking.
Decrease the amount of elements your server needs to send down the tunnel. Less images, fewer code, less plugins to
speed up your website .

#7. Enable compression on your website

Unfortunately, it's not only the number of boxes. It's the means by which heavy they are. In the event that most of your elements are heavy and big, it will take up a lot of space in your tunnel. They'll likewise move slower . It just like lorries building up. Each loaded with heavy boxes.
Fortunately, to speed up your website you can get your site compressed, and everything on it. Utilizing a tool like Gzip. (90% of browsers recognized it. – That's pretty much aside from a couple of stragglers still using IE Internet Explorer 4.)
The chunkiest parts of your website are the HTML, CSS, Javascript and images. By compressing them, you can decrease the average 'weight' of your website while it transfers.

#8. Optimize your site images

Images are generally the weightiest part of any site. They're the biggest, slowest, fattest, loading element.
Begin by editing them down to the correct size you need them. Try not to upload tremendous images, and scale them down in the HTML. Simply transfer them at the correct size.
Additionally, compress your pictures before you upload them. If you are using WordPress, plugins like WP Smush could get the image size cut down by a great 80%.

#9. …Or make sprites

A sprite is one single image which contains loads of little images. It's awesome for sharing buttons or any other image elements.
Presently, your site simply needs to make one single request, as opposed to ten separate ones. You would then be able to use CSS to pick which parts of the image are shown where.

#10. Trim your site code

HTML is heavy and dense. It's additionally incredibly repetitive. CSS is somewhat more streamlined, however bunches of it is redundant.
It is time to go through your code with absolute attention to detail, and dispose of all the unecessary bits.
In case you're using a WordPress template, Tumblr template and so forth, then there is likely loads of code you're not using. These templates are set up to give you loads of choices for functionality. However, majority of us needn't bother with it at all.

#11. Uninstall useless plugins

We have all experimented with huge amounts of plugins throughout the years. However, we forget to uninstall them. Each plugin is also another server request. It's another heavy package obstructing high-speed tunnel. In case you're not using it, turn it off.


#12. Reduce redirects

For each redirect, your packages go all over (up and down) the tunnel twice. Unless you totally need to, don't use redirects on your site to speed up your website .

#13. Reduce DNS lookups

There's one a part in the process we haven't discussed yet. It happens right at the very beginning. Prior to your browser begins the conversation with the server, it needs to discover the server's location (By looking for its IP address). It resembles looking into the server's number in the telephone book. That takes a brief period. (Normally 20-100 milliseconds).
It takes considerably longer if there are numerous domain names associated with your site. Regular examples include: blog.yourwebsite.com, forum.yourwebsite.com, or extra domains for stylesheet, flash objects and images. If your browser needs to do it five times, you may lose half a second. Keep it to as couple of domain as you could reasonably keep.

#14. Browser caching

Imagine how quick things would be if your browser could keep a duplicate of all the site files. That way, it wouldn't need to contact the server so often. It could simply load them up from memory.
That is the thing that caching is. It implies your browser 'remembers' the site. Whenever you load it up for a second time, it's superbly fast.
Phew! That was a bit longer post than regular, however I think it was justified, despite all the longevity.


Source: https://akeentech.com/2018/04/14-simple-tricks-to-speed-up-your-website/

3 Likes 1 Share

Re: 14 Simple Tricks To Speed Up Your Website by manforgu: 7:20am On Apr 20, 2018
Ok noted. FTC
Re: 14 Simple Tricks To Speed Up Your Website by Nobody: 7:21am On Apr 20, 2018
Nice one
Re: 14 Simple Tricks To Speed Up Your Website by directonpc(m): 7:23am On Apr 20, 2018
These kind of posts don't get much comments.
Re: 14 Simple Tricks To Speed Up Your Website by Nobody: 7:25am On Apr 20, 2018
And does these also apply to a Blogger hosted blog, or what would you recommend to speed up such blogs?

Can someone check how fast [url]questechie.com[/url] renders on both mobile and desktop?

Thanks.
Re: 14 Simple Tricks To Speed Up Your Website by Doerstech(m): 7:33am On Apr 20, 2018
Lovely points.....Good one op.
Meanwhile if you need a website for your business or brand give me a shout at
08095966698

Re: 14 Simple Tricks To Speed Up Your Website by fosachens: 7:35am On Apr 20, 2018
Re: 14 Simple Tricks To Speed Up Your Website by MrAnele(m): 7:48am On Apr 20, 2018
Another Regurgitated post
Re: 14 Simple Tricks To Speed Up Your Website by AgreatMan: 8:46am On Apr 20, 2018
True talk

Check out [url]825jobs.com[/url], loads in 1.5 seconds from Europe and Africa.

Fastest loading jobs website in Nigeria! Faster than a vanishing spell cheesy
Re: 14 Simple Tricks To Speed Up Your Website by pacespot(m): 8:55am On Apr 20, 2018
Nice points OP. Even I have been blogging for a while, I know all these tips, I still find them useful.

Now you wonder why the President called Nigerian youth "Lazy," they hardly comment on anything that's reasonable like business, but if it's quick-rich scheme, celebrity, or nu.dity, their comments will be flowing everywhere.
Re: 14 Simple Tricks To Speed Up Your Website by debowale01(m): 11:52am On Apr 20, 2018
questechie:
And does these also apply to a Blogger hosted blog, or what would you recommend to speed up such blogs?

Can someone check how fast [url]questechie.com[/url] renders on both mobile and desktop?

Thanks.

bros, your site is slow oo
Re: 14 Simple Tricks To Speed Up Your Website by debowale01(m): 11:57am On Apr 20, 2018
If you need any help fixing, optimizing, securing or speeding up your wordpress website, pm me or
find me here here
Re: 14 Simple Tricks To Speed Up Your Website by steveDpro: 12:28pm On Apr 20, 2018
Ok
Re: 14 Simple Tricks To Speed Up Your Website by Nobody: 1:55pm On Apr 20, 2018
directonpc:
These kind of posts don't get much comments.

Wondering why too. I had to encourage the OP by liking his post when I saw only "1 like" for such a fantastic post. smiley
Re: 14 Simple Tricks To Speed Up Your Website by Nobody: 9:31pm On Apr 20, 2018
Thank you!
Re: 14 Simple Tricks To Speed Up Your Website by mcqwerty(m): 1:48pm On Apr 21, 2018
A post like this is quite good and often though it's more advance optimization techniques.

The sad part is that such posts are always lost on the audience. 90 per cent of readers may perceive the post useful but cannot implement these things without the help of a webmaster (not website designer) or SEO Expert.

Is O.P. ready to assist anyone with Website speed issues for free or at a fee? You could rather create a step-by-step guide on how to implement each Seo recommendation. I believe nairalanders would appreciate that better.

Well, I do Seo, both organic and paid, and I seriously doubt this platform has bloggers willing to pay for premium seo fees, plus, a good number are on Blogger platform that allows for little or not Seo optimization techniques.

Any serious blogger in 2018 knows WordPress is the best platform for blogging and marketing related websites.

Enough said.
Re: 14 Simple Tricks To Speed Up Your Website by kingchris30(m): 1:54pm On Apr 26, 2018
many things here that I don't know as a website owner, this is helpful. thanks
Re: 14 Simple Tricks To Speed Up Your Website by akeentech(m): 12:41pm On Jun 13, 2018
debowale01:


bros, your site is slow oo

very slow

(1) (Reply)

Wack Web Designer's Websites You've Ever Seen? / Create From Scratch E-commerce Website Like Jumia,make Money Building For Others / Simple Instagram SOFTWARE 2020 And Instagram Data Extractor 2020

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 36
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.