How to increase my website speed?

1. Reduce the amount of downloadable pages. Use gzip compression, this will shorten the file transfer time to the browser.
2. Reduce the amount of graphics. Delete unnecessary images.
3. Reduce the number of browser requests
4. Enable data caching
5. Reduce the size of the CSS and JavaScript code.
 
Last edited:
1. Reduce the amount of downloadable pages Use gzip compression, this will shorten the file transfer time to the browser.
2. Reduce the amount of graphics Delete unnecessary images.
3. Reduce the number of browser requests
4. Enable data caching
5. Reduce the size of the CSS and JavaScript code.

Try using a CDN like Cloudflare.

Try these suggestions and use Gtmetrix for further optimization.
 
If you have WordPress just get WP Rocket and Imagify and your site should be optimized for most use.

Use Pingdom, GtMetrix, and Google Page Speed for further optimization
 
nonesense, wordpress is perfectly ok. You just don't understand it

In fact, I understand it. I used Wordpress since the very first version. However, right now it's crap. It used to be good but right now it's the same than phpnuke.
1) Wordpress is mainly a blog site, it's not a portal site. So it has some weakness about it.
2) It requires constant updates, and those updates could destroy your site, so most people don't update it and they could get hacker.
3) Technically, it store the pages inside the database, it is highly inefficient. Plus, it has a problem with tag and how it's worked.
4) Technically, it could be speed up by using a cache, however, an inneficient system + cache < efficient system + cache. You could use w3 total cache or w3 optimizer and still have a slow site.
 
Hi

The following will help you in increasing the website speed -

Improve your hosting plan
Understand HTTP requests
Make images internet-friendly
Use plugins sparingly (WP sites only)
Cut down on external scripts
Optimize JS and CSS files
Take advantage of caching
Eliminate website baggage
Use a content delivery network (CDN)
 
Just Two Solutions and you'll see drastic improvement.

1.Download WP SMUSH / EWWW Image Optimizer .
2 Download WP ROCKET then learn how to use on Youtube.

Work with the simply listed options above, Let see what your improvement looks like.
 
Hi

The following will help you in increasing the website speed -

Improve your hosting plan
Understand HTTP requests
Make images internet-friendly
Use plugins sparingly (WP sites only)
Cut down on external scripts
Optimize JS and CSS files
Take advantage of caching
Eliminate website baggage
Use a content delivery network (CDN)
======
Yes, follow the above advice if you wish to do it yourself, also there are some good free wp plugins to this, in 2 days time with trial and error method you can easily score above 90 on google pagespeed tool, then try for 100/100
 
Analyze it with screaming frog and work on the parameters it indicates you
 
1. #1 Start using a CDN (Content Delivery Network) ...
2. #2 Host your static files in the cloud that uses a CDN. ...
3. #3 Install Google PageSpeed on your server. ...
4.#4 Tell your hosting provider that you want caching installed. ...
5. #5 Optimize your images. ...
6.#6 Use a fast web host.
 
Improve your hosting plan
Understand HTTP requests
Make images internet-friendly
Use plugins sparingly (WP sites only)
Cut down on external scripts
Optimize JS and CSS files
Take advantage of caching
Eliminate website baggage
Use a content delivery network (CDN)
these following things increase your website speed.
 
There are different ways of increasing your website speed
Minimize HTTP requests
Minify and combine files
Use asynchronous loading for CSS and JavaScript files
Defer JavaScript loading
There are many tricks to improve your website speed.
You can read this article to get more information: https://moz.com/blog/15-tips-to-speed-up-your-website
 
The only thing that wasn't mentioned yet is to use images that are sized correctly to where they are used.
 
I have read through the suggestions. They are all amazing and you should gladly implement each one of them. One more thing. Check the size of your images. Don't leave it to the theme to resize them for you. Have them in the right sizes. Wish you the best.
 
Back
Top