• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Need Help ( Website speed )

If the site you´re referring to the one on your profile?

 
  • Like
Reactions: Jordan_
try to deactivate does setting from Wp Rocket plugin and add Cloudflare to your site and activated from Cloudflare
 
  • Like
Reactions: Jordan_
I tried that, when shift to cloudfare my server will getting down...

I'm using Google cloud hosting
no just create a free account in Cloudflare add your site it will fetch your DNS and all you need is to change nameserver your hosting will be fine Cloudflare has does future in optimization

cloud.PNG
 
no just create a free account in Cloudflare add your site it will fetch your DNS and all you need is to change nameserver your hosting will be fine Cloudflare has does future in optimization

cloud.PNG
Yes I had same,, i use this for 3 or 4 months, but suddenly my website server getting down, then I return to Google cloud,
 
Yes I had same,, i use this for 3 or 4 months, but suddenly my website server getting down, then I return to Google cloud,
My Wordpress site stops sending emails after using Cloudflare...
Btw w3 ache and Cloudflare is a good combination for site speed.
 
no just create a free account in Cloudflare add your site it will fetch your DNS and all you need is to change nameserver your hosting will be fine Cloudflare has does future in optimization

cloud.PNG
I'm already on Cloudflare I just checked, and using only W3 total cache, now my speed around 6-7
 

Attachments

  • Screenshot_20200728-235542.jpg
    Screenshot_20200728-235542.jpg
    479.7 KB · Views: 13
Still too much for 0.90MB and below 60 requests... Should be below 4s.. something is missing on the settings.
 
@mustafamstf4 These are the issues I found on your site that are negatively affecting its page loading speed.

HIGH TIME TO FIRST BYTE (TTFB)

This is often the case when you have a crappy hosting provider but, I see you´re using a CDN and, in that case, the TTFB should NOT be this high.
3d48384519e5aae3b3fa038fae061faf.jpg

So, if you´re using a CDN and you´re still having these TTFB numbers that tell me there´s something wrong with your settings.

I highly recommend you to check this video tutorial by the guys at SERT MEDIA on YouTube on what are the best Cloudflare settings for a WordPress site.

In fact, I highly recommend the ENTIRE Sert Media YouTube Channel. It´s like one of those "hidden gems" on the internet.

FIRST CONTENTFUL PAINT (FCP)


This is a critical metric you need to pay close attention to, personally, I think it´s the most important after TTFB and it denotes when the browser renders the first bit of content (from the DOM) to the end-user, providing the first feedback that the page is actually loading.

In your case, this FCP takes over 7sec to load!
bd9d0e98af7baeefc85c8336d4c39257.jpg

This is how your site´s loading process would look for someone visiting your site...
fad89c65bf920762d518f029b774b964.jpg

Looking at your site´s loading process on the Chrome dev tool, I can see right off the bat what is causing this issue.

You have render-blocking resources!

What is this?

Browsers prioritize CSS and JS resources before loading anything else so, in your case, your site is loading 37 resources before loading the first contentful paint!

This is what´s blocking the rendering of those resources.

Take a look...
0e11c584a3ab642dfd3d7302b367f7ba.jpg

My screen wasn´t big enough to display the first contentful resource that loads on your site but, is right after the last stylesheet (CSS) selected down-below and, it´s an image by the way.

As a matter of fact, looking at Google PageSpeed Insight report results for your site, we see that the biggest opportunity of improvement is addressing these render-blocking resources....
6a087ceb25be57b2e6656be10bf740c8.jpg

A potential 5.61s IMPROVEMENT!

The best way to address this is by minifying and deferring all CSS and JS resources loading on your site. I can see from Chrome dev tools that, in regards to...

  • JavaScript - you have 40 scripts loading on your homepage but, only 25 are minified.​
  • CSS - You have 36 stylesheets loading on your homepage but, only 14 are minified.​
I don´t think those 39 CSS and JS resources are critical they can´t be deferred.

HTTP REQUESTS

Your site is making almost 100 HTTP requests...THAT´S A LOT!

Minifying CSS and JS will surely help with this but, there´s a lot you can also do to further lower those unnecessary HTTP requests down.

