[commits] Horde branch master updated. 96bee2801285744b6063bdc041ed757fbe88e619

Michael M Slusarz slusarz at horde.org
Wed Nov 7 05:46:12 UTC 2012


The branch "master" has been updated.
The following is a summary of the commits.

from: 4ec7d98e8fc68bdea1332e0a6391e26d61047ddd

96bee28 [mms] Compress cached data with LZF, if the PECL module is available.

-----------------------------------------------------------------------

commit 96bee2801285744b6063bdc041ed757fbe88e619
Author: Michael M Slusarz <slusarz at horde.org>
Date:   Tue Nov 6 22:27:07 2012 -0700

    [mms] Compress cached data with LZF, if the PECL module is available.
    
    I'm seeing about a 12x shrinkage of cache size, which would make sense
    since there is a lot of repetitive text data (i.e. the horde install
    directory prefix is shared for all entries).
    
    Using APC cache, before I was seeing cached variable size of 140KB or
    so. Now I see cached size of 12.2KB
    
    Additionally, always use json_encode() to serialize, even for backends
    that support automatic serialization.

 framework/Autoloader_Cache/lib/Horde/Autoloader/Cache.php |   34 +++++++++----
 framework/Autoloader_Cache/package.xml                    |    9 +++-
 2 files changed, 30 insertions(+), 13 deletions(-)

http://git.horde.org/horde-git/-/commit/96bee2801285744b6063bdc041ed757fbe88e619




More information about the commits mailing list