It is highly recommended that PHPER uses Turck MMCache (reproduced)

xiaoxiao2021-03-06  150

Turck MMCache is a similar

The software of Zend Optimizer / Encoder, but the speed should exceed the latter. And he is an open source software that can be used free of charge. The official website is:

http://turck-mmcache.sourceforge.net

installation method

In http://sourceforge.net/project/showfiles.php?group_id=69426 Download MMCache in accordance with your PHP version to decompress the following directory, add the following in php.ini: (c: / php / mmcache is MMCache's directory, if the non-Windows platform is Zend_extension_ts = mmcpath / mmcache.so

ZEND_EXTENSION_TS = "C: /PHP/MMCache/mmcache.dll"

mmcache.shm_size = "16"

MMCache.cache_dir = "c: / php / mmcache / TMP"

mmcache.enable = "1"

MMCache.Optimizer = "1"

MMCache.check_mtime = "1"

mmcache.debug = "0"

mmcache.filter = "" "

MMCache.shm_max = "0"

MMCache.shm_ttl = "0"

MMCache.shm_prune_period = "0"

Mmcache.shm_only = "0"

MMCache.compress = "1"

At present, most of the virtual hosts have no Turck MMCache, which is really a lot of waste. Almost 10 times the site after loading it. And PHP programmers are used without any difference.

The following table is the comparison of similar software:

转载请注明原文地址:https://www.9cbs.com/read-128370.html

New Post(0)