How can speed up my wordpress website its browsing very slowly

Sir, please optimize your blog Picture and video. some free tools for wordpress
  1. https://wordpress.org/plugins/wordpress-seo/
  2. https://shortpixel.com/
  3. https://wordpress.org/plugins/ewww-image-optimizer/
  4. https://wordpress.org/plugins/wp-smushit/
  5. https://wordpress.org/plugins/tiny-compress-images/
  6. https://wordpress.org/plugins/imagerecycle-pdf-image-compression/
  7. https://wordpress.org/plugins/optimus/
 
I also want to know the trick, what should i do?
there are plenty of guides shared on and off BHW,
search and test then if you have any problem with it, you can post it here

if you don't have the time to do so or simply want someone to do it for you, there are some services that will do that for you,
or you can simply post in the HAF section
 
WPRocket is the best plugin for speed up wordpress websites
 
I think most people forget the most basics.
Sorry if this you ain't part of this list but...
use decent hosting and not that $10 a year crap
 
Don't forget that no plugin will save shitty, slow hosting. So, first, get fast hosting. It will save you a lot of headache.
 
The first thing I do whenever I take on a new project is to run a quick performance audit and build a performance report.

You can´t just apply the same “formula” on each site you work on, each situation is different…
  • Different theme
  • A different set of plugins
  • Different hosting (Server configuration)
  • Etc
But, this doesn´t mean we can´t summarize the most common issues that negatively affect performance.
  • Change hosting provider to someone that is NOT part of the EIG Corporation. I highly recommend Cloudways, Kinsta, or WPX Hosting
  • Set up a Content Delivery Network (CDN) - Unless your hosting provider´s servers are located in the same geo or region as your target audience. In this case, there´s no need for a CDN but, still, you can always try and test for yourself. Cloudflare offers a free plan that is more than enough in most cases. If not and you have a little budget for this, I highly recommend BunnyCDN.
  • Use a lightweight and fast loading theme - My first choice would be GeneratePress
  • Avoid page builders - I highly recommend you take the time to learn how to properly use Oxygen Builder. I know this might sound contradictory but, trust me, it´s not. Oxygen is NOT a page builder it´s a THEME builder. This would be the closest you´ll ever be to build a custom theme from scratch without having to write thousands of lines of code. It does, however, require you to know some basic CSS but that's something you can learn in a few days. Lastly, if you don´t want to give Oxygen a try, you can always try Gutemberg. Nowadays, there is a pretty decent selection of Gutemberg addons that will allow you to build beautiful sites.
  • Avoid overbloated plugins - People often get carried away by functionalities and features and don´t take the time to evaluate the impact certain plugins have on performance or whether or not they can replace that plugin with a much lighter alternative. Clear examples of this are Contact Form 7 and RevSlider. Take a look at this list of plugins you need to avoid.
  • Optimize Images - My personal process for image optimization is: a) Compress, b) Convert them to Webp format (next-gen format), c) Resize them properly (take into account image mobile devices image containers), d) lazy load them (only the ones below the fold), e) Make sure to add the width and height to the HTML (it will help with CLS), and f) Serve them from a CDN. My go-to image optimization plugin is ShortPixel.
  • Unused CSS and JS - This is another pretty common issue I see on WordPress sites. Especially those who build through a pagebuilder or abused the usage of poorly coded and overbloated plugins. With CSS, we can generate the Critical Path CSS (CPCSS) and defer the rest for the footer and, regarding javascript, we can do the same. Thankfully, we can use WP Rocket for this or, if you want a free alternative, you have Asset Cleanup and/or Autoptimize to unload these unnecessary resources from even loading in the first place. These two plugins work great together. Another great option is Swift Performance Lite.
  • Optimize External Scripts - We tend to load a lot of external scripts to our site like Google Fonts, Font Awesome, Tracking codes, Chat widgets (Facebook for example), etc., and this is something that slow sites down a lot. Nowadays, we can delay these scripts from executing until there´s user interaction. I highly recommend Flying Scripts for this. This is a free plugin. But, if you have the budget and/or already using WP Rocket, you already have access to this feature since version 3.7.
  • Fonts and Icons - It´s unbelievable how many people load these resources from external sources where they can just host them locally and avoid those DNS lookups and improve their site´s performance.
  • Media Optimization - The best thing we can do with these resources is to host them externally (YouTube, Vimeo, etc) and just embed them on our site. When doing this, I highly recommend enabling a placeholder for the video thumbnail and lazy load the image. This will greatly reduce the load impact of these resources.
