Magento整页caching和负载testing

Magento Enterprise 9 Full Page Caching is on Cache depth: 1 (ex. catalog.html?p=1) 

JMeter目前约1,000个样本的结果:

 Throughput: Homepage: 8.5/sec - ~40kb Catalog: 6.1/sec - ~65kb 

错误率很低,主页为0%,目录为1.1%。

服务器前面没有反向代理服务器或负载均衡器。

当testing运行时,我可以看到发送到MySQL服务器的请求高峰。
Magento整页caching是否不能完全caching页面,或caching状态是否有问题?

  1. 你可以发布jMeterconfiguration文件 – 根据你的cookieconfiguration,你会发现EE的FPC有不同的结果

  2. 另外,你如何configuration你的caching后端,使用文件/后端/数据库/ Memcache / Redis? http://www.sonassi.com/knowledge-base/magento-kb/what-is-memcache-actually-caching-in-magento/

上述两点都会影响正在执行的SQL查询的频率和types。 但是我不会仅仅依靠FPC,特别是在基准testing中。 禁用FPC更有意义,但保留其余的caching,以免歪斜您的基准testing。