How I increase my Website Speed..?

Jash Smith

Newbie
Joined
Jun 28, 2018
Messages
1
Reaction score
0
Hi,
am a New member in this Forum.
I Have A Website About Power Tools And bag. But My Site has One problem, It is Loading Slow.
So I want To Solve it. So Please Help me For It.
 
Hosting
Wtc plugin
Size images for their actual size
Compress images
Uninstalling not needed plugins
 
If WP, install caching plugin and use cloudflare. If things still not work properly issue is with your shared hosting. Move to better host or use vps like digitalocean or vultr.
 
The best method of increasing website load time are as follows:
Minimize HTTP requests
Minify and combine files
Use asynchronous loading for CSS and JavaScript files
Defer JavaScript loading
Minimize time to first byte
Reduce server response time
Enable compression
 
If your homepage has a lot of content, a lot of images/gifs/starting videos, try to compress them. Also, is your site optimized for visitors all over the world? First solution to fixing or at least reducing your slow loading speed is to have a good hosting provider.
 
Hey jash, it is the most important question I am you asked it. First of all just remove all unnecessary web pages, javascript, CSS which is not required and you should have a good server if you want a lightning fast website. A fast website is always important if you want good ranking on search engine. Thank you I hope you got it.
 
You can also use tinypng or use one Theme of thrive themes, there are an image optimizer inside.
You can get the thrive theme in the download section on BHW for free. Look for free plugins, themes etc.
 
Consider and test following:
Broken URLs (images, css files, videos etc)
Hosting Provider Speed
Remove unnecessary WP plugins (if site is WP based)
Enable compression
Remove unnecessary elements

You could also try some WP cache plugin.
 
Install:
Autoptimize
W3 Total Cache
WP Smush
WP Optimize
Delete Expired Transients
Add Cloudflare
If nothing works - migrate to better hosting and
 
If I had to give you the most two important tips, they would be:

1) Buy a fast server.
2) Keep your requests to minimum.

As for number 2, let me explain a bit.
If you want to see the number of requests being loaded by the web page, press F12 in your chrome and go to the networks tab. Now, these requests make your pages load slower. Remember, 2 requests of 5kb each isn't equal to 1 request of 10kb. 1 request of 10kb will load faster (because of the server response time). So, as others have suggested, combine everything.
a) combine JS files into one big file.
b) combine CSS files into one big file.
3) combine images (where ever possible) into one big sprite image.

I had a detailed guide on speeding up websites, not sure if it is still there.. The one by @davids355 is a pretty good guide, so I also recommend OP to read it.
 
Last edited:
Install on your webserver PageSpeed Module.
PS: Additionally check through PageSpeed Insights and fix highlighted errors.
 
Back
Top