overview: applications in current prod with many lines of scale can timeout, likely due to n+1 and redundant db calls/expensive db calls.
from maintainer:
One of the large issues facing LEXIS right now is that there are excessive Ajax calls being made, which sometimes overwhelms Tomcat of all things. React will likely address this issue since its hooks approach is far better. Redux might be worth considering too to reduce the amount of database calls.
overview: applications in current prod with many lines of scale can timeout, likely due to n+1 and redundant db calls/expensive db calls.
from maintainer:
One of the large issues facing LEXIS right now is that there are excessive Ajax calls being made, which sometimes overwhelms Tomcat of all things. React will likely address this issue since its hooks approach is far better. Redux might be worth considering too to reduce the amount of database calls.