For example...
  • Combine & Minify HTML, CSS & JavaScript - This will allow browsers to make 1 single request for your CSS file instead of multiple requests, and the same with JavaScript files. This can usually be done in your cache plugin.
  • Defer/Load JavaScript Files Asynchronously - Don´t be afraid or feel overwhelmed, asynchronously means all JavaScript files load after the page is finished downloading. The best practice for this is to minify and defer all non-critical scripts into the <footer>.
  • Combine Google Fonts - Google Fonts can be also combined to generate fewer requests or, host them locally instead of making requests to an external site through an API call.
  • Enable lazy load - Lazy loading significantly reduces HTTP requests is it will only render images when needed.
  • Remove unneeded images - Sometimes we lost sight of things and we might have images in our site that we no longer need.
  • Disable unneeded plugins - Take a hard cold look at the plugins you´re have installed and ask yourself how critical and/or important is it for your business. If the answer is NO then, it´s better to disable/deactivate it. If you´re finding a hard time deciding then, there´s another way you can further improve your site´s page loading speed without even disabling plugins. Install Asset Clean Up, what this plugin does is giving you the possibility to disable any CSS or JS currently loading on a page. So, if you have Contact Form 7 installed and there´s a page where you´re NOT capturing visitors´emails then, there´s no reason why letting that plugin to be active on that page.
  • Avoid Slow Plugins That Generate Requests - Take a look at this list of tested plugins that have proven to over-bloat sites making them slower and, by all means, try to avoid them at all costs.
  • Reduce external scripts - One of the best ways to address this is by prefetching those external resources. By just doing this, you will be improving your site´s page loading speed but, if you want to take a step further and fully optimize third party requests then, I highly recommend going through this guide.
  • Minimize Redirects - Stuff like bad/conflictive plugins, plenty of external scripts, different versions of your site (with www and without or HTTP to HTTPS, and so on).
  • Optimize CSS Delivery - By taking care of render-blocking resources you should be fixing this issue as well. Especially, by deferring non-critical CSS to the <head> instead of the <body>.
  • Replace Plugins With Code - I know this would require some HTML, CSS, and JS knowledge but, still, there are plenty of resources out there from where you can get these pre-made codes and, I am not referring here to over-complicated and complex codes, changes or customization. For example, Google fonts can be hosted locally, there´s no need for a Google Analytics plugin when you can insert the mode manually into your site´s <header>, same thing with the table of content many other resources people often embedded on their sites like Facebook, Twitter or Google maps.
SERVE STATIC CONTENT FROM A SUBDOMAIN

This is often referred to as "Cookie-Free Domains" and it will greatly impact your site´s page loading speed but, for this to have its desired effect, we need to make sure we have an effective browser cache policy.

If we take a look at this screenshot from your site´s Google PageSpeed Insights report...
87f8c4b777e10348794e23981a5d8e0c.jpg

You have 60 resources that need improvement on their cache policy. Every single one of those 60 resources has a Time-To-Live (TTL) of 4h with the exception of two (2) Cloudflare resources.

One referred to their RockerLoader and, the other, for your site´s email decoding, both shown a TTL of 2h.

In fact, if we dive into the "Reduce the impact of third-party code" we will see Cloudflare´s cookie has the biggest impact on your site´s loading speed.
75492a4606887a0b6f2479d24d18d7cc.jpg

Ironically, their cookie is only 5 KiB and, still, it´s taking over 1s to load!

There´s something wrong with your Cloudflare settings, you better check that.

Once you´ve addressed the browser caching issue and optimize your Cloudflare settings you can then focus on implementing a "Cookie-Free Domain" optimization.

This is a semi-technical process so, if you don´t feel comfortable doing it then, don´t!

If implementing my recommendations you see an improvement (and I know you will) and you´re satisfied with that then, you can skip this step, otherwise, take a look at the following guides...

How to Use Cookie-Free Domain in WordPress?
How To Setup Cookie-Free Domains Properly [Updated In 2019]

And that´s pretty much it!

Let me know how it goes and if you need further assistance.

Cheers!!
 
@mustafamstf4 These are the issues I found on your site that are negatively affecting its page loading speed.

HIGH TIME TO FIRST BYTE (TTFB)

This is often the case when you have a crappy hosting provider but, I see you´re using a CDN and, in that case, the TTFB should NOT be this high.
3d48384519e5aae3b3fa038fae061faf.jpg

So, if you´re using a CDN and you´re still having these TTFB numbers that tell me there´s something wrong with your settings.

I highly recommend you to check this video tutorial by the guys at SERT MEDIA on YouTube on what are the best Cloudflare settings for a WordPress site.

