[已解决 ]启用缓存,为什么ab测试结果还是不变呢?

启用缓存,为什么ab测试结果还是不变呢?


	'cache'=>array(

            'class'=>'system.caching.CFileCache',  

			'cacheFileSuffix'=>'.html', 

			

			/*'class'=>'system.caching.CMemCache',

            'servers'=>array(

                array('host'=>'localhost', 'port'=>11211, 'weight'=>60), 

            ),*/

            	

        ),

CFileCache,CMemCacheg两种都试过

<?php if($this->beginCache(‘home’, array(‘duration’=>3600))) { ?>

测试代码 ab -n10 -c10 http://demo/【这个域名是本地的】

测试结果老是一样的。。

你确定缓存生效了么?你缓存部分的内容如果不缓存是否很花时间?

看到生成的文件了。。

VIEW里加东西是不会变了,删除文件 就会变了。。

文件是生成 了

把log关了,就快了不少了。。

呵呵 。。