I am restarting my developer newsletter, blog. What would you like to know how to do? Once, I have some content, I'll post how to subscribe.
I am restarting my developer newsletter, blog. What would you like to know how to do? Once, I have some content, I'll post how to subscribe.
Hi Jeff Bickart
One question would be how to configure / use external cache like redis. It is highly recommended within the sugar documentation but there is nothing clear on how to use it and the benefits (not only for session caching for example).
Thanks in advance :-)
Enes
Hi Jeff Bickart
One question would be how to configure / use external cache like redis. It is highly recommended within the sugar documentation but there is nothing clear on how to use it and the benefits (not only for session caching for example).
Thanks in advance :-)
Enes
Here is a great blog post from Piotr Gadzinski https://gadoma.com/how-to-improve-sugarcrm-performance-in-2019/, take a look at section 6.
Redis does a lot more than store the session information. Redis will improve the overall speed of the application by caching all of the key values. Internally, Sugar has a bunch of ways that it caches data. It may cache to "disk", "DB", or a cache server. The cache server will improve the overall speed.