- Jun 24, 2013
- 2,398
- 3,650
Hi all, I've got a great theme. The website looks great. I have fast hosting too. But the theme is loading really slow.
Any ideas how to speed it up?
Any ideas how to speed it up?
How many plugins are you running, what hosting is it on?
Here are some tips buddy. I was in your shoes once.
There's a WP Rocket setting called Remove Unnecessary CSS that killed my site's loading speed. I downloaded WP Optimize and deleted a 10gb file in my database that WP Rocket put there.Make sure you have that feature off.
Go to bunny.net and get their CDN. You can integrate it with WP Rocket and also their own Bunny wordpress app.
Deactivate all plugins you don't need.
Play around with WP Rocket until you get the results you're looking for that's not breaking your site.
You can also get Asset CleanUp Pro and use it in correlation with WP Rocket and WP Optimize to further optimize how your site loads.Also, if you have plugins that you only need running on certain pages, this plugin will "offload" those plugins on certain pages so they don't slow down that page.
Make sure you smush down all the large images on your site with some kind of compression app or use tinypng.com and get all the important images down to size.
Go to GTMetrix and figure out what's causing the delays/slow loading on your site's waterfall. Sometimes it'll be a weird plugin causing issues.
Siteground has some caching and optimizing plugins you can use that they might pre-install. I'm guessing they might make you use it for Redis / or whatever their object caching system is.
Hey that's a great help.
Thank you very much for taking the time to write all of this.
I'll get to work on it now.
Thanks again.
This is not good, mate. Something is wrong.
I'll have a play around with it over the next week....
That is slow isn't it. I think its elementor
It´s really hard to pinpoint the areas you need to optimize in order to improve your site´s (or any site) page loading speed and/or performance.Any ideas how to speed it up?
I missed this, usually, an LCP that high is related to images NOT being optimized for mobile devices/connections.
This can be also related to external resources "blocking" the rendering of the content....speed index measures how quickly content is visually displayed during page load....
My site is Elementor, mate.
Shoot me over your wordpress login if you want and I'll take a look at your settings.
It´s really hard to pinpoint the areas you need to optimize in order to improve your site´s (or any site) page loading speed and/or performance.
Feel free to send me your site´s URL and I will gladly run a quick performance audit and share with you my insights and recommendations free of charge.
The best I can do is share general advice as to what areas affect or impact the most on a site´s performance.
I hope this helps, cheers!!
- Hosting - Be sure your site is capable of providing a quick response time measured on a time to the first byte below 200ms
- CDN - Unless you´re targeting a local market the use of a CDN service is close to mandatory nowadays. My top choice would be BunnyCDN
- Theme - Using a lightweight and fast-loading theme plays a big part of the process as well. There are a lot of "overbloated" and poorly coded themes out there.
- Plugins - Not because a plugin does the job or offers a lot of features it means it is beneficial for you as usual, that comes with a price and the trade-off falls over performance and/or page loading speed. If you can, avoid using these plugins.
- Images - It amazes me the amount of time I work on-site where images are NOT optimized for mobile devices/connections. I´ve seen images 1920px in width and bigger that usually trigger LCP issues. Remember, the viewport of mobile devices is NOT bigger than 700px (I resize images to around 500px keeping the same aspect ratio).
- CSS and JS delivery - CSS is render-blocking by nature but this doesn´t mean we can´t do anything to optimize the way our site delivers and render CSS and JS. The best approach is to generate the critical part and just defer the rest.
- External resources - The two most common are scripts (third-party apps) and fonts. With fonts, we can just download and host them locally and, with external scripts, we can just delay their execution. There are also other ways to optimize these by using some called "hints" like preload, preconnect, and prefetch. The usage of them highly depends on the resource, its importance, and what we want to accomplish.
LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOL!!!
Yeah, many people just fall in love with a theme look, design, and the features it has and often forgets those might cause serious performance issues down the line. Especially, when you start activating plugins.