Site Speed Optimisation [HELP]

Joined
Apr 4, 2019
Messages
42
Reaction score
10
Hi team,

I have been trying to learn how to optimise my site’s speed to under 1/2 seconds, basic Wordpress sites.

After searching in BHW and online, I only come accross articles “Do this, do that, install plugins and you’ll be Speedy Gonzalez” ...

I have tried many options and failed, I can’t seem to understand it.

Is there anyone here who would be willing to teach or any good references on a step by step article?

Yeet
 
Fast server, nearby.
Heavy PHP caching on the Nginx level
WP Cache
No plugins, light theme :)

Check the network tab of the browser console (CMD + Shift + C on Mac) to find the culprit!
 
got $50? hot thread in Marketplace has what you want... 2x speed wordpess
 
cdn thu cpannel.
wp cache
wp robot
good host
light easy theme
yoast for your new theme
.com and https enabled

all you need

you can get the best settings for all plugins from yt channels ....
 
cdn setup

wp total catche
https://en-gb.wordpress.org/plugins/w3-total-cache/

video setup total cache

wp yoast
https://en-gb.wordpress.org/plugins/wordpress-seo/

video yoast


Enable GZIP compression
Compressing files on your local computer can save a lot of disk space. Similarly, for the web, we can use GZIP compression. This maneuver will dramatically reduce the bandwidth usage and the time it takes to gain access to your website. GZIP compresses various files so that whenever a visitor tries to access your website; their browser will first have to unzip the website. This process brings down the bandwidth usage to a considerable extent.

You can use either a plugin like the GZip Ninja Speed Optimization or add the following codes in your .htaccess file.

AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript



free setup ssl

https://www.blackhatworld.com/seo/guide-how-to-setup-free-ssl-on-shared-hosting.922130/

do everythink above should get grate results .

all the best
 
using a service like cloudflare that distributes your site closer to the user for faster connection
 
Hi there,

In order to optimize your website, be it WordPress, you implement these below tips -

Make Your Server Faster
Upgrade to a better web host
Switch from shared hosting to a VPS
Move the server closer to your audience
Use a content delivery network
Activate the ‘keep alive’ setting
Reduce round trip time (RTTs)
Enable compression on your website
Optimize your images
Make sprites
Trim your code
Uninstall useless plugins
Reduce redirects
Reduce DNS lookups
Browser caching
 
Try
- Nginx Microcaching
- Varnish Cache
- Redis
- CDN
- Load static files from subdomain to leverage parallel downloading
 
Website speed refers to how quickly your website is loaded when someone types in a URL manually or clicks the link that directs them to your site. The average loading speed in all industries and countries is around 8.66 percent, but the recommendation is to reduce that time to three seconds or less.
 
Back
Top