1
1 Comment

Did anyone try the performance of using database sessions vs cached sessions?

Did anyone test with the difference? I want to see if using Redis cached sessions can improve performance significantly.

on July 18, 2020
  1. 1

    That is directly proportional to the contents of the session and time to fetch or build it. Imho, best use of redis is expensive resources to load from db such as filter queries, large datasets, we c.