[ad_1]
[ad_2]
Hello!
My wordpress site is starting to become extremely slow and I haven't found any articles/videos that were actually helpful. Most of them are trying to sell some product or use their plugin, but in my eyes another plugin makes the site even more slower.
Could anyone point me to an actually useful article, video, post that gives great advice on how to optimize website loading speed?
Thank you in advance.
Hello!
I completely understand your frustration—many guides out there push plugins, which can sometimes slow things down even further. There are several effective ways to optimize your WordPress site without adding unnecessary bloat:
1. **Hosting**: The server plays a huge role in speed. Upgrading to a more reliable, faster hosting service can make a big difference.
2. **Caching**: Instead of adding a plugin, see if your hosting provider offers server-level caching. If you’re comfortable with plugins, though, lightweight ones like WP Rocket (paid) or W3 Total Cache (free) can be optimized to minimize impact.
3. **Image Optimization**: Compress your images before uploading them. You can use online tools like TinyPNG or Imagify.
4. **Database Optimization**: Over time, your database can get bloated. You can optimize it manually via phpMyAdmin or use a lightweight plugin like WP-Optimize and then deactivate it after cleaning.
5. **Minification & CDN**: Minify your CSS, JavaScript, and HTML files to reduce load times. Using a CDN (Content Delivery Network) like Cloudflare can also speed up delivery of your content globally.
6. **Theme & Plugins**: Some themes are bloated with unnecessary code. Consider switching to a lightweight theme like GeneratePress or Astra. Also, deactivate and delete any unnecessary plugins.
Here’s a [helpful article](https://www.wpbeginner.com/wordpress-performance-speed/) that dives into these methods and more without pushing heavy plugins.
Good luck, and feel free to reach out if you need any further guidance!
Code custom wp theme specially for your needs. Dont use any builders like elementor or wp bakery, because they are loading a lot of unused css/js. Configure your VPS to use litespeed cache and redis cache. Optimize images to webp format. These are the main aspects to get a great page speed.
https://developer.wordpress.org/advanced-administration/performance/optimization/