In fact, I highly recommend the ENTIRE Sert Media YouTube Channel. It´s like one of those "hidden gems" on the internet.

FIRST CONTENTFUL PAINT (FCP)

This is a critical metric you need to pay close attention to, personally, I think it´s the most important after TTFB and it denotes when the browser renders the first bit of content (from the DOM) to the end-user, providing the first feedback that the page is actually loading.

In your case, this FCP takes over 7sec to load!
bd9d0e98af7baeefc85c8336d4c39257.jpg

This is how your site´s loading process would look for someone visiting your site...
fad89c65bf920762d518f029b774b964.jpg

Looking at your site´s loading process on the Chrome dev tool, I can see right off the bat what is causing this issue.

You have render-blocking resources!

What is this?

Browsers prioritize CSS and JS resources before loading anything else so, in your case, your site is loading 37 resources before loading the first contentful paint!

This is what´s blocking the rendering of those resources.

Take a look...
0e11c584a3ab642dfd3d7302b367f7ba.jpg

My screen wasn´t big enough to display the first contentful resource that loads on your site but, is right after the last stylesheet (CSS) selected down-below and, it´s an image by the way.

As a matter of fact, looking at Google PageSpeed Insight report results for your site, we see that the biggest opportunity of improvement is addressing these render-blocking resources....
6a087ceb25be57b2e6656be10bf740c8.jpg

A potential 5.61s IMPROVEMENT!

The best way to address this is by minifying and deferring all CSS and JS resources loading on your site. I can see from Chrome dev tools that, in regards to...

  • JavaScript - you have 40 scripts loading on your homepage but, only 25 are minified.​
  • CSS - You have 36 stylesheets loading on your homepage but, only 14 are minified.​
I don´t think those 39 CSS and JS resources are critical they can´t be deferred.

HTTP REQUESTS

Your site is making almost 100 HTTP requests...THAT´S A LOT!

Minifying CSS and JS will surely help with this but, there´s a lot you can also do to further lower those unnecessary HTTP requests down.

For example...
  • Combine & Minify HTML, CSS & JavaScript - This will allow browsers to make 1 single request for your CSS file instead of multiple requests, and the same with JavaScript files. This can usually be done in your cache plugin.
  • Defer/Load JavaScript Files Asynchronously - Don´t be afraid or feel overwhelmed, asynchronously means all JavaScript files load after the page is finished downloading. The best practice for this is to minify and defer all non-critical scripts into the <footer>.
  • Combine Google Fonts - Google Fonts can be also combined to generate fewer requests or, host them locally instead of making requests to an external site through an API call.
  • Enable lazy load - Lazy loading significantly reduces HTTP requests is it will only render images when needed.
  • Remove unneeded images - Sometimes we lost sight of things and we might have images in our site that we no longer need.
  • Disable unneeded plugins - Take a hard cold look at the plugins you´re have installed and ask yourself how critical and/or important is it for your business. If the answer is NO then, it´s better to disable/deactivate it. If you´re finding a hard time deciding then, there´s another way you can further improve your site´s page loading speed without even disabling plugins. Install Asset Clean Up, what this plugin does is giving you the possibility to disable any CSS or JS currently loading on a page. So, if you have Contact Form 7 installed and there´s a page where you´re NOT capturing visitors´emails then, there´s no reason why letting that plugin to be active on that page.
  • Avoid Slow Plugins That Generate Requests - Take a look at this list of tested plugins that have proven to over-bloat sites making them slower and, by all means, try to avoid them at all costs.
  • Reduce external scripts - One of the best ways to address this is by prefetching those external resources. By just doing this, you will be improving your site´s page loading speed but, if you want to take a step further and fully optimize third party requests then, I highly recommend going through this guide.
  • Minimize Redirects - Stuff like bad/conflictive plugins, plenty of external scripts, different versions of your site (with www and without or HTTP to HTTPS, and so on).
  • Optimize CSS Delivery - By taking care of render-blocking resources you should be fixing this issue as well. Especially, by deferring non-critical CSS to the <head> instead of the <body>.
  • Replace Plugins With Code - I know this would require some HTML, CSS, and JS knowledge but, still, there are plenty of resources out there from where you can get these pre-made codes and, I am not referring here to over-complicated and complex codes, changes or customization. For example, Google fonts can be hosted locally, there´s no need for a Google Analytics plugin when you can insert the mode manually into your site´s <header>, same thing with the table of content many other resources people often embedded on their sites like Facebook, Twitter or Google maps.
