只需一步,快速开始
使用道具 举报
Originally posted by paowan at 2003-11-24 21:22: 如果要真正的提高性能,安装一下PEAR::Cache,然后稍微改一下程序,性能起码有100%的提高(当然不适合所有程序,适用于在一定条件下和一定时间内php生成的页面内容没有变化的),我改了一下ipb和phpmyadmin的一两个 ...
Originally posted by DreamFantasy at 2003-12-14 10:40: 大C照这个优化优化Discuz3.1.2
Originally posted by louisq at 2003-12-14 21:29:
Windows Installation Notes -------------------------- To build Turck MMCache on Windows platform you will need MS Visual Studio C++ 6.0. Step 1. Compiling Turck MMCache - Unpack php sources. - Put mmcache sources under "ext/mmcache". - Put "php4ts.lib" into "ext/mmcache". - Copy "main/config.w32.h.in" into "main/config.w32.h". - Open project file "ext/mmcache/mmcache.dsp". - Select release configuration and build "mmcache.dll". Step 2. Installing Turck MMCache Copy "mmcache.dll" into your PHP extension folder. Step 3. Configuring Turck MMCache Add the following lines into your "php.ini" file (usually "c:\winnt\php.ini") zend_extension_ts="c:\fullpathtommcache\mmcache.dll" mmcache.shm_size="16" mmcache.cache_dir="c:\tmp\mmcache" 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" Step 4. Creating cache directory mkdir c:\tmp\mmcache
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )
GMT+8, 2024-12-24 00:33 , Processed in 0.025658 second(s), 4 queries , Gzip On, Redis On.
Powered by Discuz! X3.4
Copyright © 2001-2023, Tencent Cloud.