How can we improve WHMCS?

Share, discuss and vote for what you would like to see added to WHMCS

WHMCS to use caching

  • havenswift-hosting shared this idea 10 years ago
  • Core System
  • 32 Comments


132 Votes
Login to Vote
Allow the choice of using Memcached or Redis caching

38 Comments

Login to post a comment.

Redis or varnish would be a good option for speed improvements.

I also vote for this idea, hope it would become a reality soon.
Even more basic than Memcached or Redis, WHMCS needs to include Laravel caching. Since the database is handled using Laravel Eloquent ORM, database caching should already be included. But, WHMCS's implementation of Eloquent removed caching completely. So it's not possible to cache database queries.

All WHMCS has to do is include caching methods used by Eloquent. Eloquent already includes Memcached and Redis integration I believe.

Without proper database caching, we have to make all database queries over and over again for each user. It's not good for perforamance.