And that´s pretty much what I do whenever I am working on optimizing my client's site page loading speed.

I think this is a short but very comprehensive list of the most common and critical issues any WordPress website face regarding slow performance.

Let me know if you have any more questions.

Cheers and stay safe!


DISCLAIMER: NONE OF THE LINKS ABOVE ARE AFFILIATE LINKS
 
The first thing I do whenever I take on a new project is to run a quick performance audit and build a performance report.

You can´t just apply the same “formula” on each site you work on, each situation is different…
  • Different theme
  • A different set of plugins
  • Different hosting (Server configuration)
  • Etc
But, this doesn´t mean we can´t summarize the most common issues that negatively affect performance.
  • Change hosting provider to someone that is NOT part of the EIG Corporation. I highly recommend Cloudways, Kinsta, or WPX Hosting
  • Set up a Content Delivery Network (CDN) - Unless your hosting provider´s servers are located in the same geo or region as your target audience. In this case, there´s no need for a CDN but, still, you can always try and test for yourself. Cloudflare offers a free plan that is more than enough in most cases. If not and you have a little budget for this, I highly recommend BunnyCDN.
  • Use a lightweight and fast loading theme - My first choice would be GeneratePress
  • Avoid page builders - I highly recommend you take the time to learn how to properly use Oxygen Builder. I know this might sound contradictory but, trust me, it´s not. Oxygen is NOT a page builder it´s a THEME builder. This would be the closest you´ll ever be to build a custom theme from scratch without having to write thousands of lines of code. It does, however, require you to know some basic CSS but that's something you can learn in a few days. Lastly, if you don´t want to give Oxygen a try, you can always try Gutemberg. Nowadays, there is a pretty decent selection of Gutemberg addons that will allow you to build beautiful sites.
  • Avoid overbloated plugins - People often get carried away by functionalities and features and don´t take the time to evaluate the impact certain plugins have on performance or whether or not they can replace that plugin with a much lighter alternative. Clear examples of this are Contact Form 7 and RevSlider. Take a look at this list of plugins you need to avoid.
  • Optimize Images - My personal process for image optimization is: a) Compress, b) Convert them to Webp format (next-gen format), c) Resize them properly (take into account image mobile devices image containers), d) lazy load them (only the ones below the fold), e) Make sure to add the width and height to the HTML (it will help with CLS), and f) Serve them from a CDN. My go-to image optimization plugin is ShortPixel.
  • Unused CSS and JS - This is another pretty common issue I see on WordPress sites. Especially those who build through a pagebuilder or abused the usage of poorly coded and overbloated plugins. With CSS, we can generate the Critical Path CSS (CPCSS) and defer the rest for the footer and, regarding javascript, we can do the same. Thankfully, we can use WP Rocket for this or, if you want a free alternative, you have Asset Cleanup and/or Autoptimize to unload these unnecessary resources from even loading in the first place. These two plugins work great together. Another great option is Swift Performance Lite.
  • Optimize External Scripts - We tend to load a lot of external scripts to our site like Google Fonts, Font Awesome, Tracking codes, Chat widgets (Facebook for example), etc., and this is something that slow sites down a lot. Nowadays, we can delay these scripts from executing until there´s user interaction. I highly recommend Flying Scripts for this. This is a free plugin. But, if you have the budget and/or already using WP Rocket, you already have access to this feature since version 3.7.
  • Fonts and Icons - It´s unbelievable how many people load these resources from external sources where they can just host them locally and avoid those DNS lookups and improve their site´s performance.
  • Media Optimization - The best thing we can do with these resources is to host them externally (YouTube, Vimeo, etc) and just embed them on our site. When doing this, I highly recommend enabling a placeholder for the video thumbnail and lazy load the image. This will greatly reduce the load impact of these resources.
And that´s pretty much what I do whenever I am working on optimizing my client's site page loading speed.

