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 8 years ago
  • Core System
  • 25 Comments


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

30 Comments

Login to post a comment.

+1+1
I have a lot of dedicated servers, the product page takes about 4 seconds to load.

I now use an HTML page to combat this and link the server product directly to its configurations page.

It's kinda lame I had to do it this way.
There should be Memcached caching for WHMCS .
caching is a must for any application it should be prority.
I'd suggest Redis for larger deployment or APCU for smaller
Redis is enough
Same!! This is a must!
I like this idea.
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.