You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Quimbee we found that the current_user proc was being executed in excess of 20 times on each request to a tandem page. This wasn't a big deal if it was inexpensive, but when we introduced IP filtering, that proc introduced serious performance problems. We got around that in quimbee by using the session to set flags indicating what had already been checked, but we might consider having tandem cache the current_user information for a particular request so it only has to run the proc once in the request/response cycle.
The text was updated successfully, but these errors were encountered:
In Quimbee we found that the current_user proc was being executed in excess of 20 times on each request to a tandem page. This wasn't a big deal if it was inexpensive, but when we introduced IP filtering, that proc introduced serious performance problems. We got around that in quimbee by using the session to set flags indicating what had already been checked, but we might consider having tandem cache the current_user information for a particular request so it only has to run the proc once in the request/response cycle.
The text was updated successfully, but these errors were encountered: