[cvs] commit: horde/docs CHANGES INSTALL horde test.php framework/SessionObjects SessionObjects.php package.xml
Michael M Slusarz
slusarz at horde.org
Sat Mar 10 08:51:31 UTC 2007
slusarz 2007-03-10 03:51:31 EST
Modified files:
docs CHANGES INSTALL
. test.php
SessionObjects SessionObjects.php package.xml
Log:
Use lzf compression to compress Horde_SessionObjects:: data in the session.
See http://www.goof.com/pcg/marc/liblzf.html
We get a modest size reduction for almost no additional CPU time - and
session objects, by their nature, are not being used on every page so they
are ideal candidates for compression.
Compression of my IMAP_Tree object alone (I think i have about 60 or so
subscribed folders) saves about 32 KB: session size dropped from 170 KB to 138
KB.
Revision Changes Path
1.17 +49 -21 framework/SessionObjects/SessionObjects.php
1.8 +29 -5 framework/SessionObjects/package.xml
1.924 +2 -0 horde/docs/CHANGES
1.116 +9 -0 horde/docs/INSTALL
1.157 +9 -5 horde/test.php
Chora Links:
http://cvs.horde.org/diff.php/framework/SessionObjects/SessionObjects.php?r1=1.16&r2=1.17&ty=u
http://cvs.horde.org/diff.php/framework/SessionObjects/package.xml?r1=1.7&r2=1.8&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.923&r2=1.924&ty=u
http://cvs.horde.org/diff.php/horde/docs/INSTALL?r1=1.115&r2=1.116&ty=u
http://cvs.horde.org/diff.php/horde/test.php?r1=1.156&r2=1.157&ty=u
More information about the cvs
mailing list