SERVE STATIC CONTENT FROM A SUBDOMAIN

This is often referred to as "Cookie-Free Domains" and it will greatly impact your site´s page loading speed but, for this to have its desired effect, we need to make sure we have an effective browser cache policy.

If we take a look at this screenshot from your site´s Google PageSpeed Insights report...
87f8c4b777e10348794e23981a5d8e0c.jpg

You have 60 resources that need improvement on their cache policy. Every single one of those 60 resources has a Time-To-Live (TTL) of 4h with the exception of two (2) Cloudflare resources.

One referred to their RockerLoader and, the other, for your site´s email decoding, both shown a TTL of 2h.

In fact, if we dive into the "Reduce the impact of third-party code" we will see Cloudflare´s cookie has the biggest impact on your site´s loading speed.
75492a4606887a0b6f2479d24d18d7cc.jpg

Ironically, their cookie is only 5 KiB and, still, it´s taking over 1s to load!

There´s something wrong with your Cloudflare settings, you better check that.

Once you´ve addressed the browser caching issue and optimize your Cloudflare settings you can then focus on implementing a "Cookie-Free Domain" optimization.

This is a semi-technical process so, if you don´t feel comfortable doing it then, don´t!

If implementing my recommendations you see an improvement (and I know you will) and you´re satisfied with that then, you can skip this step, otherwise, take a look at the following guides...

How to Use Cookie-Free Domain in WordPress?
How To Setup Cookie-Free Domains Properly [Updated In 2019]

And that´s pretty much it!

Let me know how it goes and if you need further assistance.

Cheers!!
Thnx bro for ur reply, and great explanation, today test everything that u said😊😊😊
 
@mustafamstf4 These are the issues I found on your site that are negatively affecting its page loading speed.

HIGH TIME TO FIRST BYTE (TTFB)

This is often the case when you have a crappy hosting provider but, I see you´re using a CDN and, in that case, the TTFB should NOT be this high.
3d48384519e5aae3b3fa038fae061faf.jpg

So, if you´re using a CDN and you´re still having these TTFB numbers that tell me there´s something wrong with your settings.

I highly recommend you to check this video tutorial by the guys at SERT MEDIA on YouTube on what are the best Cloudflare settings for a WordPress site.

In fact, I highly recommend the ENTIRE Sert Media YouTube Channel. It´s like one of those "hidden gems" on the internet.

FIRST CONTENTFUL PAINT (FCP)

This is a critical metric you need to pay close attention to, personally, I think it´s the most important after TTFB and it denotes when the browser renders the first bit of content (from the DOM) to the end-user, providing the first feedback that the page is actually loading.

In your case, this FCP takes over 7sec to load!
bd9d0e98af7baeefc85c8336d4c39257.jpg

This is how your site´s loading process would look for someone visiting your site...
fad89c65bf920762d518f029b774b964.jpg

Looking at your site´s loading process on the Chrome dev tool, I can see right off the bat what is causing this issue.

You have render-blocking resources!

What is this?

Browsers prioritize CSS and JS resources before loading anything else so, in your case, your site is loading 37 resources before loading the first contentful paint!

This is what´s blocking the rendering of those resources.

Take a look...
0e11c584a3ab642dfd3d7302b367f7ba.jpg

My screen wasn´t big enough to display the first contentful resource that loads on your site but, is right after the last stylesheet (CSS) selected down-below and, it´s an image by the way.

As a matter of fact, looking at Google PageSpeed Insight report results for your site, we see that the biggest opportunity of improvement is addressing these render-blocking resources....
6a087ceb25be57b2e6656be10bf740c8.jpg

A potential 5.61s IMPROVEMENT!

The best way to address this is by minifying and deferring all CSS and JS resources loading on your site. I can see from Chrome dev tools that, in regards to...

  • JavaScript - you have 40 scripts loading on your homepage but, only 25 are minified.​
  • CSS - You have 36 stylesheets loading on your homepage but, only 14 are minified.​
I don´t think those 39 CSS and JS resources are critical they can´t be deferred.

HTTP REQUESTS

Your site is making almost 100 HTTP requests...THAT´S A LOT!

