✅WORDPRESS OPTIMIZATION GUIDE! FROM 3 TO 1 SECOND LOAD-TIME❗❗

Are you testing this on your front page, or to one of your post pages?

Because my front page has a score of about 96. But my post page has a score of about 79. Do you have any idea about this?

Anyway, thanks for this thread. I will try it in my other website.
I am not if you've been replied but you must know the page score doesn't matter what matters most is the page load time. And if you post page has higher load time than the homephomepage then it definitely heavier. Run the urls on gtmetrix and compare the size of the pages, the heavier the page the longer it takes to load or May be you have insane amount of http request
 
will moving content to subdomain make a hit to SEO?
Bo, there should be no issues. The subdomain is still part of your domain. It just circulates your static content. In my opinion google migh even reward you for that.
 
@FatBee
A newbie question... "USE CLOUDFLARE (At least, Cloudflare is what I use.)" - Why cloudflare is so vital?
As I understand it, your site becomes faster but you use your unique IP to that?
 
@FatBee
A newbie question... "USE CLOUDFLARE (At least, Cloudflare is what I use.)" - Why cloudflare is so vital?
As I understand it, your site becomes faster but you use your unique IP to that?
Anti ddos, site is faster, everything is CDN'd. And its all for free!

Yes, it has the same IP but google Is aware of Cloudflare and down the road it wont punish you. Plus, in case you switching to a new host, downtime will be literally 0.
 
Nice guide mate. A few things in there new to me as well, so I'll have to look at implementing those on my sites also.

One thing to add as well - sorry if you mentioned it but I didn't notice - get your site on a decent hosting provider. I had a few performance issues recently even though I had implemented most of the things you've mentioned and after I still wasn't getting the speeds that I wanted, I upgraded to a better hosting plan (semi-dedicated instead of shared hosting) and the performance improvement was massive - a little bit better as far as the stats were concerned but noticeably faster to the naked eye as well.
To be honest, hosting plays a key part in site speed.

I did this exact optimization more than 6 times in the past 72hrs due to Namecheap being retarded.

- The first time, minimal improvements on the speed.
- The second time, after bitching about their hosting being crap. From 3-4sec load time to 2sec which is still good!
- All the other times, I got an upgrade to Stellar Business (which Is their top of the line pack for shared hosting) I managed to get 3 times in row load times of 1 sec. And even Pingdom reporting back 500MS from US location which is mental! And that's what made me write down the guide.

But overall, the key part is also the theme, if your theme is cluttered with junk no matter what you do your site will be slow. But overall this guide Provides allot of improvements which I'm amazed that so small things could mean a lot!
 
Anti ddos, site is faster, everything is CDN'd. And its all for free!

Yes, it has the same IP but google Is aware of Cloudflare and down the road it wont punish you. Plus, in case you switching to a new host, downtime will be literally 0.

Thank you so much for your help.

as I understand it, it's a good idea to use cloudflare and you thinks so as well?
Just one last question... my host has a slow response time... it's like a pause for a few seconds and then the website loads quick... do you think cloudflare will fix this problem as well?

Sorry, for so many question about this... it's just I'm very bad with hosts and now I'm trying to find the one who works fine and need to do a few tweaks as well. And thank you for the answers.
 
Thank you so much for your help.

as I understand it, it's a good idea to use cloudflare and you thinks so as well?
Just one last question... my host has a slow response time... it's like a pause for a few seconds and then the website loads quick... do you think cloudflare will fix this problem as well?

Sorry, for so many question about this... it's just I'm very bad with hosts and now I'm trying to find the one who works fine and need to do a few tweaks as well. And thank you for the answers.
The initial request time cant be fixed. Go scream at your hosting. I would like to hear back your reaults
 
The initial request time cant be fixed. Go scream at your hosting. I would like to hear back your reaults

hahahahaha I tried to no avail.
That's why I'm asking so many questions as I want to fix all the problems at once when I move my sites to another host.
 
@FatBee
Applied Remove contact form 7 and Remove version entirely from the source files

I just registered and added my site to cloudflare(with default settings suggested by cloudflare) and updated cloudflare NAMESERVERS

I turned off SSL (I'm done correctly?)
https://imgur.com/9yT6tQZ

Why the Speed tab showing this error https://imgur.com/WGnCn6V it is normal


I didn't understand how to do below step at cloudflare. Can you please explain a bit
I will focus on Prefetch DNS Requests.

You can reduce latency by setting DNS Lookups to perform in the background with DNS prefetching
 
Bookmarked good one thanks for sharing
 
@FatBee
Applied Remove contact form 7 and Remove version entirely from the source files

I just registered and added my site to cloudflare(with default settings suggested by cloudflare) and updated cloudflare NAMESERVERS

I turned off SSL (I'm done correctly?)
https://imgur.com/9yT6tQZ

Why the Speed tab showing this error https://imgur.com/WGnCn6V it is normal


I didn't understand how to do below step at cloudflare. Can you please explain a bit
I will focus on Prefetch DNS Requests.

You can reduce latency by setting DNS Lookups to perform in the background with DNS prefetching
Use wp rocket to set settings for cloudflare, it is the most optimal way to setup cloudflare.
 
Great share. I'm bookmarkting this to get back this evening
 
On the last step for sub domain it says tables not found how to solve it
 
On the last step for sub domain it says tables not found how to solve it
First of all, there is a mistake that's pending an edit by mods.

5. Now, look for wp-config.php and insert the following lines

Use this instead the code in the First post.


Code:
/** Cookie-Free Domain. */
define("WP_CONTENT_URL", "https://static.website.tld");
define('COOKIE_DOMAIN', $_SERVER['HTTP_HOST'] );


And for the issue you have, please check your wp table prefix. is it wp_ or something else?
 
Back
Top