• 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 suggestion to optimize wordpress site

Aceee

Active member
Oct 11, 2020
172
53
28
I need suggestion on how to optimize our wordpress site. We currently have trial of flyingproxy.com and their monthly plan is so expensive for us. We already tried using QUIC.Cloud but in 5 days, our page quota are already used that makes our website slow. Any alternative cheap like flyingproxy does? Because i know the cache are saved on them not on our server making the website faster eating less resources.
 
Depending on what theme, plugins your using has a lot of factor specially cheap hosting. Have you try Cloudflare?
 
  • Like
Reactions: Aceee
I need suggestion on how to optimize our wordpress site. We currently have trial of flyingproxy.com and their monthly plan is so expensive for us. We already tried using QUIC.Cloud but in 5 days, our page quota are already used that makes our website slow. Any alternative cheap like flyingproxy does? Because i know the cache are saved on them not on our server making the website faster eating less resources.
Try CloudFlare APO, $5/month. Then get flying press, $60/year for plugin + $3/month for every 100GB used on their CDN.

I don't know how heavy your site is, it'll load like clockwork.
 
  • Like
Reactions: Aceee
Hi guys. Not yet tried the cloudflare APO. im afraid to use Cloudflare APO as previously we used cloudflare and it has limit of 100MB Upload per request and we are uploading media files that is almost 1GB uncompressed.
 
✔We already using BunnyCDN on all media and assets but the website is still slow af. Each post contains hundreds of medias.
✔ Implemented lazy load (Still slow)
✔ Autoptimize to optimize our code
✔ Implemented cache (Litespeed cache[not optimize assets as it conflict with autoptimze], its fast on page optimization enabled but slowed when quota ran out)
✔ Tried making iframe only thumbnails then redirecting for pagespeed

We are thinking of using reactdom or anything but we cant setup properly :/

So far flyingproxy makes our website fast because of their proper handling of cache :/ Will try cloudflare APO
 
Oh shoot, Cloudflare APO only accepts credit card, We do only have paypal balance. XD
 
can you PM your website to see or at least post your plugins and theme?
 
These are active plugins
Advanced Custom Fields PROVersion 6.0.7 by WP Engine (Latest version: 6.1.6) | Auto-updates disabled
Ajax Load MoreVersion 5.6.0.5 by Darren Cooney | Auto-updates disabled
Ajax Load More for ACFVersion 1.3.1 by Darren Cooney | Auto-updates disabled
AutoptimizeVersion 3.1.7 by Frank Goossens (futtta) | Auto-updates disabled
BeeTeam368 ExtensionsVersion 1.8.6 by BeeTeam368 | Auto-updates disabled
BeeTeam368 Extensions ProVersion 1.8.6 by BeeTeam368 | Auto-updates disabled
Blank SlateVersion 1.2.1 by Aaron Reimann & Micah Wood | Auto-updates disabled
bunny.netVersion 1.0.8 by bunny.net | Auto-updates disabled
CMB2Version 2.10.1 by CMB2 team | Auto-updates disabled
Disable Generate ThumbnailsVersion 2.11 by Katsushi Kawamori | Auto-updates disabled
Disable Global StyleVersion 1.0.1 by Jose Mortellaro | Auto-updates disabled
DX Delete Attached MediaVersion 2.0.2 by nofearinc (Latest version: 2.0.5) | Auto-updates disabled
Frontend Post Submission ManagerVersion 1.3.8 by WP Shuffle | Auto-updates disabled
Leopard - WordPress offload mediaVersion 2.0.33 by Nouthemes | Auto-updates disabled
Random File Upload NamesVersion 1.0.0 by WPZA | Auto-updates disabled
Reco Theme FunctionsVersion 4.8.0 by Estudio Patagon | Auto-updates disabled
Redux FrameworkVersion 4.4.1 by Team Redux | Auto-updates disabled
Restrict Content ProVersion 3.5.28 by Restrict Content Pro | Auto-updates disabled
SimplelightboxVersion 2.11.0 by Andre Rinas (Latest version: 2.13.0) | Auto-updates disabled
UpdraftPlus - Backup/RestoreVersion 2.22.25.26 by UpdraftPlus.Com, DavidAnderson (Latest version: 2.23.4.0) | Auto-updates disabled
WP-Optimize Premium - Clean, Compress, CacheVersion 3.2.15 by David Anderson, Ruhani Rabin, Team Updraft | Auto-updates disabled
WP Sheet Editor - Post Types (Premium)Version 2.25.1 by WP Sheet Editor | Auto-updates disabled
WP SSL RedirectVersion 1.6 by Rehmat Alam | Auto-updates disabled
Yoast SEOVersion 20.3 by Team Yoast (Latest version: 20.8) | Auto-updates disabled
Yoast SEO PremiumVersion 20.3 by Team Yoast | Auto-updates disabled
 
To optimize your WordPress site, there are several key areas to focus on that can significantly improve its performance and user experience. Here are three important steps to consider:
  • Optimize Website Speed
  • Database Optimization
  • Enable GZIP Compression and Browser Caching
 
You need to use Litespeed hosting + LSCache plugin.

Also you are using MANY plugins, that will slow down your website loading, there is no option without disable some plugins, you have many.

Just use LiteSpeed Hosting + LSCache + CDN (Cloudflare free, BunnyCDN or any other paid CDN).

We have Litespeed hosting, but you need to decrease your amount of plugins that won't have effect if you don't reduce it.

Also themes, side-bars and sliders in the theme slows down the loading of website.
Also you need to optimize images in your website (compressing it), then cloudflare need to be very well configured. :)

Best Regards,
Alexhost
 
  • Like
Reactions: Anon1080p
Some other recommendation which may have been overlooked:
  1. Try to unload assets using Asset Cleanup Pro on pages that are not needed.
  2. Host Google Analytics locally or even better offload to CloudFlare using Zaraz.
  3. Optimize images using ShortPixel
  4. Host on a better server (Heard a lot about Runcloud + Vultr HF / Rocket.net etc
  5. Use an optimized and lightweight theme such as Kadence, Blocksy, Astra
  6. Don't lazy load anything above the fold.
 
  • Like
Reactions: Lakuma
Just a simple tip but that will work as shine

Don't overuse or have a lot of plugins and themes and make use of cache and CDN.

The most issues comes from many plugins ;)
 
  • Like
Reactions: Lakuma
Hi, i read roots.io/bedrock/

Bedrock structure​

├── composer.json
├── config
│ ├── application.php # Primary wp-config
│ └── environments
│ ├── development.php
│ ├── staging.php
│ └── production.php
├── vendor # Composer dependencies
└── web # Public document root
├── app # WordPress content dir
│ ├── mu-plugins
│ ├── plugins
│ ├── themes
│ └── uploads
├── wp-config.php
├── index.php
└── wp # WordPress core

Standard WordPress structure​

├── index.php
├── license.txt
├── readme.html
├── wp-activate.php
├── wp-admin
├── wp-blog-header.php
├── wp-comments-post.php
├── wp-config-sample.php
├── wp-content
│ ├── index.php
│ ├── plugins
│ └── themes
├── wp-cron.php
├── wp-includes
├── wp-links-opml.php
├── wp-load.php
├── wp-login.php
├── wp-mail.php
├── wp-settings.php
├── wp-signup.php
├── wp-trackback.php
└── xmlrpc.php

can anyone help me installing with xampp (no localwp app) and is there wordpress have a lite version?

Thank you :coffee:
 
These are active plugins
Advanced Custom Fields PROVersion 6.0.7 by WP Engine (Latest version: 6.1.6) | Auto-updates disabled
Ajax Load MoreVersion 5.6.0.5 by Darren Cooney | Auto-updates disabled
Ajax Load More for ACFVersion 1.3.1 by Darren Cooney | Auto-updates disabled
AutoptimizeVersion 3.1.7 by Frank Goossens (futtta) | Auto-updates disabled
BeeTeam368 ExtensionsVersion 1.8.6 by BeeTeam368 | Auto-updates disabled
BeeTeam368 Extensions ProVersion 1.8.6 by BeeTeam368 | Auto-updates disabled
Blank SlateVersion 1.2.1 by Aaron Reimann & Micah Wood | Auto-updates disabled
bunny.netVersion 1.0.8 by bunny.net | Auto-updates disabled
CMB2Version 2.10.1 by CMB2 team | Auto-updates disabled
Disable Generate ThumbnailsVersion 2.11 by Katsushi Kawamori | Auto-updates disabled
Disable Global StyleVersion 1.0.1 by Jose Mortellaro | Auto-updates disabled
DX Delete Attached MediaVersion 2.0.2 by nofearinc (Latest version: 2.0.5) | Auto-updates disabled
Frontend Post Submission ManagerVersion 1.3.8 by WP Shuffle | Auto-updates disabled
Leopard - WordPress offload mediaVersion 2.0.33 by Nouthemes | Auto-updates disabled
Random File Upload NamesVersion 1.0.0 by WPZA | Auto-updates disabled
Reco Theme FunctionsVersion 4.8.0 by Estudio Patagon | Auto-updates disabled
Redux FrameworkVersion 4.4.1 by Team Redux | Auto-updates disabled
Restrict Content ProVersion 3.5.28 by Restrict Content Pro | Auto-updates disabled
SimplelightboxVersion 2.11.0 by Andre Rinas (Latest version: 2.13.0) | Auto-updates disabled
UpdraftPlus - Backup/RestoreVersion 2.22.25.26 by UpdraftPlus.Com, DavidAnderson (Latest version: 2.23.4.0) | Auto-updates disabled
WP-Optimize Premium - Clean, Compress, CacheVersion 3.2.15 by David Anderson, Ruhani Rabin, Team Updraft | Auto-updates disabled
WP Sheet Editor - Post Types (Premium)Version 2.25.1 by WP Sheet Editor | Auto-updates disabled
WP SSL RedirectVersion 1.6 by Rehmat Alam | Auto-updates disabled
Yoast SEOVersion 20.3 by Team Yoast (Latest version: 20.8) | Auto-updates disabled
Yoast SEO PremiumVersion 20.3 by Team Yoast | Auto-updates disabled
These are too many plugins. 😅

Did your issue resolve?

I would recommend using this plugin to identify the factors causing the website to load slowly, then address those issues to improve performance.

1690729411352.png
SS from the plugin page.
 
  • Like
Reactions: Lakuma
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