Minifying CSS and JS will surely help with this but, there´s a lot you can also do to further lower those unnecessary HTTP requests down.

For example...
  • Combine & Minify HTML, CSS & JavaScript - This will allow browsers to make 1 single request for your CSS file instead of multiple requests, and the same with JavaScript files. This can usually be done in your cache plugin.
  • Defer/Load JavaScript Files Asynchronously - Don´t be afraid or feel overwhelmed, asynchronously means all JavaScript files load after the page is finished downloading. The best practice for this is to minify and defer all non-critical scripts into the <footer>.
  • Combine Google Fonts - Google Fonts can be also combined to generate fewer requests or, host them locally instead of making requests to an external site through an API call.
  • Enable lazy load - Lazy loading significantly reduces HTTP requests is it will only render images when needed.
  • Remove unneeded images - Sometimes we lost sight of things and we might have images in our site that we no longer need.
  • Disable unneeded plugins - Take a hard cold look at the plugins you´re have installed and ask yourself how critical and/or important is it for your business. If the answer is NO then, it´s better to disable/deactivate it. If you´re finding a hard time deciding then, there´s another way you can further improve your site´s page loading speed without even disabling plugins. Install Asset Clean Up, what this plugin does is giving you the possibility to disable any CSS or JS currently loading on a page. So, if you have Contact Form 7 installed and there´s a page where you´re NOT capturing visitors´emails then, there´s no reason why letting that plugin to be active on that page.
  • Avoid Slow Plugins That Generate Requests - Take a look at this list of tested plugins that have proven to over-bloat sites making them slower and, by all means, try to avoid them at all costs.
  • Reduce external scripts - One of the best ways to address this is by prefetching those external resources. By just doing this, you will be improving your site´s page loading speed but, if you want to take a step further and fully optimize third party requests then, I highly recommend going through this guide.
  • Minimize Redirects - Stuff like bad/conflictive plugins, plenty of external scripts, different versions of your site (with www and without or HTTP to HTTPS, and so on).
  • Optimize CSS Delivery - By taking care of render-blocking resources you should be fixing this issue as well. Especially, by deferring non-critical CSS to the <head> instead of the <body>.
  • Replace Plugins With Code - I know this would require some HTML, CSS, and JS knowledge but, still, there are plenty of resources out there from where you can get these pre-made codes and, I am not referring here to over-complicated and complex codes, changes or customization. For example, Google fonts can be hosted locally, there´s no need for a Google Analytics plugin when you can insert the mode manually into your site´s <header>, same thing with the table of content many other resources people often embedded on their sites like Facebook, Twitter or Google maps.
SERVE STATIC CONTENT FROM A SUBDOMAIN

This is often referred to as "Cookie-Free Domains" and it will greatly impact your site´s page loading speed but, for this to have its desired effect, we need to make sure we have an effective browser cache policy.

If we take a look at this screenshot from your site´s Google PageSpeed Insights report...
87f8c4b777e10348794e23981a5d8e0c.jpg

You have 60 resources that need improvement on their cache policy. Every single one of those 60 resources has a Time-To-Live (TTL) of 4h with the exception of two (2) Cloudflare resources.

One referred to their RockerLoader and, the other, for your site´s email decoding, both shown a TTL of 2h.

In fact, if we dive into the "Reduce the impact of third-party code" we will see Cloudflare´s cookie has the biggest impact on your site´s loading speed.
75492a4606887a0b6f2479d24d18d7cc.jpg

Ironically, their cookie is only 5 KiB and, still, it´s taking over 1s to load!

There´s something wrong with your Cloudflare settings, you better check that.

Once you´ve addressed the browser caching issue and optimize your Cloudflare settings you can then focus on implementing a "Cookie-Free Domain" optimization.

This is a semi-technical process so, if you don´t feel comfortable doing it then, don´t!

If implementing my recommendations you see an improvement (and I know you will) and you´re satisfied with that then, you can skip this step, otherwise, take a look at the following guides...

How to Use Cookie-Free Domain in WordPress?
How To Setup Cookie-Free Domains Properly [Updated In 2019]

And that´s pretty much it!

Let me know how it goes and if you need further assistance.

Cheers!!


hello bro.... I manage little bit speed followed by u,
*i uninstall all my unnecessary plugins,
*Unused pics
*optimized all images

ScreenHunter_04 Jul. 31 11.29.jpg
I got this speed....:love:

