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
{{ message }}
This repository has been archived by the owner on Aug 24, 2019. It is now read-only.
Storing data grids in session is not a good idea when many grids are displayed within a page - the size of the session explodes. Sessions with > 1 MB aren't unusual when you have 100 grids on a page. The performance impact is crazy, a session of 1 MB results in a additional memory-usage of ~ 10-20 MB (per request!).
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Issue by PhrozenByte from 2012-08-23 15:45:30 +0200
Originally opened as https://github.com/atkphpframework/atk-history/issues/6
Storing data grids in session is not a good idea when many grids are displayed within a page - the size of the session explodes. Sessions with > 1 MB aren't unusual when you have 100 grids on a page. The performance impact is crazy, a session of 1 MB results in a additional memory-usage of ~ 10-20 MB (per request!).
The text was updated successfully, but these errors were encountered: