Welcome to the shiny club of Kirby!

  1. Disable wp-cron.php and enable real cron job and process.
  2. Disable xmlrpc.php because since api hosting is not allowed here.
  3. Use WP-Rocket or other optimizing plugin(be sure to chose the right one)
  4. Optimize manually the images (dont use php scripts, or any plugin)
  5. Use minimal, less resource theme. (Astra, Disto, is best and etc).
  6. Consider HTTPS .
  7. Use CloudFlare CDN
  8. Cache is essential
  9. Dont use cookie based resources.
  10. Lazy load the fonts
  11. Lazy load images
  12. Minimize all scripts at their maximum.
  13. Remove unused plugins.
  14. Minimize the usage of HeartBeat API
  15. Dont use analytical plugin.

May these help you

3 Likes