but when i try with WP Rocket for optimize CSS delivery, i got speed around 2.7 secs with 311kb page size and 21 requests
Untitled-5.jpg

but look at my website layout:cry::cry::cry:

so again i disable the "optimize CSS delivery" option Untitled-4.jpg
 
@mustafamstf4 These are the issues I found on your site that are negatively affecting its page loading speed.

HIGH TIME TO FIRST BYTE (TTFB)

This is often the case when you have a crappy hosting provider but, I see you´re using a CDN and, in that case, the TTFB should NOT be this high.
3d48384519e5aae3b3fa038fae061faf.jpg

So, if you´re using a CDN and you´re still having these TTFB numbers that tell me there´s something wrong with your settings.

I highly recommend you to check this video tutorial by the guys at SERT MEDIA on YouTube on what are the best Cloudflare settings for a WordPress site.

In fact, I highly recommend the ENTIRE Sert Media YouTube Channel. It´s like one of those "hidden gems" on the internet.

FIRST CONTENTFUL PAINT (FCP)


This is a critical metric you need to pay close attention to, personally, I think it´s the most important after TTFB and it denotes when the browser renders the first bit of content (from the DOM) to the end-user, providing the first feedback that the page is actually loading.

In your case, this FCP takes over 7sec to load!
bd9d0e98af7baeefc85c8336d4c39257.jpg

This is how your site´s loading process would look for someone visiting your site...
fad89c65bf920762d518f029b774b964.jpg

Looking at your site´s loading process on the Chrome dev tool, I can see right off the bat what is causing this issue.

You have render-blocking resources!

What is this?

Browsers prioritize CSS and JS resources before loading anything else so, in your case, your site is loading 37 resources before loading the first contentful paint!

This is what´s blocking the rendering of those resources.

Take a look...
0e11c584a3ab642dfd3d7302b367f7ba.jpg

My screen wasn´t big enough to display the first contentful resource that loads on your site but, is right after the last stylesheet (CSS) selected down-below and, it´s an image by the way.

As a matter of fact, looking at Google PageSpeed Insight report results for your site, we see that the biggest opportunity of improvement is addressing these render-blocking resources....
6a087ceb25be57b2e6656be10bf740c8.jpg

A potential 5.61s IMPROVEMENT!

The best way to address this is by minifying and deferring all CSS and JS resources loading on your site. I can see from Chrome dev tools that, in regards to...

  • JavaScript - you have 40 scripts loading on your homepage but, only 25 are minified.​
  • CSS - You have 36 stylesheets loading on your homepage but, only 14 are minified.​
I don´t think those 39 CSS and JS resources are critical they can´t be deferred.

HTTP REQUESTS

Your site is making almost 100 HTTP requests...THAT´S A LOT!

Minifying CSS and JS will surely help with this but, there´s a lot you can also do to further lower those unnecessary HTTP requests down.

For example...
  • Combine & Minify HTML, CSS & JavaScript - This will allow browsers to make 1 single request for your CSS file instead of multiple requests, and the same with JavaScript files. This can usually be done in your cache plugin.
  • Defer/Load JavaScript Files Asynchronously - Don´t be afraid or feel overwhelmed, asynchronously means all JavaScript files load after the page is finished downloading. The best practice for this is to minify and defer all non-critical scripts into the <footer>.
  • Combine Google Fonts - Google Fonts can be also combined to generate fewer requests or, host them locally instead of making requests to an external site through an API call.
  • Enable lazy load - Lazy loading significantly reduces HTTP requests is it will only render images when needed.
  • Remove unneeded images - Sometimes we lost sight of things and we might have images in our site that we no longer need.
  • Disable unneeded plugins - Take a hard cold look at the plugins you´re have installed and ask yourself how critical and/or important is it for your business. If the answer is NO then, it´s better to disable/deactivate it. If you´re finding a hard time deciding then, there´s another way you can further improve your site´s page loading speed without even disabling plugins. Install Asset Clean Up, what this plugin does is giving you the possibility to disable any CSS or JS currently loading on a page. So, if you have Contact Form 7 installed and there´s a page where you´re NOT capturing visitors´emails then, there´s no reason why letting that plugin to be active on that page.
  • Avoid Slow Plugins That Generate Requests - Take a look at this list of tested plugins that have proven to over-bloat sites making them slower and, by all means, try to avoid them at all costs.
  • Reduce external scripts - One of the best ways to address this is by prefetching those external resources. By just doing this, you will be improving your site´s page loading speed but, if you want to take a step further and fully optimize third party requests then, I highly recommend going through this guide.
  • Minimize Redirects - Stuff like bad/conflictive plugins, plenty of external scripts, different versions of your site (with www and without or HTTP to HTTPS, and so on).
  • Optimize CSS Delivery - By taking care of render-blocking resources you should be fixing this issue as well. Especially, by deferring non-critical CSS to the <head> instead of the <body>.
  • Replace Plugins With Code - I know this would require some HTML, CSS, and JS knowledge but, still, there are plenty of resources out there from where you can get these pre-made codes and, I am not referring here to over-complicated and complex codes, changes or customization. For example, Google fonts can be hosted locally, there´s no need for a Google Analytics plugin when you can insert the mode manually into your site´s <header>, same thing with the table of content many other resources people often embedded on their sites like Facebook, Twitter or Google maps.