I think this is a short but very comprehensive list of the most common and critical issues any WordPress website face regarding slow performance.

Let me know if you have any more questions.

Cheers and stay safe!


DISCLAIMER: NONE OF THE LINKS ABOVE ARE AFFILIATE LINKS
Super tips!!
 
The first thing I do whenever I take on a new project is to run a quick performance audit and build a performance report.

You can´t just apply the same “formula” on each site you work on, each situation is different…
  • Different theme
  • A different set of plugins
  • Different hosting (Server configuration)
  • Etc
But, this doesn´t mean we can´t summarize the most common issues that negatively affect performance.
  • Change hosting provider to someone that is NOT part of the EIG Corporation. I highly recommend Cloudways, Kinsta, or WPX Hosting
  • Set up a Content Delivery Network (CDN) - Unless your hosting provider´s servers are located in the same geo or region as your target audience. In this case, there´s no need for a CDN but, still, you can always try and test for yourself. Cloudflare offers a free plan that is more than enough in most cases. If not and you have a little budget for this, I highly recommend BunnyCDN.
  • Use a lightweight and fast loading theme - My first choice would be GeneratePress
  • Avoid page builders - I highly recommend you take the time to learn how to properly use Oxygen Builder. I know this might sound contradictory but, trust me, it´s not. Oxygen is NOT a page builder it´s a THEME builder. This would be the closest you´ll ever be to build a custom theme from scratch without having to write thousands of lines of code. It does, however, require you to know some basic CSS but that's something you can learn in a few days. Lastly, if you don´t want to give Oxygen a try, you can always try Gutemberg. Nowadays, there is a pretty decent selection of Gutemberg addons that will allow you to build beautiful sites.
  • Avoid overbloated plugins - People often get carried away by functionalities and features and don´t take the time to evaluate the impact certain plugins have on performance or whether or not they can replace that plugin with a much lighter alternative. Clear examples of this are Contact Form 7 and RevSlider. Take a look at this list of plugins you need to avoid.
  • Optimize Images - My personal process for image optimization is: a) Compress, b) Convert them to Webp format (next-gen format), c) Resize them properly (take into account image mobile devices image containers), d) lazy load them (only the ones below the fold), e) Make sure to add the width and height to the HTML (it will help with CLS), and f) Serve them from a CDN. My go-to image optimization plugin is ShortPixel.
  • Unused CSS and JS - This is another pretty common issue I see on WordPress sites. Especially those who build through a pagebuilder or abused the usage of poorly coded and overbloated plugins. With CSS, we can generate the Critical Path CSS (CPCSS) and defer the rest for the footer and, regarding javascript, we can do the same. Thankfully, we can use WP Rocket for this or, if you want a free alternative, you have Asset Cleanup and/or Autoptimize to unload these unnecessary resources from even loading in the first place. These two plugins work great together. Another great option is Swift Performance Lite.
  • Optimize External Scripts - We tend to load a lot of external scripts to our site like Google Fonts, Font Awesome, Tracking codes, Chat widgets (Facebook for example), etc., and this is something that slow sites down a lot. Nowadays, we can delay these scripts from executing until there´s user interaction. I highly recommend Flying Scripts for this. This is a free plugin. But, if you have the budget and/or already using WP Rocket, you already have access to this feature since version 3.7.
  • Fonts and Icons - It´s unbelievable how many people load these resources from external sources where they can just host them locally and avoid those DNS lookups and improve their site´s performance.
  • Media Optimization - The best thing we can do with these resources is to host them externally (YouTube, Vimeo, etc) and just embed them on our site. When doing this, I highly recommend enabling a placeholder for the video thumbnail and lazy load the image. This will greatly reduce the load impact of these resources.
And that´s pretty much what I do whenever I am working on optimizing my client's site page loading speed.

I think this is a short but very comprehensive list of the most common and critical issues any WordPress website face regarding slow performance.

Let me know if you have any more questions.

Cheers and stay safe!


DISCLAIMER: NONE OF THE LINKS ABOVE ARE AFFILIATE LINKS


I am surprised to see Yoast and Google analytics as plugins that slows down your website. I read the article you recommended but i didn't see an alternative to Google Analytics. How do you use Google analytics on your website without using the plugin?
 
Back
Top