Loading...
 
Skip to main content

Architecture / Installation


boosting tiki

posts: 24

hi everybody,

I would like to decrease the exectution time of tiki. So i installed turck mmcache but it doesn't increase the execution performance.

My "memory_limit" variable in php.ini = 32M.

I'm using tiki 1.7.3, apache 1.3 and php4.3

any idea ?

posts: 2881 United Kingdom

Is it infact enabled in your php.ini

It will show in a blocked module in the middle of the phpinfo(); details page If its not showing its not setup correctly

Damian

posts: 24

I loocked my php info and I see that

What dou you think about ??

Version 2.4.6
Caching Enabled true
Optimizer Enabled true
Memory Size 16,777,176 Bytes
Memory Available 8,135,504 Bytes
Memory Allocated 8,641,672 Bytes
Cached Scripts 165
Removed Scripts 0
Cached Keys 0

Directive Local Value Master Value
mmcache.cache_dir /var/cache/turck-mmcache /var/cache/turck-mmcache
mmcache.check_mtime 1 1
mmcache.compress 1 1
mmcache.content shm_and_disk shm_and_disk
mmcache.debug 0 0
mmcache.enable 1 1
mmcache.filter no value no value
mmcache.keys shm_and_disk shm_and_disk
mmcache.optimizer 1 1
mmcache.sessions shm_and_disk shm_and_disk
mmcache.shm_max 0 0
mmcache.shm_only 0 0
mmcache.shm_prune_period 0 0
mmcache.shm_size 16 16
mmcache.shm_ttl 0 0


posts: 24
thanks a lot i'm going to look that and i tell you if it works...