SERVE STATIC CONTENT FROM A SUBDOMAIN

This is often referred to as "Cookie-Free Domains" and it will greatly impact your site´s page loading speed but, for this to have its desired effect, we need to make sure we have an effective browser cache policy.

If we take a look at this screenshot from your site´s Google PageSpeed Insights report...
87f8c4b777e10348794e23981a5d8e0c.jpg

You have 60 resources that need improvement on their cache policy. Every single one of those 60 resources has a Time-To-Live (TTL) of 4h with the exception of two (2) Cloudflare resources.

One referred to their RockerLoader and, the other, for your site´s email decoding, both shown a TTL of 2h.

In fact, if we dive into the "Reduce the impact of third-party code" we will see Cloudflare´s cookie has the biggest impact on your site´s loading speed.
75492a4606887a0b6f2479d24d18d7cc.jpg

Ironically, their cookie is only 5 KiB and, still, it´s taking over 1s to load!

There´s something wrong with your Cloudflare settings, you better check that.

Once you´ve addressed the browser caching issue and optimize your Cloudflare settings you can then focus on implementing a "Cookie-Free Domain" optimization.

This is a semi-technical process so, if you don´t feel comfortable doing it then, don´t!

If implementing my recommendations you see an improvement (and I know you will) and you´re satisfied with that then, you can skip this step, otherwise, take a look at the following guides...

How to Use Cookie-Free Domain in WordPress?
How To Setup Cookie-Free Domains Properly [Updated In 2019]

And that´s pretty much it!

Let me know how it goes and if you need further assistance.

Cheers!!
I think this should be a whole post as to lead and help other noobs like me. This is really detailed and helpful. More helpful than any optimization post I've read from all the big blogs and names. Definitely trying this out on my sites.
Thanks for all you guys do on Babiato.
 
  • Like
Reactions: bureau
hello bro.... I manage little bit speed followed by u,
*i uninstall all my unnecessary plugins,
*Unused pics
*optimized all images

ScreenHunter_04 Jul. 31 11.29.jpg
I got this speed....:love:

but when i try with WP Rocket for optimize CSS delivery, i got speed around 2.7 secs with 311kb page size and 21 requests
Untitled-5.jpg

but look at my website layout:cry::cry::cry:

so again i disable the "optimize CSS delivery" option Untitled-4.jpg
That´s AWESOME news!! Keep on testing man!

WP Rocket might be the best all-in-one speed optimization plugin on the market (and I truly believe it is!) but, it greatly depends on the themes and other plugins you´re using on your site.

WP Rocket might NOT be the best choice for YOUR particular situation.

I´ve seen better results with W3 Total Cache + Autoptimize than with WP Rocket on some sites.

That´s why testing it´s very important. Otherwise, it´s best to just hire a web developer and pay him a couple of hundred bucks so he can "tweak" your site´s code and optimize its site´s speed from your theme´s core.
I think this should be a whole post as to lead and help other noobs like me. This is really detailed and helpful. More helpful than any optimization post I've read from all the big blogs and names. Definitely trying this out on my sites.
Thanks for all you guys do on Babiato.
Several BABIATO members have PMed me with the same question. I am actually working on an article/post about how to approach this.

I mean, I am NOT a web developer or a programmer but, I´ve spent quite an amount of time researching and learning about WordPress site´s structure and how to improve their page loading speed and I´ve gotten pretty good! (I think :D :p )
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock